/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: url(/site/sc/images/bg_body.gif) repeat-x;
}

.center-fix {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

.center-fix:after {
    content: "";
    display: table;
    clear: both;
}

#div__header {
    z-index: 31;
}

#header {
    background: url(/site/sc/images/bg_body.gif) repeat;
}

#header-top {
    height: auto;
    background: #323232;
    padding-bottom: 7px;
}

#header-top p {
    position: relative;
    float: left;
    margin-right: 5px;
    height: auto;
}

#header-top .tiptip {
    color: #FFDD00;
    font-size: 13px;
    font-weight: bold;
    float: left;
    position: relative;
}

#header-top ul {
    overflow: hidden;
}

#header-middle {
    width: 100%;
    height: auto;
    float: none;
    border-top: 1px solid #2176ab;
    padding-bottom: 0;
}

#header-middle .center-fix {
    padding-top: 1px;
}

#logo {
    height: 93px;
    margin-right: 0;
}

#search-wrapper-left {
    max-width: 400px;
    padding: 0;
    margin: 30px auto 0;
    background: #fff;
    float: none;
    border: 4px solid #2d8fce;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

#search-wrapper-left #search-wrapper-right {
    padding: 0;
    background: transparent;
}

#search-wrapper-left #search-wrapper-right #search-wrapper {
    background: transparent;
    border: none;
    position: relative;
    padding-right: 75px;
    padding-left: 4px;
}

#search-wrapper-left #search-wrapper-right #search-wrapper input[type="text"] {
    width: 100%;
    height: 30px;
    display: inline-block;
    margin: 0;
    float: none;
    vertical-align: middle;
}

#search-wrapper-left #search-wrapper-right #search-wrapper input[type="button"] {
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*background-color: #bbbbbb;
        background-image: -webkit-linear-gradient(bottom, #bbbbbb 0%, #fefefe 100%);
        background-image: linear-gradient(to top,#bbbbbb 0%, #fefefe 100%);*/
    display: inline-block;
    margin: 0;
    float: none;
    vertical-align: middle;
    border-left: 1px solid #b8b8b8;
    color: #454545;
    font-size: 12px;
    font-weight: bold;
}

#live-chat {
    margin-top: 5px;
}

#live-chat a {
    display: block;
}

#finder {
    left: 0;
    height: auto;
    width: 100%;
}

#header-navegation-wrapper-left {
    padding-left: 0;
    background: transparent;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    padding-right: 0;
    background: transparent;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right:after {
    content: "";
    display: table;
    clear: both;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper {
    width: 100%;
    background: transparent;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul {
    width: 70%;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li {
    width: 22%;
    background: transparent;
    background-color: #04619d;
    background-image: -webkit-linear-gradient(bottom, #04619d, #3090cf);
    background-image: linear-gradient(to top, #04619d, #3090cf);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li:first-child {
    width: 34%;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li:hover {
    background-color: #3090cf;
    background-image: -webkit-linear-gradient(bottom, #3090cf, #04619d);
    background-image: linear-gradient(to top, #3090cf, #04619d);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li>a {
    width: 100%;
    background: transparent;
    color: #fff;
    text-indent: inherit;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li>a#advanced-search-button {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: url("/site/sc/images/advanced_search_button.png") no-repeat 0 -21px;
    text-indent: -99999px;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search {
    background: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search a {
    height: auto;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search a#advanced-search-button {
    height: 21px;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search a#advanced-search-button span {
    display: none;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search {
    background-color: #4d9905;
    background-image: -webkit-linear-gradient(bottom, #4d9905, #7fd73e);
    background-image: linear-gradient(to top, #4d9905, #7fd73e);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search:hover {
    background-color: #4d9905;
    background-image: -webkit-linear-gradient(bottom, #4d9905, #7fd73e);
    background-image: linear-gradient(to top, #4d9905, #7fd73e);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper #cart-info {
    width: 30%;
    height: 38px;
    padding-right: 5px;
    background: transparent;
    background-color: #055990;
    background-image: -webkit-linear-gradient(bottom, #055990, #0e70b0);
    background-image: linear-gradient(to top, #055990, #0e70b0);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    text-align: right;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper #cart-info #cart-link {
    float: none;
    display: inline-block;
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper #cart-info #view-cart {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: transparent;
    background-color: #519e0b;
    background-image: -webkit-linear-gradient(bottom, #519e0b 0%, #77c039 50%, #73c82f 100%);
    background-image: linear-gradient(to top, #519e0b 0%, #77c039 50%, #73c82f 100%);
    text-indent: inherit;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

#header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper #cart-info #view-cart:hover {
    background-color: #519e0b;
    background-image: -webkit-linear-gradient(top, #519e0b 0%, #77c039 50%, #73c82f 100%);
    background-image: linear-gradient(to bottom, #519e0b 0%, #77c039 50%, #73c82f 100%);
}

#header-promo {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

#header-promo:after {
    content: "";
    display: table;
    clear: both;
}

#header-promo .box {
    width: 50%;
}

.dropdown_menu {
    z-index: 100;
}

#div__body {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    position: inherit;
}

#div__body:after {
    content: "";
    display: table;
    clear: both;
}

#left-td {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.1%;
}

#left-td:last-child {
    margin-right: 0;
}

#left-td #left-column-wrapper-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #b3b3b3;
    background: transparent;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}

#left-td #left-column-wrapper-top #left-column-wrapper-bottom {
    background: transparent;
}

#left-td #left-column-wrapper-top #left-column {
    border: none;
    z-index: initial;
}

#left-td #left-column-wrapper-top #left-column h4 {
    width: 100%;
    text-indent: inherit;
    background: transparent;
    background-color: #57a510;
    background-image: -webkit-linear-gradient(bottom, #57a510, #73c82f);
    background-image: linear-gradient(to top, #57a510, #73c82f);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #397c00;
    border-width: 1px 1px 0 1px;
}

#left-td #left-column-wrapper-top #left-column .office-banner-new {
    text-align: center;
}

#left-td #left-column-wrapper-top #left-column .office-banner-new a {
    display: inline-block;
}

#left-td #left-column-wrapper-top #left-column li {
    z-index: inherit;
}

#left-td #left-column-wrapper-top #left-column li>a {
    height: 28px;
    background-image: url(../images/bg_left_column_links.gif);
}

#left-td #left-column-wrapper-top #left-column li .subcats-wrapper {
    width: auto;
    left: 100%;
}

#left-td #left-column-wrapper-top #left-column #newsletter {
    width: 100%;
    float: none;
}

#left-td #left-column-wrapper-top #left-column #newsletter .title {
    width: 100%;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: transparent;
    background-color: #b75c00;
    background-image: -webkit-linear-gradient(bottom, #b75c00, #ff8c29);
    background-image: linear-gradient(to top, #b75c00, #ff8c29);
    text-align: center;
    color: #fff;
    border: 1px solid #7c4100;
}

#left-td #left-column-wrapper-top #left-column #newsletter .signtext {
    width: 100%;
}

#left-td #left-column-wrapper-top #left-column #newsletter .signtext iframe {
    width: 100%;
}

.wrapper-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
}

.wrapper-right:last-child {
    margin-right: 0;
}

.wrapper-right #finder-wrapperALL {
    width: 32%;
}

.wrapper-right #finder-wrapperALL #finder-wrapper-top {
    width: 100%;
    float: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #b3b3b3;
    background: transparent;
}

.wrapper-right #finder-wrapperALL #finder-wrapper-top #finder-wrapper-bottom {
    background: transparent;
}

.wrapper-right #finder-wrapperALL #finder-wrapper-top #finder-wrapper-bottom #finder-wrapper {
    overflow: hidden;
    height: auto;
    border: none;
}

.wrapper-right #finder-wrapperALL #finder-wrapper-top #finder-wrapper-bottom #finder-wrapper h5 {
    background: transparent;
    background-color: #04619d;
    background-image: -webkit-linear-gradient(bottom, #04619d, #1180c8);
    background-image: linear-gradient(to top, #04619d, #1180c8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    text-indent: inherit;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 29px;
    border: 1px solid #004b7b;
}

.wrapper-right #finder-wrapperALL #findButton {
    display: block;
}

.wrapper-right #finder-wrapperALL #findButton img {
    width: 100%;
    max-width: 241px;
}

.wrapper-right #main-banner {
    width: 68%;
    padding-right: 15px;
}

.wrapper-right #main-banner #slider {
    width: 100%;
    height: 266px;
}

.wrapper-right #main-banner #slider ul li a {
    display: block;
}

.wrapper-right #main-banner #slider ul li a img {
    width: 100%;
}

#home-list {
    width: 100%;
}

#home-list #reasons-to-shop, #home-list #feedback {
    width: 50%;
}

table.SBSHOME-1Items {
    table-layout: inherit;
}

.SBSHOME-1Background {
    width: 100% !important;
}

.SBSHOME-1Background .SBSHOME-1HeaderWrap {
    width: 100% !important;
}

.SBSHOME-1Background .SBSHOME-1recframe {
    width: 20%;
}

.SBSHOME-1Background .SBSHOME-1recframe .SBSHOME-1img {
    text-align: center;
}

.SBSHOME-1Background .SBSHOME-1recframe a {
    display: inline-block;
}

#badges {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

#badges:after {
    content: "";
    display: table;
    clear: both;
}

#badges tr {
    text-align: center;
}

#badges tr td {
    display: inline-block;
}

#badges tr td a {
    display: block;
}

#footer-wrapper {
    width: 100%;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    float: none;
    background: transparent;
    padding-left: 0;
}

#footer-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

#footer-wrapper #footer {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 0;
    border: 1px solid #b3b3b3;
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
}

#footer-wrapper #footer .footer-box {
    width: 20%;
    height: auto;
    border: none;
    background: transparent;
}

#footer-wrapper #footer .footer-box>p {
    background-color: #04619d;
    background-image: -webkit-linear-gradient(bottom, #04619d, #1180c8);
    background-image: linear-gradient(to top, #04619d, #1180c8);
}

#footer-wrapper #footer .footer-box>div {
    height: 142px;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#footer .ff_widget {
    height: auto;
}

#footer .ff_widget img {
    width: 100%;
    max-width: 183px;
}

.foot-links {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

.foot-links:after {
    content: "";
    display: table;
    clear: both;
}

.social-container {
    margin-bottom: 10px;
    text-align: center;
}

#rights {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

#rights:after {
    content: "";
    display: table;
    clear: both;
}

div#mylayer {
    display: none;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next, .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev, .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.sliding-panel-content {
    position: fixed;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 220px;
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999999;
}

.sliding-panel-content.is-visible {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.sliding-panel-fade-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.sliding-panel-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible;
}

.sliding-panel-close {
    cursor: pointer;
    text-align: center;
    margin-bottom: 1px;
    color: #fff;
    background-color: #04619d;
    background-image: -webkit-linear-gradient(bottom, #04619d, #1180c8);
    background-image: linear-gradient(to top, #04619d, #1180c8);
    font-size: 12px;
    padding: 8px 0;
}

.sliding-panel-button {
    background-color: #57a510;
    background-image: -webkit-linear-gradient(bottom, #57a510, #73c82f);
    background-image: linear-gradient(to top, #57a510, #73c82f);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #397c00;
    border-width: 1px;
    font-size: 12px;
    font-weight: bold;
    display: none;
    margin-bottom: 10px;
}

.shop-by-cat h4, .by-brand h4 {
    width: 100%;
    text-indent: inherit;
    background: transparent;
    background-color: #57a510;
    background-image: -webkit-linear-gradient(bottom, #57a510, #73c82f);
    background-image: linear-gradient(to top, #57a510, #73c82f);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #397c00;
    border-width: 1px 0 0 0;
}

.shop-by-cat ul li, .by-brand ul li {
    border-bottom: 1px solid #ccc;
}

.shop-by-cat ul li>a, .by-brand ul li>a {
    height: 28px;
    background: url("../images/bg_left_column_links.gif") repeat scroll 12px -60px;
    font-size: 12px;
    color: #222;
    display: block;
    line-height: 16px;
    padding-left: 10px;
    padding-top: 7px;
    text-transform: uppercase;
}

.shop-by-cat ul li>a:hover, .by-brand ul li>a:hover {
    background-position: 12px -88px;
    color: #54a20d;
}

#service-buttons tr {
    overflow: hidden;
}

#service-buttons td {
    width: 33.33333%;
    float: left;
}

.service-button {
    overflow: hidden;
    text-align: center;
}

.service-button p {
    float: none;
    text-align: left;
    margin: 0;
    display: inline-block;
}

.service-button.button-1 p {
    padding-top: 20px;
}

.service-button.button-2 p {
    padding-top: 12px;
}

.button-1 .thumb, .button-2 .thumb, .button-3 .thumb {
    display: block;
    float: none;
    margin: 0 auto;
}

#service-categories {
    overflow: hidden;
}

#service-categories .column, #service-categories .service-categories {
    width: 50%;
    float: left;
}

#service-categories .column.first, #service-categories .service-categories.first {
    margin-right: 0;
    padding-right: 10px;
}

#service-categories .column .cat-cell, #service-categories .service-categories .cat-cell {
    width: 100%;
}

.tabs-wrapper-top {
    background-image: none;
    padding-top: 0;
}

.tabs-wrapper-top .tabs-wrapper-bottom {
    background-image: none;
    padding-bottom: 0;
}

.tabs-wrapper-top .tabs-wrapper-bottom .tabs-wrapper {
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tabs-wrapper-top .tabs-wrapper-bottom .tabs-wrapper>img {
    max-width: 100%;
}

.tabs-wrapper-top #information-item {
    width: 100%;
}

.tabs-wrapper-top #info-item-description iframe {
    width: 100%;
}

#item-list {
    width: 100%;
}

#item-list .narrow-items-wrapper {
    overflow: hidden;
}

#item-list h1 {
    width: 75%;
}

#item-list #instructions, #item-list .addtocart-instructions {
    width: 25%;
}

#item-list .addtocart-instructions {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#item-list .cart-button, #item-list .addtocart-wrapper {
    width: 25%;
}

#item-list .addtocart-bg {
    width: 25%;
}

#item-list .addtocart-bg .addtocart-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#item-list .addtocart-wrapper {
    padding: 6px 5px;
}

#item-list .addtocart-wrapper a {
    margin: 0;
}

#item-list .narrowing table, #item-list .narrow-items {
    width: 75%;
}

#item-list .itemcell {
    position: relative;
}

#item-list .itemcell .addtocart-bg {
    width: 25%;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    background: #fff;
    border: 4px solid #137dc2;
    margin: 0;
}

#item-list .itemcell .addtocart-bg .cart-info {
    height: auto;
}

#item-list .itemcell .item-info {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
}

#item-list .itemcell .item-info .details {
    width: auto!important;
    display: block;
    float: none;
    padding: 5px 15px;
}

#item-list .itemcell .item-info .thumb {
    max-width: 140px;
    min-width: 140px;
    display: block;
    float: none;
}

@media(min-width: 768px) {
    #item-list .itemcell .item-info {
        display: table;
    }
    #item-list .itemcell .item-info .details {
        display: table-cell;
    }
    #item-list .itemcell .item-info .thumb {
        display: table-cell;
    }
}

#item-list .itemcell .item-info .thumb a {
    display: block;
    max-width: 140px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}

#item-list .itemcell .item-info .thumb img {
    max-width: 100%;
}

#item-list .addtocart-wrapper a, #item-list .cart-button a {
    width: auto;
    height: auto;
    text-indent: inherit;
    background-color: #980000;
    background-image: -webkit-linear-gradient(bottom, #980000, #ef1511);
    background-image: linear-gradient(to top, #980000, #ef1511);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 0 2px 0px rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-weight: normal;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-style: solid;
    border-color: #711939;
    border-width: 1px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#item-list .item-cell {
    /* overflow: hidden; */
    width: 100%;
    height: auto;
}

#item-list .item-cell .item-info-wrapper {
    width: 75%;
    height: auto;
    display: table;
}

#item-list .item-cell .item-info-wrapper .item-thumbnail {
    max-width: 140px;
    display: table-cell;
    float: none;
}

#item-list .item-cell .item-info-wrapper .item-thumbnail a {
    display: inline-block;
    vertical-align: middle;
}

#item-list .item-cell .item-info-wrapper .item-thumbnail img {
    max-width: 100%;
}

#item-list .item-cell .item-info-wrapper .item-information {
    /* width: 100%; */
    /* float: left; */
    float: none;
    display: table-cell;
    padding: 5px 15px;
}

#item-drilldown .tabs-wrapper-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}

#item-drilldown .tabs-wrapper-top .tabs-wrapper-bottom {
    background: transparent;
}

#item-drilldown .tabs-wrapper-top .tabs-wrapper {
    border: none;
    background: transparent;
}

#item-drilldown .SBSPROD-2Background, #item-drilldown .SBSPROD-2HeaderWrap, #item-drilldown .SBSPROD-3Background, #item-drilldown .SBSPROD-3HeaderWrap, #item-drilldown #compatibility {
    width: 100%;
}

#item-drilldown .SBSPROD-2recframe, #item-drilldown .SBSPROD-3recframe {
    width: 20%;
    float: left;
}

#item-drilldown .SBSPROD-2img, #item-drilldown .SBSPROD-3img {
    text-align: center;
}

#item-drilldown #details-left {
    width: 30%;
}

#item-drilldown #details-left #item-image img {
    max-width: 100%;
}

#item-drilldown #details-left #item-image #earpontis {
    left: 50%;
    margin-left: -75px;
}

#item-drilldown #details-left #buy-more .bglt {
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #fff;
}

#item-drilldown #details-right {
    width: 70%;
}

#item-drilldown #details-right #details-med-new {
    background-color: #d9d9d9;
    background-image: -webkit-linear-gradient(bottom, #d9d9d9, #fff);
    background-image: linear-gradient(to top, #d9d9d9, #fff);
}

#item-drilldown #details-right #PrDet_1 {
    width: 50%;
    margin-right: 0;
    padding-right: 5px;
}

#item-drilldown #details-right #PrDet_2 {
    width: 50%;
    padding-left: 5px;
}

#item-drilldown #details-right #details-btn-new #specs {
    width: 100%;
    margin-right: 0;
}

#NEW_item_T #reason_TAB_ {
    padding: 5px 10px;
}

#NEW_item_T #reasons-top {
    width: 100%;
    padding: 0;
    background-image: none;
    background-color: #fefbeb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 5px 0 10px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
}

#NEW_item_T #reasons-bottom, #NEW_item_T #reasons {
    background-image: none;
}

#overview {
    width: 100%;
    height: auto;
}

#overview .rewards-banner {
    background-size: 100% auto;
}

#overview #container {
    width: 100%;
}

#overview #container #earn-overview {
    width: 70%;
}

#overview #container #earn-overview .thumb {
    height: auto;
    width: 100%;
}

#overview #container #earn-overview #top-row, #overview #container #earn-overview #bot-row {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}

#overview #container #earn-overview #top-row .points, #overview #container #earn-overview #top-row .points-last, #overview #container #earn-overview #bot-row .points, #overview #container #earn-overview #bot-row .points-last {
    width: auto;
    display: inline-block;
    float: none;
    margin: 0 3px;
}

#overview #container #earn-overview #text-extender {
    width: 100%;
    float: none;
    padding: 10px;
    margin: 0;
}

#overview #container #earn-overview #text-extender table {
    width: 100%;
}

#overview #container #redeem-overview {
    width: 30%;
}

#overview #container #redeem-overview img {
    max-width: 100%;
}

#order-status input {
    background-image: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.contenedor {
    width: 100%;
    max-width: 748px;
    margin: 0 auto;
}

.share-this-deal {
    text-align: center;
    padding: 30px 0;
}

.share-this-deal img {
    max-width: 100%;
}

.contenedorSocial {
    width: 100%;
    max-width: 520px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
}

.tell-your-friends {
    max-width: 519px;
    height: 200px;
    background: url("/site/sc/images/referAfriend/tellYourFriends.png") no-repeat;
    margin: 40px auto 114px;
}

.reward-points-img {
    clear: both;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}

.reward-points-img img {
    max-width: 100%;
}

.reward-footer-img {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.reward-footer-img img {
    width: 100%;
    max-width: 748px;
}

.contenedor {
    width: 100%;
    text-align: center;
}

.contenedor img {
    max-width: 670px;
    width: 100%;
    height: auto;
}

.contenedor .celdaGrande {
    width: 50%;
    margin: 0;
    float: left;
    padding: 10px;
    background-color: transparent;
}

.contenedor .celdaGrande.full-size {
    width: 100%;
}

.contenedor .celdaGrande img {
    width: 100%;
    height: auto;
}

.contenedor .celdaGrande .divTitulo {
    background-color: #F7060A;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contenedor .celdaGrande img {
    height: auto;
}

.contenedor .bottom-btn-school {
    padding: 20px 0 10px;
    text-align: center;
}

.contenedor .bottom-btn-school a {
    display: inline-block;
    margin: 0 10px;
}

.contenedor .bottom-btn-school img {
    max-width: 290px;
}

.clear img {
    width: 100%;
    max-width: 481px;
}

#conten_new_lg {
    width: 48.8212%;
    float: right;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#conten_new_lg #conten_new_table, #conten_new_lg #conten_log {
    background-image: none;
    width: 100%;
    overflow: hidden;
}

#conten_new_lg #conten_new_table img, #conten_new_lg #conten_log img {
    width: 101%;
    margin: -1px 0 0 -1px;
}

#or_login {
    display: none;
}

table.table_alr_custom {
    background-image: none;
    width: 48.8212%;
    float: left;
    margin-right: 2.35765%;
    display: block;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.table_alr_custom #kore_ff {
    overflow: hidden;
}

table.table_alr_custom #kore_ff img {
    width: 101%;
    margin: -1px 0 0 -1px;
}

table.table_alr_custom table input {
    width: 85%;
}

table.table_alr_custom #retemail {
    width: 85%;
}

.checkoutprogresstext_table {
    width: 100%;
}

#newcust td span .input, #newcust td span .inputreq, #newcust .input {
    width: 100%;
    max-width: 200px;
}

.register-form-container li {
    overflow: hidden;
}

.register-form-container li .input, .register-form-container li .inputreq, .register-form-container li .input {
    width: 100%;
    max-width: 200px;
}

.register-form-container .label-cont {
    float: left;
    width: 100%;
    max-width: 180px;
    min-height: 1px;
}

.register-form-container .input-cont {
    float: left;
}

.SBSCART-2Background {
    width: 100% !important;
    border: 0px solid #718c1f;
    background-color: #FFFFFF;
}

.SBSCART-2Background .SBSCART-2HeaderWrap {
    width: 100%;
    overflow: hidden;
}

.SBSCART-2Background .SBSCART-2HeaderWrap .SBSCART-2HeaderText {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    background-color: #015993;
    display: block;
    padding: 3px 4px 3px 4px;
}

.SBSCART-2Background table.SBSCART-2Items {
    width: 100%;
    table-layout: fixed;
}

.SBSCART-2Background table.SBSCART-2Items td, .SBSCART-2Background table.SBSCART-2Items tr {
    padding: 0;
    margin: 0;
}

.SBSCART-2Background table.SBSCART-2Items tr {
    text-align: center;
    vertical-align: top;
}

.SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe {
    width: 20%;
    overflow: hidden;
    text-align: center;
}

.SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe .SBSCART-2recinner .SBSCART-2img {
    text-align: center;
}

.SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe .SBSCART-2recinner .SBSCART-2img img {
    width: 100%;
    max-width: 100px;
}

.SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe .SBSCART-2recinner a {
    display: inline-block;
}

.SBSCART-2Background a {
    border: 0;
    text-decoration: none;
}

#brands-list {
    width: 100%;
}

#brands-list .toner-cell {
    width: 100%;
    padding: 0 6px;
}

#brands-list .toner-cell .thumb {
    height: 110px;
}

#brand-types {
    width: 100%;
}

#brand-types tbody tr td table tbody tr td {
    width: 20%;
}

.list-footer {
    overflow: hidden;
    padding-right: 4px;
}

.list-footer .category-info {
    width: 47%;
}

.list-footer .reasons {
    width: 50%;
    float: right;
}

#left-td {
    margin-right: 10px;
}

.wrapper-right {
    width: 75.6%;
}

#mainContents table {
    table-layout: fixed;
}

@media screen and (max-width: 980px) {
    #header-top {
        padding-left: 10px;
        padding-right: 10px;
    }
    #div__footer, #header-middle {
        padding: 0 10px;
    }
}

@media screen and (max-width: 900px) {
    #left-td {
        display: none;
    }
    .sliding-panel-button {
        display: inline-block;
    }
    .wrapper-right {
        float: none;
        width: 100%;
        margin: 0;
    }
    #overview .rewards-banner {
        display: none;
    }
}

@media screen and (max-width: 790px) {
    #header-top .center-fix {
        text-align: center;
    }
    #header-top ul, #header-top p, #header-top .tiptip {
        float: none;
        display: inline-block;
    }
    #header-top p {
        margin-left: 20px;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul {
        width: 100%;
        border-right: none;
    }
    #header-navegation-wrapper-left {
        background: #0D6EAE;
    }
}

@media screen and (max-width: 760px) {
    #header-middle .center-fix {
        text-align: center;
    }
    #header-middle #logo {
        width: 145px;
        height: 48px;
        background-size: 100%;
        background-position: center;
        display: block;
        float: none;
        left: 50%;
        margin-left: -48px;
        position: relative;
    }
    #header-middle #live-chat {
        float: none;
        display: inline-block;
    }
    #header-middle #live-chat a {
        height: 40px;
    }
    #header-middle #live-chat a img {
        position: relative;
        top: -20px;
    }
    #search-wrapper-left {
        clear: both;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li:last-child {
        border-right: none;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper #cart-info {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    div#plusone, li#nologinbar, a#RegisterTOPQuick, li.sep_log1_, li.sep_log2_, a#HelpTOPQuick, div#banner, div#cart-info, #header-promo, button.sliding-panel-button, div#home-greeting, div#reasons-to-shop, div#feedback, div#categories, table#badges, div#follow, p#findFFF {
        display: none;
    }
    span#widget_bounds, li#google, div#live-chat, a#findButton {
        display: none !important;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li {
        width: 33.3%;
    }
    .dropdown_menu {
        top: 77px;
    }
    #header-navegation-wrapper .dropdown_menu li {
        margin: 8px 0 18px;
    }
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper .dropdown_menu li a {
        height: auto !important;
    }
    #advanced-search {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    #footer-wrapper #footer .footer-box {
        width: 50%;
    }
    #footer-wrapper #footer .footer-box>div {
        border-right: none;
        margin-bottom: 10px;
    }
    #footer-wrapper #footer .footer-box:first-child>div {
        border-right: 1px solid #c3c3c3;
    }
    #footer-wrapper #footer .footer-box:nth-child(3)>div {
        border-right: 1px solid #c3c3c3;
    }
    #footer-wrapper #footer .footer-box:last-child>div {
        height: auto;
    }
    .wrapper-right #main-banner {
        width: 100%;
        float: none;
    }
    .wrapper-right #finder-wrapperALL {
        width: 230px;
        margin: 0 auto;
        float: none;
        margin-bottom: 20px;
    }
    .wrapper-right #main-banner {
        display: none;
    }
    #item-drilldown #details-right #PrDet_1 {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 690px) {
    .SBSHOME-1Background .SBSHOME-1recframe {
        width: 33.333333%;
        display: inline-block;
    }
    .SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe {
        width: 33.333333%;
        display: inline-block;
    }
    #brand-types tbody tr td table tbody tr {
        text-align: center;
    }
    #brand-types tbody tr td table tbody tr td {
        display: inline-block;
        width: 130px;
    }
    #brands-list .name {
        font-size: 12px;
    }
}

@media screen and (max-width: 630px) {
    table.table_alr_custom, #conten_new_lg {
        width: 80%;
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    #overview #container #redeem-overview {
        width: 100%;
        float: none;
        display: none;
    }
    #overview #container #earn-overview {
        width: 100%;
        border-right: none;
        float: none;
    }
}

@media screen and (max-width: 550px) {
    #service-head {
        background-image: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #service-buttons td {
        width: 100%;
        float: none;
        display: block;
    }
    #contact td {
        width: 100%;
        float: none;
        display: block;
    }
    #service-categories .column, #service-categories .service-categories {
        width: 100%;
        float: none;
    }
    #service-categories .column.left, #service-categories .service-categories.left {
        padding-left: 0;
    }
    #item-list {
        width: 100%;
    }
    #item-list h1 {
        width: 100%;
        margin-top: 0;
        font-size: 16px;
    }
    #item-list h1.toner-brand-head {
        font-size: 16px;
    }
    #item-list #instructions, #item-list .addtocart-instructions {
        width: 100%;
    }
    #item-list .cart-button, #item-list .addtocart-wrapper {
        width: 100%;
    }
    #item-list .narrowing table, #item-list .narrow-items {
        width: 60%;
    }
    #item-list .itemcell {
        position: relative;
    }
    #item-list .itemcell .addtocart-bg {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    #item-list .itemcell .item-info .details {
        width: 100%;
    }
    #item-list .item-cell .item-info-wrapper {
        width: 100%;
        padding-right: 5px;
    }
    #item-list .addtocart-bg {
        width: 100%;
    }
    #item-list .item-cell .item-info-wrapper .item-information .column {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    #item-list .item-cell .item-info-wrapper .item-thumbnail {
        float: none;
        height: auto;
        padding: 5px 0;
        margin-bottom: 5px;
    }
    #item-list .narrow-items h1 {
        width: 100%;
        margin: 5px 0 0 0;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px;
    }
    #second-step-finder {
        float: none;
        margin-left: 0;
    }
    #item-drilldown #details-left, #item-drilldown #details-right {
        width: 100%;
        border-left: none;
        float: none;
    }
    .SBSPROD-2Items tr, .SBSPROD-3Items tr {
        text-align: center;
    }
    #item-drilldown .SBSPROD-2recframe, #item-drilldown .SBSPROD-3recframe {
        width: 33%;
        display: inline-block;
        float: none;
    }
    #item-list h2 {
        width: 100%;
        float: none;
        clear: both;
    }
    .item-list-head #addtocart-instructions {
        position: static;
    }
    #addtocart-instructions {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    #home-list #reasons-to-shop, #home-list #feedback {
        width: 100%;
        float: none;
        border: none;
    }
    #category-list, #categories {
        display: none;
    }
    -navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li {
        width: 50%;
    }
    -navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li#advanced-search {
        width: 100%;
        border-right: none;
    }
    #header-promo p {
        font-size: 13px;
    }
}

@media screen and (max-width: 520px) {
    .tell-your-friends {
        background-position: center;
        background-size: 100% auto;
    }
}

@media screen and (max-width: 510px) {
    .contenedor .celdaGrande {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    #footer-wrapper #footer .footer-box {
        width: 100%;
    }
    #footer-wrapper #footer .footer-box>div {
        border: none;
        height: auto;
    }
    #footer-wrapper #footer .footer-box:first-child>div {
        border: none;
    }
    #footer-wrapper #footer .footer-box:nth-child(3)>div {
        border: none;
    }
    .itemcell .thumb {
        float: none;
    }
    #item-drilldown .SBSPROD-2recframe, #item-drilldown .SBSPROD-3recframe {
        width: 49%;
        display: inline-block;
        float: none;
    }
    #item-list .narrow-items h1 {
        margin: 0;
    }
    .listheadernosort {
        font-size: 11px;
        padding: 3px 2px;
    }
    #carttable input {
        width: 40px;
    }
    #carttable .texttablectr, #carttable .texttable, #carttable .texttablert, #carttable .bglttext, #carttable .listtexthl, #carttable .xxlisttexthl {
        padding: 10px 2px;
    }
}

@media screen and (max-width: 410px) {
    .SBSHOME-1Background .SBSHOME-1recframe {
        width: 100%;
        text-align: center;
    }
    .SBSCART-2Background table.SBSCART-2Items .SBSCART-2recframe {
        width: 100%;
        text-align: center;
    }
    .register-form-container .label-cont, .register-form-container .input-cont {
        width: 100%;
        float: none;
        text-align: left;
    }
    #newcust td span .input, #newcust td span .inputreq, #newcust .input, .register-form-container li .input, .register-form-container li .inputreq, .register-form-container li .input {
        margin-left: 0 !important;
        max-width: 250px;
    }
}

@media screen and (max-width: 639px) {
    #header-navegation-wrapper-left #header-navegation-wrapper-right #header-navegation-wrapper>ul>li>a {
        line-height: 18px;
        padding: 12px 0;
    }
    #advanced-search, #header-navegation-wrapper li a {
        height: auto !important;
    }
    #advanced-search-button {
        top: 34px !important;
    }
    table.table_alr_custom, #conten_new_lg {
        width: 100%;
    }
    #outerwrapper {
        overflow-x: hidden;
        margin: auto;
    }
}

#slider img {
    width: 100%;
}

#carttablegiftcert input {
    display: inline-block !important;
}
