* {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-text-size-adjust: none!important;
    
}

body {
    color: #424143;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

html.js-no-scroll,
body.js-no-scroll {
    overflow: hidden;
    position: relative;
}

.site-container {
    position: relative;
    transition: all .2s linear;
    height: 100%;
}

.site-container.active {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

body.popup {
    background: #fcfcfc
}

#wrapper {
    /* max-width: 1440px;
    */
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fcfcfc;
}

a:link,
a:visited {
    color: #000000;
    text-decoration: underline;
    font-weight: 500;
}

a:hover,
a:active {
    color: #424143;
}

.regular_text {
    clear: both;
    display: block;
}

.regular_text2 {
    font-size: 14px;
    color: #000;    
}

#top-bar {
    margin: 0 auto;
    padding: 10px 2.5%;
    color: #fff;
    font-size: 12px;
    background-color: #424143;
	overflow: hidden;
}

#top-bar #wrapper {
    background: none;
}

.top-bar__shipping a {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none !important;
    color: inherit;
}

.top-bar__shipping a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.navigation--top-bar {
    float: right;
    list-style: none;
    width: 50%;
    text-align: right;
}

.navigation--top-bar li {
    display: inline-block;
    padding-left: 2.5%!important;
}

.navigation--top-bar li:first-child {
    padding-left: 0;
}

.navigation--top-bar li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    transition: all 0.2s linear;
    text-decoration: none;
}

.navigation--top-bar:hover li a {
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear;
}

.navigation--top-bar li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    transition: all 0.2s linear;
}

#main_container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding: 0;
}

#logo {
    position: absolute;
    top: 10px;
    left: 2.5%;
    margin: auto;
    width: 250px;
    display: inline-block;
    text-align: center;
    transition: all 0.2s linear;
    height: 56px;
    overflow: hidden;
}

#logo a {
    transition: all 0.2s linear;
}

.title_1 {
    font-size: 16px;
    line-height: 16px;    
    font-weight: 500;
    color: #424143;
    margin: 20px 0;
    display: block;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

.title_2 {
    font-size: 14px;  
    font-weight: 500;
    color: #424143;
    line-height: 23px
}

.title_3 {
    font-size: 16px;
    line-height: 18px;   
    font-weight: 500;
    color: #424143;
    padding: 10px 0 20px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    text-align: center;
}

.title_4, .checkout .main .gray_border_font, .gray_border_font {
    
    font-weight: 700!important;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0;
    float: left;
    width: 100%;
}
#left_customer_service .title_4,
#right_customer_service .title_4{
   margin: 15px 0 5px 0;
}

.checkout .main .gray_border_font {
     margin: 30px 0 0 0!important;   
}

.category_title_1 {
    text-align: left;
    /*    margin-left: -28.5%;*/
}

.smallest_font {
    
    font-weight: 300;
    font-size: 11px;
    color: #000
}

a.smallest_font:link,
a.smallest_font:visited {
    color: #000;
    text-decoration: none;
}

a.smallest_font:hover {
    color: #424143;
    text-decoration: underline;
    font-weight: 700;
}

a.smallest_font:active {
    color: #000;
    text-decoration: none
}

.item_title {
    
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

a.item_title:link,
a.item_title:visited {
    color: #6d6c71;
    font-size: 18px;
    text-decoration: none
}

a.item_title:hover {
    text-decoration: underline
}

a.item_title:active {
    text-decoration: none
}


.subheading {
    font-size: 14px;
    
    font-weight: 500;
    font-size: 12px;
    color: #424143;
    font-weight: 500;
    margin-bottom: 0;
}

.menu_title {
    font-size: 12px;
    
    font-weight: 500;
    font-size: 10px;
}

.price {
    margin-top: 10px;
    display: block;
}

.price s {
    font-size: 12px;
}

a.item_description_link:link,
a.item_description_link:visited,
.price {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

a.item_description_link:hover {
    text-decoration: none;
}

.learning_center_title {
    font-size: 12px;
    
    font-weight: 500;
    font-size: 10px;
    font-weight: bold;
    color: #87a7b5
}

.learning_center_color {
    color: #87a7b5
}

a.learning_center_title:link,
a.learning_center_title:visited {
    color: #87a7b5;
    text-decoration: none
}

a.learning_center_color:link,
a.learning_center_color:visited {
    color: #87a7b5;
    text-decoration: none;
}

a.blue_link:link,
a.blue_link:visited {
    font-size: 14px;
    
    font-weight: 500;
    font-size: 10px;
    color: #87a7b5;
    font-weight: bold;
    text-decoration: none
}

a.blue_link:hover {
    text-decoration: underline
}

a.blue_link:active {
    text-decoration: none
}

.subtotalfont {
    font-size: 20px;
    
    font-weight: 500;
    font-size: 10px;
    color: #666;
    font-weight: 900
}

.estimated_shipping {
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

.googlecheckout {
    float: left;
    margin-left: 60px
}

.headerError {
    background: #c00;
    color: #fff;
    font-weight: bold
}

.error,
.stockWarning {
    color: #c00;
    font-weight: bold
}

#rightheader {
    position: absolute;
    right: 0;
    width: 33%;
    top: 25px;
    padding: 0 2.5% 0 0;
    box-sizing: border-box;
    display: block;
}

#searchbar {
    position: relative;
    line-height: 10px;
    display: block;
    text-align: right;
    z-index: 54356;
}

.search_label {
    float: left;
    font-size: 12px;
    color: #706e71;
    height: 33px;
    margin-right: 3px;
    margin-top: 1px;
    font-weight: bold
}

.search_button,
.footer-right img.signup {
    vertical-align: middle;
    border: 0;
    padding: 0!important;
    width: 20px;
    float: right;
    height: 19px;
    margin-top: 8px;
    background-image: url(images/search_icon.gif);
    cursor: pointer;
    background-size: 100%;
}

.search_box,
.footer-right input[type="text"] {
    width: 80%;
    padding: 10px 0;
    font-size: 12px;
    vertical-align: middle;
    border: 0;
}

.search_box:focus {
    outline: none;
}

.cart_icon {
    vertical-align: bottom;
    margin-left: 11px;
    margin-right: 1px;
}

#subheader-left {
    float: left;
    width: 127px;
    padding: 0 3px 0 3px
}

dl.currencies,
.currencies dd,
.currencies dt,
.currencies ul {
    margin: 0;
    padding: 0
}

.currencies dd {
    position: relative;
    z-index: 999999;
}

.currencies a,
.currencies a:visited {
    color: #424143;
    text-decoration: none;
    outline: 0;
    font-size: 12px;
    font-weight: 500;
}

.currencies a:hover {
    color: #fff
}

.currencies dt {
    background: url(/templates/Gemologica/images/down_arrow.gif) no-repeat scroll left 4px;
    background-size: 7px;
    display: block;
    border: 0;
    width: 74px;
    height: 13px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    outline: 0;
    
    font-weight: 500;
    font-size: 12px;
}

.currencies dt span {
    display: block;
    line-height: 14px;
    vertical-align: middle;
    color: #424143;
    font-weight: 700;
}

.currencies dt img.flag {
    border: 0;
    vertical-align: middle;
    height: 12px;
    margin: -2px 0 0 10px;
}

.currencies dd ul {
    border: 0;
    color: #424143;
    display: none;
    right: -9px;
    background-color: #ffffff;
    padding: 0;
    position: absolute;
    top: 5px;
    width: auto;
    padding: 5px;
    min-width: 90px;
    list-style: none;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.25);
}

.currencies span.value {
    display: none
}

.currencies dd ul li a {
    display: block;
    height: 18px;
    margin: 0 0 0 5px;
    padding: 0;
    line-height: 18px;
    vertical-align: middle;
    text-align: right;
}

.currencies dd ul li {
    padding: 2px 0;
}

.currencies dd ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.currencies dd ul li a:hover {
    color: #424143!important;
    cursor: pointer;
}

.currencies dd img.flag {
    border: 0;
    vertical-align: middle;
    height: 12px;
    margin: 3px 5px 0 10px;
    float: right;
}

#call {
    float: right;
    padding-left: 6px;
    padding-top: 3px;
    color: #706e71;
    font-size: 13px;
    vertical-align: top;
    height: 20px
}

#call a {
    color: #706e71;
    font-weight: bold
}

#subheader-right {
    float: right;
    width: 430px;
    height: 40px
}

#ad-image {
    width: 430px;
    height: 40px
}

#ad-image a:link img,
#ad-image a:visited img {
    float: left;
    width: 430px;
    height: 40px;
    text-decoration: none
}

#dropcart {
    padding: 10px 2.5%;
    width: 100%!important;
    /* height: 210px; */
    background-color: #fff;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.25);
    border-top: 0;
    position: absolute;
    /* top: 41px; */
    box-sizing: border-box;
    z-index: 999999;
    display: none;
    left: 0;
    line-height: 56px;
}

.dropcart_title {
    
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}


/*

.dropcartleft {
    float: left;
    width: 154px;
    height: 100px
}

.dropcartright {
    float: left;
    width: 390px
}

.dropcart_top {
    float: left;
    width: 382px;
    height: 63px;
    background-color: #efeee9;
    padding: 4px;
    padding-left: 8px;
    color: #666;
    font-size: 13px
}

.dropcart_bottom {
    float: left;
    width: 382px;
    height: 45px;
    background-color: #efeee9;
    margin-top: 10px;
    padding: 4px;
    padding-left: 8px;
    vertical-align: middle;
    color: #666;
    font-size: 13px
}

.dropcartright_left {
    float: left;
    width: 200px;
    line-height: 16px
}

.dropcartright_right {
    float: left;
    width: 80px;
}
*/

.dropcartblue {
    color: #87a7b5
}

.dropcartsub {
    color: #000;
    font-weight: bold
}

.dropcartbutton {
    text-align: center;
    /* margin-top: 10px; */
    float: right;
    padding: 0;
    width: 272px;
    margin-left: 10px;
}

#menu {
    clear: both;
    width: 100%;
    padding: 0;
}

#dropdownmenu {
    margin: 0;
    display: table;
    width: 100%;
}

#dropdownmenu > li {
    display: table-cell;
    float: none !important;
}

ul.dropdown li.topmenu {
    line-height: 19px;
}

ul.dropdown li.topmenu_bracelets:hover {
    border-bottom: 5px solid #f89422
}

ul.dropdown li.topmenu_earrings:hover {
    border-bottom: 5px solid #008588
}

ul.dropdown li.topmenu_necklaces:hover {
    border-bottom: 5px solid #add24e
}

ul.dropdown li.topmenu_rings:hover {
    border-bottom: 5px solid #7f2e6b
}

ul.dropdown li.topmenu_mensjewelry:hover {
    border-bottom: 5px solid #395890
}

ul.dropdown li.topmenu_childrensjewelry:hover {
    border-bottom: 5px solid #d3519c
}

ul.dropdown li.topmenu_giftguide:hover {
    border-bottom: 5px solid #67594d
}

ul.dropdown li.topmenu_sale:hover {
    border-bottom: 5px solid #c1143f
}


/* Mobile Navigation */

#mobile-navigation {
    position: fixed;
    width: 260px;
    left: 0;
    top: 0;
    height: 100%;
    background: gray;
    z-index: 99999;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

#mobile-navigation #dropdownmenu {
    display: block;
    position: relative;
    transition: all .6s ease;
}

#mobile-navigation #dropdownmenu.active {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

#mobile-navigation #dropdownmenu > li {
    display: block !important;
    float: none;
}

#mobile-navigation #dropdownmenu li.divider {
    display: none !important;
}

#mobile-navigation #dropdownmenu > li.topmenu > ul {
    position: fixed;
    left: 260px;
    top: 0;
    width: 260px;
    height: 100%;
    background: #fff;
    visibility: visible;
}

#slider {
    margin: 0;
    padding: 25px 5% 35px;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}

#slider:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#sliderContent {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    height: 357px;
}

.sliderImage {
    max-height: 357px !important;
    position: relative;
    display: none;
    width: 100%;
    text-align: center;
}

.sliderImage:first-child {
    display: block;
}

.sliderImage img,
.sliderImage a {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

ul {
    list-style-type: none
}

#thetabsdiv {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

#thetabsdiv_in_categories {
    margin-top: 10px
}

.searchresults #thetabsdiv_in_categories {
    margin-top: 0;
    position: relative;
}

.panes {
    padding: 30px 0 30px;
    margin: 0;
    display: block;
    overflow: visible;
}


/* .panes b {
     display: block;
     margin: 0 auto;
     padding: 5px 10px;
}
 */

#thetabsdiv .panes {
    padding: 25px 5% 30px;
    background-color: #ffffff;
}

#thetabsdiv .panes .image_block {
    margin-bottom: 0!important;
}

.searchresults .panes {
    padding: 0;
    overflow: visible;
}

#home_categories {
    margin-top: 10px;
    overflow: hidden
}

.category_name_block {
    float: left;
    margin: 0 0 10px 1.6%;
    width: 15.33%;
    box-sizing: border-box;
    border: 5px solid #efeee9;
    position: relative;
}

.category_name_block:first-child,
.category_name_block:nth-child(6n+1) {
    margin-left: 0;
}

.category_name_block:hover {
    /*
    border: 5px solid #cacaca;
    text-decoration: none
*/
}

.category_text {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    overflow: hidden
}

a.category_text_link:link,
a.category_text_link:visited {
    color: #555;
    font-size: 14px;
    
    font-weight: 500;
    font-size: 10px;
    text-decoration: none
}

a.category_text_link:hover {
    color: #555;
    text-decoration: none
}

a.category_text_link:active {
    color: #555;
    text-decoration: none
}

.category_name_block img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.four_columns {
    width: 100%;
}

.item_block {
    padding: 0 1% 30px;
    float: left;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
}

.item_image {
    box-shadow: 0 .5px 1.5px rgba(0, 0, 0, 0.175);
    transition: all 0.2s linear;
    /* border: 7px solid rgba(255,255,255,1)!important;
    */
    outline: 1px solid rgba(0, 0, 0, 0);
}

.item_image:hover {
    box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.175);
    outline: 10px solid rgba(0, 0, 0, 0.0125);
    transition: all 0.2s linear;
}

.image_block {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    transition: all 0.2s linear;
}

.image_block br {
    display: none;
}

a:link img.item_image,
a:visited img.item_image {
    border: 50px solid white;
    text-decoration: none;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

a:link img.item_image:hover,
a:visited img.item_image:hover {
    border: 40px solid white;
}

a:hover img.item_image {
    text-decoration: none
}

a:active img .item_image {
    border: 7px solid rgba(0, 0, 0, 0.01);
    text-decoration: none
}

.gems {
    margin-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer
}

.gem_names {
    width: 198px;
    color: #000
}

a.gem_name:link,
a.gem_name:visited {
    color: #555;
    text-decoration: none
}

a.gem_name:hover {
    color: gray;
    text-decoration: none
}

a.gem_name:active {
    color: #000;
    text-decoration: none
}

#new_items_tab {
    margin: 10px 0 0 0
}

#deals {
    border-top: 1px solid rgba(0, 0, 0, 0.025);
    overflow: hidden;
    padding: 10px 5%;
    box-sizing: border-box;
    background-color: #fcfcfc;
}

a.deal {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 32.26%;
    margin: 1% 0 1% 1.6%;
    background-color: white;
    box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.175);
    outline: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
}

a.deal:hover {
    outline: 10px solid rgba(0, 0, 0, 0.0125);
    transition: all 0.2s linear;
}

a.deal img {
    width: 100%;
    background-color: white;
    margin: 0 0 -3px 0;
}
a.deal:first-child {
    margin-left: 0;
}

a.deal.middle {}

.apple_overlay {
    display: none;
    width: 651px;
    padding: 23px;
    left: 50% !important;
    margin-left: -325.5px !important;
    margin-bottom: 300px;
    border: 0;
    max-width: 94%;
}

#auto_popup {
    width: 636px;
    border: 1px #626166 solid;
    border-top: 0;
    background-color: #f1f0ec;
    padding: 6px;
    padding-bottom: 27px
}

.apple_overlay .close,
.apple_overlay_small .close {
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.apple_overlay .close:after,
.apple_overlay_small .close:after {
    content: "x";
    position: absolute;
    top: 0;
    height: 20px;
    color: #424143;
    width: 20px;
    right: 0;
    font-size: 20px;
    text-align: center;
}

.apple_overlay_small {
    display: none;
    width: 50%;
    margin: 0 25%;
    /* height: 250px; */
    /* padding: 23px; */
    border: 0;
    left: 0!important;
    box-sizing: border-box;
	z-index: 999999;
}


/*
.apple_overlay_small .close {
    background-image: url(images/closex.png);
    position: absolute;
    right: 24px;
    bottom: 71px;
    cursor: pointer;
    height: 21px;
    width: 20px
}
*/

#quick_content {
    z-index: 174356;
    background: #ffffff;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    float: left;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
}

#quick_content_small {
    width: 100%;
    /* height: 190px; */
    border-top: 0;
    background-color: #ffffff;
    padding: 0;
    float: left;
    box-sizing: border-box;
    z-index: 174356;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
}

#quick_content_small .title_1 {
    margin-bottom: 0!important;
}

.add_to_cart,
.add_to_cart_custom,
.cartmatch input {
    border: 0;
    padding: 20px;
    color: white;
    margin: 0;
    min-width: 75%;
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    cursor: pointer;
    text-align: center;
    background-color: #424143;
    transition: all 0.2s linear;
}

.add_to_cart:focus,
.add_to_cart_custom:focus,
.cartmatch input:focus {
    outline: none;
}

.add_to_cart:hover,
.cartmatch input:hover {
    text-decoration: none;
}

.gray_top_line {
    float: left;
    width: 100%;
    height: 8px;
    background-color: #626166;
    margin: -6px 10px 0 -6px
}

.black_top_line {
    float: left;
    width: 100%;
    height: 8px;
    background-color: #342f33;
    margin: -6px -6px 0 0
}

.item_title_container {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.item_title_container .item_title,
.item_title_container_quickview .item_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 0 0;
    letter-spacing: -0.5px;
    text-transform: none!important;   
}

.item_title_container_quickview {
    width: 100%;
    float: left;
}

.quick_title {
    float: left;
    min-height: 38px;
    padding: 0;
    width: 100%!important;
}

.share_buttons {
    float: left;
    text-align: left;
}

.share_buttons_quickview {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0 0 0;
}

#quick_left_column {
    float: left;
    width: 30%;
    padding-top: 20px;
}

#quick_content_small #quick_left_column {
    width: 100%;
    padding: 0!important;
}

#quick_left_column #item_gallery {
    margin-bottom: 20px;
}

#quick_left_column #other_gems {
    margin: 10px 0;
}

#quick_left_column #other_metals {
    margin-bottom: 0;
}

#item_gallery {
    float: left;
    width: 100%;
    text-align: center;
}

#main_picture {
    width: 100%;
    background: #fff;
    text-align: center
}

#main_picture img {
    max-width: 100%;
}

#thumb1 {
    clear: left
}

#thumb1,
#thumb2,
#thumb3 {
    float: none;
    display: inline-block;
    width: 50px;
    height: auto;
    margin: 10px 5px;
    background: #fff;
}

#thumb3 {
    margin: 12px 0 0 0
}

#other_gems {}

#other_gems_empty {}

.other_gem {
    margin: 5px 2.5px 0 2.5px;
    cursor: pointer;
    box-shadow: 0 .5px 1.5px rgba(0, 0, 0, 0.2)!important;
    transition: all 0.2s linear;
    border: 1px solid #ffffff!important;
}

#quick_right_column {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    margin-top: 10px;
}

#quick_content_small #quick_right_column {
    width: 100%;
    padding: 0 10% 30px;
    text-align: center;
    margin: 0;
}

#quick_right_column .quick_specs_table {
    width: 100%!important;
    margin: 20px 0 10px!important;
}

#quick_item_info {
    float: left;
    width: 100%;
}

.top_item_number {
    
    font-weight: 700;
    font-size: 12px;
    color: #424143;
    margin-bottom: 5px;
    display: block;
    letter-spacing: .25px;
}

.top_item_popularity {
    float: left
}

#availability {
    line-height: 12px;
    margin: 15px 0 -5px 0;
}

#quick_item_info #availability {
    margin: 0 0 10px 0;
}

.quick_view_selector {}

#quick_specs {
    float: left;
    width: 100%
}

.quick_specs_table {
    margin: 10px auto 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)!important;
    outline: 1px solid rgba(0, 0, 0, 0.025);
    width: 66.66%;
    padding: 10px;
    box-sizing: border-box;
}

.quick_specs_table td {
    width: 50%
}

.specs_table_row_light {
    background-color: #fcfcfc;
}

.specs_table_row_dark {
    background-color: rgba(0, 0, 0, 0.05);
}

.specs_table_col2 {
    font-weight: bold
}

#other_metals {
    margin-top: 0!important;
    /* margin-top: 10px;
     padding: 8px;
     background-color: #fff;
     height: 64px */
}

#other_metals_empty {
    /* margin-top: 10px;
     padding: 8px;
     height: 64px */
}

.metal_icon {
    margin-right: 6px;
    margin-top: 3px;
    cursor: pointer
}

.searchcount {
    color: #424143!important;
    
    font-weight: 500;
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 2.5%;
    text-transform: lowercase!important;
    background-color: white;
    box-sizing: border-box;
    margin: 0 0 10px;
}

.sort_and_nav {
    width: 100%;
    padding-left: 0;
    text-align: right;
    vertical-align: middle
}

.sort_and_nav.search {
    background: #fcfcfc;
    margin: 0;
}

.sort_and_nav.search .title_2 {
    line-height: 32px
}

.sort_and_nav.search #sort_selector {
    line-height: 44px;
    font-size: 10px;
    text-transform: uppercase;
    float: right;
}

#sort_selector,
.sort_and_nav.search .perpage {
    float: right;
    width: 50%;
    box-sizing: border-box;
}

.sort_and_nav.search #sort_selector .main_sort {
    float: right;
    overflow: hidden;
    display: block;
    margin: 0 0 0 15px;
}

.selector_small,
.main_sort,
.perpage select {
    height: 40px;
    background: #ffffff;
    text-align: left;
    margin: 0 0 5px 0;
    color: #424143;
    display: block;
    width: 75%;
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.selector_small:focus,
.main_sort:focus,
.perpage select:focus {
    outline: none;
}

.main_sort,
.perpage select {
    min-width: 63%;
    float: left;
}

.selector_small:hover,
.main_sort:hover,
.selector_smallwide:hover,
.perpage select:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.175);
}

.selector_small:focus,
.selector_smallwide:focus {
    outline: none;
}

.selector_smallwide {
    padding: 15px 5%;
    background-color: #ffffff;
    text-align: left;
    color: #424143;
    display: block;
    min-width: 50%;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    border: none!important;
}

.selector_large {
    width: 240px;
    height: 20px;
    background-color: #626166;
    text-align: left;
    color: white;
    margin-right: 15px
}

.selector_options {
    background-color: #efeee9;
    color: #000
}

.filterbar {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 589
}

.filterbar li {
    list-style: none;
    margin: 0 11px 0 0
}

.filterbar li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 0 0 3px;
    width: 133px;
    height: 16px;
    overflow: hidden
}

.filterbar li ul {
    display: none;
    height: auto;
    width: 11em;
    width: 240px;
    background-color: #efeee9
}

.filterbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0
}

.filterbar li li {
    list-style: none;
    margin: 0;
    display: none
}

.filterbar li:hover li,
.filterbar li.hover li {
    float: none;
    height: auto;
    display: block
}

.filter_selector_small {
    float: left;
    width: 153px;
    height: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #626166 url(/templates/Gemologica/images/arrows/arrow-filter.png) no-repeat top right;
    border-top: 2px solid #9c9c9c;
    border-left: 2px solid #9c9c9c;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.filter_selector_small.selected {
    background: #626166 url(/templates/Gemologica/images/arrows/arrow-filter.png) no-repeat top right
}

.filter_selector_small p {
    width: 153px;
    height: 16px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    color: #fff;
    position: relative;
    top: -3px;
    left: -18px
}

.filter_list {
    clear: both;
    padding: 0;
    margin: 0;
    border-left: 1px solid #626166;
    border-right: 1px solid #626166;
    border-bottom: 1px solid #626166;
    z-index: 600
}

.filter_selector_options,
.filter_selector_options_selected {
    background-color: #efeee9;
    color: #000;
    display: block;
    text-indent: -22px;
    padding: 2px 2px 2px 5px
}

.filter_selector_options_selected {
    background-color: #bbb
}

.radio_hide {
    position: relative;
    left: -3999px
}

label.filter_selector_options:hover {
    background-color: #ccc;
    z-index: 590
}

.filter_search_left {
    clear: both;
    /* max-width: 174px;
    */
    margin: 0;
    padding: 10px 0 20px 0
}

.filter_search_left p {
    font-weight: bold;
    padding: 0;
    margin: 0
}

.filter_search_right {
    clear: both;
    /* max-width: 174px;
    */
    margin: 0;
    padding: 10px 0 20px 0
}

.search_block {
    clear: both;
    float: left;
    width: 159px;
    margin: 0 8px 0 0
}

.search_block.wide {
    clear: both;
    /* max-width: 174px;
    */
    margin: 0
}

input.filter_search,
select.searchfilter {
    width: 150px
}

.navigation {
    float: right;
    text-align: center;
    
    font-weight: 300;
}

.sort_and_nav.search .navigation {
    line-height: 32px;
    float: left;
    display: none;
}

.bottom_navigation {
    width: 100%;
    text-align: center;   
    margin: 60px 0 30px;
    display: block;
    clear: both;
}

.bottom_navigation a {
    text-decoration: none;
}

.bottom_navigation_results {
    width: 100%;
    float: left;
    text-align: right
}

a.navigation_select_text:link,
a.navigation_select_text:visited,
a.navigation_select_number:link,
a.navigation_select_number:visited,
.navigation_selected {
    background-color: white;
    padding: 20px;
    color: #424143;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    text-decoration: none;
    display: inline-block;
}

a.navigation_select_text:link img,
a.navigation_select_text:visited img {
    margin: 0 10px 0 10px!important;
    width: 5px;
    height: 8px;
}

.navigation_selected {
    background-color: #424143!important;
    color: #ffffff!important;
}


/* a.navigation_select_number:hover {
     background-color: #424143;
     color: #000 
}
 a.navigation_select_text:hover {
     background-color: #424143;
     color: #000 
}
 a.navigation_select_text.arrow:hover {
     background-color: transparent 
}
 */

#filter_results {
    border: 1px #cecccd solid;
    border-bottom: 0;
    width: 675px;
    height: 31px;
    padding: 8px 0 8px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#edede7), to(#fff));
    background: -moz-linear-gradient(top, #edede7, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#edede7', endColorstr='#ffffff')
}

.filter_selector {
    float: left
}

.filter_label {
    float: left;
    font-size: 16px;    
    padding-right: 8px
}

.choose_filter {
    width: 180px;
    background-color: #626166;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-right: 8px
}

.category_container {
    margin-top: 30px;
}

.item_block_categories,
image_block_related {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    padding-bottom: 35px;
    text-align: center;
}

.item_block_categories:first-child,
.item_block_categories:nth-child(4n+1) {
    margin-left: 0;
}

#fullcontainer {
    min-height: 100%
}

#footer {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #fcfcfc;
    color: #424143!important;
    float: left;
}

#row1_footer {
    padding: 20px 5% 0;
    
    font-weight: 500;
    font-size: 10px;
    overflow: hidden
}

#row1_footer a:link,
#row1_footer a:visited {
    
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #555;
    text-decoration: none
}

#row1_footer a:hover {
    color: gray;
    text-decoration: none
}

#row1_footer a:active {
    color: black;
    text-decoration: none
}

#row2_footer {
    overflow: hidden;
    text-align: center;
    background-color: #fcfcfc;
    padding: 20px 0;
}

#row2_footer a {
    float: none !important;
    display: inline-block !important;
}

#row3_footer {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.footer-left,
.footer-right {
    float: left;
    width: 50%;
    border: 0;
    box-sizing: border-box;
    padding-top: 10px;
}

.footer-left {
    padding: 10px 5% 0 2.5%;
}

.footer-right {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 2.5% 0 5%;
}

.footer-left-column {
    display: block;
    float: left;
    width: 32%;
    margin: 0 0 0 1.6%;
}

.footer-left-column:nth-child(3) {
    width: 36.26%
}

.footer-left-column:first-child {
    margin-left: 0;
    width: 28%;
}

.footer-left-wide {
    clear: both;
    width: 100%;
}

.footer_title {
    
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
    display: block;
}

.footer-right input[type="submit"] {
    margin: 0;
    padding: 0;
    height: 22px;
    background: url(images/arrows/arrow-footer-subscribe.jpg) no-repeat left top;
    cursor: pointer;
    position: absolute;
    border-left: 0;
    width: 22px;
}

.content {
    padding: 0 0 30px;
    float: left;
    width: 100%;
}

#left_side {
    display: none;
}

#left_side.search {
    background-color: #fff;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 8px 0 0
}

#menusections {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#menusections .menu_title {
    cursor: pointer
}

#menusections .menu_title:hover {
    text-decoration: none;
}

#menusections .menu_title.current {
    text-decoration: none;
    cursor: default
}

.menunav {
    padding-left: 5px;
    margin: 0
}

.supersmall_font {
    font-size: 10px;
    color: #555
}

a.supersmall_font:link,
a.supersmall_font:visited {
    color: #555;
    text-decoration: none
}

a.supersmall_font:hover {
    color: gray;
    text-decoration: underline
}

a.supersmall_font:active {
    color: #000;
    text-decoration: none;
}

.inner_menu {
    clear: both;   
    padding: 0!important;
}

.inner_menu.mobile {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    left: -250px;
    z-index: 999999;
    overflow: scroll;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-radius: 0;
    border: none;
    padding: 0;
}

.inner_menu.mobile.active {
    left: 0;
    width: 250px;
    z-index: 9999999999;
    background-color: #ffffff;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
}

.inner_menu--mobile-toggle {
    cursor: pointer;
    background: #ffffff;
    width: 50%;
    z-index: 999999;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
    display: none;
    text-align: center;
    float: left;
}

.js-sidebarsearch-close-btn {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 999999;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    text-align: left;   
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 0!important;
}

.js-sidebarsearch-close-btn:after {
    content: 'X';
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.left_side_newsletter_button {
    margin-left: 4px;
    border: 0;
    width: 17px;
    height: 18px;
    background-image: url(images/newsletter_sprites.png);
    background-position: 0 36px;
    cursor: pointer;
    line-height: 18px;
    vertical-align: middle
}

.left_side_newsletter_box {
    width: 130px;
    height: 16px;   
    font-size: 12px;
    vertical-align: middle;
    border: 1px #edede7 solid
}

#sidebarsearch {
    position: absolute;
    top: -35px;
    left: -28.5%;
    display: block;
    margin: 0 0 10px 0;
    width: 25%;
    padding: 0;
    z-index: 1;
    max-width: 200px;
}

#sidebarsearch-tab {
    display: none;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    z-index: 999999;
    cursor: pointer;
    float: left;
}


/* #sidebarsearch:after {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 999998;
     background: rgba(0,0,0,0.25);
}
*/


/*
#sidebarsearch-tab:hover {
    width: 30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}*/


/*
.inner_menu--mobile-toggle:hover {
    width: 30px;
    right: -30px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}*/

#sidebarsearchplaceholder {
    /* margin: 0 0 10px 0;
     width: 201px;
     */
    visibility: hidden;
    min-height: 626px;
    z-index: 0
}

#sidebarsearch .inner_menu,
.search .inner_menu {
    -moz-border-radius: 0;
    border-radius: 0;
}

#sidebarsearch .selection_wrapper {
    position: relative;
    z-index: 99999999999;
}

#sidebarsearch .inner_menu.selections {
    padding: 0;
    margin: 0;
}

.search_filter {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 20px;
}

.search_filter.active {
    max-height: inherit;
    padding: 10px 20px;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.search_filter.active label {
    margin-bottom: 5px;
}

.sidetitle,
.sidesubtitle {
    text-align: left;
}

.sidesubtitle {
    text-align: left;
    height: auto;
    cursor: pointer;
    position: relative;
}

.filter-toggle-icon {
    float: right;
    font-size: 80%;
    color: rgba(0, 0, 0, 0.25);
    margin-top: -15px;
    font-weight: 300;
}

.filter-toggle-icon.is-opened {
    display: none;
}

.sidesubtitle.active .filter-toggle-icon.is-opened {
    display: inline;
}

.sidesubtitle.active .filter-toggle-icon.is-unopened {
    display: none;
}

.sidetitle p,
.sidesubtitle p {
    padding: 0;
    margin: 0;
    
    font-weight: 500;
    font-size: 14px;
}

.sidesubtitle p {
    padding: 0;
}

#sidebarsearch input[type=radio],
#sidebarsearchplaceholder input[type=radio] {
    display: none
}

#sidebarsearch label,
#sidebarsearchplaceholder label,
.search_filter p {
    
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: block;
    cursor: pointer;
}

#sidebarsearch label.checked {
    font-weight: bold
}

label.clearselection {
    clear: both;
    background: url(images/fileclose.png) 1px 4px no-repeat;
    padding: 1px 0 0 10px!important;
    float: left;
    width: 90%
}

input.clearselection {
    width: 1px;
    height: 1px;
    border: 0;
    float: left;
    padding: 0;
    margin: 0 0 0 -16px;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

label.clearselection.clearall {
    background: none;
    padding: 0;
    width: 100%;
}

.filter_moreoptions {
    display: none
}

#right_side {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 5% 50px 25%;
}

#right_side.searchresults {
    min-height: 900px;
    /* padding: 12px 8px 8px 8px*/
}

#initial_learning_page {
    margin-top: 30px
}

#learning_center_initial_box {
    background-color: #f2f2eb;
    margin-left: 0;
    text-align: center;
    width: 330px;
    height: 90px;
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#magnglass {
    position: absolute;
    margin-top: -31px;
    margin-left: -80px
}

#learning_center_gem_description {
    margin-top: 20px;
    padding-right: 8px
}

.gem_description_text {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px
}

.recent_orders {
    font-size: 14px;
    border: 0;
    padding: 7px;
    padding-left: 0
}

.order_date {
    height: 50px;
    width: 90px
}

.order_number {
    width: 85px
}

.order_buyer {
    width: 270px
}

.order_status {
    width: 90px
}

.blue_button {
    border: 0;
    padding: 20px;
    color: white;
    margin: 0;
    min-width: 100%;
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    cursor: pointer;
    text-align: center;
    background-color: #424143;
    transition: all 0.2s linear;
}

.bigger_button {
    height: 45px;
    line-height: 50px
}

.account_area {}

.account_buttons {}

#account_newsletter {
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.account_newsletter_form {}

.largeform {
    float: left;
    width: 800px
}

.input_label {
    padding-top: 6px;
    float: left
}

.paymentinfo,
a.paymentinfo,
a:hover.paymentinfo,
a:visited.paymentinfo {
    font-size: 13px;   
    color: #87a7b5;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer
}

a.paymentinfo:hover {
    cursor: pointer;
    text-decoration: underline
}

a.paymentinfo:active {
    text-decoration: none
}

.bracketnote {
    font-weight: normal
}

.textboxstyle {
    margin-bottom: 12px;
    width: 100%;
}
/*

#order_information {
    width: 750px
}
*/

.address_font {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px!important;
    padding: 5px 0 10px 0;
}

.bold_font {
    font-size: 16px;
    font-weight: bold
}

.list_items {
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold
}

.order_amount {
    width: 10%!important
}

.order_item {
    width: 65%!important
}

.order_code {
    width: 10%!important
}

.order_price {
    width: 15%!important;
    font-weight: bold;
    text-align: right!important;
    margin-top: 10px!important;
    float: right!important;
}

.total_cost {
    font-weight: bold;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: right!important;
    padding-top: 10px!important;
    margin-top: 10px;
}

.order_subtotal {
    text-align: right;
    padding-right: 30px;
    width: 420px;
    margin-top: 10px!important;
}

.lineheight2 {
    line-height: 15px
}

.lineheight3 {
    line-height: 27px
}

.gray_button {
    border: 0;
    padding: 20px;
    color: #ffffff;
    margin: 0;
    min-width: 100%;
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    cursor: pointer;
    text-align: center;
    background-color: #7c7778;
    transition: all 0.2s linear;
}

.customer_address {
    font-size: 12px;
    color: #7c7778;
}

.apple_payment {
    display: none;
    background-image: url(images/white.png);
    width: 650px;
    padding: 23px;
    margin-bottom: 300px
}

#quick_content_payment {
    width: 636px;
    height: 524px;
    border: 1px #626166 solid;
    border-top: 0;
    background-color: #f1f0ec;
    padding: 6px
}

#left_customer_service a,
#right_customer_service a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    color: #424143;
    line-height: 20px;
}

#left_customer_service a:hover,
#right_customer_service a:hover {
    font-weight: 500;
    color: #000000;
}
.review_order_container #left_customer_service a,
.review_order_container #right_customer_service a{
    color: #87a7b5;   
    font-size: 10px;
    font-weight: bold;
    display: inline;
}
.review_order_container #left_customer_service a:hover,
.review_order_container #right_customer_service a:hover{
    color: #87a7b5;    
    font-size: 10px;
    font-weight: bold;
} 
#left_customer_service,
#right_customer_service {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 2.5% 0 0;
}

#right_customer_service {
    padding: 0 0 0 2.5%;
}


/* .padding_left {
     padding-left: 5px 
}
 */

#gray_box {
    width: 100%;
    background-color: #f2f1ed;
    float: left;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fcfcfc;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

#left_contact_us {
    float: left;
    width: 500px;
    height: 600px
}

.choose_subject {
    height: 40px;
    background: #ffffff;
    text-align: left;
    margin: 0 0 5px 0;
    color: #424143;
    display: block;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
}

#registration_container {
    width: 100%;
    height: 600px
}

.all_centered {
    text-align: center
}

.align_left {
    text-align: left
}

.divcentered {
    margin-left: 30%
}

tr.darkbox {
    width: 100%;
    margin: 10px 0 10px;
    padding: 10px;
    overflow: hidden;
    background-color: #7c7778;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-weight: 500;
}

td.darkbox {
     width: 100%!important;
    text-align: center!important;
}

#front_image {
    border: none;
    margin: 0 0 20px;
    padding: 20px 10%;
    overflow: hidden;
    /* outline: 1px solid rgba(0,0,0,0.1);
    */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

#front_image img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    /* opacity: 0;
    */
}

#row1_results {
    margin: 10px 0 0 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 3px #626166 solid;
    background-color: #f1f0ec;
    width: 100%;
}

.resultsselector {
    float: right;
    padding-top: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle
}

#row2_results {
    float: left;
    margin: 10px 15px 15px 0;
    width: 895px
}

#resultscontainer {
    float: left;
    width: 915px;
    padding: 0
}

.float_left {
    float: left;
    vertical-align: middle
}

.float_right {
    float: right;
    vertical-align: middle
}

#breadcrumbscontainer {
    float: left;
    width: 100%;
}

.my_cart_table {
    border-bottom: 3px solid gray
}

.medium_image {}

.text_shop_message {
    display: none;
}

a:link img.medium_image,
a:visited img.medium_image {
    box-shadow: 0 .5px 1.5px rgba(0, 0, 0, 0.175);
    transition: all 0.2s linear;
    border: 7px solid rgba(255, 255, 255, 1)!important;
}

a:hover img.medium_image {
    box-shadow: 0 .5px 2px rgba(0, 0, 0, 0.2)!important;
    transition: all 0.2s linear;
}

a:active img .medium_image {
    box-shadow: 0 .5px 2px rgba(0, 0, 0, 0.2)!important;
    transition: all 0.2s linear;
    border: 7px solid rgba(0, 0, 0, 0.01)!important;
}

.fourdivs {
    outline: 1px solid red;
}

.white_button {
    border: 0;
    padding: 20px;
    color: #ffffff;
    margin: 10px 0 0 0;
    min-width: 75%;
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    cursor: pointer;
    text-align: center;
    background-color: #424143;
    transition: all 0.2s linear;
}

.review_order_container {
    float: left;
    width: 100%;
/*    height: 170px*/
}
/*

.order_send_to_friend {
    margin-top: -40px
}
*/

.smaller_button_text {
    font-size: 16px
}

#leftside_detail {
    width: 50%;
    padding: 50px 2.5% 0;
    float: left;
}

#item_gallery_detail {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

#main_picture_detail {
    text-align: center;
    margin: 0;
}

#main_picture_detail img {
    max-width: 60%;
}

#thumb1_detail,
#thumb2_detail,
#thumb3_detail {
    width: 60px;
    height: 60px;
    border: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}

#thumb3_detail {
    margin: 0;
}

.thumb_detail {
    width: 100%;
}

.item_variation_gallery,
#other_gems,
#other_metals {
    background-color: #fcfcfc;
    padding: 5px 5% 10px;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    text-align: center;
    display: inline-block;
    margin: 30px auto;
    max-width: 80%;
    height: inherit;
    font-size: 11px;
    color: #424143;
}

#other_gems_detail,
#other_metals_detail {
    font-size: 10px;
    margin-top: 5px
}

#other_gems_detail > a,
#other_metals_detail > a {
    margin-top: 10px;
}

#rightside_detail {
    width: 35%;
    float: left;
    padding: 50px 10% 0 0;
}

#detailtopline {
    height: inherit;
    display: block;
    overflow: hidden;
    vertical-align: baseline;
    line-height: 18px;
    margin: 20px 0 0;
}

#product_info_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

#product_info_box .price {
    margin: 0;
    display: inline;
    font-size: 16px;
}

.detail_page_selectors {
    float: left;
    width: 100%;
}

.detail_page_selectors table.price_table {
    margin-bottom: 10px;
}

.detail_page_selectors table.price_table .price {
    margin: 0;
    display: inline;
    font-size: 16px;
}

.detail_page_selectors table.price_table .retail_price .price {
    color: rgba(0, 0, 0, 0.25)!important;
}

.threedivsdetail_container {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
}

.threedivsdetail {
    text-align: left;
    line-height: 20px;
    display: block!important;
    vertical-align: middle;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.questionmark {
    font-style: normal;
    font-size: 12px;
    
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    line-height: 12px;
}

.question_text a {
    padding: 0;
    display: inline-block;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
}

.question_text a:hover {
    text-decoration: none!important;
}

.changecurrency {
    float: left;
    margin-top: 14px
}

.exclamation {
    padding-top: 9px;
    margin-right: 17px;
    line-height: 12px;
    white-space: nowrap
}

.shippingcontainer {
    padding: 5px;
    width: 622px;
    overflow: auto;
    height: 430px
}

#thetabsdetail {
    float: left;
    width: 100%;
    padding: 30px 5%;
    box-sizing: border-box;
}

.tabsdetail ul.tabs {
    width: 130px
}

.detail_shipping_box {
    width: 100%;
    background-color: #f2f1ed;
    padding: 8px
}

#related_container {
    width: 100%;
    font-size: 0;
}

.item_block_related {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    padding-bottom: 35px;
    text-align: center;
}

.item_block_related img {
    max-width: 100%;
    width: auto !important;
    box-sizing: border-box;
}

.item_block_related .quick_view_related {
    right: 5px;
    margin-left: 0;
}

.item_block_related:nth-child(4),
.item_block_related:nth-child(8) {
    display: none;
}

.item_block_related:first-child,
.item_block_related:nth-child(5) {
    margin-left: 0;
}

.image_block_related {
    position: relative;
    margin-bottom: 12px;
}

.price_related {
    font-size: 18px;
    font-weight: bold
}

.quick_view {
    right: 0;
    margin-left: 0;
    width: 50px;
}

.quick_view_related {
    position: absolute;
    bottom: 9px;
    margin-left: 89px
}

#related_container .quick_view,
#matchingitems .quick_view {
    bottom: 0!important;
}

#matchingitems {
    width: 100%;
    float: left;
    background: none!important;
    border-bottom: none!important;
}

#matchingitemsleft {
    float: left;
    margin: 40px 0 10px 0;
    border-bottom: 6px #f2f1ed solid;
    width: 374px
}

#matchingitemstext {
    font-size: 18px;
    color: #666;    
    margin: 32px 0 10px 0;
    float: left;
    width: 160px;
    text-align: center;
    font-weight: 600
}

#matchingitemsright {
    margin: 40px 0 10px 0;
    float: left;
    border-bottom: 6px #f2f1ed solid;
    width: 374px
}

img {
    border: 0
}

.clear {
    clear: both
}

.typekit-badge {
    display: none !important
}

#typekit-badge-orz4xrc {
    display: none !important
}

#loading {
    background-color: #fafafa;
    opacity: .7;
    -moz-opacity: .25;
    filter: alpha(opacity=70);
    z-index: 900;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 280px 0 0 0;
}

table.outline {
    border: 1px solid #2b2d61
}

table.border {
    border-top: 1px solid #2b2d61;
    border-left: 1px solid #2b2d61
}

td.blue {
    border-bottom: 1px solid #2b2d61;
    border-right: 1px solid #2b2d61;
    line-height: 20px;
    background: #9abdcc;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px
}

td.content {
    border-bottom: 1px solid #2b2d61;
    border-right: 1px solid #2b2d61;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px
}

td.diamonds {
    border-bottom: 1px solid #2b2d61;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px
}

table.normal {
    font-size: 14px
}


/*
.thawte,
.trustwave,
.googlecheckout,
.twitterlogo,
.authorizelogo,
.facebooklogo,
.paymentstring,
.bbblogo,
.fb-likeus,
.arrow-footer-subscribe,
.searchbtn,
.arrow-currency,
.carticon,
.gobtn,
.nav-arrow-right-rings,
.nav-arrow-right-men,
.nav-arrow-right-necklaces,
.nav-arrow-right-earrings,
.nav-arrow-right-children {
    display: block;
    background: url('images/sprite.png') no-repeat;
}
*/

.thawte,
.thawte a,
.thawte img {
    width: 40px;
    height: 39px;
}


/*
.trustwave {
    background: url('images/trustwave.png') no-repeat;
    width: 105px;
    height: 54px;
}

.twitterlogo {
    background: url('images/twitter.svg') no-repeat;
}

.facebooklogo {
    background: url('images/facebook.svg') no-repeat;
}

.paymentstring {
    
}

.bbblogo {
    background: url('images/bbb.png') no-repeat;
    width: 149px;
    height: 56px;
}

.twitterlogo, .facebooklogo {
    width: 30px;
    display: block;
    height: 30px;
    opacity: 0.25;
    -webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.twitterlogo:hover, .facebooklogo:hover {
     opacity: 1;
    -webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
*/

ul.payment-options li img {
    width: 62px;
}

ul.payment-options li {
    display: inline-block;
    width: 62px;
}

ul.payment-options,
ul.payment-cert {
    padding: 10px 0 0 0;
}

ul.payment-options,
ul.payment-cert {
    padding: 20px;
    width: auto;
    display: inline-block;
}

ul.payment-cert li {
    display: inline-block;
    margin: 0 5px;
}

ul.payment-cert li img {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

ul.payment-cert li img:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

li.authorized_logo img {
    width: 49px;
    height: 39px;
}

.footer-social-icons {
    height: 39px;
    vertical-align: top;
}

.footer-social-icons img {
    height: 25px;
    margin: 7px auto;
}

.fb-likeus {
    background-position: -0px -120px;
    width: 117px;
    height: 45px;
}

.arrow-footer-subscribe {
    background-position: -410px -0px;
    width: 20px;
    height: 20px;
}

.searchbtn {
    background-position: -430px -0px;
    width: 20px;
    height: 19px;
}

.arrow-currency {
    background-position: -430px -19px;
    width: 16px;
    height: 16px;
}

.carticon {
    background-position: -410px -20px;
    width: 17px;
    height: 16px;
}

.gobtn {
    background-position: -427px -35px;
    width: 14px;
    height: 14px;
}

.nav-arrow-right-rings {
    background-position: -446px -19px;
    width: 7px;
    height: 11px;
}

.nav-arrow-right-men {
    background-position: -446px -30px;
    width: 7px;
    height: 11px;
}

.nav-arrow-right-necklaces {
    background-position: -410px -36px;
    width: 7px;
    height: 11px;
}

.nav-arrow-right-earrings {
    background-position: -417px -36px;
    width: 7px;
    height: 11px;
}

.nav-arrow-right-children {
    background-position: -441px -41px;
    width: 7px;
    height: 11px;
}

.items_count {
    margin-left: 3px !important;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

#currency {
    float: right;
    margin-bottom: 10px;
}

.product_details_pane b {
    text-align: left;
    display: block;
    margin: 0 auto 10px;
    width: 66.66%;
    padding: 10px;
}


/* .newquickview {
     display: none;
}
 */


/*SCOTTS STYLES*/

td.textarea_wrapper {
    width: 100%!important; 
}

#related_container a:link img.item_image {
    border: 100px solid #ffffff;
}
#related_container a:link img.item_image:hover {
    border: 90px solid #ffffff;
}

#tab1 .inner_menu--mobile-toggle {
    outline: 1px solid rgba(0,0,0,0.05);
    margin-top: 100px;
    background-color: rgba(0,0,0,0.02);    
    font-size: 10px;
}
/*#tab1 #sidebarsearch-tab {
    outline: 1px solid rgba(0,0,0,0.05);
    margin-top: 100px;
    background-color: rgba(0,0,0,0.02);
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
}*/
#sidebarsearch-tab {
    background: rgba(0, 0, 0, 0) url("/templates/Gemologica/images/arrow_code.png") no-repeat scroll 97% center;   
    font-size: 13px;
    font-weight: normal;   
    margin-top: 120px;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    text-align: left;    
    width: 31%;
	z-index: 9;
	left: 19px;
}
#tab1 #sidebarsearch-tab {
	 margin-top: 100px;
	 left: 0px;
}
#tab1 .sidebarshop-dept {
	background: rgba(0, 0, 0, 0) url("/templates/Gemologica/images/arrow_code.png") no-repeat scroll 97% center;   
    font-size: 13px;
    font-weight: normal;   
    margin-top: 100px;
    outline: 1px solid rgba(0, 0, 0, 0.05);  
    text-align: left;    
    width: 31%;
    position: absolute;
    right: 3px;
	z-index: 9;
}
/*#tab1 .inner_menu--mobile-toggle:hover, #tab1 #sidebarsearch-tab:hover {
    background-color: rgba(0,0,0,0.05)
}*/

table td.content {
     float: none!important;   
}

#order_information .order_code {
     width: 50%!important;   
}

input[type=button] {
    -webkit-appearance:none;   
}

/*
td.main {
    width: 100%!important;   
}

td.main input {
     width: 20px!important;
    float: left;
    clear: left;
}
*/

.account_pane select {
    width: 100%;   
}

.address_book_table td.order_button {
    width: 100%!important;
}

.user_address_list td {
     width: 100%!important; 
}

.user_address_list .gray_button {
    width: 49% !important;
    min-width:49%;
}
.user_address_list .gray_button:nth-of-type(1) {
    margin-right:2%;
}

.account_pane table td img {
position: absolute;
right: 10px;
top: 20px;   
}

.table_headers td {
    line-height: 16px !important;
    margin-bottom: 10px;
}

.menu--mobile active {
    background: #ffffff!important;   
}

.inner_menu .inner_menu--mobile-toggle {
    margin-bottom: 0!important;
}

.addresses_note {
     float: left;
    clear: left;
    display: block;
    width: 100%!important;
}

.total_cost {
    float: right;
    width: 50%!important;   
}

.order_amount, .order_subtotal {
     float: left;
    width: 50%!important;
}

.account_pane.payment_address td {
    width: 100%!important;
}


td.total_cost.order_subtotal {
    margin: 10px 0 0 0!important;
    text-align: left!important;
}

.list_items .order_price {
     margin-top: 0!important; 
}

.checkout_address form {
     float: left;   
}

.checkout_address input[type="radio"] {
    float: left;
    clear: left;
}

tr.centertableContents [type='text'] {
    margin: 10px 0 0 0;
}
tr.centertableContents [type='button'] {
    margin: 10px 0;
}

.centertableContents td {
    width: 100%!important;    
}

.cart_delete input[type='checkbox'] {
    width: 20px;
    margin: 0 0 0 -5px!important;
}

.checkout input[type='radio'] {
    float: left;
    clear: left;
    margin: 0 10px 0 0!important;
    /* display: inline-block; */
}

.order_processed #left_customer_service, .order_processed #right_customer_service {
       display: block;
    width: 100%!important;
    padding: 0!important;
}

.checkout,
.checkout_address {
    font-size: 12px!important;
}

.checkout_address table tr, .checkout_address table td, .order_history table td, table.recent_orders td {
    display: block!important;
    width: 100%!important;
    margin-bottom:5px;
    float: left;
}

.recent_orders .order_price {
     text-align: left!important;   
}

.exclamation_img img {
    display: none!important;
}

table {
    border-spacing: 0!important;
}

.footer_signup_form {
    margin-top: 20px;
}

.learning_center_info {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

.learning_center_info a {
    text-decoration: underline!important;
    color: #000000!important;
}

.log_off {
    text-align: center;
    background: #424143!important;
    color: #ffffff;
    box-shadow: none!important;
}

.header_cart_group {}

.cart_product_options {
    font-size: 11px!important;
    font-weight: 300;
    display: block;
    line-height: 18px;
}

.cart_product_table td {
    padding: 15px 15px 15px 0;
}

.cart_product_table img.medium_image {
    width: 75px;
    margin-right: 5px;
}

.forgot_password_link {
    font-size: 11px;
    margin-top: 15px;
}

.forgot_password_link a {
    color: #424143!important;
    text-decoration: underline;
    font-weight: 700;
}

.account_pane table {
    width: 100%;
    position: relative;
    float: left;
}

.address_book_table {
    width: 100%;
    border-spacing: 0;
}

.address_book_table td {
/*
    width: 47.5%!important;
    margin-right: 2.5%!important;
*/
    line-height: 18px!important;
    float: left;
}

.address_book_table .gray_button {
    margin: 10px 0 5px;
}

/*
.address_book_table td:nth-child(even) {
     margin:0 0 0 2.5%!important;
}
*/

.account_pane table td {
    position: relative;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    width: 50%;
    float: left;
    line-height: 22px;
}

.shipping_policies table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.shipping_policies table td {
    position: relative;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    width: 25%!important;
    float: left;
    line-height: 22px;
}
.shipping_policies p {
     float: left;   
}

#account_newsletter .title_4 {
    margin: 20px 0 5px!important;
}

.requiredinfo {
    font-weight: 700;
    text-align: right;
    font-size: 10px;
    line-height: 16px;
}

.requiredinfo img {
    float: right;
    margin: 0 12px 0 10px
}

.account_edit .title_4,
.requiredinfo,
.account_password_pane .title_4 {
    float: left;
    width: 50%;
    margin: 10px 0 20px;
}

.requiredinfo {
    float: right!important;
}

.checkbox_text {
    font-size: 9px;
    font-weight: 700;
}

.account_edit input[type="checkbox"] {
    margin-bottom: 0!important;
}

.account_edit,
.account_password_pane,
.addresses_pane {
    background-color: #fcfcfc!important;
    /* padding: 10px 5%; */
    border: 2px solid white!important;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175)!important;
}

.account_edit select {
    height: 40px;
    background: #ffffff;
    text-align: left;
    margin: 10px 0 0 0;
    color: #424143;
    display: block;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
}


/*
.account_pane table img {
    position: absolute;
    right: 10px;
    top: 20px;
}
*/

.account_pages {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 0 20px 0;
}

.account_pass,
.account_email {
    display: block;
}

.account_pane input, 
.account_pane textarea {
    padding: 15px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none!important;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    display: block;
    float: left;
}

.account_pane textarea {
    margin-top: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    width: inherit;
    margin: 0 10px 10px 0;
}

label.clearselection input {
    width: 0;
}

.login_email_radios {
    font-weight: 300;
    font-size: 11px;
    clear: left;
}

.account_pane .blue_button {
    margin: 10px 0;
    font-weight: 700;
    float: left;
    clear: both;
}

.member_benefits {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0 0 0;
    margin: 20px 0 0 0;
}

.account_pane {
    float: left;
    width: 60%;
    margin: 0 20% 20px;
    padding: 20px 5% 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

.account_pane p {
    
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.account_pane ul,
.account_pane ol {
    
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 10px;
    width: 100%!important;
    float: left;
    clear: left;
}

.account_pane ul li,
.account_pane ol li {
    margin-bottom: 5px;
    float: left;
    clear: left;
}

.no_pane {
    background: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    padding: 0 5% 30px;
}

.no_pane_left,
.no_pane_right {
    float: left;
    padding: 30px 2.5%;
    box-sizing: border-box;
}

.no_pane_left {
    width: 70%;
    padding-right: 5%;
}

.no_pane_right {
    width: 30%;
    padding-top: 10px;
}

.contact_info {
    
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    background-color: #fcfcfc;
    padding: 20px;
    border: 2px solid white;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

.account_pane_message p {
    margin: 0 0 1em 0;
    
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.account_pane_message {
    margin: 10px 0 20px;
}

.account_pane_message img {
    outline: none!important;
    border: none!important;
    width: 100%;
    margin: 0 0 20px 0;
}

.cart_free_shipping_note {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: block;
}

.estimatedshippingBox > tbody > tr > td:nth-child(1),
.estimatedshippingBox > tbody > tr > td:nth-child(3),
.estimatedshippingBoxContents >tbody > tr:nth-child(3) {
    display: none;
}

.estimatedshippingBoxContents {
    width: 100%;
}

.estimatedshippingBoxContents select {
    height: 40px;
    background: #ffffff;
    text-align: left;
    margin: 10px 0 0 0;
    color: #424143;
    display: block;
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.estimatedshippingBoxContents .TextBox {
    font-size: 12px;
    font-weight: 300;
}

.estimatedshippingBoxContents .TextBox table {
    margin: 10px 0 0 -3px;
}

.estimatedshippingBoxContents .TextBox table td:nth-child(2) {
    font-weight: 500;
}

.gray_button:focus,
.white_button:focus,
.blue_button:focus {
    outline: none!important;
}

.cart_button_update {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.cart_button_checkout {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.cart_subtotal {
    float: right;
    width: 100%;
    margin: 0;
}

.cart_subtotal_text,
.cart_free_shipping {
    float: right;
    clear: right;
    text-align: right;
}

.cart_subtotal_text {
    font-size: 16px;
    line-height: 18px;
}

.cart_free_shipping {
    color: #7c7778;
    line-height: 18px;
}

.cart_button {
    float: left;
}

.cart_button_continue {
    clear: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.google_checkout {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.cart_bottom {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5%;
    overflow: hidden;
}

.text_shop_links {
    float: left;
    display: none;
}

.cart_note {
    background: none;
    padding: 0;
    width: 100%;
    margin: 0;
    color: #424143;
    box-sizing: border-box;
    
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    display: block;
    float: left;
}

.cart_delete {
    text-indent: -999999px;
}

.cart_delete input {
    margin: 0 auto;
    display: block;
}

.cart_estimated_shipping {
    float: left;
    margin: 0;
    width: 100%;
}

.cart_row {
    color: #424143;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.cart_table_labels {
    display: none;
}

.cart_row > td small.cart_product_options:nth-of-type(1) {
    margin-top: 10px;
}

.cart_row > td:nth-child(3) {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0 0;
    line-height: 18px;
    letter-spacing: -0.5px;
    text-transform: none!important;    
}

.cart_row > td:nth-child(6) {
    font-weight: 500;
}

.cart_row:hover {
    color: #000000;
}

.cart_row:nth-child(even) {
    background: rgba(0, 0, 0, 0.0175);
}

.cart_row:nth-child(odd) {
    outline: 1px solid rgba(0, 0, 0, 0.02);
}

.cart_row td input {
    padding: 5px 0;
    text-align: center;
}

.cart_row td input:focus {
    outline: none;
}

.matching_items_title {
    padding: 30px 0 10px!important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    float: left;
    clear: both;
    width: 100%;
}

.rollover_text {
    margin-bottom: 10px;
}

.view_full_link {
    font-size: 14px!important;
    margin: 5px 0 0;
    display: block;
    width: 100%;
    /* clear: both;
     */
    text-align: left;
    float: left;
}

.site-search form,
.footer-right #signupform {
    margin: 22px 33.5% 15px 33.5%;
    padding: 5px 1.5%;
    width: 33%;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-appearance: none!important;
}

.footer-right #signupform {
    margin: 0 10px 10px 0!important;
    width: 60%;
    float: left;
    padding: 5px 10px;
}

#matchingitems,
.breadcrumbs {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 5% 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
    font-size: 0;
    text-align: left;
}

div.four_columns:hover .image_block {
    opacity: 0.5;
    transition: all 0.2s linear;
}

div.four_columns:hover a.item_description_link {
    color: #7c7778;
    transition: all 0.2s linear;
}

div.four_columns > .item_block:hover .image_block {
    opacity: 1;
    transition: all 0.2s linear;
}

div.four_columns > .item_block:hover a.item_description_link {
    color: #000000;
    transition: all 0.2s linear;
}

div.category_container:hover .image_block {
    opacity: 0.65;
    transition: all 0.2s linear;
}

div.category_container:hover a.item_description_link {
    color: #7c7778;
    transition: all 0.2s linear;
}

div.item_block_categories:hover > .image_block {
    opacity: 1;
    transition: all 0.2s linear;
}

div.item_block_categories:hover > a.item_description_link {
    color: #000000;
    transition: all 0.2s linear;
}

div.item_block_categories > .image_block {
    margin-bottom: 0!important;
}

#related_container .image_block,
.cartmatch div.item_block_categories .image_block {
    margin-bottom: 20px!important;
}

.cartmatch div.item_block_categories .price {
    margin-bottom: 20px;
}

.onesection .linkout {
    padding: 10px 10px 12px 10px;
    margin: 1px 0 0 0;
    text-align: left;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.1);
    display: block;
    background: #ffffff;
    text-decoration: none;
}

.panemenu .linkout {
    padding: 5px 0 5px 20px!important;
    box-shadow: none;
}

.onesection .linkout .menu_title {
    /* color: #000000!important;
    */
}

.onesection .linkout:hover {
    box-shadow: none!important;
    transition: all 0.2s linear;
    text-decoration: none!important;
    padding: 10px 10px 12px 10px;
    background: #424143;
    transition: none!important;
    z-index: 9999;
}


/* #menusections:hover .linkout .menu_title {
     color: #424143!important;
}
 */

#menusections .linkout:hover .menu_title {
    color: #ffffff!important;
}

.onesection br,
.search_filter br {
    display: none!important;
}

.panemenu {
    margin: 5px 0 20px;
}

.panemenu .linkout:hover {
    box-shadow: none!important;
    margin: 1px 0 0 0!important;
    padding: 10px 0 0 10px;
    background: none;
    font-weight: 500!important;
    color: #000000;
}

.panemenu a.smallest_font:hover {
    color: blue !imporatnt;
}

.sidetitle {
    text-align: center;
    padding: 10px;
    background: #424143;
    margin: 0;
    display: block;
}

.sidetitle p {
    color: #ffffff!important;
    font-size: 12px;
    text-transform: uppercase;
}

.sidesubtitle {
    padding: 12px 10px 10px 10px;
    line-height: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.035);
}

.sidesubtitle:hover {
    background-color: rgba(255, 255, 255, 1);
}

.sidesubtitle.current p,
#sidebarsearch label.checked {
    color: #424143!important;
    font-size: 10px;
    text-transform: uppercase;
}

#menusections .menu_title,
sidesubtitle p {
    font-size: 10px;
}

.selections .search_filter {
    max-height: 100%;
    padding: 0 0 10px 10px;
}

.selections label {
    margin: 10px 0 0;
}


/* .search_filter:hover label {
     color: #7c7778;
}
 */

#sidebarsearch label:hover {
    color: #000000!important;
    cursor: pointer;
}

.header_container {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.5%;
    background-color: #fcfcfc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

#detailcontainer {
    background: #ffffff;
}

.breadcrumbs a {
    padding: 5px 10px;
    margin: 0 2.5px 5px 2.5px;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    background-color: #ffffff!important;
    display: inline-block;
}

.breadcrumbs a.smallest_font:hover {
    font-weight: 300!important;
}

.breadcrumbs a:hover {
    background-color: #424143!important;
    color: white!important;
    text-decoration: none!important;
}

.shipping_alert {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0 0;
    
    font-weight: 300;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

.shipping_alert a {
    padding: 0;
    display: inline-block;
    margin: 0;
}

.shipping_alert a:hover {
    text-decoration: none!important;
}

.shipping_alert strong {
    margin-right: 10px;
    display: inline-block;
}


/*input, textarea, select {
     -webkit-appearance: none;
}
*/

.price_label {
    
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.price_table {
    width: 75%;
    background-color: #fcfcfc;
    padding: 10px 5%;
    border: 2px solid white;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

.retail_price,
.our_price {
    float: right;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.25);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #ffffff!important;
    background-image: none;
    color: #000000;
}

.breadcrumbs a:first-child:hover {
    background-color: #424143!important;
}

#logo a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #7c7778;
    width: 93px;
    left: 0;
    transition: all 0.2s linear;
}

#logo a:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #424143;
    width: 153px;
    right: 0;
    transition: all 0.2s linear;
}

#cart_account {
    display: block;
    width: 100%;
    float: right;
    font-weight: 500;
    font-size: 12px;
    text-transform: none;
}

#cart_account a {
    color: #424143!important;
    margin-left: 10px;
    font-weight: 300;
    text-decoration: none;
}

#cart_account a:hover {
    color: #000000!important;
}

#logo:hover a:before {
    background-color: #7c7778;
    transition: all 0.2s linear;
}

.product_description_pane {
    overflow: hidden;
    padding: 30px 5% 40px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    margin-top: -30px;
    box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
}

.product_description_pane p {
    margin: 0!important;
}

.product_description_pane font {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0!important;
    box-sizing: border-box;
    
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}

.product_thumb {
    margin: 10px 1% 20px!important;
}

#quick3,
#askquestion,
#emailfriend {
    width: 65%;
    padding: 0;
    z-index: 999999!important;
    display: none;
    left: 0!important;
    margin: 0 17.5%!important;
    max-width: 100%;
    box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear;
    background: #ffffff;
}

#popupaskquestion .account_pane {
    width: 100%!important;
    margin: 0!important;
}
#popupaskquestion .account_pane textarea {
    width: 100%!important;
}
    
#quick3 .contentWrapper {
    box-shadow: 0 .5px 1.5px rgba(0, 0, 0, 0.175);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*END SCOTTS STYLES*/


/* 960 */

@media screen and (max-width: 980px) {    
    .inner_menu--mobile-toggle, .js-sidebarsearch-close-btn {
        display: block;
    }
    .category_name_block {
        width: 23.8%;
    }
    .category_name_block:nth-child(6n+1) {
        margin-left: 1.6%;
    }
    .category_name_block:nth-child(4n+1) {
        margin-left: 0;
    }
    .navigation--primary > li > a {
        font-size: 10px !important;
        letter-spacing: 0!important;
    }
    .navigation--primary > li img {
        width: 40%!important;
    }
    .header_container {
        padding: 0 2.5%!important;
    }
    #matchingitems,
    .breadcrumbs {
        /*padding: 10px 2.5% 5px!important;*/
    }
    .title_1 {
        text-align: center;
        margin: 20px 0;
    }
    .price_table,
    .add_to_cart,
    .add_to_cart_custom,
    .cartmatch input,
    .selector_small {
        width: 100%;
        min-width: 100%;
    }
    #sidebarsearch {
        max-width: 250px;
    }
    .sidesubtitle.current p,
    #sidebarsearch label.checked {
        font-size: 12px!important;
    }
    #sidebarsearch label,
    #sidebarsearchplaceholder label,
    .search_filter p {
        padding: 5px 0;
    }
    #menusections .menu_title,
    sidesubtitle p {
        font-size: 12px!important;
        color: #424143!important;
    }
    /*
    .onesection .linkout {
        padding: 20px 10px 22px 10px;
        color: #424143!important;
    }
*/
    #menusections .onesection .linkout {
        padding: 10px 10px 12px 10px!important;
    }
    .panemenu .linkout {
        padding: 15px 0 0 10px;
    }
    #quick_left_column,
    #quick_right_column {
        display: block;
        width: 100%;
        padding: 20px 5% 30px!important;
        margin: 0!important;
        box-sizing: border-box;
    }
    .sort_and_nav.search #sort_selector {
        margin-bottom: 50px;
    }
}


/* Products Listing Page */

@media screen and (max-width: 980px) {
    
    #related_container a:link img.item_image {
        border: 60px solid #ffffff;   
    }
    #related_container a:link img.item_image:hover {
        border: 50px solid #ffffff;   
    }
    
    #sidebarsearch {
        left: -250px;
        width: 250px;
        position: fixed;
        top: 0;
        bottom: 0;
        margin: auto;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        /*transform: translate(-500%, 0px);
         -webkit-transform: translate(-500%, 0px);
         -moz-transform: translate(-500%, 0px);
         -o-transform: translate(-500%, 0px);
         -ms-transform: translate(-500%, 0px);
         */
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        z-index: 99999;
    }
    #sidebarsearch-tab {
        display: block;
    }
    .inner_menu.main {
        display: none;
    }
    .inner_menu.mobile {
        display: block;
        width: 250px;
        height: 100%;
        background: #ffffff;
    }
    /*
    #sidebarsearch-tab.active {
        outline: none;
        left: 250px;
        z-index: 999999999;
    }
*/
    #sidebarsearch.active {
        /*transform: translate(0%, 0px);
         -webkit-transform: translate(0%, 0px);
         -moz-transform: translate(0%, 0px);
         -o-transform: translate(0%, 0px);
         -ms-transform: translate(0%, 0px);
         */
        left: 0;
        z-index: 9999999;
        background: #fff;
        box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.5);
    }
    /*#sidebarsearch.active:after {
         content: "";
         width: 100%;
         height: 100%;
         position: fixed;
         top: 0;
         left: 0;
         z-index: 999998;
         background: rgba(0,0,0,0.5);
    }
     */
    #right_side {
        width: 100%;
        margin-left: 0;
        flex: none;
        padding: 0 2.5%!important;
    }
}


/* 900 */

@media screen and (max-width: 900px) {
    #sliderContent {
        height: 340px;
    }
    #row1_footer {
        padding-right: 30px;
    }
    .footer-left {
        width: 100%;
        border: none;
        padding-right: 0;
        padding-left: 0!important;
    }
    .footer-right {
        width: 100%;
        padding-left: 0;
        border-left: none!important;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
    }
    .cart_messages {
        width: 100%!important;
        float: left!important;
        box-sizing: border-box!important;
        padding: 20px 5%!important;
        margin: 0!important;
        clear: left!important;
    }
    .cart_product_table {
        width: 90%!important;
        float: left!important;
        box-sizing: border-box!important;
        margin: 20px 0 10px 5%!important;
    }
    .account_pane {
        float: left;
        width: 75%;
        margin: 0 12.5% 20px;
        padding: 20px 5%;
        background-color: #ffffff;
        box-sizing: border-box;
        box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    }
}

@media screen and (max-width: 840px) {
	.item_block_categories:first-child,
    .item_block_categories:nth-child(4n+1) {
        margin-left: 1.5%;
    }
    .item_block_categories {
        margin: 1.5%;   
        width: 47%;
        min-height: 415px;
    }
    .clear3{
      display: none;
    }
	.inner_menu { 
		/*overflow: scroll !important; */  
	}
    ul.payment-options,
    ul.payment-cert {
        padding: 10px!important;
        width: 100%;
        box-sizing: border-box;
        display: block;
        background-color: none!important;
        margin: 0!important;
    }
    .no_pane_left,
    .no_pane_right {
        width: 100%;
        padding: 0!important;
    }
    .contact_info {
        box-shadow: none!important;
        padding: 20px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin-top: 10px;
        background: none!important;
    }
    .account_pane_message p {
        font-size: 14px;
        line-height: 22px;
    }
    #main_picture_detail img {
        width: 50%;
    }
    #menu {
        display: none;
    }
    #sliderContent {
        height: 300px;
    }
    .navigation-toggle {
        display: block !important;
        right: 2.5%!important;
    }
    .item_block {
        width: 50%;
        min-height: 450px;
    }
    #leftside_detail,
    #rightside_detail {
        width: 100%;
        margin: 20px 0 35px 0;
        float: none;
        padding: 0;
        box-sizing: border-box;
    }
    #leftside_detail {
        padding-top: 30px;
    }
    #rightside_detail {
        padding: 0 20%!important;
        box-sizing: border-box;
    }
    .item_variation_gallery,
    #other_gems {
        padding: 5px 2.5% 10px;
        text-align: center;
        margin: 30px 15%;
        display: block;
        max-width: none;
    }
    .site-search form {
        width: 45.5%!important;
        margin: 24px 30% 20px 47%!important;
        padding: 5px 2.5%!important;
    }
    #matchingitems,
    .breadcrumbs {
        text-align: center!important;
    }
    #rightheader {
        position: relative;
        right: 0;
        padding: 0;
        width: 100%;
        margin: -32px 0 35px 0;
        box-sizing: border-box;
        float: left;
    }
    #currency,
    #cart_account {
        display: block;
        padding: 0;
        float: left;
    }
    #currency {
        width: 30%!important
    }
    #cart_account {
        width: 70%!important
    }
    .cart_product_table td {
        font-size: 12px;
    }
    .cart_product_table img.medium_image {
        width: 50px;
    }
    .currencies dd ul {
        left: -17px;
        right: inherit;
    }
    .navigation--top-bar {
        display: none;
    }
    .top-bar__shipping {
        text-align: center;
    }
    .dropcartbutton {
        float: left;
        padding: 0;
        width: 100%;
        margin: 0 0 10px 0!important;
    }
    #dropcart {
        padding: 25px 2.5% 20px;
        width: 100%!important;
        background-color: #fff;
        box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.25);
        border-top: 0;
        position: absolute;
        box-sizing: border-box;
        z-index: 999999;
        display: none;
        left: 0;
        text-align: center;
        line-height: 43px;
    }
    .dropcart_title {
        
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 20px;
        display: block;
    }
    .currencies dt span {
        line-height: 18px;
    }
    .currencies dt {
        background: url(/templates/Gemologica/images/down_arrow.gif) no-repeat scroll left 6px;
        background-size: 7px;
    }
    .account_pane ul,
    .account_pane ol {
        padding-left: 20px;
    }
}


/* 600 */

@media screen and (max-width: 620px) {
     .four_columns .item_block {      
        min-height: 370px;
    }
   .order_item {
        width: 50%!important
    }
	.inner_menu { 
		/*overflow: scroll !important;   */
	}
    #sliderContent {
        height: 230px;
    }
    .product_details_pane b {
        width: 100%;
        margin: 0 0 10px!important;
    }
    .category_name_block {
        width: 49.2%;
    }
    .category_name_block:nth-child(4n+1) {
        margin-left: 1.6;
    }
    .category_name_block:nth-child(2n+1) {
        margin-left: 0;
    }
    a.deal {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .add_to_cart,
    .add_to_cart_custom,
    .cartmatch input,
    .selector_small {
        width: 100%!important;
        display: block;
        box-sizing: border-box;
    }
    #learning_center_initial_box {
        margin: 50px 0 20px;
    }
    .panes,
    #row1_footer {
        padding: 25px 5% 30px;
    }
    #deals {
        padding: 20px 5% 20px;
    }
    #slider {
        padding: 25px 2.5% 20px;
    }
    .quick_specs_table {
        width: 100%;
        padding: 10px 2.5%;
    }
    #logo a:before {
        width: 75px!important;
    }
    #logo a:after {
        width: 123px!important;
    }
    #logo {
        width: 200px;
        height: 45px;
    }
    #logo a img {
        width: 200px!important;
    }
    .site-search form {
        margin-top: 15px!important;
    }
    .navigation-toggle {
        top: 30px!important;
    }
    .search_button {
        width: 16px;
        height: 15px;
        margin-top: 11px;
    }
    .product_description_pane {
        overflow: visible!important;
        padding: 30px 5%!important;
    }
    .product_description_pane font {
        float: none!important;
        display: block!important;
        width: 100%!important;
        padding: 0 0 0 0!important;
        box-sizing: border-box!important;
    }
    .panes {
        padding: 25px 0;
        width: 100%;
        box-sizing: border-box;
        float: left;
    }
    #rightside_detail {
        padding: 0 10%!important;
    }
    .item_variation_gallery,
    #other_gems {
        margin: 30px 5%!important;
    }
    #quick_left_column #other_gems {
        margin: 10px 0!important;
    }
    #rightheader {
        padding: 0 2.5%!important;
        margin: -20px 0 35px 0;
    }
    #quick3 {
        width: 80%!important;
        margin: 0 10%!important;
    }
    .account_pane {
        float: left;
        width: 90%;
        margin: 0 5% 20px;
        padding: 20px 5%;
        background-color: #ffffff;
        box-sizing: border-box;
        box-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.175);
    }
    .cart_row > td:nth-child(2) {
        display: none;
    }
    .table_titles > td:nth-child(3) {
        display: none;
    }
    a:link img.item_image,
a:visited img.item_image {
    border: 30px solid white;
    
}

a:link img.item_image:hover,
a:visited img.item_image:hover {
    border: 20px solid white;
}
}


/* 500 */

@media screen and (max-width: 500px) {
    .four_columns .item_block {      
        min-height: 340px;
    }
	.inner_menu { 
		/*overflow: scroll !important; */  
	}
	
    .footer-right #signupform {
        width: 100%;
    }
    div.item_block_categories {
        min-height: 320px;
    }
    .footer-left-column {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
    }
    ul.payment-options li img {
        width: 50px;
    }
    ul.payment-options li {
        width: 50px;
    }
    ul.payment-cert li {
        margin: 0 5px;
    }
    #sliderContent {
        height: 175px;
    }
    .item_block_related {
        width: 50%;
        margin-left: 0 !important;
    }
    #related_container div:nth-child(4) {
        display: none !important;
    }
    .item_block_related:nth-child(2),
    .item_block_related:nth-child(5),
    .item_block_related:nth-child(7) {
        margin-left: 5% !important;
    }
    #left_customer_service,
    #right_customer_service {
        width: 100%;
        margin: 0 0 10px 0!important;
        padding: 0!important;
    }
    .navigation-toggle {
        right: 6%!important;
    }
    #sort_selector,
    .sort_and_nav.search .perpage {
        width: 49%;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
    }
    .perpage select {
        min-width: 96%!important;
    }
    .main_sort {
        width: 100%;
    }
	#sidebarsearch-tab{
		width: 48%;
	}
	#tab1 .inner_menu--mobile-toggle{
		width: 47%;
	}
    #loading {   
      padding: 50% 0 0 0;
  }
    .js-sidebarsearch-close-btn{
      width: 100%!important;
    }
    .category_container > div {
        display: none;
    }
    .site-search form {
        margin: 67px 0 10px!important;
        width: 100%!important;
        padding: 5px 5%!important;
    }
    .category_name_block {
        width: 100%;
        margin-left: 0 !important;
    }
    .item_block_categories {
        width: 47%;
        margin: 0 1.5% !important;
        display: block !important;
    }
    #magnglass {
        display: none;
    }
    #logo {
        left: 6%!important;
    }
    .navigation--top-bar {
        display: none;
    }
    a.navigation_select_text:link,
    a.navigation_select_text:visited,
    a.navigation_select_number:link,
    a.navigation_select_number:visited,
    .navigation_selected {
        padding: 10px!important;
    }
    .bottom_navigation {
        min-height: 70px;
    }
    .cart_product_table td {
        font-size: 12px;
        width: 100%;
        display: block;
        padding: 5px 0 0!important;
        box-sizing: border-box;
    }
    .cart_product_table img.medium_image {
        width: 100%;
    }
    .cart_product_table a:link img.medium_image {
        border: none!important;
    }
    tr.table_titles {
        display: none;
    }
    .cart_row {
        outline: none!important;
        background: none!important;
    }
    .cart_delete {
        text-indent: 0;
        line-height: 12px;
    }
    .cart_delete input {
        margin: 0 10px 0 0!important;
        float: left;
    }
    .cart_row > td:nth-child(6) {
        padding: 5px 0 20px!important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    .cart_row > td:nth-child(3) {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 0 0;
        line-height: 18px;
        padding: 0 0 0 0;
        letter-spacing: -0.5px;
        text-transform: none!important;        
    }
    .cart_subtotal {
        float: left;
        text-align: left;
        margin: 20px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .cart_subtotal_text,
    .cart_free_shipping {
        float: left;
        clear: left;
        margin: 0 0 5px;
    }
    .cart_product_table {
        margin-bottom: 0!important;
    }
    .cart_row > td:nth-child(2) {
        display: block;
    }
    .cart_product_table a:link img.medium_image {
        width: 33%;
        box-shadow: none!important;
        margin: 5px 0 0 0!important;
    }
    .cart_row > td:nth-child(4) {
        font-weight: 700!important;
    }
    .cart_row > td:nth-child(4):before {
        content: "Item #";
    }
    .account_pane table td {
        line-height: inherit;
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    
    .cart_icon {
        display: none;
    }
    dl.currencies,
    .currencies dd,
    .currencies dt,
    .currencies ul {
        margin: -2px 0 0 0;
    }
    #dropcart {
        padding: 25px 5% 20px;
        line-height: 26px;
    }
    .dropcart_title {
        font-size: 12px;
    }
    .currencies dt span {
        line-height: 14px;
    }
    .currencies dt {
        background: url(/templates/Gemologica/images/down_arrow.gif) no-repeat scroll left 4px;
        background-size: 7px;
    }
    a:link img.item_image,
    a:visited img.item_image {
        border: 10px solid #ffffff;
    }
    a:link img.item_image,
    a:visited img.item_image:hover {
        border: 10px solid #ffffff!important;
    }
    .address_book_table td, .address_book_table td:nth-child(even) {
        width: 100%!important;
        margin: 10px 0!important;
    }
    table.address_book_table.main_addresses td {
         width: 50%!important;   
    }
    .sliderImage img, .sliderImage a {
        max-width: 95%;   
    }
    #tab1 #sidebarsearch-tab {	
	 left: 9px;
    }
}
@media screen and (max-width: 400px) {
    .four_columns .item_block {      
        min-height: 300px;
    }
}

@media screen and (max-width: 360px) {
     #sliderContent {
        height: 125px!important;    
    }
}

input:focus {
    outline: none!important;
}
.st_facebook_custom,
.st_twitter_custom,
.st_sharethis_custom{
	cursor: pointer;
}
#shoCountry select, #shoState select{ 
	padding:15px 5px;
}
#shoState select{ 
	margin-bottom:10px;
}
#shoCountry img, #shoState img{ 
   right: -15px;
}
/*min-height*/
#related_container .item_block_categories:first-child,
#related_container .item_block_categories:nth-child(4n+1) {
        margin-left: 1.5%;
}
#related_container .item_block_categories {
        margin: 1.5%;   
        width: 22%;  
		min-height: 355px;		
}
#related_container .clear3{
	display:none;
}
#matchingitems .item_block{
	margin: 1.5%;
	padding-left: 0;
	padding-right: 0;
	width: 22%; 
}
@media screen and (max-width: 1200px) {
	#related_container .item_block_categories {  
		min-height: 340px;   
	}
}
@media screen and (max-width: 1150px) {
	#related_container .item_block_categories {  
		min-height: 320px;   
	}
}
@media screen and (max-width: 1100px) {
	#related_container .item_block_categories {  
		min-height: 315px;   
	}
}
@media screen and (max-width: 1050px) {
	#related_container .item_block_categories {  
		min-height: 305px;   
	}
}
@media screen and (max-width: 980px) {
	#related_container .item_block_categories:first-child,
	#related_container .item_block_categories:nth-child(4n+1) {
			margin-left: 1.5;
	}
	#matchingitems .item_block,
	#related_container .item_block_categories {
			margin: 1.5%;   
			width: 30%;  
			min-height: 365px;
			padding-left: 0;
			padding-right: 0;
	}
	#related_container .clear3{
		display:block;
	}
	#tab1 .four_columns .item_block , 
	#tab2 .four_columns .item_block,
	#tab3 .four_columns .item_block{		
		padding: 0 1.5% 30px;		
		width: 33%;
	}
	#tab1 .four_columns .item_block:last-child, 
	#tab2 .four_columns .item_block:last-child,
	#tab3 .four_columns .item_block:last-child{		
		display:none;
	}
}
@media screen and (max-width: 840px) {
    .item_block_categories:first-child,
    .item_block_categories:nth-child(4n+1) {
        margin-left: 1.5%;
    }
    .item_block_categories {
        margin: 1.5%;   
        width: 47%;
        min-height: 440px;
		
    }
	#matchingitems .item_block,
	#related_container .item_block_categories {
			margin: 1.5%;   
			width: 47%; 
			padding-left: 0;
			padding-right: 0;
	}
	#related_container .clear3{
		display:none;
	}
    .clear3{
      display: none;
    }
	#tab1 .four_columns .item_block , 
	#tab2 .four_columns .item_block,
	#tab3 .four_columns .item_block{		
		padding: 0 1.5% 30px;		
		width: 50%;
	}
	#tab1 .four_columns .item_block:last-child, 
	#tab2 .four_columns .item_block:last-child,
	#tab3 .four_columns .item_block:last-child{		
		display:block;
	}
	.item_block {       
        min-height: 460px;
    }
}
@media screen and (max-width: 800px) {
    .four_columns .item_block {      
        min-height: 450px;
    }
}
@media screen and (max-width: 750px) {
    .four_columns .item_block {      
        min-height: 435px;
    }
	.item_block_categories {   
		min-height: 415px;	   
	}
}
@media screen and (max-width: 700px) {
    .four_columns .item_block {      
        min-height: 415px;
    }
	.item_block_categories {   
		min-height: 395px;	   
	}
}
@media screen and (max-width: 650px) {
    .four_columns .item_block {      
        min-height: 400px;
    }
	.item_block_categories {   
		min-height: 375px;	   
	}
}
@media screen and (max-width: 600px) {
	.four_columns .item_block {      
			min-height: 370px;
	}
	.item_block_categories {   
			min-height: 350px;	   
	}
	#matchingitems .item_block,
	#related_container .item_block_categories {
		min-height: 350px;	 
	}
    
}
@media screen and (max-width: 550px) {
	.four_columns .item_block {      
			min-height: 365px;
	}
	.item_block_categories {   
			min-height: 330px;	   
	}
   
   #matchingitems .item_block,
	#related_container .item_block_categories {
		min-height: 330px;	 
	}
}
@media screen and (max-width: 500px) {
	.four_columns .item_block {      
			min-height: 345px;
	}
	.cart_row > td:nth-child(6) {
        padding: 5px 0 20px!important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 450px) {
	.four_columns .item_block {      
			min-height: 315px;
	}
	div.item_block_categories {
		min-height: 300px;
	}    
	#matchingitems .item_block,
	#related_container .item_block_categories {
		min-height: 300px;	 
	}
}
@media screen and (max-width: 400px) {
	.four_columns .item_block {      
			min-height: 300px;
	}
	div.item_block_categories {
		min-height: 275px;
	}     
	#matchingitems .item_block,
	#related_container .item_block_categories {
		min-height: 275px;	 
	}
}
@media screen and (max-width: 350px) {
	.four_columns .item_block {      
			min-height: 265px;
	}	     
}
.item_block_categories{   
    padding-bottom: 5px;
   
}
.item_block {
    padding-bottom: 5px;
}
#related_container a:link img.item_image {
    border: 50px solid #ffffff;
}
#related_container a:link img.item_image:hover {
    border: 40px solid #ffffff;
}
