ul.slot-deallist {
    list-style-type: none;
    margin: 0;
    padding: 0px 8px 15px 8px;
}

ul.slot-deallist  li {
    /*position: relative;*/
    width: 100%;
    height: 45px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    background: #fff url("/images/disclosure-indicator.png") no-repeat right -35px;
    overflow: hidden;
}

ul.slot-deallist li.orange-deal {
    background: #FFA348;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFA348), to(#DE6027)) !important;
    background: -webkit-linear-gradient(top, #FFA348, #DE6027) !important;
    background: -moz-linear-gradient(top, #FFA348, #DE6027) !important;
    background: -ms-linear-gradient(top, #FFA348, #DE6027) !important;
    background: -o-linear-gradient(top, #FFA348, #DE6027) !important;
    background-size: 1px 45px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    ul.slot-deallist  li {
        background: #fff url("/images/disclosure-indicator_2x.png") no-repeat right -35px;
        background-size: 50px 950px;
    }
}

ul.slot-deallist li img{
    /*position: absolute;
    bottom: 0px;*/
    margin-top: 2px;
    display: block;
    float: left;
}

ul.slot-deallist li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f60;
    text-decoration: none;
    font-weight: bold;
    line-height: 45px;
}

ul.slot-deallist li a img {
    border: 0;
}

ul.slot-deallist li a span {
    padding-left: 14px;
}

/**** CAROUSEL SLOT ****/
.carousel-slot {
    padding-bottom: 10px;
}

.carousel-slot ul {
    padding: 0;
    margin: 0;
}

.carousel-slot li div {
    text-align: center;
    margin: 0 8px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.carousel-slot li div a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.carousel-slot .carousel-nav {
    position: relative;
    z-index: 5;
    top: -5px;
    margin-top: -19px;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.carousel-slot .carousel-nav a {
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    padding: 4px;
    margin-left: 2px;
    margin-right: 2px;
    background: transparent url("/images/carousel/btn-carousel-bullet.png") no-repeat 4px -16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .carousel-slot .carousel-nav a {
        background: transparent url("/images/carousel/btn-carousel-bullet_2x.png") no-repeat 4px -16px !important;
        background-size: 13px 33px !important;
    }
}

.carousel-slot .carousel-nav a.active {
    background: transparent url("/images/carousel/btn-carousel-bullet.png") no-repeat 4px 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .carousel-slot .carousel-nav a.active {
        background: transparent url("/images/carousel/btn-carousel-bullet_2x.png") no-repeat 4px 4px !important;
        background-size: 13px 33px !important;
    }
}

@media screen and (max-width: 479px) {
    /* 320 <-> 480 */
    /*.carousel-slot li img {
        height: auto;
        width: 304px;
    }*/
    .carousel-slot li div {
        height: 133px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    /* 480 <-> 640 */
    /*.carousel-slot li {
        height: 198px;
        width: 464px;
    }*/
    .carousel-slot li div {
        height: 202px;
    }

    /*.carousel-slot li img {
        height: auto;
        width: 464px;
    }*/
}

@media screen and (min-width: 640px) {
    /* > 640 */
    /*.homepage.slider {
        height: 267px;
        width: 624px;
    }*/
    .carousel-slot li div {
        height: 272px;
    }

    /*.carousel-slot li img {
        height: auto;
        width: 624px;
    }*/
}

/**** MULTIPE PRODUCTS CAROUSEL ****/
.tablet-carousel-slot {
    overflow: hidden;
    opacity: 0;
    height: 235px;
}

.tablet-carousel-slot ul {
    list-style-type: none;
    width: 2000px;
}

.tablet-carousel-slot ul li {
    float: left;
}

.tablet-carousel-slot ul li div {
    padding: 5px;
}
.tablet-carousel-slot .image-wrap {
    display: table-cell;
    float: none !important;
    vertical-align: bottom;
    height: 160px;
    width: 120px;
}
.tablet-carousel-slot .image-wrap img {
    vertical-align: bottom;
    max-width: 120px;
    border: 0;
}
.tablet-carousel-slot div .producttitle {
    height: 44px;
    overflow: hidden;
}
.tablet-carousel-slot ul li div > a {
    display: block;
    width: 130px;
    min-height: 200px;
    color: #36c;
    text-align: center;
}

.tablet-carousel-slot a.back-button {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("/images/carousel/btn-carousel-back.png") no-repeat center center;
    background-size: 30px 30px !important;
}

.tablet-carousel-slot a.forward-button {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("/images/carousel/btn-carousel-forward.png") no-repeat center center;
    background-size: 30px 30px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .tablet-carousel-slot a.back-button {
        background: transparent url("/images/carousel/btn-carousel-back@2x.png") no-repeat center center !important;
        background-size: 30px 30px !important;
    }

    .tablet-carousel-slot a.forward-button {
        background: transparent url("/images/carousel/btn-carousel-forward@2x.png") no-repeat center center !important;
        background-size: 30px 30px !important;
    }
}

/**** CUSTOMER SERVICE ****/

a.no-bg span {
    background: none !important;
    padding-left: 15px !important;
}

.qa a.question {
    display: block;
    min-height: 16px;
    line-height: 16px;
    background: transparent url("/images/qa-plus-min.png") no-repeat 0px 0px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .qa a.question {
        background: transparent url("/images/qa-plus-min_2x.png") no-repeat 0px 0px;
        background-size: 16px 82px !important;
    }
}

.qa a.question.open {
    background-position: 0px -66px;
}

.qa a.question span{
    padding-left: 25px;
    display: inline-block;
}

.service-title {
    text-indent: -9999px;
    background: transparent url("/images/title-cs-menu_2x.png") no-repeat 36px 0px;
    height: 32px;
    margin-bottom: 5px;
    background-size: 263px 32px; !important
}

.cms-content-list ul {
    color: #000;
    margin: 10px 0px;
    padding: 0px;
}
.cms-content-list ul li {
    margin: 0px;
    list-style: inside;
}

/**** Contact info****/
.css_contactinfo .subtitle {
    color: #666666;
    font-size: 12px;
}

.css_contactinfo .bol_header_css {
    font-weight: normal;
    text-transform: uppercase;

}

.css_contactinfo h2 {
    background: transparent url("/images/css-icons.png") no-repeat 0 5px;
    padding-left: 25px;
    margin-bottom: 6px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .css_contactinfo h2 {
        background: transparent url("/images/css-icons_2x.png") no-repeat 0 5px !important;
        background-size: 22px 96px !important;
    }
}

.css_contactinfo h2 span {
    text-transform: none;
    display: block;
}

.css_contactinfo .nl {
    background: transparent url("/images/css-icons.png") no-repeat 0 -54px;
    padding-left: 25px;
    margin-bottom: 5px;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .css_contactinfo .nl {
        background: transparent url("/images/css-icons_2x.png") no-repeat 0 -54px !important;
        background-size: 22px 96px !important;
    }
}

.css_contactinfo .be {
    background: transparent url("/images/css-icons.png") no-repeat 0 -79px;
    padding-left: 25px;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .css_contactinfo .be {
        background: transparent url("/images/css-icons_2x.png") no-repeat 0 -79px !important;
        background-size: 22px 96px;
    }
}

.css_contactinfo .bol_textcolor {
    color: #3366CC;
}

/**** Product banner ****/
.product-banner {
    position: relative;
}
.product-banner .bol-tip {
    background: transparent url("/images/tip-corner.png") no-repeat right top;
    height: 62px;
    width: 62px;
    position: absolute;
    right: -8px;
    top: -10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .product-banner .bol-tip {
        background: transparent url("/images/tip-corner_2x.png") no-repeat right top;
        background-size: 62px 62px !important;
    }
}
.product-banner .image-wrap {
    float: left;
    padding-right: 9px;
    width: 100px;
}
.product-banner .product-details {
    padding-left: 110px;
    margin-right: 60px;
}
.product-banner h2 {
    display: block;
    margin-bottom: 5px;
    margin-top: 9px;
}
.product-banner .smallspecs {
    color: #666666;
}
.product-banner .product-details .listprice {
    color: #333333;
    font-size: 14px;
    text-decoration: line-through;
}
.product-banner .product-details .product-price {
    color: #CC3300;
    font-size: 21px;
    font-weight: bold;
}
.product-banner .product-offer {
    position: relative;
}
.product-banner .offer-cta {
    float: right;
    margin-left: 50px;
    padding-right: 12px;
    padding-top: 0px;
}
.product-banner .btn-seller-add-to-cart {
    position: absolute;
    right: 8px;
    bottom: 0px;
    height: 35px;
    line-height: 35px;
    text-indent: -9999px;
    width: 55px;
}
.product-banner .btn-seller-add-to-cart a {
    background: transparent url("/images/btn-seller-shoppingcart.png") no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .product-banner .btn-seller-add-to-cart a {
        background: transparent url("/images/btn-seller-shoppingcart_2x.png") no-repeat center center;
        background-size: 38px 20px !important;
    }
}

/**** Trailer ****/
div#vidTrailer {
    max-height: 400px;
    max-width: 280px;
    text-align: center;
    margin: 0px auto 0px auto;
}
