﻿/* RESET STYLESHEET (html5doctor.com) v1.6.1 */
.ResponsiveTopMenuNewTxTY {
    display: none;
}

.ResponsiveTopMenuNew {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*header css start here */
body {
    /* background-image: url('images/bg.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'RobotoCondensed-Regular';
    background-color: #a6cbc5;
}

.CurrencyFlag {
    height: 46px;
}

.theme-default .nivoSlider {
    background: transparent !important;
}

.cart-qty {
    color: #ffffff !important;
}
/* HEADER AND MENU */
.header {
    padding: 0 2px;
    height: 110px;
    background-color: transparent;
}

    .header .icon {
        vertical-align: bottom;
    }

    .header .ico-register {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-login {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-logout {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-inbox {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-cart {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-wishlist {
        padding-left: 10px;
        padding-bottom: 5px;
    }

        .header .ico-cart:hover *, .header .ico-wishlist:hover * {
            text-decoration: underline;
            cursor: pointer;
        }

        .header .ico-cart span, .header .ico-wishlist span {
            float: left;
        }

.header-logo {
    margin-top: 5px;
    float: left;
    text-align: left;
}

a.logo {
    background: url("images/slate_logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    text-decoration: none;
}

.header-selectors-wrapper {
    text-align: right;
    float: right;
    margin-top: 10px;
    clear: both;
}

.currency-selector {
    float: left;
    margin: 5px 5px 0 0;
}


.language-selector {
    float: right;
    margin-top: 7px;
}

.tax-display-type-selector {
    float: right;
}

ul.language-list {
    display: inline;
    line-height: 25px;
}

    ul.language-list li {
        list-style: none;
        display: inline;
        padding: 0 5px;
        float: left;
    }

        ul.language-list li .selected {
            border: 2px solid #ffffff !important;
        }

        ul.language-list li:hover {
            cursor: pointer;
        }

.header-links-wrapper {
    position: relative;
    float: right;
    text-align: right;
    width: auto;
}

.header-links {
}

    .header-links ul {
        padding: 0;
        margin: 0;
        float: left;
    }

        .header-links ul li {
            list-style: none outside none;
            display: inline;
            padding-right: 2px;
            margin-left: 10px;
            float: left;
        }

    .header-links a {
        background: url("images/cart.png") no-repeat scroll 2px 5px rgba(0, 0, 0, 0);
        color: #666666;
        float: left;
        padding-left: 38px;
        padding-right: 10px;
        padding-top: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .header-links a:hover {
            color: #a6cbc5;
            text-decoration: underline;
        }

        .header-links a.account {
            color: #AF0304;
        }

.admin-header-links {
    margin-bottom: -15px;
    text-align: center;
}

    .admin-header-links .administration {
        color: #666666 !important;
        font-size: 15px;
        text-decoration: none;
    }



    .admin-header-links .impersonate {
        display: block;
        color: #E44097;
        margin-bottom: 10px;
    }

        .admin-header-links .impersonate a {
            color: #F93;
            font-weight: 700;
        }

.header-menu {
    background: none repeat scroll 0 0 #404040;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 32px;
    list-style: none outside none;
    margin: 10px auto 0;
    padding: 0 10px;
}

    .header-menu a {
        color: #FFFFFF;
        font-size: 1.1em;
        text-decoration: none;
    }

    .header-menu li {
        float: left;
        list-style: none outside none;
        padding: 7px 8px;
        margin-right: 10px;
        font-size: 1.1em;
        line-height: 17px;
    }

        .header-menu li:hover {
            background: #696969;
        }

    .header-menu .top-menu li {
        list-style-type: none;
        margin-right: 10px;
    }
/* search box */
.search-text {
    border: 1px solid #eee;
    vertical-align: top;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    width: 100%;
}

.search-box {
    background: none repeat scroll 0 0 #F6F6F4;
    float: right;
    clear: right;
    width: auto;
    display: inline;
    padding: 7px 7px 5px;
    -o-border-radius: 3px;
    -icab-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .search-box ul {
        margin: 0;
        padding: 0;
        float: right;
    }

        .search-box ul li {
            list-style: none outside none;
            float: left;
            margin: 0;
            padding: 0;
        }

.search-box-text {
    background: none repeat scroll 0 0 #FFF;
    width: 110px;
    border: 1px solid #E3E3E3;
    padding: 4px 5px;
    vertical-align: top;
    font-size: 12px;
}

.search-box-button {
    padding: 4px 5px;
    background: none repeat scroll 0 0 #F6F6F4;
    border: 1px solid #D3D3D3;
    border-radius: 2px 2px 2px 2px;
    color: #353434;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 2px;
    width: 70px;
}

.search-box .ui-autocomplete-loading {
    background: white url('images/ajax_loader_small.gif') right center no-repeat;
}

.theme-default a.nivo-prevNav {
    background: url('images/left-arrow.png') right center no-repeat !important;
    height: 46px !important;
    width: 37px !important;
}

.theme-default a.nivo-nextNav {
    background: url('images/right-arrow.png') right center no-repeat !important;
    height: 46px !important;
    width: 37px !important;
}

.master-wrapper-main {
    margin: 0 auto;
    max-width: 1140px;
    overflow: hidden;
}

.page.order-details-page {
    padding-top: 170px;
}
/*header css End here */

/*slider below css start here */
.slider3esctionNewArrival {
    margin: -195px auto 0;
    max-width: 1140px;
    position: relative;
    z-index: 99;
}

.newarrivalboxcontact:first-child {
    margin-left: 0;
}

.newarrivalboxcontact:last-child {
    margin-right: 0;
}

.newarrivalboxcontact {
    background-color: #ffffff;
    display: inline-block;
    /* height: 195px;  dn-20161227  */
    height: 295px;
    margin: 0 10px;
    vertical-align: top;
    width: 364px;
}

.boxtopline {
    border-top: 6px solid #a6cbc5;
    display: block;
    margin: 0 auto;
    width: 115px;
}

.topicimagesarrival {
    background: url("images/shipping-icon.png") no-repeat scroll 30px 15px rgba(0, 0, 0, 0);
    height: 70px;
}

.topicimagescontact {
    background: url('images/contact-icon.png') 50% no-repeat;
    height: 70px;
}

.topicimagesarrivalNewSlider {
    /*background: url('images/new-arrival-icon.png') 30px 15px no-repeat;
	height: 70px;*/
    font-family: 'RoswellFourITC';
}

.newarrivaltextcssdivstyle > h2 {
    color: #666666;
    font-size: 30px;
    font-family: 'RoswellFourITC';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

.newarrivaltextcssdivstyle > h1 {
    color: #1d1a1b;
    font-size: 22px;
    letter-spacing: 1px;
}

.slider3esctionNewArrival h1, h2 {
    color: #000000;
    padding: 0px 35px;
    text-align: left;
    font-family: 'RoswellFourITC';
    text-transform: uppercase;
}

.topic-html-content-body h2 {
    color: #666666;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

.topic-html-content-body h1 {
    color: #1d1a1b;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'RoswellFourITC';
    letter-spacing: 1px;
}


.singupForLargeBoxb2b > p {
    color: #565656;
    font-family: "RobotoCondensed-Regular";
    font-size: 14px;
    font-weight: normal;
}

.theme-default .nivo-controlNav a {
    background: none !important;
    display: none !important;
}

#formarea .boxtopline {
    margin: inherit;
}
/*slider below css end here */

/*footer section css start here*/
#formarea .title > span {
    font-family: "RoswellFourITC" !important;
}

#newsletter-subscribe-block p {
    color: #565656;
    font-size: 14px;
    font-family: 'RobotoCondensed-Light';
    font-weight: normal;
}

.footercontentsectionmain {
    background-color: #fff;
    padding: 0 25px;
}

.footercontentbox {
    background: url("images/footer-sepreater.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 195px;
    padding: 0 20px;
    vertical-align: top;
    width: 370px;
}

    .footercontentbox:last-child {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        width: 205px;
    }

.footertwitter {
    background: url('images/twitter.png') no-repeat;
    height: 26px;
    width: 27px;
    display: inline-block;
}

.footeryoutube {
    background: url('images/you-tube.png') no-repeat;
    height: 26px;
    width: 27px;
    display: inline-block;
}

.footerfacebook {
    background: url('images/fb.png') no-repeat;
    height: 26px;
    width: 27px;
    display: inline-block;
}

.footerlinked {
    background: url('images/in.png') no-repeat;
    height: 26px;
    width: 27px;
    display: inline-block;
}

.footerinstagram {
    background: url('images/insta.png') no-repeat;
    height: 26px;
    width: 27px;
    display: inline-block;
}

.footerslatelogo {
    background: url('images/footer-logo.png') no-repeat;
    display: inline-block;
    height: 64px;
    width: 54px;
    margin-top: 10px;
}

.footersocial {
    background-color: #ffffff;
    height: 39px;
    width: 174px;
    margin-top: -5px;
    margin-left: -5px;
}

#footer .footersocial li {
    display: inline-block;
    width: auto;
}

.footerslatelogoteacher {
    background: url('images/DMPianoTeacher.jpg') no-repeat;
    display: inline-block;
    height: 59px;
    width: 60px;
    margin-top: 10px;
}

.footerslatelogoeducator {
    background: url('images/DMEducators.jpg') no-repeat;
    display: inline-block;
    height: 59px;
    width:60px;
    margin-top: 10px;
}

.aboutuscontentfooter {
    font-size: 14px;
    color: #000 !important;
    margin-top: -5px;
}
/*footer section css end here*/

/*product detail css start here*/

/*.review-rating input[type="radio"] {
	display: none;
}

.radionratingIcon {
	background: url("images/rating-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	height: 21px;
	width: 21px;
	display: inline-block;
}*/
.avaregetextratingsection {
    color: #58585a;
    text-align: center;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "RobotoCondensed-Regular";
}

.ProductPricereviewsection {
    margin-right: 11px;
    display: inline-block;
    width: 172px;
}

.INSTOCKUSUALLYSHIPSINHOURSsection {
    border: 1px solid #3c3d3d;
    color: #00b622;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-family: 'RoswellFourITC';
    margin-right: 12px;
    letter-spacing: 0.5px;
}

.OUTOFSTOCKBACKORDERDELAYsection {
    border: 1px solid #3c3d3d;
    color: #c50020;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-family: 'RoswellFourITC';
    letter-spacing: 0.5px;
}

a.at300b .at4-icon, a.at300m .at4-icon {
    background-position: center center;
    display: block;
    float: none;
    padding: 5px;
}

.inputs.reviewssectionAdd .review-title {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: 'RobotoCondensed-Regular';
    font-weight: normal;
}

.divratingimagesection {
    float: left;
    width: 30%;
}

.ratingimagesection {
    background: url("images/rating-star.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 67px;
    margin: 0 auto;
    padding-left: 46px;
    padding-top: 50px;
    width: 69px;
}

.FastReliableShippingreviewsection {
    border: 1px solid #3c3d3d;
    display: inline-block;
    padding: 5px 5px 5px 50px;
    background: url("images/truck-icon.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
    font-family: 'RoswellFourITC';
    letter-spacing: 1px;
    font-size: 17.7px;
    text-transform: uppercase;
}

.sharethissecion {
    float: right;
    width: 567px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.productAddedToCartWindowDescription h1 a {
    font-family: "RobotoCondensed-Regular" !important;
}

.product-essential > table {
    float: right;
    width: 63%;
}

.add-to-cart-panel label {
    color: #878789;
}

.product-grid .quick-view-button {
    left: 60px !important;
}



.product-list .quick-view-button {
    bottom: 64px !important;
    left: 20px !important;
}

.product-list .item-box:hover .product-title a, .product-list .item-box:hover .description, .product-list .item-box:hover .product-item .prices .price {
    color: #000000;
}

.quickViewWindow .product-name {
    font-size: 39px !important;
    text-shadow: 0 0 0 !important;
    letter-spacing: 1px;
    line-height: 40px !important;
}

.quickViewWindow input[type="button"], .quickViewWindow a {
    color: #000000 !important;
}

.productdetailincltaxsection {
    color: #000;
    font-family: "RobotoCondensed-Italic";
    font-size: 18px;
}

/*product detail css end here*/

/*product page css start here*/

.incltaxProductpage {
    font-size: 15px;
    font-family: 'RobotoCondensed-Italic';
    color: #7f7f7f;
    padding-left: 10px; /* dn-20170112 */
}

.SharethisProductsection {
    color: #707070;
    text-transform: capitalize;
    font-family: 'RobotoCondensed-Regular';
    font-size: 18px;
}

.quickViewWindow .add-to-cart-panel {
    width: 383px;
    margin-top: 10px;
}

.quickViewWindow .overview #accordion .purchase-area .add-to-cart .qty-input {
    background-color: #414141 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    height: 31px !important;
    text-align: center !important;
}

li.next-page {
    position: relative;
    background: #ffffff;
    border: 4px solid #;
}

    li.next-page:after, li.next-page:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    li.next-page:after {
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
        border-width: 15px;
        margin-left: -1px;
        margin-top: -15px;
    }

    li.next-page:before {
        border-color: rgba(0, 0, 0, 0);
        border-left-color: #;
        border-width: 36px;
        margin-top: -36px;
    }


.last-page {
    position: relative;
    background: #2d2d2d;
}

    .last-page:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(45, 45, 45, 0);
        border-right-color: #2d2d2d;
        border-width: 15px;
        margin-top: -15px;
    }


.previous-page {
    position: relative;
    background: #2d2d2d;
}

    .previous-page:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(45, 45, 45, 0);
        border-right-color: #2d2d2d;
        border-width: 15px;
        margin-top: -15px;
    }

.next-page a {
    color: #000000 !important;
}

.last-page a {
    color: #000000 !important;
}

.previous-page a {
    color: #000000 !important;
}


li.first-page {
    position: relative;
    background: #ffffff;
    border: 4px solid #;
}

    li.first-page:after, li.first-page:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    li.first-page:after {
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
        border-width: 15px;
        margin-left: -1px;
        margin-top: -15px;
    }

    li.first-page:before {
        border-color: rgba(0, 0, 0, 0);
        border-left-color: #;
        border-width: 36px;
        margin-top: -36px;
    }
/*product page css end here*/


.user {
    color: #999999;
    font-family: 'RobotoCondensed-Bold';
    font-size: 14px;
    font-weight: normal;
}

.inputs.reviewssectionAdd {
    float: left;
}

.review-rating {
    float: right;
}

    .review-rating li {
        color: white;
        display: inline-block;
        margin: 5px;
        vertical-align: top;
    }

.write-review {
    float: right;
    width: 70%;
}

.ResponsiveTopMenu {
    display: none;
}

.ResponsiveTabTopMenu {
    display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* END RESET CSS (html5doctor.com) */

/* OTHER RESET STYLESHEET (HTML GENERAL) */


a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    font-family: "RobotoCondensed-Regular";
}

    a:hover {
        color: #a6cbc5;
        /*text-decoration: underline;*/
    }



h2, h3 {
    font-size: 16px;
}

textarea {
    background-color: rgba(255, 255, 255, 0.2);
    border: medium none;
    color: #000;
    font-size: 11px;
    min-height: 88px;
    padding: 5px;
    resize: none;
    width: 98%;
    font-size: 16px;
    font-family: 'RobotoCondensed-Regular';
    font-weight: normal;
}

checkbox, input, radio, select, button {
}

input, select {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 3px;
}

.checkout-data .order-completed a:hover {
    color: #a6cbc5;
}

fieldset {
    margin: 0px 0px 15px;
    border: 1px solid #c9c9c9;
    padding: 15px;
}

legend {
    line-height: 20px;
    font-size: 16px;
}

input[type="text"], input[type="password"] {
    border: 0 none;
    margin-top: 4px;
}

    input[type="text"]:disabled {
        background: none repeat scroll 0 0 #FFF;
    }


/* MASTER PAGE WRAPPERS */
.master-wrapper-page {
    overflow: hidden;
}

.master-wrapper-content {
}


/* one column master page */
.master-wrapper-main .center-1 {
}
/* two column master page */
.master-wrapper-main .side-2 {
    float: left;
    width: 190px;
    margin: 10px 0;
    display: inline;
}

.master-wrapper-main .center-2 {
    background-color: #d9e1e2;
    display: inline;
    float: left;
    margin: 0px 0 10px 10px;
    min-height: 400px;
    padding: 10px;
    width: 920px;
}
/* three column master page */
.master-wrapper-main .leftside-3 {
    float: left;
    width: 190px;
    margin: 10px 0;
    display: inline;
}

.master-wrapper-main .center-3 {
    float: left;
    width: 720px;
    min-height: 400px;
    padding: 10px;
    margin: 12px 0 10px 10px;
    display: inline;
    overflow: hidden;
    color: #5c5c5b !important;
}

.master-wrapper-main .rightside-3 {
    float: right;
    width: 190px;
    margin: 15px 0;
    display: inline;
}



.ui-autocomplete {
    z-index: 10 !important;
}
    /*ensure that z-index is more than .nivoSlider a.nivo-imageLink used on the home page*/
    .ui-autocomplete .ui-menu-item a {
        text-align: left !important;
    }

/* FOOTER */
.footer {
    clear: both;
    height: auto;
    margin: 0 0 30px;
    padding: 15px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
}

    .footer a {
        text-decoration: none;
        color: #555555;
    }

.footer-disclaimer {
    font-size: 11px;
}

.footer-poweredby {
    padding-top: 10px;
    border-top: 1px solid #EEEEEE;
    clear: both;
    font-size: 11px;
}

.footer-store-theme {
    margin: 0 100px 0 10px;
    font-size: 11px;
}

.store-theme-list {
    background: #e3e3e3;
    border: solid 1px #3a3a3a;
}

.change-device {
    clear: both;
    text-align: right;
}

.footer-menu {
    float: left;
    margin-left: 100px;
    text-align: left;
}

.footer-menu-first {
    margin-left: 0;
}

    .footer-menu h3, .footer-menu-first h3 {
        font-size: 14px;
    }

    .footer-menu ul, .footer-menu-first ul {
        margin: 10px 0;
        padding: 0;
        list-style: none outside none;
    }

        .footer-menu ul li, .footer-menu-first ul {
            line-height: 150%;
        }


/* MISC. CLASSES */
.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: center !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: center !important;
}

.page {
}

.page-body {
}

.page-title {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

    .page-title h1, .page-title h2 {
        text-transform: capitalize;
        text-align: left;
        margin-top: 3px;
        border-bottom: 2px solid #414142;
        font-size: 30px;
        letter-spacing: 1px;
    }

    .page-title .link-rss {
        float: right;
        margin: 10px 10px 0 0;
        background-image: url(images/ico-rss.gif);
        background-repeat: no-repeat;
        display: block;
        height: 14px;
        width: 14px;
        text-indent: -9999px;
    }

td {
    vertical-align: middle;
}

    td.fieldname {
        font-size: 12px;
    }

.captcha-box {
}

.request-item .title {
}

.button-1, .button-2 {
    color: #6e6e6e;
    font: 12px Helvetica,Arial,sans-serif;
    background: url ('SlateImg/search_btn.jpg') no-repeat;
    text-decoration: none;
    padding: 3px 7px;
    position: static;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #F6F6F6;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F6F6F6),to(#DEDEDE));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    height: auto;
    width: auto;
    overflow: visible;
}

.noscript {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.fieldset {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #545454;
    border-radius: 5px;
}

    .fieldset .title {
        color: black;
    }

        .fieldset .title strong {
        }

        .fieldset .title h1 {
            color: #000;
            text-align: left;
        }

    .fieldset .inputs {
        margin-bottom: 5px;
    }

        .fieldset .inputs label {
            display: inline-block;
            width: 130px;
            margin-left: 10px;
            color: black;
        }

.clearer {
    zoom: 1;
}

    .clearer:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

/* AJAX LOADING INDICATOR */
.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('images/ajax_loader_large.gif');
    }

.please-wait {
    background: url('images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}


/* DATA TABLE */
.data-table {
    width: 100%;
    border: 1px solid #545454;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .data-table th {
        padding: 3px 8px;
        white-space: nowrap;
        vertical-align: middle;
    }

    .data-table td {
        padding: 3px 8px;
    }

    .data-table th, .data-table td {
        border-bottom: 1px solid #545454;
        border-right: 1px solid #545454;
        color: #fff;
    }

    .data-table .odd {
    }

    .data-table .even {
    }


/* TOPICS */
.topic-html-content {
    padding-bottom: 5px;
}

.topic-html-content-title {
    padding: 0 0 5px;
    clear: both;
}

.topic-html-content-header {
    font-size: 30px;
    font-weight: normal;
    color: black;
}

.topic-html-content-body {
    margin-top: 25px;
    color: black;
}

    .topic-html-content-body a {
        text-decoration: underline;
        color: #B80709;
    }

.topic-page {
}

    .topic-page .page-body {
    }

        .topic-page .page-body a {
            text-decoration: underline;
            color: #B80709;
        }


/* VALIDATION AND ERRORS */
.message-error {
    font-size: 10px;
    font-weight: 700;
    color: red;
}

    .message-error ul {
        padding: 0px;
    }

        .message-error ul li {
            list-style: none;
        }

.validation-summary-errors {
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.field-validation-error {
    font-size: 10px;
    font-weight: 700;
    color: red;
}

.required {
    color: red;
}


/* USER-AGREEMENT PAGE */
.user-agreement-page {
}

    .user-agreement-page .page-title {
    }

    .user-agreement-page .page-body {
    }


/* PAGE NOT FOUND */
.not-found-page {
}

    .not-found-page .page-title {
    }

    .not-found-page .page-body {
    }

    .not-found-page ul li {
        list-style: none;
        margin-top: 10px;
    }


/* STORE CLOSED */
.store-closed-page {
}

    .store-closed-page .page-title {
    }

    .store-closed-page .page-body {
    }


/* SITEMAP */
.sitemap-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .sitemap-page a {
        text-decoration: none;
    }

    .sitemap-page .entity {
        margin: 5px 0 30px;
    }

    .sitemap-page ul {
        overflow: hidden;
    }

    .sitemap-page li {
        float: left;
        margin: 3px 10px;
        width: 150px;
        border-bottom: 1px dotted #ADACAC;
        list-style: none;
    }


/* EU COOKIE LAW */
.eu-cookie-law {
    text-align: left;
}

a.eu-cookie-privacyinfo-tag {
    color: #B80709 !important;
    text-decoration: underline;
}


/* PAGER */
.pager {
    zoom: 1;
}

    .pager:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .pager ul {
        background-color: #000000;
        display: block;
        height: 25px;
        margin: 0 auto;
        padding: 10px;
        width: 450px;
    }

.individual-page:nth-child(1), .individual-page:nth-child(2), .individual-page:nth-child(3) {
    display: block;
}

.individual-page {
    display: none;
}

.pager li {
    float: left;
    line-height: 26px;
    list-style: none outside none;
    margin-left: 30px;
}

.pager a, .pager span {
    display: inline-block;
    min-width: 10px;
    text-align: center;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid gainsboro;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

    .pager span, .pager a:active {
        color: #fff;
        cursor: default;
    }

    .pager a:hover {
    }


/* NAVIGATIONS */
.block {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .block .title {
        color: #333333;
        font-size: 16px;
        letter-spacing: 0px;
        margin: 0;
        padding: 1px 7px;
        text-align: left;
        text-transform: uppercase;
    }

    .block.block-info.catnavNewcss .title {
        border-bottom: 2px solid #ffffff;
    }

.rightside-3 .block .title strong {
    text-transform: uppercase;
}

.block .title h1 {
    border-bottom: 2px solid #ffffff;
    letter-spacing: 1px;
}
/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */


.rightside-3 .newsletter-subscribe-block .SeachPageEmail {
    color: #FFFFFF !important;
}

.block .title strong {
    color: #ffffff;
    font-family: "RoswellFourITC";
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.block .listbox {
    font-size: 11px;
    padding: 5px 10px 10px 5px;
    line-height: 18px;
    margin: 0;
    border-radius: 0px 0px 5px 5px;
    overflow: auto;
    height: 452px;
    overflow-x: hidden;
}

    .block .listbox ul {
        margin: 0;
        padding: 0 0 0 2px;
        color: #5C5B5B;
        background-color: inherit;
    }

.block a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

    .block a:hover {
        color: #ffffff;
        text-decoration: underline;
        font-weight: normal;
    }

.block li {
    background: url("images/bullet-right.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    border-bottom: 2px solid #7f7f7f;
    line-height: 18px;
    list-style: outside none none;
    padding: 5px 1px 5px 15px;
}

    .block li.separator {
        background: none;
        height: 1px;
        line-height: 1px;
        width: auto;
        font-size: 1px;
        margin: 0;
        padding: 0;
    }

.block-category-navigation, .block-manufacturer-navigation, .block-recently-viewed-products, .block-info, .block-newsletter, .block-popular-tags, .block-popular-blogtags, .block-blog-archive, .block-poll, .block-account-navigation {
}

    .block-category-navigation .active > a, .block-manufacturer-navigation .active a {
        color: #6b6666;
        font-weight: normal;
        text-decoration: none;
    }

    .block-category-navigation .listbox ul .active, .block-manufacturer-navigation .listbox ul .active {
        font-weight: normal;
    }

    .block-category-navigation .listbox ul .inactive, .block-manufacturer-navigation .listbox ul .inactive {
    }



    .block-category-navigation ul.list li.inactive ul.sublist li {
        border-bottom: none;
    }

    .block-category-navigation ul.list li.active ul.sublist li {
        border-bottom: none;
    }

    .block-manufacturer-navigation .sublist ul li {
        border-bottom: none;
    }

    .block-category-navigation ul.sublist {
        margin: 0px 0px 0px 7px;
    }

        .block-category-navigation ul.sublist .inactive a:hover {
            color: #ffffff;
            font-weight: normal;
        }

    .block-manufacturer-navigation .listbox .view-all a {
        color: #5C5B5B;
        font-weight: normal;
    }

    .block-recently-viewed-products li {
        background: none;
        min-height: 35px;
        clear: both;
        border-bottom: 1px solid #e5e5e5;
    }

        .block-recently-viewed-products li.last {
            border-bottom: none;
        }

    .block-recently-viewed-products .product-picture {
        float: left;
        height: 40px;
        width: 40px;
        margin: 0;
    }

    .block-recently-viewed-products .product-name {
    }

    .block-account-navigation a.active {
        font-weight: normal;
        text-decoration: none;
    }

    .block-account-navigation a {
        /*white-space: nowrap;*/
    }

        .block-account-navigation a.inactive {
            font-weight: normal;
            text-decoration: none;
        }

            .block-account-navigation a.inactive:hover {
                text-decoration: underline !important;
            }

    .block-newsletter .buttons {
        margin-top: 5px;
    }

    .block-popular-tags li, .block-popular-blogtags li {
        display: inline !important;
    }

    .block-blog-archive li, .block-popular-tags li, .block-popular-blogtags li {
        background: none !important;
        padding-left: 5px !important;
    }

    .block-popular-tags .listbox .view-all a {
        color: #5C5B5B;
        font-weight: 700;
    }

    .block-blog-archive .year {
        color: #5C5B5B;
        font-weight: 700;
        text-decoration: none;
    }

.block, .news-list-homepage .item, .product-details-page, .search-panel .search-input, .product-filters, fieldset, .product-list .product-item, .product-list .product-item .picture {
    margin-top: 2px;
}




/* MINI-SHOPPING CART */
.flyout-cart {
    border: 1px solid;
    display: none;
    float: left;
    min-height: 50px;
    position: absolute;
    right: 525px;
    top: 76px;
    width: 300px;
    z-index: 99999;
}

    .flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    background: none repeat scroll 0 0 #2f2f2f;
    /*border: 1px solid #C1C1C1;*/
    color: #a6cbc5;
    font-size: 11px;
    margin: 0;
    padding: 5px 10px 10px;
}

    .mini-shopping-cart a {
        font-weight: 700;
        text-decoration: none;
        color: #FFFFFF;
    }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        margin: 10px 0px 10px;
    }

    .mini-shopping-cart .items {
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        clear: both;
        border-bottom: 1px solid #EEEEEE;
    }

        .mini-shopping-cart .item.first {
            border-top: 1px solid #EEEEEE;
        }

        .mini-shopping-cart .item > div {
            padding: 10px 5px;
        }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

        .mini-shopping-cart .item .product {
            float: right;
            width: 208px;
        }

        .mini-shopping-cart .item .name {
            margin-bottom: 5px;
        }

        .mini-shopping-cart .item .attributes {
            font-size: 10px;
            margin: 0px;
        }

        .mini-shopping-cart .item .price {
            font-size: 10px;
            margin: 10px 0px 0px 0px;
        }

        .mini-shopping-cart .item .quantity {
            font-size: 10px;
            margin: 0px;
        }

    .mini-shopping-cart .totals {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .buttons {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .cart-button, .mini-shopping-cart .checkout-button {
        margin: 0;
        background: none repeat scroll 0 0 #a6cbc5;
        color: #000000;
        cursor: pointer;
        font-family: "RobotoCondensed-Bold";
        font-weight: normal;
        font-size: 14px;
        height: 24px;
        margin: 0;
        padding: 2px;
        width: 73px;
        text-shadow: none;
        border-bottom: 3px solid #a6cbc5;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0px;
        text-transform: capitalize;
    }


/* NOTIFICATIONS */
.bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    .bar-notification.success {
        background: none repeat scroll 0 0 #91BD09;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: none repeat scroll 0 0 #CC0000;
        border-bottom: 3px solid #FFFFFF !important;
        color: #FFFFFF;
        margin: 0 0 10px;
    }

    .bar-notification .close {
        background: url(images/ico-close-notification-bar.png) no-repeat;
        width: 20px;
        height: 20px;
        float: right;
        margin: 9px 9px 0px 0px;
        cursor: pointer;
    }

    .bar-notification p.content {
        padding: 0px 10px;
        margin: 10px 0px;
    }

        .bar-notification p.content a {
            text-decoration: underline;
            color: #FFFFFF;
        }

            .bar-notification p.content a:hover {
                text-decoration: none;
                color: #FFFFFF;
            }


/* ORDER SUMMARY, SHOPPING CART, WISHLIST */
.page.shopping-cart-page {
    padding-top: 0px;
    background: #d9e1e2;
    padding: 10px;
}

.shopping-cart-page, .wishlist-page {
    /*padding-top: 190px;*/
}

    .shopping-cart-page .page-title, .wishlist-page .page-title {
    }

    .shopping-cart-page .page-body, .wishlist-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #fff;
    }

    .wishlist-page .share-info {
        margin: 5px 0;
    }

        .wishlist-page .share-info .share-label {
            font-weight: normal;
            font-size: 14px;
        }

        .wishlist-page .share-info a.share-link {
            color: #a6cbc5;
            text-decoration: none;
        }

.order-summary-content, .wishlist-content {
    margin: 0;
    font-size: 11px;
    color: #000;
    margin-bottom: 20px;
}

    .order-summary-content .message-error, .wishlist-content .message-error {
        margin: 5px 0;
    }

    .order-summary-content .totals {
        float: right;
        padding: 23px 5px 0;
        width: 320px;
    }

    .order-summary-content .cart-collaterals {
        padding: 20px 0 10px;
        width: 580px;
    }

    .order-summary-content .deals {
        display: inline;
        float: left;
        margin: 0 10px 0 0;
        /*width: 280px;*/
    }

    .order-summary-content .shipping {
        display: inline;
        float: left;
        margin: 0 10px 0 0;
        width: 280px;
    }

    .order-summary-content .coupon-box, .order-summary-content .giftcard-box {
        padding: 10px;
        font-size: 11px;
        color: #000;
        margin: 0 0 10px;
        border: 1px solid #545454;
        float: left;
    }

        .order-summary-content .coupon-box .message, .order-summary-content .giftcard-box .message {
            font-size: 10px;
            font-weight: 700;
            color: red;
        }

        .order-summary-content .coupon-box .current-code {
            padding: 10px 0px 0px 0px;
        }

        .order-summary-content .coupon-box .discount-coupon-code, .order-summary-content .giftcard-box .gift-card-coupon-code {
            width: 140px;
            margin-top: 0;
        }

        .order-summary-content .coupon-box .hint, .order-summary-content .giftcard-box .hint {
            padding-top: 5px;
        }

    .order-summary-content .giftcard-box {
        position: relative;
        z-index: 1;
        float: right;
        margin-left: 4px;
    }

    .order-summary-content .apply-discount-coupon-code-button, .order-summary-content .apply-gift-card-coupon-code-button {
        background: none repeat scroll 0 0 #a6cbc5;
        color: #000000;
        cursor: pointer;
        padding: 3px 10px;
        text-align: right;
        text-shadow: none;
        border-bottom: 3px solid #a6cbc5;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0px;
        font-family: "RobotoCondensed-Bold";
        font-weight: normal;
        font-size: 14px;
    }

    .order-summary-content .cart, .wishlist-content .cart {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
    }

    .wishlist-content .cart {
        margin-bottom: 10px;
    }

        .order-summary-content .cart td, .wishlist-content .cart td {
            padding: 10px;
        }

        .order-summary-content .cart .cart-header-row, .wishlist-content .cart .cart-header-row {
            font-weight: normal;
        }

            .order-summary-content .cart .cart-header-row th, .wishlist-content .cart .cart-header-row th {
                background: none repeat scroll 0 0 #404040;
                color: #FFF;
                border-right: solid 1px #6a6a6a;
                height: 20px;
                padding: 2px 8px;
                vertical-align: middle;
                white-space: nowrap;
                font-size: 14px;
            }

                .order-summary-content .cart .cart-header-row th.picture, .wishlist-content .cart .cart-header-row th.picture {
                    border: none;
                }

                .order-summary-content .cart .cart-header-row th.end, .wishlist-content .cart .cart-header-row th.end {
                    text-align: right;
                    padding-right: 5px;
                }

        .order-summary-content .cart .cart-item-row, .wishlist-content .cart .cart-item-row {
        }

            .order-summary-content .cart .cart-item-row td, .wishlist-content .cart .cart-item-row td {
                border-bottom: 1px solid #545454;
                vertical-align: middle;
                line-height: 30px;
                color: black;
                font-size: 13px;
            }

                .order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product {
                    text-align: left;
                    padding: 0 10px;
                }

                    .order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a {
                        font-weight: normal;
                        text-decoration: none;
                        color: white;
                        font-size: 14px;
                    }

                .order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end {
                    text-align: right;
                    font-weight: 700;
                    color: #000;
                    padding-right: 5px;
                }

            .order-summary-content .cart .cart-item-row .qty-input, .wishlist-content .cart .cart-item-row .qty-input {
                border: 1px solid #E3E3E3;
                font-size: 12px;
                text-align: center;
                width: 23px;
                margin: 0px;
            }

    .order-summary-content .cart-footer {
        width: 100%;
        zoom: 1;
    }

        .order-summary-content .cart-footer:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .order-summary-content .total-info {
        margin: 0;
        font-size: 12px;
    }

        .order-summary-content .total-info .selected-shipping-method {
            font-weight: normal;
            font-size: 11px;
        }

        .order-summary-content .total-info .order-total {
            color: #000;
        }

.cart-total-left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: 700;
    color: #000 !important;
}

.cart-total-left-below {
    width: 100%;
    text-align: right;
    vertical-align: top;
    height: 30px;
}

.cart-total-right {
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
    color: #000;
}

.order-summary-content .remove-gift-card-button, .order-summary-content .remove-discount-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat;
    border: 0;
    width: 32px;
    height: 15px;
}

    .order-summary-content .remove-gift-card-button:hover, .order-summary-content .remove-discount-button:hover {
        cursor: pointer;
    }

.order-summary-content .selected-checkout-attributes {
    margin: 0;
    padding: 10px 5px 10px 0;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    color: #353434;
}

.order-summary-content .checkout-attributes {
    margin: 10px 0;
    padding: 10px 20px;
    background: none repeat scroll 0 0 #F7F5E8;
    border: 1px dotted #D3D3D3;
    clear: both;
}

    .order-summary-content .checkout-attributes .text-prompt {
    }

    .order-summary-content .checkout-attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .order-summary-content .checkout-attributes ul.option-list li {
            list-style: none;
        }

    .order-summary-content .checkout-attributes .textbox {
        width: 300px;
    }

    .order-summary-content .checkout-attributes textarea {
        width: 300px;
        height: 150px;
    }
    /* color squares attribute type */
    .order-summary-content .checkout-attributes ul.color-squares li {
        display: inline;
    }

    .order-summary-content .checkout-attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .order-summary-content .checkout-attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .order-summary-content .checkout-attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .order-summary-content .checkout-attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .order-summary-content .checkout-attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.order-summary-content .min-amount-warning {
    margin: 0;
    padding: 10px 0 10px 10px;
}

.order-summary-content .terms-of-service {
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .order-summary-content .terms-of-service .read {
        text-decoration: underline;
    }

        .order-summary-content .terms-of-service .read:hover {
            cursor: pointer;
        }

.order-summary-content .common-buttons {
    margin: 0;
    padding: 10px;
}

.order-summary-content .checkout-buttons {
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
}

    .order-summary-content .checkout-buttons .checkout-button {
        font: 15px/30px Arial,Helvetica,sans-serif;
    }

.password-recovery-page .tooltip {
    color: #a6cbc5;
}

.order-summary-content .checkout-buttons .checkout-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.order-summary-content .addon-buttons {
    clear: both;
    float: right;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
}

.order-summary-content .cross-sells-title {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 5px 5px 0;
    border-bottom: 0 none;
    margin: 0 0 10px;
    width: 100%;
}

.estimate-shipping {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #545454;
}

    .estimate-shipping .hint {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .estimate-shipping .country-input, .estimate-shipping .state-input {
        width: 137px;
        margin-top: 5px;
    }

    .estimate-shipping .zip-input {
        width: 135px;
    }

    .estimate-shipping .shipping-options {
        text-align: left;
        height: auto;
    }

        .estimate-shipping .shipping-options label {
            display: inline-block;
            width: 85px;
        }

.button-2.continue-shopping-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    width: auto;
    text-shadow: none;
    border-color: #a6cbc5;
}

.button-2.update-cart-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-1.checkout-as-guest-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    width: auto;
    text-shadow: none;
}

.button-1.register-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-1.login-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.estimate-shipping .shipping-options .estimate-shipping-button {
    margin-left: 88px;
    margin-top: 5px;
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}


.estimate-shipping .shipping-results li.shipping-option-item {
    list-style: none;
    text-align: left;
    vertical-align: text-top;
    padding: 5px 0 0 5px;
}

.estimate-shipping .shipping-results .shipping-option-item .option-name {
    display: block;
    font-weight: 700;
}

.estimate-shipping .shipping-results .shipping-option-item .option-description {
    display: block;
    padding: 5px 0 5px 16px;
}


/* CHECKOUT */
.checkout-page, .checkout-one-page {
    padding-top: 170px;
}

    .checkout-page .page-title, .checkout-one-page .page-title {
    }

    .checkout-page .checkout-data, .checkout-one-page .checkout-data {
        color: #000;
        background-color: #d9e1e2;
    }

.checkoutstep {
}

    .checkoutstep .steptitle {
        border: 1px solid #2F4F4F;
        color: #FFF;
        background-color: #2E4d7B;
        font-family: Arial,Sans-Serif;
        font-size: 12px;
        font-weight: 700;
        padding: 5px;
        margin-top: 5px;
    }

    .checkoutstep .stepcontent {
        border: dashed 1px #2F4F4F;
        border-top: none;
        padding: 5px;
    }

.order-summary-title {
    padding: 10px 10px 5px 0;
    font-size: 11px;
    color: #555;
    font-weight: 700;
    clear: both;
}

.order-summary-body {
    text-align: center;
    height: auto;
}

.checkout-data .section {
    margin-bottom: 15px;
}

    .checkout-data .section .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        margin-bottom: 5px;
    }

.checkout-data .address-grid {
    padding: 0;
    overflow: hidden;
}

    .checkout-data .address-grid .address-item {
        float: left;
        padding: 10px;
        border: 1px solid #EEE;
        width: 200px;
        min-height: 150px;
        margin-right: 5px;
    }

        .checkout-data .address-grid .address-item .select-button {
            margin-bottom: 5px;
            margin-top: 5px;
            text-align: center;
        }

        .checkout-data .address-grid .address-item li {
            list-style: none;
            text-align: left;
        }

.checkout-data .enter-address {
    border: 1px solid #545454;
    height: auto;
    padding: 10px;
}

    .checkout-data .enter-address label {
        display: inline-block;
        width: 95px;
    }

    .checkout-data .enter-address .buttons {
        margin-top: 10px;
    }

.checkout-data .shipping-method {
    text-align: left;
    border: 1px solid #545454;
    height: auto;
}

    .checkout-data .shipping-method li {
        text-align: left;
        vertical-align: text-top;
        padding: 5px 0 0 5px;
        list-style: none;
    }

    .checkout-data .shipping-method .method-name {
        font-weight: 700;
    }

    .checkout-data .shipping-method .method-description {
        padding: 5px 0 5px 16px;
    }

    .checkout-data .shipping-method .buttons {
        margin: 10px;
        text-align: left;
    }

.deals .title {
    color: #FFFFFF;
}

.estimate-shipping .title {
    color: #FFFFFF;
}

.checkout-data .shipping-method .message-error {
    margin: 10px;
    text-align: left;
}

.checkout-data .use-reward-points {
    margin: 0;
    padding: 10px;
    color: #555;
    background: #F7F5E8;
    margin-bottom: 10px;
    border: dotted 1px #d3d3d3;
}

.checkout-data .payment-method {
    text-align: left;
    border: 1px solid #545454;
    height: auto;
}

    .checkout-data .payment-method li {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
        list-style: none;
    }

    .checkout-data .payment-method .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .payment-method .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .payment-info {
    text-align: left;
    border: 1px solid #545454;
    height: auto;
}

    .checkout-data .payment-info .info {
        padding: 10px;
        text-align: left;
        vertical-align: text-top;
    }

    .checkout-data .payment-info .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .payment-info .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .confirm-order {
    text-align: left;
    border: 1px solid #545454;
    height: auto;
    margin-bottom: 0;
}

    .checkout-data .confirm-order .buttons {
        margin: 10px;
        text-align: left;
    }

    .checkout-data .confirm-order .message-error {
        margin: 10px;
        text-align: left;
    }

.checkout-data .order-review-data {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    color: black;
}

    .checkout-data .order-review-data ul {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        width: 350px;
    }

    .checkout-data .order-review-data li {
        list-style: none;
        text-align: left;
        font-size: 16px;
    }

        .checkout-data .order-review-data li:first-child {
            margin-top: 0;
        }

    .checkout-data .order-review-data .title {
        margin: 10px 0 5px;
    }

    .checkout-data .order-review-data .payment-method, .checkout-page .order-review-data .shipping-method {
        border: none;
    }

.checkout-data .order-completed {
    text-align: left;
    border: 1px solid #545454;
    height: auto;
    padding: 10px;
}

    .checkout-data .order-completed ul {
        margin-bottom: 10px;
    }

    .checkout-data .order-completed li {
        margin: 5px 0;
        list-style: none;
    }

    .checkout-data .order-completed a {
        color: #ffffff;
        text-decoration: none;
    }

.order-progress {
    height: 40px;
    margin-top: 15px;
    text-align: center;
    /*border-bottom: solid 2px #545454;*/
}

    .order-progress ul {
        padding: 0;
        margin: 0;
    }

        .order-progress ul li {
            list-style: none;
            display: inline;
            padding: 5px 20px 0;
        }

            .order-progress ul li .active-step {
                color: #a6cbc5;
                background: url(images/progress-step-active.png) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
                zoom: 1;
            }

            .order-progress ul li .inactive-step {
                color: #000;
                background: url(images/progress-step-inactive.png) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
                zoom: 1;
            }

            .order-progress ul li a:hover {
                text-decoration: none;
            }


/* ONE PAGE CHECKOUT */
.opc .buttons {
    margin-top: 0;
    padding-top: 2em;
}

    .opc .buttons .back-link {
        margin-bottom: 10px;
    }

        .opc .buttons .back-link small {
            display: none;
        }

        .opc .buttons .back-link a {
            background: url(images/arrow-up.png) no-repeat left;
            padding-left: 20px;
            color: black;
        }

    .opc .buttons.disabled button {
        display: none;
    }

    .opc .buttons .please-wait {
        height: 21px;
        line-height: 21px;
    }

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc ul, .opc ol, ul.opc, ol.opc {
    list-style: none outside none;
}

.opc {
    position: relative;
}

    .opc li.tab-section {
    }

    .opc .step-title {
        border-width: 0 1px;
        border-style: solid;
        border-color: #fff #d9dde3 #d9dde3;
        background: #F2F2F2;
        padding: 4px 8px 6px;
        text-align: right;
    }

        .opc .step-title .number {
            float: left;
            background: #fff;
            border: 1px solid #fff;
            padding: 0 4px;
            margin: 0 5px 0 0;
            font: 11px/14px arial,helvetica,sans-serif;
            color: #999;
        }

        .opc .step-title h2 {
            float: left;
            margin: 0;
            font: 13px/16px Arial,Helvetica,sans-serif;
            color: #999;
            text-transform: capitalize;
        }

    .opc .allow .step-title {
        background: #F2F2F2;
        border: 1px solid #EEE;
        border-bottom: 0;
        color: #a4b3b9;
        cursor: pointer;
    }

        .opc .allow .step-title .number {
            background: #dbe6eb;
            border-color: #dbe6eb;
            color: #a4b3b9;
        }

        .opc .allow .step-title h2 {
            color: #a4b3b9;
        }

    .opc .active .step-title {
        background: #f9f3e3;
        border: 1px solid #EEE;
        padding-bottom: 5px;
        color: #f18200;
        cursor: default;
    }

        .opc .active .step-title .number {
            background: #a6cbc5;
            border-color: #a6cbc5;
            color: #fff;
        }

        .opc .active .step-title h2 {
            color: #000;
        }

    .opc .step {
        border: 1px solid #545454;
        border-top: 0;
        padding: 15px 30px;
        position: relative;
        background-color: #d9e1e2;
    }

    .opc .step-title:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .opc .order-summary-content .cart-footer {
        background: none !important;
    }


/* ORDER DETAILS */
.button-2.print-order-button {
    margin-top: -28px !important;
    text-align: center !important;
    width: 67px !important;
}

.button-2.pdf-order-button {
    margin-right: 77px !important;
    margin-top: -28px !important;
    text-align: center !important;
    width: 76px !important;
}

.order-details-page .order-details-page .page-title {
}

.order-details-page .page-title h1 {
    float: left;
    width: 100%;
}

.order-details-page .page-title a {
    height: 21px;
    line-height: 21px;
    margin-left: 10px;
    padding: 2px;
    border-radius: 0px;
}

.order-summary-content .cart .cart-item-row td.product a:hover {
    color: #a6cbc5;
}

.order-details-page .page-title a:hover {
    text-decoration: none;
}

.order-details-page .title {
    padding: 10px 10px 5px 5px;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}

.order-details-page .page-body {
    border: 1px solid #545454;
    padding: 10px;
}

.order-details-page .order-overview {
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
    color: white;
}

    .order-details-page .order-overview .order-number {
        margin-bottom: 10px;
    }

    .order-details-page .order-overview .order-details {
        float: left;
    }

        .order-details-page .order-overview .order-details span {
            display: block;
            margin-bottom: 5px;
        }

    .order-details-page .order-overview .order-total {
        text-align: right;
    }

.order-details-page .order-details-area {
    text-align: left;
    margin: 10px;
    padding: 10px;
    border: 1px solid #545454;
    height: auto;
}

    .order-details-page .order-details-area table {
        width: 100%;
        border: 0px;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .order-details-page .order-details-area td {
        width: 50%;
        vertical-align: top;
    }

    .order-details-page .order-details-area ul {
        float: left;
        margin-right: 20px;
        color: white;
    }

    .order-details-page .order-details-area li {
        list-style: none;
    }

        .order-details-page .order-details-area li:first-child {
            margin-top: 0;
        }

.order-details-page .repost {
    margin: 10px 0px 10px 0px;
}

    .order-details-page .repost .hint {
        margin: 0px;
    }

.order-details-page .section {
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
}

.order-details-page .checkout-attributes {
    text-align: right;
    vertical-align: middle;
    padding: 10px;
    height: auto;
}

.order-details-page .actions {
    margin: 10px 0px 10px 0px;
}

.order-details-page .cart-total-left {
    color: #000;
}


/* SHIPMENTS */
.page.shipment-details-page {
    padding-top: 170px;
}

.shipment-details-page {
}

    .shipment-details-page .page-title {
    }

    .shipment-details-page .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 12px;
    }

    .shipment-details-page .page-body {
        border: 1px solid #d7d7d7;
        padding: 10px;
    }

    .shipment-details-page .shipment-overview {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .shipment-details-page .shipment-overview ul {
            float: left;
            margin-right: 20px;
        }

        .shipment-details-page .shipment-overview li {
            list-style: none;
            color: #ffffff;
        }

        .shipment-details-page .shipment-overview .title {
            margin-bottom: 5px;
        }

    .shipment-details-page .tracking-url {
        color: #B80709;
        text-decoration: none;
    }


/* HOME PAGE */
.home-page-product-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

    .home-page-product-grid .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

.home-page-category-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    zoom: 1;
}

    .home-page-category-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .home-page-category-grid a {
        color: #555;
        font-size: 1.2em;
        font-weight: 700;
    }

    .home-page-category-grid .item-box {
        float: left;
        text-align: center;
        vertical-align: text-top;
    }

    .home-page-category-grid .category-item {
        text-align: center;
        margin: 10px;
        width: 145px;
        height: 180px;
        border: 1px solid #eee;
    }

        .home-page-category-grid .category-item .title {
            text-align: center;
            font-weight: 700;
            font-size: .9em;
            display: block;
            overflow: hidden;
            padding: 5px;
        }

        .home-page-category-grid .category-item .picture {
            text-align: center;
            padding: 10px 0;
        }

.bestsellers {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

    .bestsellers .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }


/* PRODUCTS IN GRID - TEMPLATE */
.product-grid {
    margin-bottom: 15px;
}

    .product-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.newarrival .newarrivaltextcssPadding {
    background: none repeat scroll 0 0 #a6cbc5 !important;
    font-family: 'Helvetica';
}



.product-grid .item-box {
    background-color: #121212;
    float: left;
    margin: 10px;
    padding: 5px;
    text-align: center;
    vertical-align: text-top;
}

.product-grid .item-boxBestSeller {
    float: left;
    padding: 4px;
    text-align: center;
    vertical-align: text-top;
}

.product-grid .item-box:hover {
    background: #ffffff;
}

    .product-grid .item-box:hover .prices .actual-price, .product-grid .item-box:hover .product-title a {
        color: #000000;
    }

.product-grid .product-item {
    height: 350px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 195px;
}

.product-grid .product-itemBestSeller {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 210px;
}

.product-grid .product-item .product-title {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    text-align: center;
}

    .product-grid .product-item .product-title a {
        color: #ffffff;
        display: block;
        height: auto;
        line-height: 1.15em;
        overflow: hidden;
        padding: 4px 10px 8px 0;
        font-size: 14px;
        font-family: 'RobotoCondensed-Regular';
        /*text-transform: capitalize;*/
    }

.product-grid .product-item .details {
    height: 35px;
    margin-left: 5px;
    text-align: center;
}

.product-grid .product-item .product-rating-box {
}

.product-grid .product-item .picture {
    height: 260px;
    overflow: hidden;
    text-align: center;
    width: 192px;
}

    .product-grid .product-item .picture img {
        margin: 5px;
        width: 85%;
    }

.product-grid .product-item .description {
    display: none;
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 50px;
}

.product-grid .product-item .add-info {
    vertical-align: bottom;
    text-align: right;
    width: auto;
    height: auto;
    position: relative;
}

.product-grid .product-item .prices {
    bottom: 15px;
    position: static;
    right: 10px;
    text-align: center;
    vertical-align: middle;
}

    .product-grid .product-item .prices .price {
        margin: 0px;
        display: block;
    }

    .product-grid .product-item .prices .actual-price {
        color: #ffffff;
        font-size: 14px;
    }

    .product-grid .product-item .prices .old-price {
        color: #5C5B5B;
        text-decoration: line-through;
    }

.product-grid .product-item .buttons {
    margin: 0 auto;
    position: static;
    /*text-align: left;*/
    vertical-align: middle;
    width: 160px;
}

.ajax-cart-button-wrapper {
}

.add-to-cart-panel {
    float: right;
    width: 567px;
    margin-top: 15px;
}

.product-box-add-to-cart-button {
    border-style: none none solid;
    color: #000000;
    height: 25px;
    width: 94px;
    border-bottom: 3px solid #a6cbc5;
    background: url("images/add-tocart-icon.png") no-repeat scroll 5px center #a6cbc5;
    padding-left: 22px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Bold';
    font-size: 12px;
    font-weight: normal;
    border-radius: 0px;
}

.productQuantityTextBox {
    font-size: 13px !important;
    height: 24px !important;
    border-radius: 0px !important;
    background-color: #414141 !important;
    color: #ffffff !important;
    border: 0px !important;
    width: 38px !important;
    margin-right: 10px !important;
}




/* PRODUCTS IN LINES - TEMPLATE */
.product-list {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .product-list .item-box {
        text-align: left;
        position: relative;
        margin-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }

        .product-list .item-box:hover {
            background: #F9F9F9;
        }

    .product-list .product-item {
        width: auto;
        margin-top: 10px;
        min-height: 150px;
        position: relative;
        zoom: 1;
    }

        .product-list .product-item:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .product-list .product-item .product-title {
            font-weight: 700;
            font-size: 12px;
            padding-left: 10px;
            margin-top: 10px;
        }

            .product-list .product-item .product-title a {
                font-family: 'RobotoCondensed-Regular';
                font-weight: normal;
                display: block;
                height: auto;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
                font-family:;
            }

        .product-list .product-item .details {
        }

        .product-list .product-item .product-rating-box {
            padding: 0 0 0 10px;
            margin: 0px 100px 0 140px;
        }

        .product-list .product-item .picture {
            float: left;
            margin: 10px;
        }

        .product-list .product-item .description {
            padding: 0 0 0 10px;
            margin: 0px 100px 0 140px;
            text-align: left;
            color: #ffffff;
        }

        .product-list .product-item .add-info {
            float: right;
            text-align: right;
            position: absolute;
            top: 40px;
            right: 10px;
        }

        .product-list .product-item .prices {
        }

            .product-list .product-item .prices .price {
                margin: 0px;
                display: block;
            }

            .product-list .product-item .prices .actual-price {
                color: #ffffff;
            }

            .product-list .product-item .prices .old-price {
                color: #5C5B5B;
                text-decoration: line-through;
            }

        .product-list .product-item .buttons {
            padding-top: 20px;
        }


/* FEATURED PRODUCTS */
.featured-product-grid {
}

    .featured-product-grid .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        text-transform: uppercase;
        clear: both;
        margin: 0;
        color: #5C5B5B;
    }


/* CATALOG PAGES */
.category-page, .manufacturer-page, .manufacturer-list-page, .product-tag-page, .product-tags-all-page {
}

    .category-page .page-title, .manufacturer-list-page .page-title, .manufacturer-page .page-title, .product-tag-page .page-title, .product-tags-all-page .page-title {
        border-bottom: 0 none;
        clear: both;
    }

    .product-tags-all-page .product-tags-list li {
        display: inline;
    }

        .product-tags-all-page .product-tags-list li a {
            text-decoration: none;
            margin: 0 2px 0 0;
        }

    .category-page .category-description, .manufacturer-page .manufacturer-description {
        color: #fff;
        font-size: 1.1em;
    }

.sub-category-grid, .manufacturer-grid {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin-bottom: 15px;
    zoom: 1;
}

    .sub-category-grid:after, .manufacturer-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .sub-category-grid a, .manufacturer-grid a {
        color: #a6cbc5;
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: "RoswellFourITC";
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        float: left;
        text-align: center;
        vertical-align: text-top;
    }

.item-box {
    height: 350px;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
    text-align: center;
    margin: 10px;
    width: 145px;
    height: auto;
    border:none;
    overflow: hidden;
    background-color: #fff;
}

    .sub-category-grid .sub-category-item .title, .manufacturer-grid .manufacturer-item .title {
        text-align: center;
        font-weight: 700;
        font-size: .9em;
        display: block;
        overflow: hidden;
        padding: 5px;
        min-height: 97px; /*dn-20161226*/
    }

    .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
        text-align: center;
        padding: 10px 0;
    }

.product-selectors {
    margin-bottom: 10px;
    zoom: 1;
}

    .product-selectors:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-sorting {
    margin: 0 auto 10px;
    float: left;
    color: #000;
}

.product-viewmode {
    margin: 0 auto 10px;
    float: right;
    color: #ffffff;
}

.product-page-size {
    width: 165px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.product-filters-wrapper {
}

.product-filters {
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
    color: #000;
}

    .product-filters .filter-title {
        font-weight: 700;
        padding-left: 10px;
    }

        .product-filters .filter-title strong {
            display: block;
            height: 2em;
            line-height: 1.3em;
            overflow: hidden;
            color: #000;
        }


    .product-filters .filter-content {
        padding: 5px 10px;
    }

.price-range-filter a {
    color: #2c2c2c;
}


.price-range-filter .filter-title {
    background: url(images/ico-arrow-r.gif) no-repeat top left;
    padding-left: 20px;
}

.price-range-filter ul {
    margin: 0;
    padding: 0;
}

.price-range-filter li {
    list-style: none;
    padding-bottom: 5px;
}

.price-range-filter .price-range-selector .PriceRange {
    color: black;
}

.price-range-filter .selected-price-range {
}

.price-range-filter .remove-filter {
    padding-top: 5px;
}

    .price-range-filter .remove-filter a {
        font-weight: 700;
        color: #b80709;
    }

.product-spec-filter {
}

    .product-spec-filter .filter-title {
        background: url(images/ico-arrow-r.gif) no-repeat top left;
        padding-left: 20px;
    }

    .product-spec-filter .available-items, .product-spec-filter .already-filtered-items {
        width: 100%;
        overflow: hidden;
    }

    .product-spec-filter .group {
        display: block;
        float: left;
        clear: both;
        font-weight: 700;
    }

        .product-spec-filter .group li {
            list-style: none;
        }

    .product-spec-filter .available-items .item {
        padding: 3px 2px 3px 16px;
        list-style: none;
    }

    .product-spec-filter .already-filtered-items .filter-title {
        background: none;
        padding: 15px 5px 5px 0;
    }

    .product-spec-filter .already-filtered-items .item {
        padding: 5px 0;
    }

    .product-spec-filter .remove-filter {
        padding-top: 5px;
    }

        .product-spec-filter .remove-filter a {
            font-weight: 700;
            color: #b80709;
        }


/* COMPARE PRODUCTS */
.compare-products-page {
}

    .compare-products-page .page-title {
    }

    .compare-products-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #FFFFFF;
        background-color: inherit;
    }

.compare-products-table {
    margin-top: 10px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .compare-products-table tr.product-name {
        background-color: #CCC;
        font-weight: 700;
    }

    .compare-products-table td {
        border: 1px solid #EEE;
        padding: 3px;
        vertical-align: top;
    }


/* LOGIN */
.login-page {
    padding-top: 170px;
}

    .login-page .page-title {
        margin-bottom: 20px;
    }

    .login-page .page-body {
        color: #fff;
    }

    .login-page .title {
        margin: -17px 0 14px;
        zoom: 1;
        color: black;
    }

        .login-page .title strong {
            font-size: 12px;
            background: #fff;
        }

    .login-page .customer-blocks:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 46%;
        min-height: 280px;
        padding: 10px;
        border: 1px solid #545454;
        margin-bottom: 15px;
        border-radius: 5px;
        background-color: #d9e1e2;
    }

    .login-page .returning-wrapper {
        float: right;
        width: 46%;
        min-height: 240px;
        padding: 10px;
        border: 1px solid #545454;
        margin-bottom: 15px;
        border-radius: 5px;
        background-color: #d9e1e2;
    }

    .login-page .new-wrapper .text {
        line-height: 20px;
        color: black;
    }

    .login-page .new-wrapper .buttons {
        float: right;
        margin: 30px 30px 5px 30px;
    }

    .login-page .checkout-as-guest-or-register-block ul {
        padding-left: 30px;
    }

    .login-page .returning-wrapper .inputs {
        margin: 20px 0;
    }

    .login-page .returning-wrapper .message-error {
        padding: 0;
    }

    .login-page .returning-wrapper .buttons {
        float: right;
        margin: 5px 30px;
    }

    .login-page .returning-wrapper label {
        width: 100px;
        display: inline-block;
        margin-right: 10px;
        white-space: nowrap;
        vertical-align: middle;
        font-weight: normal;
        color: black;
    }

    .login-page .email, .login-page .username, .login-page .password {
        width: 170px;
    }

    .login-page .returning-customer .reversed label {
        width: auto;
        font-weight: 400;
    }

    .login-page .forgot-password {
        display: block;
        margin-top: 20px;
        font-weight: 700;
        color: white;
    }

        .login-page .forgot-password a {
            color: black;
        }

            .login-page .forgot-password a:hover {
                color: #a6cbc5;
            }

    .login-page .field-validation-error {
        display: block;
    }

.external-auth-errors {
    text-align: center;
    border: solid 1px #d3d3d3;
    vertical-align: top;
    width: 100%;
    color: Red;
    margin-bottom: 20px;
}

    .external-auth-errors ul {
        padding: 0px;
    }

        .external-auth-errors ul li {
            list-style: none;
        }

.external-auth-association {
    text-align: center;
    border: solid 1px #d3d3d3;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

    .external-auth-association .identifier {
    }

    .external-auth-association .remove {
        color: #B80709;
    }


/* REGISTRATION */
.registration-page {
}

    .registration-page .page-title {
    }

    .registration-page .page-body {
        margin: 0;
        padding: 0;
        color: #fff;
        background-color: inherit;
    }

    .registration-page .vat-note {
        display: block;
    }

    .registration-page .accept-privacy-policy {
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
        clear: both;
    }

        .registration-page .accept-privacy-policy .read {
            text-decoration: underline;
        }

    .registration-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        clear: both;
    }

.registration-result-page {
}

    .registration-result-page .page-title {
    }

    .registration-result-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

    .registration-result-page .buttons {
        float: left;
        margin-bottom: 5px;
        margin-top: 5px;
        clear: both;
    }


/* BREADCRUMB */
.breadcrumb {
    font-size: 1.1em;
    margin: 10px 0 10px;
    color: #7f7f7f;
    padding: 0;
    text-transform: capitalize;
}

    .breadcrumb ul {
        margin: 0px;
        padding: 0px;
    }

    .breadcrumb li {
        list-style: none;
        display: inline;
    }

        .breadcrumb li strong {
            color: #6b6666;
        }

    .breadcrumb a {
        font-size: 0.9em;
        text-decoration: none;
        color: #000;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
            color: #fff;
        }

    .breadcrumb .current-item {
        font-size: 0.9em;
        font-weight: normal;
    }

    .breadcrumb .delimiter {
    }


/* NEWS */
.news-list-page, .news-list-homepage {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .news-list-homepage .title {
        padding: 10px 10px 10px 0;
        margin: 0 0 0 10px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
        text-align: center;
    }

.news-items {
    margin: 0 5px;
    padding: 0;
}

    .news-items .item {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

.news-list-homepage .item {
    padding: 10px;
}

.news-items .news-date {
    color: #9a9a9a;
}

.news-items a.news-title {
    color: #444;
    text-decoration: none;
    font-size: 1.2em;
}

    .news-items a.news-title:hover {
        text-decoration: underline;
    }

.news-items .news-details {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-items .read-more {
    font-weight: 700;
    text-decoration: none;
    color: #5C5B5B;
    background-color: inherit;
}

.news-item-page {
}

    .news-item-page .page-title {
    }

    .news-item-page .news-date {
        color: #9a9a9a;
    }

    .news-item-page .news-body {
        margin: 0 0 20px;
        padding: 0;
    }

        .news-item-page .news-body a {
            color: #B80709;
            text-decoration: underline;
        }

    .news-item-page .result {
        font-size: 10px;
        font-weight: 700;
        color: red;
        margin-bottom: 10px;
    }

    .news-item-page .new-comment {
        margin-top: 10px;
    }

        .news-item-page .new-comment .captcha-box {
            margin-bottom: 12px;
        }

        .news-item-page .new-comment .comment-title {
            width: 350px;
        }

        .news-item-page .new-comment .comment-text {
            width: 350px;
            height: 150px;
            vertical-align: middle;
        }

        .news-item-page .new-comment .buttons {
            text-align: left;
        }

    .news-item-page .comment-list {
        margin: 10px 0px 10px 0;
    }

        .news-item-page .comment-list .title {
            padding: 10px 10px 10px 0;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.1em;
            color: #3a3a3a;
        }

.news-comment {
    zoom: 1;
}

    .news-comment:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .news-comment .comment-info {
        width: 170px;
        float: left;
        padding: 5px;
        height: 100%;
        border-right: solid 1px #F3F3F3;
    }

        .news-comment .comment-info .user-info {
            padding-top: 5px;
        }

            .news-comment .comment-info .user-info a.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .news-comment .comment-info .user-info span.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .news-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .news-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

    .news-comment .comment-content {
        margin-left: 180px;
        border-left: solid 1px #F3F3F3;
    }

        .news-comment .comment-content .comment-time {
            font-weight: 700;
            line-height: 20px;
            padding: 3px;
            background: #e3f3f3;
        }

            .news-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .news-comment .comment-content .comment-title {
            padding: 3px;
            font-weight: 700;
        }

        .news-comment .comment-content .comment-body {
            padding: 3px;
        }


/* BLOGS */
.blog-page {
}

    .blog-page .page-title {
    }

    .blog-page .blog-posts {
        margin: 0 5px;
        padding: 0;
    }

        .blog-page .blog-posts .post {
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .blog-page .blog-posts .post:last-child {
                border-bottom: none;
            }

            .blog-page .blog-posts .post .post-date {
                color: #9a9a9a;
            }

            .blog-page .blog-posts .post a.post-title {
                color: #a6cbc5;
                font-size: 1.2em;
                text-decoration: none;
            }

                .blog-page .blog-posts .post a.post-title:hover {
                    text-decoration: underline;
                }

            .blog-page .blog-posts .post .tags label {
                float: left;
                margin-right: 5px;
            }

            .blog-page .blog-posts .post .tags li {
                float: left;
                list-style: none;
            }

                .blog-page .blog-posts .post .tags li.separator {
                    margin-right: 5px;
                }

        .blog-page .blog-posts .post-body, .blog-page .blog-posts .tags {
            margin-top: 10px;
            margin-bottom: 10px;
            zoom: 1;
        }

    .blog-page .tags:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .blog-page .blog-posts .post-body a, .blog-page .blog-posts .tags a {
        color: #a6cbc5;
        text-decoration: underline;
    }

    .blog-page .blog-posts .blog-details {
        margin-top: 15px;
    }

        .blog-page .blog-posts .blog-details a {
            background-color: inherit;
            color: #a6cbc5;
            font-weight: 700;
            text-decoration: none;
        }

.blogpost-page {
}

    .blogpost-page .page-title {
    }

    .blogpost-page .post-date {
        color: #9a9a9a;
    }

    .blogpost-page .post-body {
    }

        .blogpost-page .post-body:after, .blogpost-page .tags:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .blogpost-page .tags {
        margin: 0 0 20px;
        zoom: 1;
    }

        .blogpost-page .post-body a, .blogpost-page .tags a {
            color: #5C5B5B;
            text-decoration: underline;
        }

            .blogpost-page .post-body a:hover, .blogpost-page .tags a:hover {
                color: #B80709;
                text-decoration: underline;
                font-weight: normal;
            }

        .blogpost-page .tags label {
            float: left;
            margin-right: 5px;
        }

        .blogpost-page .tags li {
            float: left;
            list-style: none;
        }

            .blogpost-page .tags li.separator {
                margin-right: 5px;
            }

    .blogpost-page .result {
        font-size: 10px;
        font-weight: 700;
        color: red;
        margin-bottom: 10px;
    }

    .blogpost-page .new-comment {
        margin-top: 10px;
    }

        .blogpost-page .new-comment .captcha-box {
            margin-bottom: 12px;
        }

        .blogpost-page .new-comment .comment-text {
            width: 350px;
            height: 150px;
            vertical-align: middle;
        }

        .blogpost-page .new-comment .buttons {
            text-align: left;
        }

    .blogpost-page .comment-list {
        margin: 10px 0px 10px 0;
    }

        .blogpost-page .comment-list .title {
            padding: 10px 10px 10px 0;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.1em;
            color: #3a3a3a;
        }

.blog-comment {
    margin-bottom: 20px;
    zoom: 1;
}

    .blog-comment:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .blog-comment .comment-info {
        width: 170px;
        float: left;
        padding: 5px;
        height: 100%;
        border-right: solid 1px #F3F3F3;
    }

        .blog-comment .comment-info .user-info {
            padding-top: 5px;
        }

            .blog-comment .comment-info .user-info a.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .blog-comment .comment-info .user-info span.username {
                font-weight: 700;
                margin-bottom: 5px;
            }

            .blog-comment .comment-info .user-info .avatar {
                margin: 5px 0;
            }

                .blog-comment .comment-info .user-info .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

    .blog-comment .comment-content {
        margin-left: 180px;
        border-left: solid 1px #F3F3F3;
    }

        .blog-comment .comment-content .comment-time {
            font-weight: 700;
            line-height: 20px;
            padding: 3px;
            background: #e3f3f3;
        }

            .blog-comment .comment-content .comment-time .stat-value {
                font-weight: 400;
            }

        .blog-comment .comment-content .comment-body {
            padding: 3px;
        }


/* POLLS */
.poll {
    margin: 0;
    padding: 0;
    font-size: 11px;
    background-color: inherit;
}

.poll-display-text {
    font-weight: 700;
    color: #5C5B5B;
}

.poll-options, .poll-results {
    padding: 5px !important;
    margin: 10px 0 !important;
}

    .poll-options li, .poll-results li {
        background: none;
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 18px;
    }

    .poll-options .answer input[type="radio"] {
        vertical-align: middle;
    }

    .poll-options .answer label {
        vertical-align: middle;
        margin-left: 5px;
    }

.poll .buttons {
    padding: 5px;
}

.poll-total-votes {
    font-style: italic;
}

.vote-poll-button {
}

.todays-poll-box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    overflow: hidden;
}

    .todays-poll-box .poll {
        float: left;
        text-align: left;
        vertical-align: top;
    }


/* EMAIL A FRIEND */
.email-a-friend-page {
}

    .email-a-friend-page .page-body {
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #545454;
    }

    .email-a-friend-page .page-title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .product {
        font-size: 13px;
    }

    .email-a-friend-page .result {
    }

    .email-a-friend-page .form-fields {
        zoom: 1;
    }

        .email-a-friend-page .form-fields:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .email-a-friend-page .inputs-left {
        float: left;
    }

    .email-a-friend-page .inputs-right {
        float: right;
    }

    .email-a-friend-page .inputs {
        margin-bottom: 12px;
    }

        .email-a-friend-page .inputs label {
            display: block;
        }

    .email-a-friend-page .captcha-box {
        margin-bottom: 12px;
    }

    .email-a-friend-page .friend-email, .email-a-friend-page .your-email {
        width: 250px;
        padding: 1px;
    }

    .email-a-friend-page .personal-message {
        width: 350px;
        height: 150px;
    }

    .email-a-friend-page .buttons {
        text-align: left;
    }

    .email-a-friend-page .field-validation-error {
        display: block;
    }


/* SEARCH */
.search-page {
}

    .search-page .page-title {
    }

    .search-page .search-input {
        border: 1px solid #545454;
        padding: 10px;
    }

        .search-page .search-input .buttons {
            text-align: right;
        }

    .search-page .search-results {
        padding-top: 10px;
        clear: both;
    }

        .search-page .search-results .result {
            font-weight: 700;
            color: #ffffff;
        }

    .search-page .basic-search label {
        line-height: 25px;
    }

    .search-page .search-text {
        width: 560px;
    }

    .search-page .adv-search {
        margin-top: 10px;
    }

    .search-page .inputs {
        overflow: hidden;
        padding: 4px;
        color: #000;
    }

        .search-page .inputs label {
            display: inline-block;
            width: 110px;
        }

        .search-page .inputs.reversed label {
            width: auto;
        }

    .search-page .price-from, .search-page .price-to {
        width: 100px;
    }

.search-input .warning {
    text-decoration: underline;
}

/* PASSWORD RECOVERY AND NEWSLETTER PAGES */
.password-recovery-page, newsletter-page {
}

    .password-recovery-page .page-title, newsletter-page .page-title {
    }

    .password-recovery-page .page-body, newsletter-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

    .password-recovery-page .email {
        width: 250px;
    }

    .password-recovery-page .result {
        font-size: 10px;
        font-weight: 700;
        color: red;
    }


/* ACCOUNT ACTIVATION */
.account-activation-page {
}

    .account-activation-page .page-title {
    }

    .account-activation-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }


/* CONTACTS */
.contact-page {
}

    .contact-page .page-body {
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #eee;
        height: 235px;
    }

    .contact-page .result {
    }

    .contact-page .form-fields {
        zoom: 1;
    }

        .contact-page .form-fields:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

    .contact-page .inputs-left {
        float: left;
    }

    .contact-page .inputs-right {
        float: right;
    }

    .contact-page .inputs {
        margin-bottom: 12px;
        color: black;
    }

    .contact-page .captcha-box {
        margin-bottom: 12px;
    }

    .contact-page .fullname {
        width: 250px;
        padding: 1px;
    }

    .contact-page .email {
        width: 250px;
        padding: 1px;
    }

    .contact-page .enquiry {
        width: 350px;
        height: 150px;
    }

    .contact-page .buttons {
        text-align: left;
    }


/* RECENTLY VIEWED AND ADDED PRODUCTS */
.recently-added-products-page {
}

    .recently-added-products-page .page-title {
    }

.recently-viewed-products-page {
}

    .recently-viewed-products-page .page-title {
    }


/* CUSTOMER ACCOUNT PAGES */
.account-page {
}

    .account-page .result {
        font-size: 10px;
        font-weight: 700;
        color: red;
    }

    .account-page .page-title {
        margin-bottom: 20px;
    }

    .account-page .page-body {
        margin: 0;
        padding: 0;
        color: #000;
    }

    .account-page .section {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #545454;
        border-radius: 5px;
        zoom: 1;
    }

        .account-page .section:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .account-page .section .title {
            color: #a6cbc5;
            margin: 0;
            zoom: 1;
        }

            .account-page .section .title strong {
                color: #a6cbc5;
            }

        .account-page .section li {
            list-style: none;
            line-height: 16px;
        }

.address-list-page {
}

    .address-list-page .address-list {
    }

        .address-list-page .address-list .address-item {
        }

            .address-list-page .address-list .address-item .title {
                font-size: 13px;
                color: black;
            }

            .address-list-page .address-list .address-item .info {
                float: left;
            }

            .address-list-page .address-list .address-item .buttons {
                float: right;
            }

    .address-list-page .add-button {
        margin-bottom: 5px;
        margin-top: 5px;
        float: left;
        text-align: right;
    }

.address-edit-page {
}

    .address-edit-page .edit-address {
        margin-bottom: 10px;
    }

        .address-edit-page .edit-address .inputs {
            margin-bottom: 5px;
        }

        .address-edit-page .edit-address label {
            display: inline-block;
            width: 100px;
        }

    .address-edit-page .buttons {
    }

.avatar-page {
    padding: 10px;
}

    .avatar-page .buttons {
        margin: 5px 0;
    }

.back-in-stock-subscription-list-page {
}

    .back-in-stock-subscription-list-page .subscription-list {
    }

    .back-in-stock-subscription-list-page .description {
    }

    .back-in-stock-subscription-list-page .no-data {
    }

    .back-in-stock-subscription-list-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.change-password-page {
}

    .change-password-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.downloadable-products-page {
}

    .downloadable-products-page .no-data {
    }

.forum-subscriptions-page {
}

    .forum-subscriptions-page .subscription-list {
    }

    .forum-subscriptions-page .description {
    }

    .forum-subscriptions-page .no-data {
    }

    .forum-subscriptions-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.customer-info-page {
}

    .customer-info-page .vat-note {
        display: block;
    }

    .customer-info-page .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }

.username-available-status {
    color: green;
    padding-left: 5px;
}

.username-not-available-status {
    color: red;
    padding-left: 5px;
}

.account-signature-text {
    height: 100px;
    width: 500px;
    border: solid 1px #E3E3E3;
    vertical-align: top;
}

.order-list-page {
}

    .order-list-page .recurring-payments {
    }

        .order-list-page .recurring-payments .recurring-payments-box {
            text-align: left;
            padding: 10px;
            height: auto;
        }

    .order-list-page .order-list {
    }

        .order-list-page .order-list .order-item {
        }

            .order-list-page .order-list .order-item .title {
                font-size: 13px;
                margin-top: -7px;
                color: #a6cbc5;
                padding: 0px;
            }

            .order-list-page .order-list .order-item .info {
                float: left;
            }

            .order-list-page .order-list .order-item .buttons {
                float: right;
            }

.return-request-list-page {
}

    .return-request-list-page .request-item {
    }

        .return-request-list-page .request-item a {
            color: #a6cbc5;
        }

        .return-request-list-page .request-item .title {
            font-size: 13px;
        }

        .return-request-list-page .request-item .info {
        }

.reward-points-page {
}

    .reward-points-page .reward-points-overview {
        padding: 10px 10px 5px 0;
        width: 100%;
    }

        .reward-points-page .reward-points-overview .current-balance {
        }

        .reward-points-page .reward-points-overview .min-balance {
            margin-top: 10px;
        }

    .reward-points-page .reward-points-history {
    }

        .reward-points-page .reward-points-history .title {
            margin-top: 20px;
            margin-bottom: 15px;
        }


/* RETURN REQUEST */
.return-request-page {
}

    .return-request-page .page-title {
    }

    .return-request-page .section {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #545454;
        border-radius: 5px;
    }

        .return-request-page .section .title {
            margin: -17px 0 14px;
        }

            .return-request-page .section .title strong {
                background: #fff;
            }

    .return-request-page .comment {
        width: 350px;
        height: 150px;
    }


/* PRODUCT DETAILS PAGE */
.product-details-page {
    margin-top: 10px;
    padding: 10px;
    background-color: transparent;
}

.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential {
    /*min-height: 300px;*/
    overflow: hidden;
}

.product-details-page .gallery {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}

    .product-details-page .gallery .picture {
    }

    .product-details-page .gallery .picture-thumbs {
        margin-top: 10px;
    }

        .product-details-page .gallery .picture-thumbs a {
            margin-right: 3px;
        }

.product-details-page .overview {
}

.product-details-page .product-name {
    color: #ffffff;
}

    .product-details-page .product-name h1 {
        color: #000;
        text-align: left;
        font-weight: normal;
        font-family: 'RobotoCondensed-Regular';
        font-size: 28px;
    }

.product-details-page .short-description, .product-details-page .manufacturers, .product-details-page .sku, .product-details-page .manufacturer-part-number, .product-details-page .stock, .product-details-page .gtin {
    color: #878789;
    margin-bottom: .3em;
    font-size: 0.9em;
    padding-top: 4px;
    font-family: 'RobotoCondensed-Regular';
    font-weight: normal;
}

.product-details-page .full-description {
    border: 1px solid #545454;
    clear: both;
    color: #000;
    margin-bottom: .3em;
    padding: 5px;
}

.product-details-page .back-in-stock-subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-page .email-a-friend {
    margin: 10px 5px 10px 0px;
    float: left;
}

.product-details-page .compare-products {
    margin: 10px 0 10px 0px;
    float: left;
}

.product-details-page .product-share-button {
    clear: both;
    display: inline-block;
    vertical-align: middle;
}

_::-moz-svg-foreign-content, :root .product-details-page .product-share-button {
    width: 300px;
}

.product-details-page .product-reviews-overview {
    margin-bottom: 20px;
}

    .product-details-page .product-reviews-overview .product-review-box {
        margin-right: 5px;
        padding-bottom: 8px;
    }

.rating {
    height: 16px;
    width: 80px;
    background: url(images/star-x-inactive.png) 0 0 repeat-x;
}

    .rating div {
        float: left;
        height: 16px;
        background: url(images/star-x-active.png) 0 0 repeat-x;
    }

.product-details-page .product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}

.product-details-page .product-reviews-overview .product-review-links {
    margin: 0;
}

.product-details-page .product-reviews-overview .product-no-reviews a {
    text-decoration: underline;
}

.product-details-page .product-variant-list {
    clear: both;
    padding: 10px 0;
    border: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .product-details-page .product-variant-list .product-variant-line {
        border: 1px solid #EEEEEE;
        padding: 20px;
        margin: 10px 0;
        zoom: 1;
    }

        .product-details-page .product-variant-list .product-variant-line:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

.order-summary-content .cart .cart-item-row td.product a, .wishlist-content .cart .cart-item-row td.product a:hover {
    color: black;
    font-size: 14px;
    /*font-family: 'RobotoCondensed-Regular';*/
}

.wishlist-page .share-info a.share-link:hover {
    color: #FFFFFF;
}

.add-to-cart-button {
    background: url("images/add-tocart-icon.png") no-repeat scroll 7px center #a6cbc5;
    border-bottom: 3px solid #a6cbc5;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #000000;
    font-weight: bold;
    height: 35px;
    text-align: right;
    width: 112px;
    text-transform: uppercase;
    font-family: 'RobotoCondensed-Bold';
    padding-right: 9px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0px;
}

.quickViewWindow .overview #accordion .purchase-area .add-to-cart div * {
    float: left;
    margin-left: 4px;
}

.quickViewWindow .overview #accordion .purchase-area .add-to-cart .add-to-cart-button {
    padding: 5px 10px !important;
}

.product-details-page .product-variant-list .add-to-cart-button {
    margin-top: 15px;
    margin-left: 0;
    display: block;
}

.productAddedToCartWindowSummary a {
    color: #a6cbc5;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.category-description p {
    color: #FFFFFF;
}

.nopAjaxCartProductListAddToCartButton {
    float: left;
    margin: 4px !important;
}

.quick-view-button a {
    background-color: #a6cbc5;
    border-radius: 0px;
    text-shadow: 0 !important;
    border: none !important;
    font-weight: normal !important;
    text-shadow: 0 0 0 !important;
    border-bottom: 3px solid #a6cbc5 !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.product-details-page .no-associated-products {
}

.product-review-helpfulness span {
    color: #6a6a6a;
}

.manufacturer-description p {
    color: #FFFFFF;
}

.add-to-cart-button:hover {
}

.add-to-wishlist-button {
    background: url("images/whislist-icon.png") no-repeat scroll 5px center #a6cbc5;
    border-bottom: 3px solid #a6cbc5;
    border-style: none none solid;
    border-width: 0 0 3px;
    color: #000000;
    font-weight: bold;
    height: 35px;
    width: 140px;
    text-align: right;
    text-transform: uppercase;
    margin-top: 1px;
    margin-left: 12px;
    font-family: 'RobotoCondensed-Bold';
    padding-right: 7px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0px;
}

.button-2.add-to-compare-list-button {
    display: block;
    margin-top: 10px;
    background: none repeat scroll 0 0 #a6cbc5;
    border: 1px solid #E97C00;
    color: #000000;
    height: 24px;
    margin: 0;
    padding: 2px;
    width: auto;
    text-shadow: none;
}

.product-details-page .variant-picture {
    clear: both;
    float: left;
    margin-bottom: 15px;
}

.product-details-page .variant-overview {
    float: left;
    width: 100%;
}

.product-details-page .variant-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: .3em;
}

.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}

.product-details-page .download-sample {
    clear: both;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .product-details-page .download-sample .download-sample-button {
        -x-system-font: none !important;
        background: #F1F1F1 url(images/download-sample-bg.gif) repeat-x scroll 0 100%;
        border: 1px solid #B5B5B5;
        color: #444;
        cursor: pointer;
        font-family: arial,sans-serif !important;
        font-size: 11px !important;
        font-size-adjust: none !important;
        font-stretch: normal !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        overflow: visible;
        padding: 1px 5px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: auto;
    }

        .product-details-page .download-sample .download-sample-button a {
            text-decoration: none;
        }

            .product-details-page .download-sample .download-sample-button a:hover {
                color: #444;
            }

.product-details-page .product-variant-line .prices {
    padding-top: 10px;
    margin-right: 30px;
}

.product-details-page .product-essential .prices {
    margin-bottom: 15px;
    display: inline-block;
}

.product-details-page .prices .product-price {
    color: #ffffff;
}

    .product-details-page .prices .product-price span {
        color: #000;
        font-size: 20px;
    }

.product-details-page .prices .old-product-price {
    color: #ffffff;
}

    .product-details-page .prices .old-product-price span {
        text-decoration: line-through;
    }

.product-details-page .customer-entered-price {
    margin-bottom: 10px;
}

.product-details-page .add-to-cart {
}

    .product-details-page .add-to-cart .enter-price-input {
        width: 60px;
    }

    .product-details-page .add-to-cart .qty-input {
        height: 33px !important;
        margin: 0;
        text-align: center;
        width: 40px;
        color: #ffffff;
        background-color: #535353;
        margin-right: 12px;
    }

.product-details-page .attributes {
    margin-bottom: 10px;
    color: white;
}

    .product-details-page .attributes dl dt {
        margin: 10px 0 0;
    }

    .product-details-page .attributes .text-prompt {
    }

    .product-details-page .attributes .attribute-description {
        font-size: 11px;
    }

    .product-details-page .attributes ul.option-list {
        padding: 0px;
        margin: 0px;
    }

        .product-details-page .attributes ul.option-list li {
            list-style: none;
        }

    .product-details-page .attributes .textbox {
        width: 300px;
    }

    .product-details-page .attributes textarea {
        width: 300px;
        height: 150px;
    }
    /* color squares attribute type */
    .product-details-page .attributes ul.color-squares li {
        display: inline;
    }

    .product-details-page .attributes ul.color-squares .color-container {
        position: relative;
        display: inline-block;
        border: solid 1px #999;
        padding: 1px;
        margin-bottom: 5px;
    }

    .product-details-page .attributes ul.color-squares .selected-value .color-container {
        border-color: #075899;
        border-width: 2px;
        padding: 0;
    }

    .product-details-page .attributes ul.color-squares .color {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .product-details-page .attributes ul.color-squares label {
        cursor: pointer;
        position: relative;
    }

    .product-details-page .attributes ul.color-squares input {
        height: 0;
        overflow: hidden;
        z-index: -10000;
        position: absolute;
        float: none;
    }

.product-details-page .giftcard {
}

    .product-details-page .giftcard dt {
        clear: left;
        float: left;
        width: 150px;
    }

    .product-details-page .giftcard label {
        display: inline-block;
        width: 150px;
        vertical-align: top;
    }

    .product-details-page .giftcard .recipient-name {
    }

    .product-details-page .giftcard .recipient-email {
    }

    .product-details-page .giftcard .sender-name {
    }

    .product-details-page .giftcard .sender-email {
    }

    .product-details-page .giftcard .message {
        width: 300px;
        height: 100px;
    }

.related-products-grid, .also-purchased-products-grid {
    margin-top: 10px;
}

    .related-products-grid .title, .also-purchased-products-grid .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
        border-bottom: 2px solid #7f7f7f;
    }

    .related-products-grid .item-box, .also-purchased-products-grid .item-box {
        padding-bottom: 10px;
        text-align: center;
        vertical-align: text-top;
    }

.product-specs-box {
}

    .product-specs-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .product-specs-box .data-table {
        margin: 5px;
    }

.product-tags-box {
    color: #555;
    zoom: 1;
}

    .product-tags-box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-tags-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #262324;
    }

    .product-tags-box .product-tags-list {
    }

        .product-tags-box .product-tags-list a {
            text-decoration: underline;
        }

        .product-tags-box .product-tags-list li {
            float: left;
            padding-left: 5px;
            list-style: none;
            color: #ffffff;
        }

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #3a3a3a;
        color: #FFF;
        padding: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
    }

    .tier-prices .prices-list td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .field-header {
        font-weight: 700;
        text-align: center;
    }

    .tier-prices .prices-list .item-quantity {
    }

    .tier-prices .prices-list .item-price {
        color: #a6cbc5;
    }


/* PRODUCT REVIEWS PAGE */
.product-reviews-page {
}

    .product-reviews-page .page-title {
    }

        .product-reviews-page .page-title a {
            text-decoration: none;
        }

    .product-reviews-page .result {
    }

    .product-reviews-page .write-review {
        margin-top: 10px;
        padding: 15px;
        border: 1px solid #545454;
    }

        .product-reviews-page .write-review .title {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
        }

        .product-reviews-page .write-review .inputs {
            margin-bottom: 12px;
            clear: both;
        }

        .product-reviews-page .write-review .captcha-box {
            margin-bottom: 12px;
        }

        .product-reviews-page .write-review .inputs label {
            display: block;
        }

        .product-reviews-page .write-review .review-title {
            width: 350px;
        }

        .product-reviews-page .write-review .review-text {
            width: 350px;
            height: 150px;
        }

        .product-reviews-page .write-review .review-rating {
            margin-bottom: 12px;
            clear: both;
        }

            .product-reviews-page .write-review .review-rating label {
            }

            .product-reviews-page .write-review .review-rating ul {
                display: inline-block;
            }

            .product-reviews-page .write-review .review-rating li {
                display: inline-block;
                list-style: none;
            }

            .product-reviews-page .write-review .review-rating input {
                vertical-align: bottom;
            }

        .product-reviews-page .write-review .buttons {
            text-align: left;
        }

.product-review-list {
    margin: 10px 0px 10px 0;
}

    .product-review-list .title {
        padding: 10px 10px 10px 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1em;
        color: #3a3a3a;
    }

    .product-review-list .product-review-item {
        border-bottom: solid 1px #414142;
        margin: 10px 0 0;
        padding: 10px 10px 20px;
        clear: both;
        color: #6a6a6a;
        overflow: hidden;
    }

        .product-review-list .product-review-item .review-item-head {
            clear: both;
        }

        .product-review-list .product-review-item .review-title {
            font-weight: normal;
            float: left;
            margin-bottom: 5px;
        }

        .product-review-list .product-review-item .rating {
            float: none;
            margin-right: 5px;
        }

        .product-review-list .product-review-item .review-text {
            float: left;
            margin-bottom: 5px;
            clear: both;
        }

        .product-review-list .product-review-item .review-info {
            float: left;
            margin-bottom: 5px;
            clear: both;
            margin-top: 5px;
        }

            .product-review-list .product-review-item .review-info .separator {
                margin: 0 2px;
            }

.product-review-helpfulness {
    font-size: 11px;
    color: #333;
    clear: both;
}

    .product-review-helpfulness .vote {
        font-weight: 700;
        text-decoration: none;
    }

        .product-review-helpfulness .vote:hover {
            cursor: pointer;
            text-decoration: none;
        }


/* SLIM BOX (PRODUCT IMAGES) */
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}


/* PRIVATE MESSAGES */
.send-pm-box {
    background-color: #EEE;
    border: 1px solid #A0A0A0;
    color: #555;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    margin: 2px 0 2px 2px;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

    .send-pm-box .pm-link-button {
        line-height: 14px;
        padding: 1px 6px 2px 18px;
        background: url(images/ico-pm.png) no-repeat;
    }

.private-message-send-page {
}

    .private-message-send-page .page-title {
    }

    .private-message-send-page .page-body {
    }

    .private-message-send-page .inputs {
    }

        .private-message-send-page .inputs label {
            line-height: 20px;
        }

    .private-message-send-page .toolbar {
        display: inline-block;
    }

    .private-message-send-page textarea {
        margin: 0 0 10px 150px;
        width: 500px;
    }

    .private-message-send-page .field-validation-error {
        display: block;
        line-height: 20px;
        margin-left: 150px;
        vertical-align: top;
    }

    .private-message-send-page .options {
        text-align: right;
    }

.private-message-view-page {
}

    .private-message-view-page .page-title {
    }

    .private-message-view-page .page-body {
        padding: 5px;
    }

    .private-message-view-page .view-message div {
        padding: 4px;
    }

    .private-message-view-page .view-message label {
        color: #555;
        display: inline-block;
        font-weight: 700;
        width: 100px;
    }

    .private-message-view-page .view-message a {
        color: #B80709;
        text-decoration: underline;
    }

.private-messages-page {
}

    .private-messages-page .page-title {
    }

    .private-messages-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
    }

.private-messages-box {
    margin: 0;
    padding: 5px;
    font-size: 11px;
    color: #555;
}

    .private-messages-box .buttons {
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left;
    }

.pm-read {
}

.pm-unread {
    font-weight: 700;
}


/* FORUM INPUTS */
.forum-topic-title-text, .pm-title-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-post-text, .bb-editor-text {
    width: 100%;
    height: 300px;
}

.private-message-subject-text {
    width: 500px;
    border: 1px solid #acacac;
    vertical-align: top;
    font-size: 12px;
}

.forum-search-text {
    width: 500px;
    border: 1px solid #acacac;
    font-size: 14px;
}

.forum-search-box-text {
    border: 1px solid #acacac;
    font-size: 12px;
}

.bb-editor-text {
    border: #cec6b5 1px solid;
}

.edit-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat left;
}

.delete-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat left;
}

.move-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-move-topic.gif) no-repeat left;
}

.reply-topic-link-button {
    padding-right: 5px;
    padding-left: 18px;
    padding-bottom: 3px;
    background: url(images/ico-forum-post-add.gif) no-repeat left;
}

.watch-topic-link-button {
    padding-left: 18px;
    background: url(images/ico-forum-watch.gif) no-repeat left;
}

.edit-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-edit.gif) no-repeat left;
}

.delete-post-link-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(images/ico-delete.gif) no-repeat left;
}

.quote-post-link-button, .post-link {
    color: #555;
    float: right;
    padding: 1px 3px;
    border: solid 1px #ccc;
    line-height: 15px;
    font-size: 11px;
}

.post-link {
    padding: 1px 3px;
    margin-right: 5px;
    border: none;
}


/* FORUM MAIN AND COMMON */
.forums-main-page {
}

    .forums-main-page .forums-main-header {
        border-bottom: solid 1px #f3f3f3;
        height: 50px;
        margin-bottom: 10px;
    }

        .forums-main-page .forums-main-header .current-time {
            padding-top: 20px;
            font-size: .9em;
            color: #555;
            float: left;
        }

.forum-search-box {
    font-size: .9em;
    float: right;
    text-align: right;
    padding: 5px 0;
    margin-bottom: 5px;
}

.forums-table-section {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
    margin-bottom: 30px;
}

.forums-table-section-title {
    font-size: 1.1em;
    margin-bottom: 5px;
}

    .forums-table-section-title a {
        font-weight: 700;
    }

    .forums-table-section-title .link-rss {
        background: url(images/ico-rss.gif) no-repeat;
        display: inline;
        float: right;
        width: 14px;
        height: 14px;
        margin: 0 0 0 10px;
        text-indent: -9999px;
    }

    .forums-table-section-title .view-all {
        float: right;
        font-weight: 400 !important;
        text-align: right;
    }

.forums-table-section table {
    border-collapse: collapse;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.forums-table-section td {
    padding: 3px 0;
}

.forums-table-section th {
    background: url(images/forum-header-bg.gif) repeat-x center;
    border-right: 1px solid #6A6A6A;
    color: #fff;
    font-weight: 700;
    height: 20px;
    vertical-align: middle;
}

    .forums-table-section th.forum-name {
        padding-left: 3px;
        text-align: left;
        width: 55%;
    }

    .forums-table-section th.topics {
        width: 10%;
    }

    .forums-table-section th.posts {
        width: 10%;
    }

    .forums-table-section th.last-post {
        width: 25%;
    }

.forums-table-section td.image div {
    background: url(images/ico-forum.gif) no-repeat 40% 40%;
    height: 36px;
    width: 36px;
}

    .forums-table-section td.image div.post {
        background: url(images/ico-forum-post.gif) no-repeat 40% 40%;
        height: 36px;
        width: 36px;
    }

    .forums-table-section td.image div.post-annoucement, .forums-table-section td div.post-sticky {
        background: url(images/ico-forum-post-high.gif) no-repeat 40% 40%;
        height: 36px;
        width: 36px;
    }

.forums-table-section td {
    border-bottom: 1px solid #C5C5C5;
    padding-left: 3px;
    vertical-align: middle;
}

    .forums-table-section td.forum-name {
        text-align: left;
        width: 55%;
    }

        .forums-table-section td.forum-name .forum-title a {
            display: block;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 18px;
            margin-bottom: 3px;
        }

        .forums-table-section td.forum-name .forum-description {
            color: #555555;
            font-size: 0.9em;
        }

    .forums-table-section td.last-post {
        color: #555555;
        font-size: 0.8em;
    }

.forums-table-section th.topic-name {
    padding-left: 3px;
    text-align: left;
    width: 55%;
}

.forums-table-section th.replies {
    width: 10%;
}

.forums-table-section th.views {
    width: 10%;
}

.forums-table-section td.topic-name {
    text-align: left;
    width: 55%;
}

    .forums-table-section td.topic-name .topic-type {
        font-size: 0.9em;
        line-height: 18px;
    }

    .forums-table-section td.topic-name .topic-title {
        font-size: 1.1em;
        font-weight: 700;
        line-height: 18px;
    }

    .forums-table-section td.topic-name .topic-starter, .forums-table-section td.topic-name .topic-pager {
        color: #555555;
        font-size: 0.9em;
        margin: 1px 0;
    }


/* FORUM PAGE */
.forum-page {
    clear: both;
}

    .forum-page .forum-header {
    }

    .forum-page .forum-top {
        zoom: 1;
    }

        .forum-page .forum-top:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .forum-page .forum-top .forum-info {
            float: left;
        }

            .forum-page .forum-top .forum-info .forum-name {
                font-weight: 700;
                font-size: 1.2em;
                line-height: 25px;
            }

            .forum-page .forum-top .forum-info .forum-description {
                color: #555;
            }

        .forum-page .forum-top .link-rss {
            float: left;
            margin: 10px 10px 10px 0;
            background-image: url(images/ico-rss.gif);
            background-repeat: no-repeat;
            display: block;
            height: 14px;
            width: 14px;
            text-indent: -9999px;
        }

        .forum-page .forum-top .actions {
            float: right;
            text-align: right;
            margin-top: 10px;
        }

            .forum-page .forum-top .actions .newtopic {
                background: url(images/ico-forum-post-add.gif) no-repeat left;
                padding: 0 10px 3px 20px;
            }

            .forum-page .forum-top .actions .watch-forum {
                background: url(images/ico-forum-watch.gif) no-repeat left;
                padding-left: 20px;
            }

    .forum-page .pager ul {
        float: left;
        margin: 5px 0;
    }

.active-discussions-page {
    clear: both;
}

.forum-group-page {
    clear: both;
}

.forum-breadcrumb {
    clear: both;
}


/* FORUM TOPIC EDIT, FORUM POST EDIT */
.forum-edit-page {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
}

    .forum-edit-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x center;
        border: 1px solid #6A6A6A;
        color: #FFF;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }

        .forum-edit-page .page-title h1 {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

    .forum-edit-page .page-body {
        padding: 5px;
    }

    .forum-edit-page .inputs {
        padding: 5px 0;
    }

        .forum-edit-page .inputs label {
            color: #555555;
            display: inline-block;
            font-weight: 700;
            width: 150px;
        }

        .forum-edit-page .inputs .toolbar {
            display: block;
            margin-left: 150px;
        }

        .forum-edit-page .inputs textarea {
            margin-left: 150px;
            width: 700px;
        }

    .forum-edit-page .field-validation-error {
        display: block;
        margin-left: 150px;
    }

    .forum-edit-page .buttons {
        margin: 5px;
        text-align: right;
    }


/* MOVE FORUM TOPIC */
.move-topic-page {
    background: url(images/forum-footer-bg.gif) repeat-x center bottom;
}

    .move-topic-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x center;
        border: 1px solid #6A6A6A;
        color: #FFF;
        font-weight: 700;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
    }

        .move-topic-page .page-title h1 {
            font-size: 12px;
            margin: 0;
            padding: 0;
        }

    .move-topic-page .page-body {
        padding: 5px;
    }

    .move-topic-page .inputs {
        margin-bottom: 10px;
        padding: 4px;
    }

        .move-topic-page .inputs label {
            color: #555;
            font-weight: 700;
            white-space: nowrap;
            width: 30%;
        }


/* FORUM TOPIC */
.forum-topic-page {
    background: url(images/forum-footer-bg.gif) repeat-x bottom;
    clear: both;
}

    .forum-topic-page .title {
        background: url(images/forum-header-bg.gif) repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .forum-topic-page .title .topic-name {
            float: left;
            font-size: 12px;
        }

        .forum-topic-page .title .manage {
            float: right;
            text-align: right;
        }

            .forum-topic-page .title .manage a {
                color: #F3F3F3;
            }

    .forum-topic-page .posts {
    }

.topic-header {
    padding: 5px;
    background: #F3F3F3;
    border-bottom: solid 1px #6a6a6a;
    height: 16px;
}

    .topic-header .topic-options, .topic-footer .topic-options {
        float: right;
        text-align: right;
    }

        .topic-header .topic-options a, .topic-footer .topic-options a {
            font-weight: 700;
        }

.topic-footer {
    padding: 5px;
    background: #F3F3F3;
    border-top: solid 1px #6a6a6a;
    height: 16px;
}

    .topic-header .pager ul, .topic-footer .pager ul {
        float: left;
        margin-top: -2px;
    }

.forum-topic-page .forum-post {
    border-bottom: solid 1px #E3E3E3;
    zoom: 1;
}

    .forum-topic-page .forum-post:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.forum-topic-page .post-info {
    width: 170px;
    float: left;
    padding: 5px;
    height: 100%;
    border-right: solid 1px #F3F3F3;
}

    .forum-topic-page .post-info .manage {
        line-height: 20px;
    }

        .forum-topic-page .post-info .manage a {
            font-weight: 700;
            color: #555;
        }

    .forum-topic-page .post-info .user-info {
        padding-top: 5px;
    }

        .forum-topic-page .post-info .user-info a.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .forum-topic-page .post-info .user-info span.username {
            font-weight: 700;
            margin-bottom: 5px;
        }

        .forum-topic-page .post-info .user-info .avatar {
            margin: 5px 0;
        }

            .forum-topic-page .post-info .user-info .avatar .avatar-img {
                border: solid 2px #CEDBE1 !important;
            }

        .forum-topic-page .post-info .user-info .user-stat {
            color: #555555;
            font-size: 0.9em;
            font-weight: 700;
            margin-bottom: 5px;
            text-align: left;
        }

        .forum-topic-page .post-info .user-info .user-stats li {
            list-style: none outside none;
        }

        .forum-topic-page .post-info .user-info .user-stats span {
            font-weight: 400;
        }

.forum-topic-page .post-content {
    margin-left: 180px;
    border-left: solid 1px #F3F3F3;
}

    .forum-topic-page .post-content .posttime {
        font-weight: 700;
        line-height: 20px;
        padding: 3px;
        background: #e3f3f3;
    }

        .forum-topic-page .post-content .posttime .stat-value {
            font-weight: 400;
        }

    .forum-topic-page .post-content .post-body {
        padding: 3px;
    }

        .forum-topic-page .post-content .post-body a {
            color: #B80709;
            text-decoration: underline;
        }

        .forum-topic-page .post-content .post-body .posttext {
        }

            .forum-topic-page .post-content .post-body .posttext .quote {
                padding: 5px;
                border: dashed 1px #000;
                background-color: #fff;
            }

    .forum-topic-page .post-content .signature {
        border-color: #DDD;
        border-style: solid;
        border-width: 1px 0 0;
        font-size: 90%;
        margin: 1em 8px 8px;
        padding: 1em 0 20px;
        text-align: left;
        font-style: italic;
    }


/* FORUM SEARCH */
.forum-search-page {
}

    .forum-search-page .forum-search-panel .search-error {
        color: red;
    }

    .forum-search-page .forum-search-panel .search-results {
    }

    .forum-search-page .basic-search {
        margin-bottom: 10px;
    }

    .forum-search-page .advanced-search {
        border-top: 1px solid #D3D3D3;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .forum-search-page .inputs {
        padding: 4px;
    }

        .forum-search-page .inputs label {
            display: inline-block;
            width: 140px;
        }

    .forum-search-page .pager ul {
        float: left;
        margin: 5px 0;
    }


/* PROFILE PAGE */
.profile-page {
}

    .profile-page .page-title {
        background: url(images/forum-header-bg.gif) repeat-x 50%;
        color: #FFF;
        border: solid 1px #6a6a6a;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .profile-page .page-title h1 {
            font-size: 12px;
            padding: 0px;
        }

    .profile-page .page-body {
        margin-top: 15px;
    }

    .profile-page .profile-info-box {
        background: url(images/forum-footer-bg.gif) repeat-x bottom;
    }

    .profile-page .profile-info-box, .profile-page .user-last-posts {
        font-size: 12px;
    }

        .profile-page .profile-info-box .title {
        }

        .profile-page .profile-info-box .profile-stats {
            border-left: 1px solid #F3F3F3;
            margin-left: 200px;
            padding: 10px;
        }

            .profile-page .profile-info-box .profile-stats .title {
                margin-bottom: 10px;
                text-transform: uppercase;
            }

            .profile-page .profile-info-box .profile-stats li {
                list-style: none outside none;
                padding: 2px;
            }

            .profile-page .profile-info-box .profile-stats label {
                font-weight: 700;
            }

        .profile-page .profile-info-box .user-details {
            width: 180px;
            float: left;
            padding: 10px;
            height: 100%;
            border-right: solid 1px #F3F3F3;
            text-align: center;
        }

            .profile-page .profile-info-box .user-details .avatar {
                margin-bottom: 5px;
            }

                .profile-page .profile-info-box .user-details .avatar .avatar-img {
                    border: solid 2px #CEDBE1 !important;
                }

        .profile-page .profile-info-box .user-stats {
            margin-bottom: 5px;
        }

            .profile-page .profile-info-box .user-stats li {
                font-weight: 700;
                list-style: none;
                padding: 2px;
            }

            .profile-page .profile-info-box .user-stats label {
                font-weight: 700;
            }

            .profile-page .profile-info-box .user-stats span {
                color: #555;
                font-weight: 400;
            }

    .profile-page .user-last-posts {
    }

        .profile-page .user-last-posts .topic {
            border: solid 1px #F3F3F3;
            margin-bottom: 10px;
        }

        .profile-page .user-last-posts .topic-title {
            font-weight: 700;
            line-height: 20px;
            background: #e3f3f3;
            padding: 3px;
        }

        .profile-page .user-last-posts .topic-body {
            padding: 10px;
        }

            .profile-page .user-last-posts .topic-body a {
                color: #B80709;
                text-decoration: underline;
            }

            .profile-page .user-last-posts .topic-body .quote {
                padding: 5px;
                border: dashed 1px #000;
                background-color: #fff;
            }

        .profile-page .user-last-posts .topic-data {
            background: #f3f3f3;
            padding: 3px;
            color: #555;
            font-size: .9em;
        }


/* BB CODE EDITOR */
.toolbar {
    padding: 2px;
    display: inline;
}

    .toolbar .button {
        background: url(images/bbeditor-button-bg.gif) repeat-x;
        padding: 2px;
        margin-right: 2px;
        border: #cec6b5 1px solid;
    }

        .toolbar .button:hover {
            border: #333 1px solid;
        }


/* BBCODES */
pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}

.csharpcode, .csharpcode pre {
    font-size: small;
    color: #000;
    font-family: Consolas,"Courier New",Courier,Monospace;
    background-color: #fff;
}

    .csharpcode pre {
        margin: 0;
    }

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }

#footer {
    margin: 0 auto;
    max-width: 1140px;
}

    #footer div h1 {
        color: #000;
        font-family: 'RoswellFourITC';
        font-size: 35px;
        letter-spacing: 2px;
        margin-bottom: 1px;
        margin-top: 12px;
        padding-bottom: 8px;
        font-weight: bold;
        background-color: #fff;
    }

    #footer ul {
        float: left;
        margin: 0;
        padding: 5px 5px 0 0px;
        text-transform: uppercase;
    }

        #footer ul li {
            list-style-type: none;
            margin: 0 10px 0 0;
            text-align: left;
            width: 136px;
        }

            #footer ul li a {
                font-size: 14px;
                color: #000;
                text-decoration: none;
                font-family: "RobotoCondensed-Regular";
            }

    #footer .footercontentbox > h1 {
        font-family: roswellfouritc;
        font-size: 36px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        margin-top: 10px;
    }

.footerlinks {
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 35px;
    padding-top: 8px;
    background-color: #d9e1e2;
}



.footernav {
    margin-top: -10px;
}

    .footernav ul {
        margin: 0px;
        padding: 0px;
    }

        .footernav ul li {
            float: left;
            margin: 0px 10px 0px 0px;
        }

            .footernav ul li.seprater {
                color: #454443;
            }

.footerheading {
    padding-top: 20px;
    text-align: center;
    max-width: 1140px;
}

.copyright {
    font-size: 12px;
    color: #717171;
    text-transform: uppercase;
}

#header {
    height: 133px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.header2 {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.logo {
    float: left;
    height: 165px;
    position: absolute;
    width: 138px;
    z-index: 9999;
    margin-left: 10px;
}

.headerright {
}

.social {
}

.myaccountlogin {
    color: #999999;
    float: left;
    margin: -1px -7px;
    padding: 0;
    text-align: center;
}

.myaccount {
    background-color: #2c292b;
    overflow: hidden;
    width: 100%;
}

    .myaccount ul {
        color: #999999;
        float: left;
        padding-left: 170px;
    }

        .myaccount ul li {
            float: left;
            list-style-type: none;
            margin: 10px 0 0 7px;
            color: #666666;
            font-size: 16px;
        }

            .myaccount ul li.seprater {
                font-family: 'Helvetica';
                font-size: 12px;
                color: #767676;
                text-decoration: none;
            }

            .myaccount ul li a {
                font-size: 15px;
                color: #666666;
                text-decoration: none;
                text-transform: uppercase;
            }




                .myaccount ul li a span {
                    font-family: 'Helvetica';
                    font-size: 16px;
                    color: #666666;
                    text-decoration: none;
                }



.searchbox {
    float: right;
    width: 445px;
}

    .searchbox input[type='text'] {
        border: 0 none;
        color: #767676;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        height: 38px !important;
        margin-right: 0 !important;
        margin-top: 0;
        padding: 0;
        text-indent: 8px;
        width: 260px;
    }

    .searchbox input[type='submit'] {
        background-color: #ffffff;
        background-image: url("images/search-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        border: 0 none;
        color: #767676;
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        height: 38px;
        left: -4px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 36px;
    }

.headertxt {
    padding-top: 10px;
}


.headerTabdivLeft {
    float: right;
    padding: 0;
    width: 245px;
}

.headerTabdivRight {
    margin-top: 150px;
    text-align: right;
    margin-bottom: 5px;
}

    .headerTabdivRight > h1 {
        text-align: right;
        font-family: 'chalkdustcondensedregular',Arial,Helvetica,sans-serif;
        font-size: 28px;
        margin: 0;
    }

.headertxt2 h1 {
    color: #a6cbc5;
    float: left;
    font-family: 'chalkdustcondensedregular',Arial,Helvetica,sans-serif;
    font-size: 29px;
    font-weight: normal;
    height: 37px;
    margin-right: -5px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.mega-menu > li {
    margin: 15px 0 0 3px !important;
}

.nav {
    background-color: #000000;
    /*overflow: hidden;*/
    width: 100%;
    padding: 0 0 5px;
    height: 52px;
}

    .nav ul {
        margin: 0;
        padding-left: 150px;
    }

        .nav ul li {
            float: left;
            list-style: none;
            margin: 10px 0 0 40px;
        }

            .nav ul li a {
                font-family: 'RoswellFourITC';
                font-size: 26px;
                color: #dbdbdb;
                text-decoration: none;
                display: block;
                letter-spacing: 1px;
            }

                .nav ul li a:hover {
                    color: #a6cbc5;
                    text-decoration: none;
                    display: block;
                    position: relative;
                    overflow: hidden;
                }

                .nav ul li a.active {
                    text-decoration: none;
                }

.livechatbox {
    height: 40px;
    width: 129px;
    float: right;
}

.searchicon {
    background: url(images/search-icon.png);
    background-repeat: no-repeat;
    float: right;
    width: 23px;
    height: 21px;
    border: 0px;
}

.livechatbutton {
    background-image: url("images/live-chat-button.png");
    border: 0 none;
    box-shadow: 1px 1px 10px #000000;
    cursor: pointer;
    height: 33px;
    margin-left: 596px;
    margin-top: -34px;
    width: 124px;
}


#sliderarea {
    height: 350px;
    width: 960px;
    margin: 0px;
}

.newarrival {
}

.title {
    background-repeat: repeat-x;
    font-size: 16px;
    border: 0px;
    margin: 0px;
    color: black;
    padding: 4px 0 0 5px;
}

/* \\dn-20161226  */
sub-category-item.title {
    min-height: 97px;
}


/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */


h1 {
    color: #000;
    font-family: "RoswellFourITC";
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}



.leftslider {
    height: 295px;
    width: 220px;
    background-image: url(images/left-slider.jpg);
    margin: 15px 12px 0px 12px;
}

.mainslider {
    height: 875px;
    margin: 0 auto;
    max-width: 1140px;
}

#formarea {
    background-color: #ffffff;
    border: 10px solid #d2d2d2;
    height: 305px;
    margin: 15px auto 0;
    padding: 0 50px;
    width: 1020px;
}

.qorderbox {
    display: inline-block;
    vertical-align: top;
    width: 340px;
}

    .qorderbox input {
        background-color: #eeeeee;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        height: 40px;
        margin-bottom: 5px;
        text-indent: 5px;
        width: 288px;
        text-transform: capitalize;
        font-family: 'RobotoCondensed-Regular';
    }

    .qorderbox inputs[type="submit"] {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        height: 18px;
        margin: 10px 0 0 14px;
        /*width: 220px;*/
    }

.uorderbox {
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
    width: 310px;
}

    .uorderbox input {
        color: #999999;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        margin: -26px 0 34px 14px;
        padding: 4px;
        width: 220px;
    }

.button {
    height: 23px !important;
    width: 68px !important;
    border: 0px;
    background-image: url(images/submitbutton.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.signupbox {
    height: 137px;
    width: 448px;
    background-color: #FFF;
    margin: 12px 0px 0px 0px;
    box-shadow: 1px 1px 10px #000000;
    float: left;
}

.signupbox-title {
    line-height: 25px;
    width: 448px;
    background-image: url(images/title-bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 0px;
    margin: 0px;
    text-transform: uppercase;
}

.signupbox table {
    border: 0px;
    color: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 10px;
    line-height: 5px;
}

.signupbox input {
    width: 220px;
    height: 18px;
    margin: 8px 0px 0px 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
}

.signupbox p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999;
}

.shoppingcartheaderlink a {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.shoppingcartheaderlink {
    vertical-align: middle;
    padding-right: 5px;
}
/*slider css*/
#gallery-wrap {
    background-color: #fff;
    height: 117px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    right: 0px;
    width: 1140px;
}

.title > strong {
    color: #000;
    font-family: "RoswellFourITC";
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.product-review-list .title strong {
    color: #a6cbc5;
    font-size: 20px;
    font-weight: normal;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
}

#gallery {
    position: relative;
    top: 0;
}

    #gallery li {
        float: left;
        list-style-type: none;
        width: 229px;
    }

        #gallery li a img {
            /* dn-20170112  
			height: 65px;    
			margin-top: 20px;
			width: 153px;
            */
            height: 53px;
            margin-top: 20px;
            width: 125px;
        }

#gallery-controls {
    margin: 0 auto;
    width: 505px;
}

    #gallery-controls img {
        border: none;
    }

#gallery-prev {
    float: left;
    left: -311px;
    position: relative;
    top: -77px;
}

#gallery-next {
    float: right;
    position: relative;
    right: -309px;
    top: -79px;
}
/*END SILDER*/

/* new arrival slider*/
ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
    height: 180px !important;
}

li.bjqs-slide {
    height: 200px;
    margin-bottom: 50px;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

    ul.bjqs-controls.v-centered li a {
        position: absolute;
    }

    ul.bjqs-controls.v-centered li.bjqs-next a {
        right: 0;
        display: none;
    }

    ul.bjqs-controls.v-centered li.bjqs-prev a {
        left: 0;
        display: none;
    }

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    height: 350px;
}

    ol.bjqs-markers.h-centered {
        text-align: center;
    }

    ol.bjqs-markers li {
        display: inline;
    }

        ol.bjqs-markers li a {
            display: inline-block;
        }

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

.footercategory {
    width: 150px;
    float: left;
    text-align: left;
    padding-left: 12px;
    padding-top: 10px;
}

    .footercategory a {
        color: #a6cbc5;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

.newarrivaltextcss {
    text-align: left;
    color: #262324;
    font-size: 12px;
}

.newarrivaltextcssPaddingTitle {
}

.gallery-wraptab-1 .gallerytab-1 .newarrivaltextcssPadding {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.newarrivaltextcssPadding {
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    Height: 55px;
    width: 224px;
}

.newarrivaltextcssPaddingPrice {
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    font-family: 'HelveticaCondensedLightRegular';
}



.qorderbox .block.block-poll {
    background-color: rgba(0, 0, 0, 0);
}

    .qorderbox .block.block-poll .title {
        background: url("images/quick-order.png") no-repeat scroll 160px 13px rgba(0, 0, 0, 0);
        color: #1d1a1b;
        font-family: "RoswellFourITC";
        font-size: 42px;
        font-weight: normal;
        height: 43px;
        letter-spacing: 2px;
        margin-left: -10px;
        padding-top: 8px;
    }

.SignupNowcss {
    font-size: 42px;
    color: #1d1a1b;
    font-family: 'RoswellFourITC';
    text-align: left;
    text-transform: uppercase;
}

.uorderbox .block.block-poll {
    background-color: transparent;
}

    .uorderbox .block.block-poll .title {
        background: url("images/uplode-order.png") no-repeat scroll 179px 13px rgba(0, 0, 0, 0);
        color: #1d1a1b;
        font-family: "RoswellFourITC";
        font-size: 42px;
        font-weight: normal;
        height: 43px;
        letter-spacing: 2px;
        margin-left: -7px;
        padding-top: 8px;
    }

.quickorder {
    margin-top: 50px;
}

.uorderbox table {
    margin-top: 80px;
}

.newarrivaltextcssPadding a {
    border-bottom: 1px solid #333;
    color: #262324 !important;
    font-size: 12px;
}

.newarrivalImageHeightTr {
    height: 150px !important;
}

.newarrivalTextHeightTr {
    height: 199px !important;
}

.newarrivalTableWidth {
    margin-left: 15px;
    /*margin-top: 54px;*/
}


/*tab css*/
.product-tabs {
    clear: right;
    padding-top: 40px;
}

#tabsid {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    border: 1px solid #ffffff;
}

.producttabLiterature {
    width: 96px;
}

#tabsid ul {
    float: left;
    background: none repeat scroll 0 0 transparent;
    /*width: 518px;*/ width: 100%;
}

#tabsid li {
    background-color: transparent;
    list-style: none;
    border: none;
}

@media screen\0 {
    #tabsid li {
        width: 179px;
    }
}

* html #tabs li {
    display: inline;
}

#tabsid li, #tabsid li a {
    float: left;
}

#tabsid ul li.active {
    border-bottom: medium none;
    background: #ffffff;
}

    #tabsid ul li.active a {
        color: #333333;
    }

.tabcontent {
    clear: both;
    padding: 10px;
    min-height: 235px;
    border-top: none;
    width: 100%;
}

#tabsid div.tabcontent h3 {
    margin-bottom: 12px;
}

#tabsid div.tabcontent p {
    line-height: 150%;
    clear: both;
}

#tabsid ul li a {
    text-decoration: none;
    padding: 8px 17px;
    color: #a1a1a1;
}
/*end tab css*/

.zopim {
    margin-left: -21px !important;
    right: 82px !important;
    top: 4px !important;
    width: 290px !important;
}

.product-Desc td {
    color: #6a6a6a;
    font-size: 14px;
    display: inline-block;
    padding: 2px;
    font-family: 'RobotoCondensed-Regular';
    font-weight: normal;
}


.Producttittletd {
    color: #000 !important;
}

.activetabclass {
    background-color: #a6cbc5;
    color: #262324 !important;
}

.SlateCategory {
}

    .SlateCategory div {
        padding: 10px;
    }

        .SlateCategory div span {
            color: #fff;
        }

        .SlateCategory div p {
            color: #fff;
            margin: 0;
            padding: 0;
        }

    .SlateCategory ul {
        float: left;
        padding: 10px;
    }

        .SlateCategory ul li {
            border: 1px solid #ffffff;
            float: left;
            list-style-type: none;
            margin: 5px;
            padding: 6px;
        }

            .SlateCategory ul li a {
                color: #fff;
            }

                .SlateCategory ul li a:hover {
                    text-decoration: underline;
                }

.emptySpace {
    width: 10px;
    float: left;
}

.SlatePopularArtists {
    width: 490px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 1px #dedede;
    -webkit-box-shadow: 1px 1px 1px #dedede;
    box-shadow: 1px 1px 1px #dedede;
}

    .SlatePopularArtists ul {
        float: left;
        padding: 10px;
    }

        .SlatePopularArtists ul li {
            float: left;
            list-style-type: none;
            padding: 8px;
            margin: 2px;
            border: 1px solid #5C5B5B;
        }

            .SlatePopularArtists ul li a {
                color: #5C5B5B;
            }

                .SlatePopularArtists ul li a:hover {
                    color: #a6cbc5;
                    text-decoration: underline;
                }

.catAtoZmain {
    float: right;
    width: 100%;
    margin-top: 10px;
}

.catAtoZcategory {
    padding-left: 15px;
    padding-bottom: 10px;
    vertical-align: top;
    padding-top: 10px;
}

.catAtoZtable {
    width: 100%;
}

.catAtoZcategory a {
    color: #fff;
}

    .catAtoZcategory a:hover {
        text-decoration: underline;
    }

}

/* tab css on product detail*/


#tabProductid {
    border: 1px solid #545454;
    min-height: 100px;
}

.producttabLiterature {
    width: 96px;
}

#tabProductid ul {
    float: left;
    width: 518px;
}

#tabProductid li {
    background-color: #F3F3F3;
    list-style: none;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #dcdcdc;
}

* html #tabProductDetail li {
    display: inline;
}

#tabProductid li, #tabProductid li a {
    float: left;
}

#tabProductid ul li.active {
    border-bottom: medium none;
}

    #tabProductid ul li.active a {
        color: #333333;
    }

.tabcontentproductdetail {
    /*clear: both;
	padding: 10px;
	min-height: 100px;
	border: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc !important;
	border-top: none;
	width: 735px;*/
}

#tabProductid div.tabcontent h3 {
    margin-bottom: 12px;
}

#tabProductid div.tabcontent p {
    line-height: 150%;
    clear: both;
}

#tabProductid ul li a {
    text-decoration: none;
    padding: 8px 17px;
    color: #000;
}
/* end css on product detail */

.item-boxBestSeller .product-itemBestSeller a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "RobotoCondensed-Regular";
}

.moreDetailTable td {
    padding: 4px;
}

.specsFilterTable td {
    padding: 4px;
}

.newsletter-subscribe-block {
    color: #999999;
    font-size: 11px;
    font-weight: 500;
    font-size: 11px;
}

.QuickItem h1 {
    text-transform: capitalize;
}

.newletterButton input[type="button"] {
    background: none repeat scroll 0 0 #a6cbc5;
    border: 1px solid #E97C00;
    color: #000000;
    height: 24px;
    padding: 2px;
    width: 73px;
    margin-top: 4px;
}

.side-2 .SeachPageEmail {
    padding-top: 8px !important;
    color: #FFFFFF !important;
}



/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */



.qorderbox input[type="button"] {
    background: url("images/submit-icon.png") no-repeat scroll 10px center #a6cbc5;
    border-bottom: 3px solid #a6cbc5;
    color: #ffffff;
    float: left;
    font-weight: bold;
    height: 46px;
    width: 106px;
    margin-top: 12px;
    font-size: 14px;
    border-radius: 0px;
    font-family: Arial,Helvetica,sans-serif;
}

.uorderbox input[type="submit"] {
    background: url("images/submit-icon.png") no-repeat scroll 10px center #a6cbc5;
    color: #ffffff;
    height: 46px;
    width: 106px;
    border-bottom: 3px solid #a6cbc5;
    float: left;
    font-weight: bold;
    margin-top: 53px;
    font-size: 14px;
    border-radius: 0px;
}

.button-2.newletterButton {
    background: url("images/submit-icon.png") no-repeat scroll 10px center #000;
    color: #ffffff;
    height: 46px;
    width: 106px;
    border-bottom: 3px solid #a6cbc5;
    float: left;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0px;
    margin-top: 4px;
}

.product-itemBestSeller a:hover {
    text-decoration: underline;
}

.button-1.submit-return-request-button {
    background: none repeat scroll 0 0 #a6cbc5;
    border: 1px solid #E97C00;
    color: #000000;
    height: 24px;
    margin: 0 0 3px;
    padding: 2px;
    width: 150px;
    text-shadow: none;
}

.button-1.register-next-step-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    height: 24px;
    margin: 0;
    padding: 2px;
    width: 73px;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-2.email-a-friend-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-1.send-email-a-friend-button, .button-2.order-completed-continue-button, .button-1.write-product-review-button, .button-1.contact-us-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    padding: 3px 10px;
    text-align: center;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    height: 35px;
    width: 120px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    font-family: "RobotoCondensed-Bold";
    font-weight: normal;
    font-size: 14px;
}

.billing-info .title {
    color: #a6cbc5;
}

.shipping-info .title {
    color: #a6cbc5;
}

.products .title, .order-completed h1 {
    color: #a6cbc5;
}

.products .title {
    color: #a6cbc5;
}

.order-completed .button-1.add-address-button, .button-1.save-address-button, .button-2.remove-button, .button-2.return-items-button, .button-2.pdf-order-button, .button-2.print-order-button, .button-1.re-order-button, .button-1.shipping-method-next-step-button, .button-1.payment-method-next-step-button, .button-1.payment-info-next-step-button, .button-1.confirm-order-next-step-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-2.delete-address-button, .button-1.password-recovery-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
}

.button-2.edit-address-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.account-page .section .title h1 {
    margin-top: 10px;
    color: #a6cbc5;
    text-align: left;
}

.button-2.order-details-button, .button-2.update-wishlist-button, .button-2.wishlist-add-to-cart-button, .button-2.email-a-friend-wishlist-button, .button-1.change-password-button, .button-1.add-address-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.page-title a {
    color: #ffffff;
}

.button-1.search-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.customer-blocks .title h1 {
    color: #000;
    margin-left: -18px;
    padding: 9px;
}

.button-1.new-address-next-step-button {
    background: none repeat scroll 0 0 #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
    border-bottom: 3px solid #a6cbc5;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}

.button-1.save-customer-info-button {
    background: none repeat scroll 0 0 #a6cbc5;
    border-color: -moz-use-text-color -moz-use-text-color #a6cbc5;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    height: 32px;
    padding: 3px 10px;
    text-align: center;
    text-shadow: none;
    width: 74px;
    border-bottom: 3px solid #a6cbc5;
    border-radius: 0px;
}

.newarrival .title {
}

-webkit .product-box-add-to-cart-button {
    background: url("images/add-tocart-icon.png") no-repeat scroll 10px center #a6cbc5;
    color: #000000;
    cursor: pointer;
    font-weight: 700;
    padding: 3px 10px;
    text-align: right;
    text-shadow: none;
}



.arrivalsNew {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.newLetterTxtBox input[type="text"] {
    width: 288px;
    background-color: #eeeeee;
    text-indent: 5px;
    border: 1px solid #d2d2d2;
    height: 40px;
    font-family: 'RobotoCondensed-Regular';
    font-size: 16px;
}

.NewletterMenu .MenuDemo {
    vertical-align: top;
    padding-top: 16px;
    color: #000000;
    font-size: 12px;
}

.newLetterTxtBox .MenuDemo {
    vertical-align: top;
    padding-top: 8px;
    color: #000000;
    font-size: 12px;
}

.singupForLargeBox {
    background-color: #ffffff;
    width: 97%;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 10px #000000;
    float: left;
    height: 109px;
    margin: 12px 10px 0 0;
    margin-bottom: 8px;
}

.followusBoxLargeBox {
    margin-top: 10px;
    margin-left: 77px;
}

.LsignupNewLetterMainDiv {
    float: left;
    width: 50%;
}

.LsignupfollowuspMainDiv {
    float: right;
    width: 50%;
}



.followusBoxLargeBoxTabtd1 {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    width: 18%;
}

.followusBoxLargeBoxTabtd2 {
    width: 60%;
}

.mobileCart {
    display: none;
}

.tabSystemCart {
    display: block;
}

.tabSystemprodDesc {
    color: #878789;
}

.product-Desc.tabsystemproddesc {
    margin-left: -2px;
    /*margin-bottom: 15px;*/
}

.product-vendor .value > a {
    color: #636363;
    font-family: 'RobotoCondensed-Regular';
    font-weight: normal;
}

.mobileprodDesc {
    display: none;
}

.mobilecustInfo {
}

.tabSystemSearch {
    display: block;
}

.MobileSearch {
    display: none;
}

#ph-topic .page-body p span {
    color: #000000;
}

#ph-topic .page-body p {
    color: #000;
    text-align: justify;
}

.newsletter-result-block {
    color: #999999;
}

.singupForLargeBoxb2b {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    float: right;
}




.LsignupfollowuspMainDivb2b {
    float: right;
    margin-right: 68px;
    width: 100%;
}

.followusBoxLargeBoxTabtd2b2b {
    width: 60%;
}

.followusBoxLargeBoxb2b {
    margin-top: 4px;
    margin-left: 77px;
}

.tabSystemCompareProd {
    display: block;
}

.mobileCompareProd {
    display: none;
}

#formarea .title > span {
    color: #000000;
}

.theme-default .nivoSlider {
    height: 875px !important;
    box-shadow: 0 0 0 !important;
}

.WislistDektop {
    display: block;
}

.WislistMobile {
    display: none;
}

.feartureheading h1 {
    color: #000;
    font-family: 'RoswellFourITC';
    font-size: 35px;
    padding-bottom: 8px;
    padding-top: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.feartureheading {
    background-color: rgba(166, 203, 197, 0.8);
    margin-top: 20px;
    padding: 10px 0;
    height: 45px;
}

#featuredprodDiv {
    margin: 0 auto;
    max-width: 1140px;
    text-align: center;
}

.singupcssStylenew {
    /*  background: url("images/signup-now.png") no-repeat scroll 150px 14px rgba(0, 0, 0, 0);  */
    background: url("images/signup-now.png") no-repeat scroll 180px 14px rgba(0, 0, 0, 0);
    font-family: "RoswellFourITC";
    font-weight: normal;
    height: 55px;
    letter-spacing: 2px;
    padding-top: 8px;
}

.newarrivaltextcssdivstyle {
    float: right;
    width: 245px;
}


/**
 * This hack targets the Webkit browser engine
 * which includes Safari and Chrome.
 */


.catnavNewcss {
    height: 496px;
}

.tabProdListcssClass {
    margin-top: 85px;
}

.nivoSlider {
    background: url("loading.gif") no-repeat scroll 50% 50% transparent !important;
    box-shadow: none !important;
}

.slider-wrapper a.nivo-prevNav {
    background: url('images/left-arrow.png') right center no-repeat !important;
    height: 46px !important;
    width: 37px !important;
}

.slider-wrapper a.nivo-nextNav {
    background: url('images/right-arrow.png') right center no-repeat !important;
    height: 46px !important;
    width: 37px !important;
}

.gallerytab-2 li a {
    color: #ffffff !important;
}

.product-tabs .item-box > div {
    color: white !important;
    font-weight: normal !important;
    text-align: center;
}

.quickViewWindow #accordion > h3 {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}

.form-fields .inputs textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

.form-fields .inputs textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000;
    opacity: 1;
}

.form-fields .inputs textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.form-fields .inputs textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}


.review-title::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}

.review-title:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}

.review-title::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

.review-title:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}


/*-----------------*/
.quickorder input::-webkit-input-placeholder { /* WebKit browsers */
    color: #333333;
}

.quickorder input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 1;
}

.quickorder input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 1;
}

.quickorder input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333333;
}

/*-----------------*/
#newsletter-subscribe-block input::-webkit-input-placeholder { /* WebKit browsers */
    color: #333333;
}

#newsletter-subscribe-block input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 1;
}

#newsletter-subscribe-block input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 1;
}

#newsletter-subscribe-block input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333333;
}

#Review .page-title a {
    text-transform: capitalize;
    color: #ffffff;
    font-family: "RoswellFourITC";
    font-weight: normal;
}

.also-purchased-products-grid.product-grid .price.actual-price {
    color: #a6cbc5;
}

.quickViewWindow .popup-header {
    background: none repeat scroll 0 0 #a6cbc5 !important;
}

.ProductsQuantitytotal {
    font-size: 26px;
}

.sku .value {
    color: #6a6a6a;
    font-size: 14px;
}

.quick-view-button {
    background: none repeat scroll 0 0 transparent !important;
    border: none !important;
}

#footer .footersocial > ul {
    padding-left: 10px;
}

.mega-menu {
    background: none repeat scroll 0 0 white !important;
    border: medium none !important;
    border-radius: 0 !important;
}

    .mega-menu > li > a, .mega-menu > li > span {
        text-shadow: none !important;
        color: #000 !important;
        display: block !important;
        font-family: "RoswellFourITC" !important;
        font-size: 26px !important;
        letter-spacing: 1px !important;
        text-decoration: none !important;
        font-weight: normal !important;
        padding: 0 16px !important;
    }

    .mega-menu li:last-child .dropdown {
        right: 0;
    }

    .mega-menu > li:hover {
        background: none repeat scroll 0 0 transparent !important;
    }

    .mega-menu > li > a:hover, .mega-menu > li > span {
        color: #a6cbc5 !important;
    }

    .mega-menu > li {
        border-right: medium none !important;
    }

    .mega-menu .dropdown, .mega-menu .sublist {
        top: 43px !important;
        box-shadow: none !important;
        background-color: #2c292b !important;
        border: none !important;
    }

    .mega-menu .box strong {
        font-size: 14px !important;
        font-family: "RobotoCondensed-Regular" !important;
        font-weight: normal !important;
        color: white !important;
    }

    .mega-menu .box li a:hover {
        color: #a6cbc5 !important;
        background: url("images/bullet-right.png") no-repeat scroll left 8px rgba(0, 0, 0, 0) !important;
    }



    .mega-menu .box li a {
        font-size: 14px !important;
        font-family: "RobotoCondensed-Regular" !important;
        font-weight: normal !important;
        color: white !important;
        text-transform: uppercase !important;
        letter-spacing: 0px !important;
        background: url("images/bullet-right.png") no-repeat scroll left 8px rgba(0, 0, 0, 0) !important;
        padding: 3px 0 5px 13px !important;
    }

    .mega-menu .box li {
        border-bottom: 1px solid #666666 !important;
        margin: 10px 10px 0 !important;
        width: 90%;
    }

    .mega-menu .manufacturers .box {
        width: 215px !important;
    }

    .mega-menu .dropdown {
        opacity: 1 !important;
    }

    .mega-menu .topic-wrapper p {
        color: #ffffff !important;
    }

    .mega-menu .dropdown > p {
        color: #ffffff !important;
        font-weight: normal !important;
    }

.drpiconmegamenu {
    background: url("images/dropdown-icon.png") no-repeat !important;
    background-position: right center !important;
}

    .drpiconmegamenu:hover {
        background: url("images/dropdown-hover.png") no-repeat !important;
        background-position: right center !important;
    }

#tabsid .item-box > a {
    float: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footerHrFooterNav {
        margin: -10px 0px 0px 10px;
    }

    .ajaxCart .productAddedToCartWindowCheckout {
        background: none repeat scroll 0 0 #a6cbc5;
    }
}
