/*********** CSS RESET **********/
@font-face {
    font-family: 'myriad_pro_condbold';
    src: url('myriadpro-boldcond-webfont.eot');
    src: url('myriadpro-boldcond-webfont.eot#iefix') format('embedded-opentype'), url('http://cdn.smokersexit.com/Themes/Fashion/Content/CSS/myriadpro-boldcond-webfont.woff') format('woff'), url('myriadpro-boldcond-webfont.ttf') format('truetype'), url('myriadpro-boldcond-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}

a:hover img {
    opacity: 0.9;
}

a:active {
    outline: none;
    color: #FF630B !important;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

/*********** GLOBAL STYLES **********/



body {
    background-color: #fff;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #2c2d2d;
}

a {
    color: #2c2d2d;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.selected, li.selected a {
        font-weight: bold;
    }

h1 {
    font-size: 20px;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

h2 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    font-weight: normal;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #999;
    box-shadow: inset 0 0 2px #ddd;
    padding: 5px;
}

select {
    border: 1px solid #999;
    padding: 4px;
    font-size: 14px;
    max-width: 320px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.button-1 {
    display: inline-block;
    width: auto;
    border: 1px solid #111;
    border-top: 1px solid #444;
    box-shadow: inset 0 1px 0 #777;
    background: #666; /* Old browsers */
    background: -moz-linear-gradient(top, #666666 0%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666666 0%, #111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666666 0%, #111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #666666 0%, #111111 100%); /* IE10+ */
    background: linear-gradient(to bottom, #666666 0%, #111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111', GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

    .button-1:hover {
        box-shadow: inset 0 1px 0 #555;
        background: #111; /* Old browsers */
        background: -moz-linear-gradient(top, #111111 0%, #666666 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #666666)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #111111 0%, #666666 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #111111 0%, #666666 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #111111 0%, #666666 100%); /* IE10+ */
        background: linear-gradient(to bottom, #111111 0%, #666666 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#666666', GradientType=0 ); /* IE6-9 */
    }

.button-2 {
    display: inline-block;
    border: 1px solid #bbb;
    border-top: 1px solid #ccc;
    box-shadow: inset 0 1px 0 #fff;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
    cursor: pointer;
}

    .button-2:hover {
        border-bottom: 1px solid #ccc;
        box-shadow: inset 0 1px 0 #eee;
        background: #ccc; /* Old browsers */
        background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* IE10+ */
        background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
    }

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul {
    margin: 12px 0;
    padding-left: 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol {
    margin: 12px 0;
    padding-left: 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
}

.category-description img,
.manufacturer-description img,
.full-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
    max-width: 100%;
    height: auto;
}

.required,
.warning {
    color: #c00;
}

.message-error {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #c00;
}

.captcha-box {
    margin-bottom: 10px;
}

.admin-header-links {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

    .admin-header-links a {
        display: inline-block;
        background: #666;
        padding: 0 12px;
        line-height: 30px;
        font-size: 12px;
        color: #eee;
        text-decoration: none;
    }

        .admin-header-links a:hover {
            background: #777;
        }

.bar-notification {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    box-shadow: 0 1px 2px #666;
    line-height: 30px;
    color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

    .bar-notification.success {
        background: #9b0;
        border-bottom: 1px solid #bd2;
    }

    .bar-notification.error {
        background: #f00;
        border-bottom: 1px solid #f55;
    }

    .bar-notification > * {
        float: left;
    }

    .bar-notification .content {
        margin-left: 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

            .bar-notification .content a:hover {
                color: #333;
            }

    .bar-notification .close {
        float: right;
        width: 16px;
        height: 16px;
        margin: 6px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../Images/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .bar-notification .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.ui-dialog {
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    z-index: 1003 !important;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #aaa;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #fff inset;
    overflow: hidden;
    padding: 10px;
    color: #333;
    text-shadow: 1px 1px #eee;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}

    .ui-dialog-titlebar span {
        float: left;
        line-height: 18px;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        float: right;
        width: 16px;
        height: 16px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../Images/close.png') center no-repeat;
        text-indent: 9999px;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 18px;
}

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: 0 1px 0 #fff inset;
        overflow: hidden;
        background: #ccc url('http://cdn.smokersexit.com/Themes/Fashion/Content/img/button1.png') repeat-x top;
        padding: 5px;
        color: #333;
        text-shadow: 1px 1px #eee;
        cursor: pointer;
    }

        .ui-dialog-buttonset button:hover {
            background-position: bottom;
        }

.eu-cookie-law {
    text-align: left;
}

.eu-cookie-privacyinfo-tag {
    color: #c00 !important;
}

.master-wrapper-page {
    width: 1000px;
    margin: 0 auto;
    /*padding: 15px;*/
}

.inputs {
    margin: 0 0 10px;
    overflow: hidden;
}

    .inputs:last-child {
        margin: 0;
    }

    .inputs:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .inputs > * {
        float: left;
        margin: 0 10px 0 0;
    }

    .inputs .gender span {
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .inputs > label,
    .inputs .gender span {
        line-height: 28px;
    }

    .inputs label {
        min-width: 120px;
    }

    .inputs > input[type=checkbox] {
        margin: 6px 10px 0 0;
    }


/*********** HEADER & NAVIGATION ***********/




.header {
    position: relative;
    min-height: 85px;
    margin-bottom: 30px;
}

    .header:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .header #logo {
        float: left;
        margin-top: 30px;
    }

        .header #logo a {
            display: block;
            line-height: 0;
        }

.header-links {
    position: absolute;
    right: 0;
    text-align: right;
    top: 6px;
}

    .header-links li {
        display: inline;
    }

    .header-links a {
        line-height: 22px;
        color: #2c2d2d;
        margin: 0 0 0 6px;
        border-left: 1px solid #666;
        padding: 0 0 0 6px;
    }

    .header-links li:first-child a {
        border: none;
    }

    .header-links a:hover {
        text-decoration: underline;
    }

    .header-links a.account {
        color: #000000;
        font-weight: bold;
    }

    .header-links .cart-qty {
        display: inline-block;
        margin-left: 5px;
        background: url('../Images/bag.png') left center no-repeat;
        padding-left: 20px;
    }

#flyout-cart {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 0;
    width: 300px;
    min-height: 50px;
    background: #fff;
}

    #flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 5px 10px 10px;
    border: 1px solid #fff;
    border-top: 1px solid #999;
    background: #eee;
    font-size: 11px;
    color: #000;
    box-shadow: 0 1px 2px #333;
}

    .mini-shopping-cart a {
        font-weight: bold;
    }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        margin: 10px 0;
    }

    .mini-shopping-cart .item {
        border-bottom: 1px dotted #666;
        overflow: hidden;
        padding: 8px;
    }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

        .mini-shopping-cart .item .product {
            margin: 0 0 0 60px;
            font-size: 10px;
        }

        .mini-shopping-cart .item .name {
            margin-bottom: 10px;
            font-size: 11px;
        }

    .mini-shopping-cart .totals {
        margin: 10px 0;
        text-align: right;
    }

        .mini-shopping-cart .totals strong {
            color: #c00;
        }

    .mini-shopping-cart .buttons {
        margin: 10px 0px;
        text-align: right;
    }

    .mini-shopping-cart .button-1 {
        margin: 0 0 0 5px;
        padding: 3px 5px;
        font-weight: normal;
        text-transform: none;
    }

.header-selectors-wrapper {
    position: absolute;
    right: 0;
    top: 105px;
    min-width: 525px;
}

    .header-selectors-wrapper > * {
        float: right;
        margin: 0 0 0 15px;
    }

    .header-selectors-wrapper select {
        width: 100px;
        color: #666;
    }

.language-list {
    max-width: 196px;
    overflow: hidden;
}

    .language-list li {
        float: right;
    }

    .language-list a {
        position: relative;
        display: block;
        overflow: hidden;
        width: 28px;
        height: 28px;
    }

    .language-list img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -6px;
        width: 18px;
        height: 12px;
    }

.search-box form:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.search-box form > * {
    float: left;
}

input.search-box-text {
    width: 230px !important;
    position: relative;
    border: 1px solid #CFCFCF;
    color: #666;
    margin: 0 -1px 0 0;
}

    input.search-box-text:focus {
        color: #000;
    }

#instant-search-categories {
    float: left;
    min-width: 100px;
    max-width: 132px;
    height: 28px;
    margin: 0 0 0 -1px;
    border: 1px solid #999;
    padding: 3px;
}

.search-box-button {
    text-indent: -9999px;
    width: 28px;
    height: 28px;
    border: none;
    box-shadow: none;
    background: url('../Images/search.png') no-repeat center;
    padding: 0;
}

    .search-box-button:hover {
        box-shadow: none;
        background: url('../Images/search.png') no-repeat center;
    }

.search-box .ui-autocomplete-loading {
    background: #fff url('../Images/ajax_loader_small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    width: 240px !important;
    border: 1px solid #999;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 5px;
        cursor: pointer;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
            background: #ddd;
            text-decoration: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        vertical-align: middle;
        margin-right: 5px;
    }

/* HEADER MENU */

.header-menu {
    position: relative;
    background: #f9f9f9;
    z-index: 2;
    border-top: 1px solid #cfcfcf;
}

    .header-menu .menu-title,
    .header-menu .plus-button {
        display: none;
        overflow: hidden;
    }

    .header-menu > ul:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .header-menu > ul > li {
        float: left;
    }

        .header-menu > ul > li:hover > a {
            text-decoration: none !important;
            background: #333;
        }

        .header-menu > ul > li > a,
        .header-menu > ul > li > span {
            display: block;
            padding: 12px 20px;
            color: #FF620D;
            text-transform: uppercase;
            font-family: 'myriad_pro_condbold';
            font-size: 15px;
        }

    .header-menu .sublist {
        display: none;
        position: absolute;
        background: #fafafa;
        box-shadow: 0 0 0 1px #666;
        text-align: left;
        white-space: nowrap;
    }

        .header-menu .sublist.active {
            display: block;
        }

        .header-menu .sublist .sublist {
            top: 0;
            left: 100%;
        }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                padding: 8px 20px;
                font: normal normal 12px Arial, Helvetica, sans-serif;
            }

            .header-menu .sublist li:hover > a {
                text-decoration: none !important;
                background: #eee;
            }

/*********** FOOTER & PROMOS ***********/

.promos {
    margin-bottom: 20px;
    overflow: hidden;
}

.left-promo {
    float: left;
}

.right-promo {
    float: right;
}

.footer {
    /*margin-top: 10px;
    border-top: 1px dotted #999;*/
    /*padding: 8px 0;*/
    /*font-size: 11px;*/
}

    .footer ul {
    }

    .footer li {
        /*display: inline;*/
    }

    .footer .info-block-list {
        margin-bottom: 5px;
    }

        .footer .info-block-list a {
            color: #000;
        }

    .footer span.sep {
        padding: 0 3px 0 6px;
    }

    .footer .copyright {
        margin: 12px 0;
        /*font-size: 10px;*/
    }

        .footer .copyright li {
            padding: 0 6px 0 9px;
        }

            .footer .copyright li.first {
                padding-left: 0;
            }

            .footer .copyright li.last {
                padding-right: 0;
            }

        .footer .copyright .icons {
            padding: 0 !important;
            display: inline-table;
        }

            .footer .copyright .icons a {
                display: inline-block;
                height: 16px;
            }

            .footer .copyright .icons p {
                display: inline;
            }

            .footer .copyright .icons span.sep {
                font-size: 16px;
            }

        .footer .copyright .app img {
            margin-right: 4px;
        }


/*********** COLUMNS & BLOCKS *********/



.master-wrapper-main {
    position: relative;
    z-index: 0;
    padding-top: 11px;
}

    .master-wrapper-main:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.side-2 {
    float: left;
    width: 180px;
}

.center-2 {
    float: right;
    width: 740px;
    padding: 0 10px 10px;
}

.center-1:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.block {
    border: solid 1px #b3b3b3;
    margin-top: 10px;
}

    .block .title {
        height: 24px;
        margin-bottom: 10px;
        background: #000;
        padding: 0 10px;
        line-height: 24px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .block .listbox {
        font-size: 11px;
        line-height: 18px;
        padding: 5px 5px 10px 10px;
    }

        .block .listbox .list {
            color: #3664A5;
        }

        .block .listbox .sublist {
            margin: 5px 10px;
        }

        .block .listbox li a {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
        }

    .block li.active > a,
    .block li > a.active {
        font-weight: bold;
        color: #fa6610 !important;
    }

.block-blog-archive a,
.block-popular-blogtags a {
    font-weight: bold;
}

.block li.separator {
    height: 1px;
    margin: 5px 0;
    background: #000;
    font-size: 1px;
    line-height: 1px;
}

.block-popular-tags ul {
    overflow: hidden;
}

.block-popular-tags li {
    float: left;
    margin: 0 10px 0 0;
    line-height: 20px;
    /*  height: 20px; */ /* nyusoft change for product tags */
}

.block-popular-tags .view-all {
    margin-top: 5px;
    border-top: 1px dotted #999;
    padding-top: 5px;
}

.block-popular-blogtags li {
    display: inline !important;
}

.block-blog-archive .year {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.block-poll strong {
    display: block;
    margin: 0 0 5px;
}

.block-poll .buttons > * {
    float: right;
}


/********** CATEGORY PAGE **********/



.page {
    clear: both;
}

.page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    overflow: hidden;
    padding: 0 0 5px;
}

    .page-title h1 {
        float: left;
    }

.link-rss {
    float: right;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background: url('../Images/icon_rss.gif') no-repeat;
    text-indent: 15px;
    margin-top: 5px;
}

.breadcrumb {
    overflow: hidden;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li * {
            display: inline-block;
            padding: 0 3px;
            line-height: 25px;
        }

    .breadcrumb a:hover span {
        text-decoration: underline;
    }

    .breadcrumb + .product-selectors .pager {
        display: none;
    }

.product-selectors {
    margin: 15px 0 25px;
    padding: 15px 5px 0 5px;
}

    .product-selectors:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-sorting,
.product-page-size,
.product-viewmode {
    float: left;
    margin-right: 10px;
}

.product-selectors select {
    min-width: 80px;
}

.product-selectors .pager {
    float: right;
}

.pager {
    overflow: hidden;
}

    .pager ul {
        float: right;
        font-size: 11px;
        font-weight: bold;
    }

    .pager li {
        float: left;
        margin-left: 8px;
        line-height: 15px;
    }

    .pager a {
        color: #2C2D2D;
        cursor: pointer;
    }

        .pager a:hover {
            color: #000;
            text-decoration: none;
        }

    .pager span {
        cursor: default;
    }

.category-description {
    margin: 0 0 20px 10px;
}

.sub-category-grid .category-title,
.manufacturer-grid .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.manufacturer-grid .item-box {
    float: left;
    margin: 0 10px 10px;
    width: 160px;
}

    .manufacturer-grid .item-box .title {
        height: 32px;
        overflow: hidden;
        line-height: 1.2;
    }

    .manufacturer-grid .item-box .picture {
        height: 190px;
        line-height: 190px;
    }

.item-grid {
    margin: 15px 0;
}

    .item-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-grid .item-box {
    float: left;
    width: 240px;
    margin: 0 0 30px 10px;
}

.home-page .item-box,
.home-page .product-grid .item-box:nth-child(3n+1) {
    float: left;
    width: 230px;
    margin: 0 0 30px 10px;
    clear: none;
}

.home-page-product-grid .title strong,
.bestsellers .title strong {
    font-size: 17px;
    text-transform: uppercase;
}

.home-page .product-grid .item-box:nth-child(4n+1),
.product-grid .item-box:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.item-grid .picture {
    height: 225px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    line-height: 225px;
}

    .item-grid .picture a {
        display: block;
    }

    .item-grid .picture img {
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

.product-grid .product-title {
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.item-box .product-rating-box {
    margin: 0 0 10px;
}

.item-box .rating {
    height: 16px;
    width: 80px;
    background: url(../images/star-x-inactive.png) 0 0 repeat-x;
}

    .item-box .rating div {
        float: left;
        height: 16px;
        background: url(../images/star-x-active.png) 0 0 repeat-x;
    }

.product-grid .description {
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-grid .prices {
    margin-bottom: 5px;
}

.old-price {
    margin-right: 5px;
    color: #999;
    text-decoration: line-through;
    font-size: 11px;
}

.actual-price {
    color: #FF620D;
    font-size: 16px;
    font-weight: bold;
}

.product-box-add-to-cart-button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #000;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    cursor: pointer;
}

    .product-box-add-to-cart-button:hover {
        border: none;
        box-shadow: none;
        background: #666;
    }

.product-list .item-box {
    float: none;
    margin-bottom: 10px;
}

.product-list .product-item {
    width: 100%;
    position: relative;
}

    .product-list .product-item:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.product-list .picture {
    float: left;
    width: 200px;
    overflow: hidden;
}

    .product-list .picture img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-list .picture a {
        display: inline-block;
    }

.product-list .details {
    margin: 0 0 0 215px;
}

.product-list .product-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-list .description {
    margin-bottom: 10px;
}

.product-list .add-info {
    overflow: hidden;
}

.product-list .prices {
    float: left;
    margin: 0 0 10px;
}

.product-list .buttons {
    float: left;
    clear: both;
}

.free-shipping,
.product-vendor {
    margin: 8px 0 4px;
}

.free-shipping {
    padding: 24px 6px;
    width: 74px !important;
    background: #ccc;
    border-radius: 60px;
    text-align: center !important;
    font-size: 16px;
    color: #fff;
}

.vendor-list li {
    float: left;
    margin: 5px;
    list-style: none;
}

.vendor-description {
    margin: 10px 0;
}


/********** PRODUCT PAGE **********/



.product-essential {
    overflow: hidden;
    margin: 15px 0;
}

.gallery-wrapper {
    float: left;
    width: 460px;
}

.gallery {
    margin-bottom: 10px;
}

    .gallery:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .gallery .picture {
        text-align: center;
        overflow: hidden;
        float: right;
    }

    .gallery img {
        display: inline !important;
    }

.picture-thumbs {
    float: left;
    width: 100px;
    margin: 0 15px 0 0;
    background: #ffffff;
    text-align: center;
}

    .picture-thumbs a {
        display: block;
        margin: 10px 0;
    }

.related-products-grid,
.also-purchased-products-grid {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

    .related-products-grid .title,
    .also-purchased-products-grid .title {
        margin: 10px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .related-products-grid .item-grid,
    .also-purchased-products-grid .item-grid {
        display: inline-block;
        overflow: hidden;
        margin: 0;
    }

    .related-products-grid .product,
    .also-purchased-products-grid .product {
        float: left;
        width: 140px;
    }

    .related-products-grid a,
    .also-purchased-products-grid a {
        display: inline-block;
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
        overflow: hidden;
    }

    .related-products-grid img,
    .also-purchased-products-grid img {
        max-width: 100%;
        max-height: 100%;
    }

    .related-products-grid p,
    .also-purchased-products-grid p {
        font-size: 10px;
        height: 28px;
        overflow: hidden;
    }

.overview {
    position: relative;
    float: right;
    width: 445px;
    padding: 10px 15px;
}

.product-details {
    margin-bottom: 15px;
}

    .product-details .product-name {
        margin-bottom: 10px;
    }

    .product-details h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .product-details .short-description {
        margin-bottom: 10px;
    }

    .product-details .prices {
        margin-bottom: 10px;
    }

.old-product-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.product-price {
    font-size: 16px;
    font-weight: bold;
}

.product-no-reviews {
    margin: 10px 0;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-reviews-overview {
    margin-bottom: 10px;
}

.product-details .stock {
    margin-top: 7px;
}

.product-details .backinstocksubscription {
    margin-top: 7px;
}

.ui-tabs {
    margin-bottom: 20px;
}

.ui-tabs-nav {
    position: relative;
}

    .ui-tabs-nav li {
        float: left;
        margin: 0 4px 0 0;
    }

    .ui-tabs-nav a {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        background: #e6e6e6;
        padding: 8px 12px;
        font-weight: bold;
        color: #666;
        text-shadow: 1px 1px 0 #f6f6f6;
    }

        .ui-tabs-nav a:hover {
            border: 1px solid #999;
            border-bottom: none;
            background: #ddd;
            color: #333;
            text-decoration: none;
        }

    .ui-tabs-nav .ui-tabs-selected a,
    .ui-tabs-nav .ui-tabs-98 a {
        background: #fff;
        border: 1px solid #aaa;
        border-bottom: none;
        color: #000;
    }

    .ui-tabs-nav .ui-tabs-active a {
        margin-bottom: -1px;
        padding-bottom: 9px;
        cursor: default;
    }

.ui-tabs .ui-tabs-panel {
    clear: both;
    border: 1px solid #aaa;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    background: #fff;
}

.ui-tabs-hide {
    display: none;
}

.product-collateral {
    margin-bottom: 15px;
    clear: both;
}

    .product-collateral .full-description {
        margin-bottom: 20px;
        color: #666;
    }

    .product-collateral .default-variant-name {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

.product-specs-box {
    margin: 20px 0;
    border-bottom: 1px solid #000;
}

    .product-specs-box .title {
        background: #000;
        padding: 5px;
        color: #fff;
    }

.attributes {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f6f6f6;
    padding: 8px;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes .text-prompt {
        font-weight: bold;
    }

    .attributes select option {
        padding: 0;
    }

.color-squares li {
    display: inline;
}

.color-squares .color-container {
    position: relative;
    display: inline-block;
    border: solid 1px #999;
    padding: 1px;
    margin-bottom: 5px;
}

.color-squares .selected-value .color-container {
    border: 2px solid #075899;
    padding: 0;
}

.color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.color-squares label {
    position: relative;
    cursor: pointer;
}

.color-squares input {
    position: absolute;
    z-index: -10000;
    height: 0;
    overflow: hidden;
}

.tier-prices {
    margin: 20px 0;
    text-align: center;
}

    .tier-prices .prices-header {
        background: #000;
        padding: 3px;
        color: #fff;
    }

    .tier-prices table {
        text-align: center;
        background: #e6e6e6;
    }

    .tier-prices td {
        border-bottom: solid 1px #d6d6d6;
        padding: 3px;
    }

.size-charts {
    margin-bottom: 20px;
}

    .size-charts li {
        margin: 5px 0;
    }

    .size-charts a {
        display: block;
        padding: 3px 0 2px 25px;
    }

        .size-charts a.sizeConversion {
            background: url("../Images/size_chart.gif") no-repeat;
        }

        .size-charts a.itemMeasure {
            background: url("../Images/item_measure.gif") no-repeat;
        }

        .size-charts a.sizeConversion,
        .size-charts a.itemMeasure {
            background-position: left center;
            cursor: pointer;
        }

.customer-entered-price {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f6f6f6;
    padding: 8px;
    font-size: 11px;
}

    .customer-entered-price .price-input {
        margin-bottom: 5px;
    }

        .customer-entered-price .price-input input {
            width: 30px;
        }

    .customer-entered-price .price-range {
        font-weight: bold;
    }

.add-to-cart {
    margin-bottom: 20px;
}

.add-to-cart-panel {
    overflow: hidden;
}

    .add-to-cart-panel > * {
        float: left;
        margin: 0 0 0 5px;
    }

        .add-to-cart-panel > *:first-child {
            margin-left: 0;
        }

    .add-to-cart-panel .qty-label {
        line-height: 28px;
    }

    .add-to-cart-panel .qty-input {
        width: 30px;
    }

    .add-to-cart-panel button {
        min-width: 120px;
    }

.links-list {
    float: right;
    width: 200px;
}

    .links-list .view-more-options {
        display: block;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .links-list ul {
        margin: 0 0 0 15px;
        list-style-image: url("../Images/listarrow.gif");
    }

    .links-list li a {
    }

.share-links {
    margin-bottom: 20px;
    overflow: hidden;
}

.tell-a-friend-link {
    float: left;
    margin: 0 20px 0 0;
    background: url("../Images/tellfriend-on.gif") no-repeat scroll 0 0 transparent;
}

.share-link {
    float: left;
    background: url("../Images/share-on.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}

    .tell-a-friend-link:hover img,
    .share-link:hover img {
        visibility: hidden;
    }

.compare-products {
    margin-top: 10px;
}

.product-variant-list {
    clear: both;
    margin-bottom: 15px;
}

.product-variant-line {
    margin-bottom: 20px;
    border-top: 1px dotted #999;
    padding: 20px 0;
    overflow: hidden;
}

    .product-variant-line .variant-picture {
        float: left;
        width: 180px;
        margin-bottom: 15px;
    }

    .product-variant-line .variant-overview {
        float: right;
        width: 740px;
        padding: 10px 15px;
    }

    .product-variant-line .variant-name {
        font-size: 16px;
        font-weight: bold;
    }

    .product-variant-line .variant-description {
        margin-bottom: 20px;
        color: #666;
    }

    .product-variant-line .stock {
        margin-bottom: 10px;
    }

    .product-variant-line .product-price {
        margin-bottom: 10px;
    }

    .product-variant-line .error {
        font-weight: bold;
        color: #c00;
    }

.giftcard {
    margin: 20px 0;
    background: #f6f6f6;
    padding: 10px;
}

    .giftcard div {
        margin: 5px 0;
    }

    .giftcard label {
        float: left;
        width: 120px;
        font-size: 11px;
        line-height: 24px;
        margin: 0 10px 0 0;
    }

    .giftcard input {
        width: 200px;
        padding: 3px;
    }

    .giftcard textarea {
        width: 250px;
        height: 120px;
        resize: none;
    }


/********** DEFAULT ZOOM (SLIM BOX) & AJAX LOADER **********/



#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: 70px;
}

#lbCaption {
    font-weight: bold;
}

.ajax-loading-block-window {
    position: fixed;
    z-index: 1104;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('../Images/ajax_loader_large.gif');
    }

#fancybox-wrap {
    z-index: 10010 !important;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page .page-title {
    border: none;
}

    .product-reviews-page .page-title a {
        display: block;
        font-size: 16px;
        color: #666;
        text-decoration: underline;
    }

        .product-reviews-page .page-title a:hover {
            color: #000;
        }

.product-reviews-page .title {
    font-size: 15px;
}

.write-review {
    margin-bottom: 20px;
}

    .write-review .form-fields {
        margin-bottom: 15px;
        background: #ececec;
        padding: 15px;
    }

    .write-review .inputs {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .write-review label {
        float: left;
        width: 160px;
        margin-right: 10px;
        line-height: 30px;
    }

.ui-tabs .write-review label {
    width: auto;
}

.write-review .review-title {
    width: 350px;
}

.write-review .review-text {
    width: 350px;
    height: 150px;
}

.write-review .review-rating {
    overflow: hidden;
    margin: 10px 0;
}

    .write-review .review-rating ul {
        position: relative;
        float: left;
        width: 350px;
        margin-left: 5px;
    }

    .write-review .review-rating li {
        text-align: center;
        line-height: 30px;
    }

        .write-review .review-rating li.first {
            position: absolute;
            top: 0;
            left: 0;
            font-weight: bold;
        }

        .write-review .review-rating li.last {
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
        }

.write-review .buttons {
    text-align: center;
}

.product-review-item {
    margin: 10px 0;
    border: 1px dotted #ccc;
    padding: 15px;
}

.review-item-head {
    overflow: hidden;
    margin: 0 0 10px;
}

    .review-item-head .review-title {
        float: left;
    }

    .review-item-head .product-review-box {
        float: right;
        margin: 0;
    }

.product-review-box {
    height: 16px;
}

    .product-review-box .rating {
        height: 16px;
        width: 80px;
        background: url('../images/star-x-inactive.png') 0 0 repeat-x;
    }

        .product-review-box .rating div {
            height: 16px;
            background: url('../images/star-x-active.png') 0 0 repeat-x;
        }

.review-text {
    margin-bottom: 15px;
}

.review-info {
    margin-bottom: 5px;
}

    .review-info .separator {
        margin: 0 2px;
    }

.product-review-helpfulness {
    font-size: 11px;
    color: #333;
}

    .product-review-helpfulness .vote {
        color: #666;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

        .product-review-helpfulness .vote:hover {
            color: #000;
        }


/********** WISHLIST, COMPARE LIST, EMAIL A FRIEND **********/



.wishlist-page .share-info {
    margin-top: 10px;
    text-align: right;
}

.wishlist-page .share-link {
    float: none;
    background: none;
    text-decoration: underline;
}

.email-a-friend-page .form-fields {
    margin-bottom: 10px;
    background: #ececec;
    padding: 15px;
}

.email-a-friend-page .inputs {
    overflow: hidden;
    margin-bottom: 10px;
}

    .email-a-friend-page .inputs label {
        display: inline-block;
        width: 160px;
        margin-right: 10px;
        text-align: right;
    }

.email-a-friend-page input[type="text"] {
    width: 350px;
}

.email-a-friend-page textarea {
    height: 150px;
    width: 350px;
}

.email-a-friend-page .buttons {
    text-align: right;
}


/********** REGISTRATION & LOGIN **********/



.registration-page .page-body {
    overflow: hidden;
}

.left-side {
    float: left;
    width: 500px;
    margin-bottom: 15px;
}

.right-side {
    float: right;
    margin-bottom: 15px;
}

.fieldset {
    background: #ececec;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15px;
}

    .fieldset .title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
    }

.registration-page .inputs label,
.login-page .inputs label {
    display: inline-block;
    width: 130px;
}

.registration-page input[type="text"],
.registration-page input[type="password"],
.login-page input[type="text"],
.login-page input[type="password"] {
    width: 240px;
    font-size: 14px;
}

.validation-summary-errors, .field-validation-error {
    color: #c00;
}

.registration-page .field-validation-error {
    display: block;
    margin-top: 5px !important;
}

#check-availability-button {
    float: right;
    margin: 5px 70px 0 0;
    border: none;
    box-shadow: none;
    background: none;
    color: #000;
    text-transform: none;
}

    #check-availability-button:hover {
        text-decoration: underline;
    }

.accept-privacy-policy {
    text-align: right;
}

    .accept-privacy-policy .read {
        font-weight: bold;
        text-decoration: underline;
    }

.registration-result-page .result {
    font-size: 15px;
    margin-bottom: 10px;
}

.password-recovery-page-custom {
}

.login-page .page-body {
    position: relative;
}

.login-page .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.login-page .buttons {
    text-align: right;
}

.login-page .returning-wrapper {
    float: left;
    margin-bottom: 20px;
    background: #ececec;
    padding: 15px;
    width: 435px;
}

.login-page .inputs.reversed {
    padding: 0 0 0 140px;
}

    .login-page .inputs.reversed label {
        width: auto;
        margin-right: 10px;
        cursor: pointer;
    }

.login-page .forgotten-wrapper {
    float: right;
    width: 435px;
    min-height: 165px;
    background: #ececec;
    padding: 15px;
}

    .login-page .forgotten-wrapper .text {
        margin-bottom: 10px;
    }

.login-page .new-wrapper {
    clear: both;
    overflow: hidden;
    background: #ececec;
    padding: 15px;
}

    .login-page .new-wrapper .title {
        float: left;
        margin: 0;
    }

    .login-page .new-wrapper .buttons {
        float: right;
    }

.login-page .externalauthentication {
    overflow: hidden;
    position: absolute;
    top: 167px;
    left: 225px;
}

fieldset.facebook-login-block {
    border: 0;
    margin: 0 !important;
}

    fieldset.facebook-login-block legend {
        display: none;
    }

    fieldset.facebook-login-block a {
        margin: 0 !important;
    }

.forgot-password a {
    display: inline-block;
    line-height: 28px;
}

.checkout-as-guest-or-register-block .text {
    clear: both;
}


/********** TOPIC, TAGS, NEWSLETTER **********/

.three-box h3 {
    color: #FF620D;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.home {
    border-bottom: 1px solid #D5D5D5;
    margin: 15px 0;
    padding-bottom: 8px;
    text-align: left;
}

    .home h2 {
        text-transform: none;
        color: #2c2d2d;
        font-size: 24px;
    }

        .home h2 span {
            color: #FF620D;
        }

    .home p {
        color: #2C2D2D;
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0 !important;
    }

.topic-html-content {
    margin-bottom: 10px;
}

.topic-html-content-title {
    margin-bottom: 10px;
}

.topic-html-content-body {
    text-align: justify;
    color: #666;
}

.topic-html-content p {
    margin-bottom: 5px;
}

.topic-html-content a {
    text-decoration: underline;
}

.product-tags-all-page li {
    display: inline;
}

    .product-tags-all-page li a {
        margin-right: 5px;
    }

.block-newsletter {
    /*background: #ececec;*/
    border: 1px solid #D5D5D5;
}

    .block-newsletter .title {
        margin: 0;
    }

    .block-newsletter .listbox {
        padding: 24px 15px;
    }

    .block-newsletter input[type="text"] {
        border: 1px solid #D5D5D5;
        color: #666666;
        font-size: 15px;
        height: 38px;
        padding: 5px;
        width: 580px;
    }

    .block-newsletter .newsletter-email {
        float: left;
        /*margin-bottom: 10px;*/
        margin-right: 15px;
    }

.newsletter-subscribe-left {
    float: left;
}

.newsletter-subscribe-block h3 {
    color: #FF620D;
    float: left;
    font-size: 20px;
    line-height: 50px;
    margin-right: 15px;
}

.newsletter-subscribe-left .buttons {
    float: left;
}

.newsletter-email p {
    font-size: 16px;
    padding-top: 8px;
}
/********** BLOG & NEWS **********/



.blog-page .post {
    border-bottom: 1px dotted #999;
    margin: 20px 0;
    padding-bottom: 10px;
}

.post-head,
.news-head {
    margin-bottom: 10px;
}

.post-title,
.news-title {
    margin-right: 5px;
    font-size: 16px;
    text-decoration: underline;
}

    .post-title:hover,
    .news-title:hover {
        color: #666;
    }

.post-date,
.news-date {
    color: #9a9a9a;
    font-style: italic;
}

.post-body,
.news-body,
.news-details {
    margin: 10px 0;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 10px 0;
}

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        overflow: hidden;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        float: left;
        margin-right: 5px;
    }

    .blog-page .tags a,
    .blogpost-page .tags a {
        color: #999;
        text-decoration: underline;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            color: #000;
        }

.new-comment {
    margin: 20px 0;
    border-bottom: 1px solid #999;
    padding: 15px;
}

    .new-comment .title {
        font-weight: bold;
        text-transform: uppercase;
    }

    .new-comment .inputs {
        margin-bottom: 15px;
    }

    .new-comment input[type="text"] {
        width: 300px;
    }

    .new-comment textarea {
        width: 696px;
        height: 150px;
    }

    .new-comment .buttons {
        text-align: right;
    }

.comment-list .title {
    margin-bottom: 10px;
}

.blog-comment, .news-comment {
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding-bottom: 10px;
}

    .blog-comment .comment-info,
    .news-comment .comment-info {
        float: left;
        width: 100px;
    }

    .blog-comment .username,
    .news-comment .username {
        display: block;
        font-weight: bold;
    }

    .blog-comment .avatar,
    .news-comment .avatar {
        margin: 5px 0;
        overflow: hidden;
    }

        .blog-comment .avatar img,
        .news-comment .avatar img {
            border: 2px solid #ccd6e0;
        }

    .blog-comment .comment-content,
    .news-comment .comment-content {
        margin-left: 120px;
    }

    .blog-comment .comment-time,
    .news-comment .comment-time {
        margin-bottom: 10px;
        font-size: 11px;
        color: #666;
    }

        .blog-comment .comment-time .stat-value,
        .news-comment .comment-time .stat-value {
            margin-left: 5px;
            font-weight: bold;
            color: #000;
        }

.news-list-page {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .news-list-page .item {
        margin-bottom: 10px;
        border-bottom: 1px dotted #999;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .news-list-page .read-more {
        float: right;
        font-weight: bold;
    }

.news-item-page .result {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #c00;
}

.news-comment .comment-title {
    background: #f6f6f6;
    padding: 5px 8px;
}

/********** SEARCH & CONTACT **********/

.basic-search,
.advanced-search {
    border-bottom: 1px dotted #999;
    background: #ececec;
    padding: 15px;
}

    .basic-search input[type="text"] {
        width: 300px;
    }

.search-input .inputs {
    margin-bottom: 10px;
}

.search-input .basic-search .inputs:last-child,
.search-input .advanced-search .inputs:last-child {
    margin: 0;
}

.search-input .inputs label {
    display: inline-block;
    min-width: 90px;
    margin: 0 10px 0 0;
}

.search-input input[type="checkbox"] {
    margin: 7px 5px 0 0;
}

.search-input .inputs.reversed {
    text-align: center;
}

    .search-input .inputs.reversed * {
        display: inline;
        width: auto;
    }

.search-input select {
    max-width: 312px;
    padding: 2px;
}

.search-input .price-range {
    display: inline-block;
}

    .search-input .price-range input[type="text"] {
        width: 50px;
        margin: 0 5px;
    }

.search-input .buttons {
    margin-top: 15px;
    text-align: right;
}

.search-results {
    margin-top: 15px;
}

    .search-results .product-list {
        border-top: 1px dotted #999;
        padding-top: 20px;
    }

.contact-page .form-fields {
    margin-bottom: 15px;
    background: #f6f6f6;
    padding: 15px;
}

.contact-page .inputs {
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-page label {
    float: left;
    width: 80px;
    line-height: 30px;
}

.contact-page .input-box {
    float: left;
    margin-right: 5px;
}

.contact-page input[type="text"] {
    width: 250px;
}

.contact-page textarea {
    width: 350px;
    height: 150px;
}

.contact-page .field-validation-error {
    line-height: 30px;
}

.contact-page .buttons {
    text-align: right;
}


/********** ACCOUNT PAGES **********/



.account-page .fieldset {
    font-size: 14px;
}

.customer-info-page .fieldset {
    border-bottom: 1px dotted #999;
    background: none;
    padding: 0 0 15px;
}

    .customer-info-page .fieldset .title {
        font-size: 14px;
    }

.account-page input[type="text"],
.account-page input[type="password"] {
    width: 250px;
    font-size: 13px;
}

.account-page select {
    min-width: 60px;
    margin: 0 15px 0 0;
    font-size: 13px;
    max-width: 250px;
}

.account-page textarea {
    width: 300px;
    height: 150px;
    vertical-align: top;
}

.account-page #check-availability-button {
    margin: 0;
    font-size: 12px;
}

.account-page .button-2 {
    margin-left: 3px;
    font-weight: normal;
    text-transform: none;
}

.section {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding: 0 0 15px;
}

    .section .title {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

.account-page .edit-address {
    margin-bottom: 20px;
    background: #ececec;
    padding: 15px;
}

.account-page .info {
    float: left;
}

.account-page .buttons {
    float: right;
}

.account-page .add-button {
    text-align: right;
}


.back-in-stock-subscription-list-page .description {
    margin-bottom: 10px;
}


/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    height: 40px;
    background: #fff;
    padding: 15px 0;
    text-align: center;
}

    .order-progress li {
        display: inline-block;
        padding: 0 20px;
    }

    .order-progress a.active-step {
        background: url("../Images/progress-step-active.gif") no-repeat scroll 50% 50% transparent;
        color: #6A6A6A;
        padding-bottom: 40px;
    }

    .order-progress a.inactive-step {
        background: url("../Images/progress-step-inactive.gif") no-repeat scroll 50% 50% transparent;
        color: #D7D7D7;
        padding-bottom: 40px;
    }

    .order-progress a:hover {
        text-decoration: none;
    }

.order-summary-content .buttons {
    margin-bottom: 20px;
    overflow: hidden;
}

.common-buttons {
    text-align: right;
}

    .common-buttons * {
        margin: 0 0 0 3px;
        font-size: 12px;
    }

.order-summary-content .checkout-attributes {
    float: right;
    margin-top: 10px;
}

.order-summary-content .order-details-table {
    width: 100%;
}

.cart-footer {
    overflow: hidden;
}

.cart-collaterals {
    float: left;
    width: 590px;
}

    .cart-collaterals .deals {
        float: left;
        width: 285px;
    }

        .cart-collaterals .deals input[type="text"] {
            width: 150px;
        }

.method-list .method-name {
    overflow: hidden;
}

    .method-list .method-name > * {
        float: left;
    }

    .method-list .method-name .payment-details {
        margin: 10px 0 0 5px;
    }

.coupon-code {
    overflow: hidden;
    margin: 5px 0 0;
}

    .coupon-code > * {
        float: left;
    }

    .coupon-code input[type=submit] {
        margin: 0 0 0 5px;
    }

    .coupon-code input[type=text] {
        padding: 4px;
    }

.cart-collaterals .shipping {
    float: right;
    width: 290px;
}

.coupon-box, .giftcard-box, .estimate-shipping {
    margin-bottom: 10px;
    border: 1px dotted #d6d6d6;
    background: #f6f6f6;
    padding: 10px;
    font-size: 11px;
    color: #555;
}

.cart-collaterals .title {
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
}

.cart-collaterals .button-2 {
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.remove-discount-button,
.remove-gift-card-button {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../Images/ico-delete.gif') no-repeat;
    border: 0;
    cursor: pointer;
}

    .remove-discount-button:hover,
    .remove-gift-card-button:hover {
        opacity: 0.8;
    }

.cart-collaterals .message-error {
    margin: 5px 0 0;
}

.estimate-shipping .shipping-options,
.shipping-results {
    margin-top: 10px;
    border: 1px dotted #d6d6d6;
    background: #fff;
    padding: 10px;
}

.estimate-shipping .inputs {
    overflow: hidden;
    margin-bottom: 5px;
}

.estimate-shipping label {
    display: inline-block;
    min-width: 95px;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.estimate-shipping select {
    width: 141px;
}

.estimate-shipping input[type="text"] {
    width: 129px;
}

.estimate-shipping select,
.estimate-shipping input[type="text"] {
    margin: 0 !important;
}

.estimate-shipping-button {
    margin-right: 0;
}

.estimate-shipping .button-2 {
    float: right;
    margin-top: 5px;
}

.shipping-results {
    padding: 0 10px;
}

    .shipping-results li {
        margin: 10px 0;
    }

    .shipping-results strong {
        display: block;
        margin-bottom: 5px;
        color: #000;
    }

.totals {
    float: right;
    width: 330px;
}

.total-info {
    margin-bottom: 15px;
    font-size: 12px;
}

.cart-total td {
    padding: 5px;
    text-align: right;
}

td.cart-total-left,
.cart-total-left-below {
    width: 100%;
    padding-right: 15px;
    font-weight: bold;
}

td.cart-total-right {
    border-left: 1px dotted #999;
    padding-left: 15px;
}

.cart-total strong {
    font-size: 16px;
}

.shopping-cart-page .addon-buttons {
    float: right;
    text-align: right;
    width: 330px;
    margin: -70px 0 40px;
}

.checkout-buttons {
    text-align: right;
}

.checkout-data {
    font-size: 11px;
    color: #555;
}

.address-grid {
    overflow: hidden;
    margin-bottom: 15px;
    background: #ececec;
    padding: 15px;
}

    .address-grid .address-item {
        float: left;
        width: 200px;
        margin: 0 10px 10px 0;
        border: 1px solid #d6d6d6;
        background: #fff;
        padding: 10px 5px;
    }

    .address-grid .select-button {
        margin-bottom: 5px;
        text-align: center;
    }

    .address-grid .address-box {
        margin: 10px;
    }

        .address-grid .address-box li:first-child {
            margin-bottom: 5px;
            font-size: 12px;
            color: #000;
        }

.checkout-page .edit-address {
    margin-bottom: 15px;
}

    .checkout-page .edit-address .inputs {
        margin: 10px 0;
    }

    .checkout-page .edit-address label {
        display: inline-block;
        width: 100px;
        font-weight: bold;
    }

    .checkout-page .edit-address input[type="text"],
    .checkout-page .edit-address select {
        width: 300px;
    }

.checkout-page .enter-address .buttons {
    text-align: left;
}

.order-summary-body {
    overflow: visible;
}

    .order-summary-body .totals {
        color: #000;
    }

.checkout-page .shipping-method,
.checkout-page .payment-method {
    margin-bottom: 15px;
}

.checkout-page .method-list {
    margin-bottom: 15px;
    background: #ececec;
    padding: 5px 10px;
}

    .checkout-page .method-list li {
        margin: 10px 0;
    }

.checkout-page .method-name {
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}

.checkout-page .method-description {
    margin-left: 15px;
}

.checkout-page .buttons {
    text-align: right;
}

.checkout-page .payment-info .info {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

    .checkout-page .payment-info .info p {
        margin: 5px 0;
    }

.confirm-order {
    margin-bottom: 15px;
    background: #ececec;
    padding: 15px;
}

    .confirm-order .buttons {
        text-align: center;
    }

.order-review-data {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
}

.billing-info, .shipping-info {
    float: left;
    margin-right: 25px;
    font-size: 12px;
    padding-bottom: 10px;
}

    .billing-info strong,
    .shipping-info strong {
        display: block;
        margin-top: 10px;
        color: #000;
    }

.order-completed .details {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

    .order-completed .details li {
        margin: 5px 0;
    }

        .order-completed .details li:first-child {
            font-size: 12px;
            text-transform: uppercase;
        }

    .order-completed .details a {
        text-decoration: underline;
    }


/********** ONE-PAGE CHECKOUT **********/



.opc .active {
    margin-bottom: 20px;
}

.opc .step {
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 15px;
}

.opc .step-title {
    overflow: hidden;
    background: #eee;
    padding: 5px 8px;
}

    .opc .step-title span {
        float: left;
        margin-right: 5px;
        border: 1px solid #fff;
        background: #fff;
        padding: 0 6px;
        font-size: 11px;
        line-height: 18px;
        font-weight: bold;
        color: #999;
    }

    .opc .step-title h2 {
        float: left;
        font-size: 13px;
        line-height: 20px;
        font-weight: bold;
        color: #999;
        text-transform: capitalize;
    }

.opc .allow .step-title {
    border-bottom: 1px dotted #999;
    background: #ccc;
    color: #999;
    cursor: pointer;
}

    .opc .allow .step-title span {
        background: #ccc;
        color: #999;
    }

.opc .active .step-title {
    background: #999;
    cursor: default;
}

    .opc .active .step-title span {
        background: #000;
        color: #fff;
    }

    .opc .active .step-title h2 {
        color: #000;
    }

.opc .buttons {
    overflow: hidden;
}

    .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') left center no-repeat;
            padding-left: 20px;
        }

    .opc .buttons.disabled button {
        display: none;
    }

    .opc .buttons .please-wait {
        height: 21px;
        line-height: 21px;
    }

.please-wait {
    margin-left: 5px;
    background: url('../Images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}


/********** ORDER DETAILS & RETURN REQUESTS **********/



.order-details-page .page-title {
    position: relative;
    height: 27px;
}

    .order-details-page .page-title a {
        position: absolute;
        top: 0;
        right: 0;
    }

    .order-details-page .page-title .pdf-order-button {
        right: 61px;
    }

    .order-details-page .page-title a:hover {
        text-decoration: none;
    }

.order-details-page .order-overview {
    margin-bottom: 15px;
    background: #ececec;
    padding: 10px;
}

.order-details-area {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
    padding: 5px 10px 15px;
}

    .order-details-area tr {
        overflow: hidden;
    }

    .order-details-area td {
        float: left;
    }

.order-details-page .actions {
    overflow: hidden;
    text-align: right;
}

    .order-details-page .actions .button-1 {
        float: right;
        margin-left: 5px;
    }

.return-request-page .inputs {
    overflow: hidden;
    margin: 10px 0;
}

    .return-request-page .inputs label {
        float: left;
        width: 120px;
        line-height: 28px;
    }

    .return-request-page .inputs select {
        width: 362px;
        padding: 4px;
    }

    .return-request-page .inputs textarea {
        width: 350px;
        height: 150px;
    }

.return-request-page .buttons {
    margin-bottom: 20px;
    text-align: right;
}

.shipment-overview {
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 0;
}

    .shipment-overview ul {
        display: inline-block;
        margin: 0 .5% 15px;
        font-size: 12px;
        padding-bottom: 10px;
        width: 260px;
        text-align: left;
        min-height: 145px;
        vertical-align: middle;
    }


/********** FORUMS **********/



.forums-main-page .topic-html-content {
    border-bottom: 1px dotted #ccc;
}

.forums-main-page .topic-html-content-title {
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

.forums-main-header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.current-time {
    float: left;
}

.forum-search-box {
    float: right;
}

.forums-table-section-title {
    overflow: hidden;
    margin-bottom: 10px;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: left;
        font-size: 16px;
    }

    .forums-table-section-title span {
        float: right;
    }

    .forums-table-section-title .view-all {
        margin-right: 10px;
        line-height: 24px;
    }

.forums-table-section {
    margin-bottom: 20px;
    background: #fff;
}

    .forums-table-section table th {
        background: #000;
        padding: 3px 8px;
        text-align: left;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
    }

    .forums-table-section table td {
        border-bottom: 1px solid #d6d6d6;
        padding: 3px 8px;
    }

    .forums-table-section a {
        font-weight: bold;
    }

    .forums-table-section .image div {
        width: 32px;
        height: 32px;
        margin: auto;
        background: url('../Images/ico-forum.gif') center no-repeat;
    }

        .forums-table-section .image div.post-annoucement {
            background: url('../Images/ico-forum-post.gif') center no-repeat;
        }

        .forums-table-section .image div.poststicky {
            background: url('../Images/ico-forum-post-high.gif') center no-repeat;
        }

.forum-breadcrumb {
    float: left;
    max-width: 630px;
}

.forum-page .pager.upper,
.forum-topic-page .pager.upper {
    display: none;
}

.forum-top {
    margin-bottom: 15px;
    overflow: hidden;
}

    .forum-top .forum-info {
        margin-bottom: 10px;
    }

div.forum-name, h2.topic-name {
    font-size: 16px;
    font-weight: bold;
}

.forum-top .actions a {
    margin-right: 10px;
    padding-left: 20px;
    text-decoration: underline;
}

    .forum-top .actions a:hover {
        text-decoration: none;
    }

.forum-top .newtopic {
    background: url('../Images/ico-edit.gif') left center no-repeat;
}

.forum-top .watch-forum {
    background: url('../Images/ico-forum-watch.gif') left center no-repeat;
}

h2.topic-name {
    margin-bottom: 10px;
}

.manage {
    float: left;
    margin-bottom: 20px;
}

    .manage a {
        margin-right: 10px;
        padding-left: 20px;
        text-decoration: underline;
    }

        .manage a:hover {
            text-decoration: none;
        }

    .manage .edit-topic-link-button,
    .manage .edit-post-link-button {
        background: url('../Images/ico-edit.gif') left center no-repeat;
    }

    .manage .delete-topic-link-button,
    .manage .delete-post-link-button {
        background: url('../Images/ico-delete.gif') left center no-repeat;
    }

    .manage .move-topic-link-button {
        background: url('../Images/ico-move-topic.gif') left center no-repeat;
    }

.topic-options {
    float: right;
    margin-bottom: 20px;
}

    .topic-options a {
        margin-left: 10px;
        padding-left: 20px;
        text-decoration: underline;
    }

        .topic-options a:hover {
            text-decoration: none;
        }

    .topic-options .reply-topic-link-button {
        background: url('../Images/ico-edit.gif') left center no-repeat;
    }

    .topic-options .watch-topic-link-button {
        background: url('../Images/ico-forum-watch.gif') left center no-repeat;
    }

div.posts {
    clear: both;
}

.forum-post {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 0 15px;
}

    .forum-post .post-info {
        float: left;
        width: 180px;
        border-right: 1px dotted #ccc;
    }

    .forum-post .user-info {
        padding-right: 10px;
    }

    .forum-post .manage {
        float: none;
        margin-bottom: 10px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        background: #eee;
        padding: 5px 0;
    }

        .forum-post .manage a {
            margin: 0 5px;
            text-decoration: none;
        }

    .forum-post .username {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }

    .forum-post .avatar {
        margin-bottom: 10px;
    }

    .forum-post .user-stats {
        margin-bottom: 10px;
        font-size: 11px;
    }

        .forum-post .user-stats span {
            margin-left: 5px;
            color: #000;
        }

    .forum-post .post-content {
        margin-left: 200px;
    }

    .forum-post .posttime {
        margin-bottom: 10px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        background: #eee;
        padding: 5px;
    }

        .forum-post .posttime a {
            float: right;
            margin-left: 5px;
            font-weight: bold;
            text-decoration: underline;
        }

            .forum-post .posttime a:hover {
                text-decoration: none;
            }

.pager.lower {
    clear: both;
}

.forum-edit-page .form-fields,
.private-message-send-page .form-fields {
    background: #f6f6f6;
    padding: 10px;
}

.forum-edit-page .inputs,
.private-message-send-page .inputs {
    margin: 10px 0;
}

.forum-edit-page label,
.private-message-send-page label {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    text-align: right;
}

.forum-edit-page strong,
.private-message-send-page a {
    font-size: 16px;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin-left: 210px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    width: 500px;
    height: 180px;
    margin-left: 214px;
}

.forum-edit-page input[type="checkbox"] {
    vertical-align: bottom;
}

.forum-edit-page .buttons,
.private-message-send-page .options {
    margin-top: 15px;
    text-align: center;
}

    .private-message-send-page .options input[type="submit"] {
        padding: 5px 20px;
    }


/************* PROFILE PAGE *************/



.profile-page .page-title {
    font-size: 20px;
    text-transform: uppercase;
}

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .user-details {
        float: left;
        margin-right: 10px;
    }

    .profile-info-box .title {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .profile-info-box li span {
        line-height: 16px;
    }

.ui-tabs .topic {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    line-height: 18px;
}

.ui-tabs .topic-title {
    margin-bottom: 10px;
    background: #f6f6f6;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

    .ui-tabs .topic-title a:hover {
        color: #680;
    }

.ui-tabs .topic-data {
    margin-top: 10px;
    color: #999;
}

/*toppage*/
.three-add {
    margin: 15px 0px;
}

    .three-add ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .three-add li {
        float: left;
        margin-right: 20px;
    }



.facebookicon {
    background-image: url("../Images/facebook_icon.gif");
    background: no-repeat;
}


/* CSS Document */
.tool-box {
    margin: 0px;
    padding: 0px;
    height: 312px;
}

.box-1 {
    margin: 0px;
    padding: 0px;
}

    .box-1 h1 {
        height: 43px;
        background: url(../images/black-1.png) repeat-x;
        color: #FFF;
        font-family: arial;
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        vertical-align: middle;
        padding-top: 17px;
        margin: 0px;
    }

.main-box {
    width: 318px;
    height: 250px;
    background: url(../images/1-pixel.png) repeat-x;
    border: 1px solid #d5d5d5;
}

.main-in {
    background: #FFF;
    height: 188px;
    width: 298px;
    margin: 8px;
    border: 1px solid #d5d5d5;
}

.par {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0 8px;
    text-align: center;
}

.main-2 {
    background: url(../images/shadow.png) no-repeat center center;
    height: 35px;
}

.tool td {
    text-align: center;
    vertical-align: middle;
    height: 188px;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.three-box {
    margin: 0px;
}

    .three-box ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .three-box ul li {
            float: left;
            margin-left: 20px;
        }

            .three-box ul li:first-child {
                margin-left: 0px;
            }

.footer-bg {
    background: #f3f1f2;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 0px;
}

.footer-mew {
    margin-top: 15px;
}

.footer-copy {
    text-align: center;
}

.footer-bg h1 {
    font-size: 16px;
    font-weight: bold;
    color: #2c2d2d;
    margin-bottom: 10px;
}

.payment-icon01 {
    background: url(../images/payment-icon01.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.payment-icon02 {
    background: url(../images/payment-icon02.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.payment-icon03 {
    background: url(../images/payment-icon03.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.payment-icon04 {
    background: url(../images/payment-icon4.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.payment-icon05 {
    background: url(../images/payment-icon5.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.payment-icon06 {
    background: url(../images/payment-icon6.png) no-repeat;
    display: block;
    height: 43px;
    width: 64px;
}

.twitter {
    background: url(../images/twitter_icon.png) no-repeat;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}

.facebook {
    background: url(../images/facebook_icon.png) no-repeat;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
}

.footer-links {
    float: left;
    width: 25%;
}

    .footer-links li {
        margin: 5px 0px;
    }

        .footer-links li a {
            color: #2c2d2d;
        }

            .footer-links li a:hover {
                color: #FF620D;
            }

.payment-links {
    margin: 0px;
}

    .payment-links li {
        float: left;
        margin-right: 9px !important;
    }

.footer-links2 {
    float: right;
    margin-top: 32px;
}

    .footer-links2 li {
        margin: 8px 0px;
    }

.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.newsletter-subscribe-button {
    background: url(../images/newsletter-button.jpg) repeat-x center top;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #be8028;
    border-right: 1px solid #be8028;
    color: #2C2D2D;
    font-family: arial;
    font-size: 18px;
    height: 50px;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
}

    .newsletter-subscribe-button:hover {
        background: url(../images/newsletter-button.jpg) repeat-x center bottom;
    }

.menu-sd {
    background: url(../images/menusd.png) no-repeat center top;
    height: 10px;
}

.phone-number {
    margin-top: 7px;
    text-align: right;
}

    .phone-number p {
        margin: 0px;
        font-size: 16px;
    }

        .phone-number p span {
            color: #FF620D;
            font-size: 29px;
            position: relative;
            top: 4px;
        }

.mon-sat {
    font-size: 14px !important;
    margin-top: 2px !important;
}

.listbox .list li a {
    background: url(../images/orange-arrow.png) no-repeat 0px 2px;
    padding-left: 12px;
    border-bottom: 1px dotted #ccc;
}

.listbox .sublist li a {
    color: #31272f !important;
    background: url(../images/black-arrow.png) no-repeat 0px 0px;
    padding-left: 12px;
    border-bottom: 1px dotted #ccc;
}

.listbox .list li {
    padding-top: 5px;
}

.shadow {
    background: url('../Images/shadow-2.png') no-repeat;
    width: 180px;
    height: 14px;
}

.under-18 {
    text-align: center;
    margin-top: 10px;
}

.under-bg {
    background: url('../Images/18-plus.png') no-repeat;
    width: 101px;
    height: 100px;
    margin-left: 37px;
    text-align: center;
    margin-top: 15px;
}

.under-18 p {
    margin: 10px;
}

.listbox .list .active {
    color: #fa6610 !important;
}

.listbox .sublist .active {
    color: #fa6610 !important;
}

.current-page {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: block;
    height: 14px;
    padding: 1px 2px;
    text-align: center;
    width: 15px;
}

.mtop10 {
    margin-top: 10px;
}

.video {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    .video:hover {
        text-decoration: none;
    }

.mtop10.fr {
    float: right;
    width: 70%;
}
/*maulik*/
.follow-us {
    display: block;
    position: fixed;
    top: 100px;
    left: 0;
    border-top: 2px solid #d5d5d5;
    border-right: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    padding: 10px;
    background: #f3f1f2;
}

.div-share {
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    padding: 4px;
}

    .div-share li {
        padding-bottom: 6px;
    }
/*end*/