/*[fmt]1000-101A-1*/ /*RESET STYLESHEET (html5doctor.com) v1.6.1*/

HTML, BODY, DIV, 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;
    color: #000000;
}

BODY {
    line-height: 1;
}

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;
    font-weight: bold;
}

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)*/
BODY {
    text-align: center;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    background: #000000 url("images/background.gif") repeat 0 0;
    background-attachment: fixed;
    color: #5C5B5B;
    line-height: normal;
}

A {
    font-weight: normal;
}

    A:hover {
        text-decoration: underline;
    }

H1, H2, H3, H4, H5, H6 {
    font-family: arial, helvetica, sans-serif;
}

H2, H3 {
    font-size: 16px;
}

TEXTAREA {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    border: 1px solid #ABA9A9;
}

FIELDSET {
    margin: 0px 0px 15px;
    border: 1px solid #C9C9C9;
    padding: 15px;
}

LEGEND {
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}

INPUT[type="text"], INPUT[type="password"] {
    border: 1px solid #ABA9A9;
}

    INPUT[type="text"]:disabled {
        background: #FFF repeat 0 0;
    }
/*MASTER PAGE WRAPPERS*/
.master-wrapper-page {
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 30px auto 25px;
    width: 1100px;
    background: #2249A2 repeat 0 0;
    -moz-box-shadow: 0 0.5em 2em rgba(0,0,0,0.1);
    border: 1px solid #808080;
}

.master-wrapper-content {
    float: left;
    width: 1070px;
    margin: 8px 15px 15px 15px;
    text-align: left;
    background: #2249A2 repeat 0 0;
}

.master-wrapper-main {
    width: 1070px;
    overflow: hidden;
    font-family: arial, helvetica, sans-serif;
    color: #5C5B5B;
}

    /*one column master page*/
    .master-wrapper-main .center-1 {
        float: left;
        width: 1050px;
        min-height: 400px;
        padding: 10px;
        background: #FFF;
        display: inline;
        border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-top: 10px;
    }

    /*two column master page*/ .master-wrapper-main .side-2 {
        float: left;
        width: 190px;
        margin: 10px 0;
        display: inline;
    }

    .master-wrapper-main .center-2 {
        border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        float: left;
        width: 850px;
        min-height: 400px;
        padding: 10px;
        margin: 10px 0 10px 10px;
        background: #E5E4E4;
        display: inline;
    }

    /*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: 650px;
        min-height: 400px;
        padding: 10px;
        margin: 10px;
        background: #FFFFFF;
        display: inline;
        overflow: hidden;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    }

    .master-wrapper-main .rightside-3 {
        float: right;
        width: 190px;
        margin: 10px 0;
        display: inline;
    }

/*HEADER AND MENU*/ .header {
    padding: 0 2px;
    height: 110px;
    background: #2249A2;
}

    .header .icon {
        vertical-align: bottom;
    }

    .header .ico-register {
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .header .ico-login {
        padding-left: 10px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .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;
            color: #FFFFFF;
            font-weight: bold;
        }

        .header .ico-cart SPAN, .header .ico-wishlist SPAN {
            float: left;
            color: #FFFFFF;
        }

.header-logo {
    margin-top: 5px;
    float: left;
    text-align: left;
}

A.logo {
    background: transparent url("images/logo.jpg") no-repeat 0 0;
    display: block;
    width: 609px;
    height: 108px;
    text-decoration: none;
}

.header-selectors-wrapper {
    text-align: right;
    float: right;
    margin-top: 10px;
    clear: both;
}

.currency-selector {
    float: right;
}

.language-selector {
    float: right;
}

.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: 1px solid #CCC !important;
        }

        UL.language-list LI:hover {
            cursor: pointer;
        }

.header-links-wrapper {
    position: relative;
    float: right;
    text-align: right;
    width: auto;
    margin-top: 20px;
}

.header-links {
    float: right;
    padding: 0px;
    margin: 10px 0;
    display: inline-table;
}

    .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 {
        color: #FFFFFF;
        text-decoration: none;
        float: left;
        font-weight: bold;
    }

        .header-links A:hover {
            color: #FFFFFF;
            text-decoration: underline;
            font-weight: bold;
        }

        .header-links A.account {
            color: #B0C8FE;
        }

.admin-header-links {
    padding: 5px;
    margin-bottom: -15px;
    text-align: center;
}

    .admin-header-links .administration {
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: block;
        color: #E44097;
        margin-bottom: 10px;
    }

        .admin-header-links .impersonate A {
            color: #F93;
            font-weight: 700;
        }

.header-menu {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #1e1e1e 20%, #383838 50%, #1e1e1e 80%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(20%,#1e1e1e), color-stop(50%,#383838), color-stop(80%,#1e1e1e), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%,#1e1e1e 20%,#383838 50%,#1e1e1e 80%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%,#1e1e1e 20%,#383838 50%,#1e1e1e 80%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%,#1e1e1e 20%,#383838 50%,#1e1e1e 80%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%,#1e1e1e 20%,#383838 50%,#1e1e1e 80%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    height: 32px;
    list-style: none outside none;
    margin: 5px -16px 0;
    padding: 0 16px;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

    .header-menu A {
        color: #FFFFFF;
        font-size: 1.1em;
        text-decoration: none;
    }

        .header-menu A:hover {
            color: #FFFFFF;
        }

    .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: #244893; /* Old browsers */
            background: -moz-linear-gradient(top, #244893 0%, #2f5bbc 21%, #376ee5 50%, #2f5bbc 80%, #244893 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#244893), color-stop(21%,#2f5bbc), color-stop(50%,#376ee5), color-stop(80%,#2f5bbc), color-stop(100%,#244893)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #244893 0%,#2f5bbc 21%,#376ee5 50%,#2f5bbc 80%,#244893 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #244893 0%,#2f5bbc 21%,#376ee5 50%,#2f5bbc 80%,#244893 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #244893 0%,#2f5bbc 21%,#376ee5 50%,#2f5bbc 80%,#244893 100%); /* IE10+ */
            background: linear-gradient(to bottom, #244893 0%,#2f5bbc 21%,#376ee5 50%,#2f5bbc 80%,#244893 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244893', endColorstr='#244893',GradientType=0 ); /* IE6-9 */
        }

    .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: #E5EDFF repeat 0 0;
    float: right;
    clear: right;
    width: auto;
    display: inline;
    padding: 3px;
    -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: #FFF repeat 0 0;
    width: 300px;
    border: 1px solid #E3E3E3;
    padding: 4px 5px;
    vertical-align: top;
    font-size: 12px;
}

.search-box-button {
    padding: 4px 5px;
    background: #F6F6F4 repeat 0 0;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #353434;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 2px;
    width: 70px;
}
/*override some jQuery UI style*/ .search-box .ui-autocomplete-loading {
    background: #FFFFFF url('images/ajax_loader_small.gif') no-repeat right center;
}

.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 { /*border-top: 2px solid #666666;*/
    clear: both;
    height: auto;
    margin: 0px;
    padding: 10px 15px;
    background: none repeat scroll 0 0 #2249A2;
}

    .footer a {
        text-decoration: none;
        color: #B0C8FE;
    }

.footer-disclaimer {
    font-size: 11px;
    color: #C2C2C2;
}

.footer-poweredby {
    padding-top: 10px;
    clear: both;
    font-size: 11px;
    color: #C2C2C2;
}

.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-wrapper {
    zoom: 1;
    padding: 10px 20px;
    overflow: auto;
    border: 1px solid #B0AFAF;
    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;
}

    .footer-menu-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .footer-menu-wrapper .column {
        float: left;
        text-align: left;
        width: 25%;
    }

        .footer-menu-wrapper .column h3 {
            font-size: 13px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
        }

        .footer-menu-wrapper .column ul {
            margin: 13px 0;
            padding: 0;
            list-style: none outside none;
        }

            .footer-menu-wrapper .column ul li {
                line-height: 150%;
                margin-bottom: 3px;
            }

/*MISC. CLASSES*/ .nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.page {
}

.page-body {
}

.page-title {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

    .page-title H1, .page-title H2 {
        padding: 5px 5px 5px 0;
        font-size: 20px;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: #000000;
    }

    .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 {
}

.button-1, .button-2 {
    color: #383838;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 3px 7px; /*position: relative;*/
    position: static;
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
    /*-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: 1px solid #686868;
    border-radius: 1px;
    -o-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    cursor: pointer;
    height: auto;
    width: auto;
    overflow: visible;
}

    .button-1:hover, .button-2:hover {
        background: #E3E2F7;
        background: -webkit-gradient(linear,0% 40%,0% 70%,from(#E5EDFF),to(#D0CEF0));
        background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#E5EDFF),to(#D0CEF0));
        color: #000000;
        border-color: #000000;
        -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }

.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 {
    margin-bottom: 15px;
    border: 1px solid #ABA9A9;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #FFFFFF;
}

    .fieldset .title {
        margin-bottom: 10px;
        zoom: 1;
        font-size: 12px;
        background-color: #E3E2F7;
        border-bottom: 1px solid #ABA9A9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 4px;
    }

        .fieldset .title STRONG {
        }

    .fieldset .inputs {
        margin-bottom: 5px;
    }

        .fieldset .inputs LABEL {
            display: inline-block;
            width: 130px;
            margin-left: 10px;
        }

.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;
    color: #FFFFFF;
}
/*DATA TABLE*/ .data-table {
    width: 100%;
    border: 1px solid #EEE;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .data-table TH {
        font-weight: bold;
        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 #EEE;
        border-right: 1px solid #EEE;
    }

    .data-table .odd {
    }

    .data-table .even {
        background-color: #F6F6F6;
    }
/*TOPICS*/ .topic-html-content {
    padding-bottom: 5px;
}

.topic-html-content-title {
    padding: 0 0 5px;
    clear: both;
}

.topic-html-content-header {
    font-size: 1.2em;
    font-weight: 700;
}

.topic-html-content-body {
}

    .topic-html-content-body A {
        text-decoration: underline;
        color: #1C2D53;
    }

.topic-page {
    background-color: #FFFFFF;
}

    .topic-page .page-body {
    }

        .topic-page .page-body A {
            text-decoration: underline;
            color: #1C2D53;
        }
/*COLOR SWATCHES*/
.colors-title {
    font-size: larger;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: #303030;
    margin-top: 15px;
    margin-bottom: 4px;
    padding: 3px;
}

    .colors-title STRONG {
        color: white;
    }

.colors-grid {
    background-color: #E5E4E4;
}

.colors-data {
    display: inline-block;
    border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: #FFFFFF;
    padding-top: 5px;
    margin-bottom: 8px;
    width: 125px;
}

    .colors-data IMG {
        width: 123px;
    }

.colors-label {
    border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    text-align: center;
    font-weight: bold;
    background-color: #A1A1A1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
}
/*VALIDATION AND ERRORS*/ .message-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FF0000;
}

    .message-error UL {
        padding: 0px;
    }

        .message-error UL LI {
            list-style: none;
        }

.validation-summary-errors {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FF0000;
}

.field-validation-error {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FF0000;
}

.required {
    color: #FF0000;
}
/*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: #1C2D53 !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 {
        float: right;
        margin: 2px 0;
    }

    .pager LI {
        float: left;
        line-height: 20px;
        list-style: none outside none;
        margin-left: 5px;
    }

    .pager A, .pager SPAN {
        display: inline-block;
        min-width: 10px;
        text-align: center;
        color: #555;
        font-size: 11px;
        font-weight: 700;
        padding: 0px 8px;
		border-radius: 2px;
		-o-border-radius: 2px;
		-khtml-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-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 #DCDCDC;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background-color: #F5F5F5;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        cursor: pointer;
        text-decoration: none;
    }

        .pager SPAN, .pager A:active {
            background-color: #F9F9F9;
            cursor: default;
        }

        .pager A:hover {
            border: 1px solid #C6C6C6;
            color: #333;
            -webkit-transition: all 0.0s;
            -moz-transition: all 0.0s;
            -ms-transition: all 0.0s;
            -o-transition: all 0.0s;
            transition: all 0.0s;
            background-color: #F8F8F8;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            text-decoration: none;
        }
/*NAVIGATIONS*/ .block {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .block .title {
        background: #1a2844; /* Old browsers */
        background: -moz-linear-gradient(top, #1a2844 0%, #113475 20%, #184ea0 50%, #113475 80%, #1a2844 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a2844), color-stop(20%,#113475), color-stop(50%,#184ea0), color-stop(80%,#113475), color-stop(100%,#1a2844)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1a2844 0%,#113475 20%,#184ea0 50%,#113475 80%,#1a2844 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #1a2844 0%,#113475 20%,#184ea0 50%,#113475 80%,#1a2844 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #1a2844 0%,#113475 20%,#184ea0 50%,#113475 80%,#1a2844 100%); /* IE10+ */
        background: linear-gradient(to bottom, #1a2844 0%,#113475 20%,#184ea0 50%,#113475 80%,#1a2844 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2844', endColorstr='#1a2844',GradientType=0 ); /* IE6-9 */
        border-radius: 5px 5px 0px 0px;
        -o-border-radius: 5px 5px 0px 0px;
        -khtml-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        font-size: 12px;
        letter-spacing: 1px;
        text-align: left;
        padding: 9px 7px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
    }

        .block .title STRONG {
            font-weight: 700;
            color: #FFFFFF;
        }

    .block .listbox {
        font-size: 11px;
        padding: 5px 10px 10px;
        line-height: 18px;
        margin: 0;
        border-radius: 0px 0px 5px 5px;
		border-radius: 0px 0px 5px 5px;
		-o-border-radius: 0px 0px 5px 5px;
		-khtml-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
    }

        .block .listbox UL {
            margin: 0;
            padding: 0 0 0 2px;
            color: #5C5B5B;
            background-color: inherit;
        }

    .block A {
        color: #B0C8FE;
        font-size: 1.1em;
        font-weight: 400;
        text-decoration: none;
    }

        .block A:hover {
            color: #B0C8FE;
            text-decoration: underline;
            font-weight: normal;
        }

    .block LI {
        background: url("images/bullet-right.gif") no-repeat left 8px;
        list-style: none outside none;
        line-height: 18px;
        padding: 4px 1px 3px 13px;
    }

        .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: #FFFFFF;
        font-weight: 700;
        text-decoration: none;
    }

    .block-category-navigation .listbox UL .active, .block-manufacturer-navigation .listbox UL .active {
        font-weight: 700;
    }

    .block-category-navigation .listbox UL .inactive, .block-manufacturer-navigation .listbox UL .inactive {
    }

    .block-category-navigation UL.sublist {
        margin: 0px 0px 0px 7px;
    }

        .block-category-navigation UL.sublist .inactive A:hover {
            color: #B0C8FE;
            font-weight: 400;
        }

    .block-manufacturer-navigation .listbox .view-all A {
        color: #5C5B5B;
        font-weight: 700;
    }

    .block-recently-viewed-products LI {
        border-radius: 4px;
        -o-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background: #FFFFFF;
        min-height: 35px;
        clear: both;
        margin: 0px 0px 4px;
    }

    .block-recently-viewed-products A {
        color: #1C2D53;
    }

        .block-recently-viewed-products A:hover {
            color: #1C2D53;
        }

    .block-recently-viewed-products LI.last {
    }

    .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: 700;
        text-decoration: none;
        color: #8D8D8D;
    }

    .block-account-navigation A {
        white-space: nowrap;
    }

        .block-account-navigation A.inactive {
            font-weight: 400;
            text-decoration: none;
        }

            .block-account-navigation A.inactive:hover {
                text-decoration: underline !important;
                color: #B0C8FE;
            }

    .block-newsletter SPAN {
        color: #FFFFFF;
    }

    .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: #B0C8FE;
        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 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #2249A2 repeat 0 0;
    border: 1px solid #B0AFAF;
}

.block-account-navigation A:hover {
}

.newsletter-result-block {
    color: #FFFFFF;
}
/*MINI-SHOPPING CART*/ .flyout-cart {
    display: none;
    position: absolute;
    float: left;
    top: 27px;
    right: 0px;
    width: 300px;
    min-height: 50px;
    z-index: 99999;
}

    .flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    padding: 5px 10px 10px;
    margin: 0;
    border: 1px solid #C1C1C1;
    background: #E5E4E4 repeat 0 0;
    font-size: 11px;
}

    .mini-shopping-cart A {
        font-weight: 700;
        text-decoration: none;
    }

        .mini-shopping-cart A:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        margin: 10px 0px 10px;
    }

    .mini-shopping-cart .items {
    }

    .mini-shopping-cart .item {
        border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        overflow: hidden;
        clear: both;
        border: 1px solid #ABA9A9;
        background-color: #FFFFFF;
        margin-bottom: 5px;
    }

        .mini-shopping-cart .item.first {
        }

        .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: 206px;
        }

        .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;
        }

        .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;
    }
/*NOTIFICATIONS*/ .bar-notification {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    .bar-notification.success {
        background: #76AF2A repeat 0 0;
        border-bottom: 3px solid #B5B5B5 !important;
        color: #000000;
        margin: 0 0 10px;
    }

    .bar-notification.error {
        background: #CC0000 repeat 0 0;
        border-bottom: 3px solid #B5B5B5 !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: #000000;
        }

            .bar-notification P.content A:hover {
                text-decoration: none;
                color: #000000;
            }
/*ORDER SUMMARY, SHOPPING CART, WISHLIST*/ .shopping-cart-page, .wishlist-page {
}

    .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: #555;
    }

    .wishlist-page .share-info {
        margin: 5px 0;
    }

        .wishlist-page .share-info .share-label {
            font-weight: 700;
        }

        .wishlist-page .share-info A.share-link {
            color: #1C2D53;
            text-decoration: none;
        }

.order-summary-content, .wishlist-content {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #555;
}

    .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: #555;
        margin: 0 0 10px;
        border: 1px solid #EEE;
    }

        .order-summary-content .coupon-box .message, .order-summary-content .giftcard-box .message {
            font-family: Verdana, Arial, sans-serif;
            font-size: 10px;
            font-weight: 700;
            color: #FF0000;
        }

        .order-summary-content .coupon-box .current-code {
            padding: 10px 0px 0px;
        }

        .order-summary-content .coupon-box .discount-coupon-code, .order-summary-content .giftcard-box .gift-card-coupon-code {
            width: auto;
        }

        .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;
    }

    .order-summary-content .apply-discount-coupon-code-button, .order-summary-content .apply-gift-card-coupon-code-button {
        margin: 5px 0;
    }

    .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: 700;
        }

            .order-summary-content .cart .cart-header-row TH, .wishlist-content .cart .cart-header-row TH {
                background: #303030 repeat 0 0;
                color: #FFFFFF;
                border-right: 1px solid #6A6A6A;
                height: 20px;
                padding: 2px 8px;
                vertical-align: middle;
                white-space: nowrap;
            }

                .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 #C5C5C5;
                vertical-align: middle;
                line-height: 30px;
            }

                .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: 700;
                        text-decoration: none;
                    }

                .order-summary-content .cart .cart-item-row TD.end, .wishlist-content .cart .cart-item-row TD.end {
                    text-align: right;
                    font-weight: 700;
                    color: #008000;
                    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: right;
                width: 40px;
            }

    .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: #353434;
        }

.cart-total-left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: 700;
    color: #353434;
}

.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;
}

.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: #F7F5E8 repeat 0 0;
    border: 1px dotted #D3D3D3;
    clear: both;
}

    .order-summary-content .checkout-attributes .text-prompt {
        font-weight: bold;
    }

    .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: 1px solid #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;
    color: #BA0000;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}

.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: bold 15px / 30px Arial, Helvetica, sans-serif;
    }

    .order-summary-content .checkout-buttons .checkout-button {
        display: inline-block;
        padding: 0px 25px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    }

.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: #555;
    border: 1px solid #EEE;
}

    .estimate-shipping .hint {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .estimate-shipping .country-input, .estimate-shipping .state-input {
        width: 137px;
    }

    .estimate-shipping .zip-input {
    }

    .estimate-shipping .shipping-options {
        text-align: left;
        height: auto;
    }

        .estimate-shipping .shipping-options LABEL {
            display: inline-block;
            width: 85px;
        }

        .estimate-shipping .shipping-options .estimate-shipping-button {
            margin-left: 90px;
        }

    .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 {
}

    .checkout-page .page-title, .checkout-one-page .page-title {
    }

    .checkout-page .checkout-data, .checkout-one-page .checkout-data {
        margin: 0;
        padding: 0;
        color: #555;
        background-color: inherit;
    }

.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: 1px dashed #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 #EEE;
    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 #EEE;
    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;
    }

    .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: 1px dotted #D3D3D3;
}

.checkout-data .payment-method {
    text-align: left;
    border: 1px solid #EEE;
    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 #EEE;
    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 #EEE;
    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;
}

    .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;
    }

        .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 #EEE;
    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: #1C2D53;
        text-decoration: none;
    }

.order-progress {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #F3F3F3;
}

    .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: #6A6A6A;
                background: url(images/progress-step-active.gif) no-repeat 50% 50%;
                padding-bottom: 40px;
                padding-right: 1px;
                zoom: 1;
            }

            .order-progress UL LI .inactive-step {
                color: #D7D7D7;
                background: url(images/progress-step-inactive.gif) 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;
        }

    .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: bold 11px / 14px arial, helvetica, sans-serif;
            color: #999;
        }

        .opc .step-title H2 {
            float: left;
            margin: 0;
            font: bold 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: #B20405;
            border-color: #B20405;
            color: #FFF;
        }

        .opc .active .step-title H2 {
            color: #555;
        }

    .opc .step {
        border: 1px solid #EEE;
        border-top: 0;
        background: #FBFAF6 repeat-x 0 0;
        padding: 15px 30px;
        position: relative;
    }

    .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*/ .order-details-page .order-details-page .page-title {
}

.order-details-page .page-title H1 {
    float: left;
}

.order-details-page .page-title A {
    float: right;
    margin-left: 10px;
}

    .order-details-page .page-title A:hover {
        text-decoration: none;
    }

.order-details-page .title {
    padding: 10px 10px 5px 0;
    font-weight: 700;
    clear: both;
    font-size: 12px;
}

.order-details-page .page-body {
    border: 1px solid #EEE;
    padding: 10px;
}

.order-details-page .order-overview {
    text-align: left;
    padding-bottom: 10px;
    overflow: hidden;
}

    .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 #EEE;
    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;
    }

    .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;
}

    .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;
}

.order-details-page .cart-total-left {
    color: #000;
}
/*SHIPMENTS*/ .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;
        }

        .shipment-details-page .shipment-overview .title {
            margin-bottom: 5px;
        }

    .shipment-details-page .tracking-url {
        color: #1C2D53;
        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: #000000;
        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: 0.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;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    zoom: 1;
}

    .product-grid:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-grid .item-box {
        border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        float: left;
        padding: 5px;
        text-align: center;
        vertical-align: text-top;
        background-color: #FFFFFF;
        border: 1px solid #C5C4C4;
        margin: 1px;
    }

        .product-grid .item-box:hover {
            border: 1px solid #827D7D;
        }

    .product-grid .product-item {
        text-align: left;
        margin: 0;
        padding: 0;
        width: 148px;
        height: 270px;
    }

        .product-grid .product-item .product-title {
            font-weight: normal;
            font-size: 12px;
            padding: 0;
            position: relative;
            vertical-align: top;
            height: 82px;
        }

            .product-grid .product-item .product-title A {
                display: block;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
            }

        .product-grid .product-item .details {
            height: 125px;
        }

        .product-grid .product-item .product-rating-box {
            height: 0;
            visibility: hidden;
        }

        .product-grid .product-item .picture {
            background: #FFFFFF repeat 0 0;
            height: 140px;
            overflow: hidden;
            border-bottom: 1px solid #C5C4C4;
        }

            .product-grid .product-item .picture IMG {
                margin: 5px;
            }

        .product-grid .product-item .description {
            display: none;
            margin: 5px 5px 0;
            text-align: center;
            padding: 10px 5px;
            border-top: 1px solid #E3E3E3;
            color: #555;
            height: 50px;
        }

        .product-grid .product-item .add-info {
        }

        .product-grid .product-item .prices {
            text-align: left;
            vertical-align: bottom;
            position: static;
            bottom: 15px;
            right: 10px;
            height: 15px;
            font-weight: bold;
        }

            .product-grid .product-item .prices .price {
                margin: 0px;
                display: block;
            }

            .product-grid .product-item .prices .actual-price {
                color: #1C2D53;
            }

            .product-grid .product-item .prices .old-price {
                color: #5C5B5B;
                text-decoration: line-through;
            }

        .product-grid .product-item .buttons {
            margin-top: 5px;
            text-align: left;
        }

.product-box-add-to-cart-button {
    background: #49750c; /* Old browsers */
    background: -moz-linear-gradient(top, #49750c 0%, #71a529 50%, #49750c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49750c), color-stop(50%,#71a529), color-stop(100%,#49750c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #49750c 0%,#71a529 50%,#49750c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49750c', endColorstr='#49750c',GradientType=0 ); /* IE6-9 */
    padding: 3px 7px;
    cursor: pointer;
    color: #FFFFFF;
    text-shadow: none;
    border-color: #999;
    border: 1px solid #ABA9A9;
    font-weight: 700;
}

    .product-box-add-to-cart-button:hover {
        background: #49750c; /* Old browsers */
        background: -moz-linear-gradient(top, #49750c 0%, #7db72f 50%, #7db72f 50%, #49750c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49750c), color-stop(50%,#7db72f), color-stop(50%,#7db72f), color-stop(100%,#49750c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* IE10+ */
        background: linear-gradient(to bottom, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49750c', endColorstr='#49750c',GradientType=0 ); /* IE6-9 */
        color: #FFFFFF;
        border: 1px solid #101010;
    }
/*PRODUCTS IN LINES - TEMPLATE*/ .product-list {
    width: auto;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

    .product-list .item-box {
        text-align: left;
        clear: both;
        position: relative;
        margin-bottom: 10px;
    }

        .product-list .item-box:hover {
            background: #F9F9F9;
        }

    .product-list .product-item {
        width: auto;
        margin-top: 10px;
        min-height: 110px;
        position: relative;
        zoom: 1;
        background-color: #FFFFFF;
        border: 1px solid #808080;
    }

        .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-weight: 700;
                display: block;
                height: auto;
                line-height: 1.3em;
                overflow: hidden;
                padding: 4px 10px 8px 0;
            }

        .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;
            background-color: #FFFFFF;
            border: 1px solid #FFFFFF;
        }

        .product-list .product-item .description {
            padding: 0 0 0 10px;
            margin: 0px 100px 0 140px;
            text-align: left;
            color: #555;
        }

        .product-list .product-item .add-info {
            float: right;
            text-align: right;
            position: absolute;
            bottom: 10px;
            top: 10px;
            right: 10px;

        }

        .product-list .product-item .prices {
        }

            .product-list .product-item .prices .price {
                margin: 0;
                display: block;
                position: absolute;
                top: 10px;
                right: 10px;
            }

            .product-list .product-item .prices .actual-price {
                color: #1C2D53;
                font-weight: bold;
            }

            .product-list .product-item .prices .old-price {
                color: #5C5B5B;
                text-decoration: line-through;
            }

        .product-list .product-item .buttons {
            position: absolute;
            bottom: 0;
            right: 0;
        }
/*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: #555;
        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: #555;
        font-size: 1.2em;
        font-weight: 700;
    }

    .sub-category-grid .item-box, .manufacturer-grid .item-box {
        float: left;
        text-align: center;
        vertical-align: text-top;
        width: 168px;
    }

    .sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item {
        text-align: center;
        margin: 10px;
        width: 155px;
        height: 180px;
        border: 1px solid #C5C4C4;
        background-color: #FFFFFF;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    }

        .sub-category-grid .sub-category-item .title, .manufacturer-grid .manufacturer-item .title {
            text-align: center;
            font-weight: 700;
            font-size: 0.9em;
            display: block;
            overflow: hidden;
            padding: 5px;
        }

        .sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture {
            text-align: center;
            padding: 10px 0;
        }

.product-selectors {
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    zoom: 1;
    border: 1px solid #B0AFAF;
    background: #D5D4D4;
    padding: 10px 7px 0px;
}

    .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;
}

.product-viewmode {
    margin: 0 auto 10px;
    float: right;
}

.product-page-size {
    width: 165px;
    margin: 0 auto;
    text-align: center;
}

.product-filters-wrapper {
}

.product-filters {
    width: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #D5D4D4;
}

    .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;
        }

    .product-filters .filter-content {
        padding: 5px 10px;
    }

.price-range-filter {
}

    .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 {
    }

    .price-range-filter .selected-price-range {
    }

    .price-range-filter .remove-filter {
        padding-top: 5px;
    }

        .price-range-filter .remove-filter A {
            font-weight: 700;
            color: #1C2D53;
        }

.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: #1C2D53;
        }
/*COMPARE PRODUCTS*/ .compare-products-page {
}

    .compare-products-page .page-title {
    }

    .compare-products-page .page-body {
        margin: 0;
        padding: 0;
        font-size: 11px;
        color: #555;
        background-color: inherit;
    }

.compare-products-table {
	background-color: #FFFFFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

    margin-top: 10px;
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

    .compare-products-table TR.product-name {
        background-color: #E3E2F7;
        font-weight: bold;
    }

    .compare-products-table TD {
        border: 1px solid #EEE;
        padding: 3px;
        vertical-align: top;
    }
/*LOGIN*/ .login-page {
}

    .login-page .page-title {
        margin-bottom: 20px;
    }

    .login-page .page-body {
        color: #555;
    }

    .login-page .title {
        margin: -10px -10px 14px;
        zoom: 1;
        font-size: 12px;
        background-color: #E3E2F7;
        border-bottom: 1px solid #ABA9A9;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 4px;
    }

    .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: 250px;
        padding: 10px;
        border: 1px solid #ABA9A9;
        margin-bottom: 15px;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
        background-color: #FFFFFF;
    }

    .login-page .returning-wrapper {
        float: right;
        width: 46%;
        min-height: 250px;
        padding: 10px;
        border: 1px solid #ABA9A9;
        margin-bottom: 15px;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
        background-color: #FFFFFF;
    }

    .login-page .new-wrapper .text {
        line-height: 20px;
    }

    .login-page .new-wrapper .buttons {
        float: right;
        margin: 30px 10px 5px 30px;
        padding-right: 0px;
    }

    .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 10px 5px 30px;
    }

    .login-page .returning-wrapper LABEL {
        width: 100px;
        display: inline-block;
        margin-right: 10px;
        white-space: nowrap;
        vertical-align: middle;
        font-weight: 700;
    }

    .login-page .email, .login-page .username, .login-page .password {
        width: 265px;
    }

    .login-page .returning-customer .reversed LABEL {
        width: auto;
        font-weight: 400;
    }

    .login-page .forgot-password {
        display: block;
        margin-top: 20px;
        font-weight: 700;
    }

    .login-page .field-validation-error {
        display: block;
    }

.external-auth-errors {
    text-align: center;
    border: 1px solid #D3D3D3;
    vertical-align: top;
    width: 100%;
    color: #FF0000;
    margin-bottom: 20px;
}

    .external-auth-errors UL {
        padding: 0px;
    }

        .external-auth-errors UL LI {
            list-style: none;
        }

.external-auth-association {
    text-align: center;
    border: 1px solid #D3D3D3;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

    .external-auth-association .identifier {
    }

    .external-auth-association .remove {
        color: #1C2D53;
    }
/*REGISTRATION*/ .registration-page {
}

    .registration-page .page-title {
    }

    .registration-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
        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;
    font-weight: bold;
    margin: 10px 0 10px;
    padding: 0;
    text-transform: uppercase;
}

    .breadcrumb UL {
        margin: 0px;
        padding: 0px;
        font-weight: bold;
    }

    .breadcrumb LI {
        list-style: none;
        display: inline;
    }

        .breadcrumb LI STRONG {
            font-weight: bold;
        }

    .breadcrumb A {
        font-size: 0.9em;
        text-decoration: none;
        color: #5C5B5B;
        font-weight: bold;
    }

        .breadcrumb A:hover {
            text-decoration: underline;
            color: #5C5B5B;
        }

    .breadcrumb .current-item {
        font-size: 0.9em;
        font-weight: bold;
    }

    .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: #1C2D53;
            text-decoration: underline;
        }

    .news-item-page .result {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #FF0000;
        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: 1px solid #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: 2px solid #CEDBE1 !important;
                }

    .news-comment .comment-content {
        margin-left: 180px;
        border-left: 1px solid #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: #444;
                text-decoration: none;
                font-size: 1.2em;
            }

                .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: #5C5B5B;
        text-decoration: underline;
    }

    .blog-page .blog-posts .blog-details {
        margin-top: 15px;
    }

        .blog-page .blog-posts .blog-details A {
            font-weight: 700;
            text-decoration: none;
            color: #5C5B5B;
            background-color: inherit;
        }

.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: #1C2D53;
                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-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #FF0000;
        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: 1px solid #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: 2px solid #CEDBE1 !important;
                }

    .blog-comment .comment-content {
        margin-left: 180px;
        border-left: 1px solid #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 {
    color: #D2D2D2;
}

.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;
        color: #D2D2D2;
    }

.poll .buttons {
    padding: 5px;
}

.poll-vote-error {
    color: #FFFFFF;
}

.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 #C5C4C4;
        background-color: #FFFFFF;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
    }

    .email-a-friend-page .page-title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .title {
        margin-bottom: 20px;
    }

    .email-a-friend-page .product {
        font-weight: bold;
        font-size: 13px;
    }

    .email-a-friend-page .result {
        font-weight: bold;
    }

    .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-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: 1px solid #D7D7D7;
        padding: 10px;
        background-color: #FFFFFF;
		margin-bottom: 15px;
    }

        .search-page .search-input .buttons {
            text-align: right;
        }

    .search-page .search-results {
        padding-top: 0px;
    }

        .search-page .search-results .result {
            font-weight: 700;
            color: #555;
        }

    .search-page .basic-search LABEL {
        line-height: 25px;
    }

    .search-page .search-text {
        width: 699px;
    }

    .search-page .adv-search {
        margin-top: 10px;
    }

    .search-page .inputs {
        overflow: hidden;
        padding: 4px;
    }

        .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*/ #INVALID-RULE {
}
/*.password-recovery-page .page-title,newsletter-page .page-title*/ #INVALID-RULE {
}
/*.password-recovery-page .page-body,newsletter-page .page-body*/ #INVALID-RULE {
    margin: 0;
    padding: 0;
    color: #555;
    background-color: inherit;
}

.password-recovery-page .email {
    width: 250px;
}

.password-recovery-page .result {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #FF0000;
}
/*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 {
        border-radius: 5px;
        -o-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #ABA9A9;
        background-color: #FFFFFF;
    }

    .contact-page .result {
        font-weight: bold;
    }

    .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;
    }

    .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: 450px;
        height: 200px;
    }

    .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-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #FF0000;
    }

    .account-page .page-title {
        margin-bottom: 20px;
    }

    .account-page .page-body {
        margin: 0;
        padding: 0;
        color: #555;
    }

    .account-page .section {
        padding: 10px;
        margin-bottom: 20px;
        border: 1px solid #EEE;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-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 {
            margin: -10px -10px 14px;
            zoom: 1;
            background-color: #E3E2F7;
            border-bottom: 1px solid #ABA9A9;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            padding: 4px;
        }

            .account-page .section .title STRONG {
            }

        .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 {
            border: 1px solid #ABA9A9;
			border-radius: 5px;
			-o-border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
            background-color: #FFFFFF;
        }

            .address-list-page .address-list .address-item .title {
                font-size: 13px;
            }

            .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 .fieldset {
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: right;
    }

.username-available-status {
    color: #008000;
    padding-left: 5px;
}

.username-not-available-status {
    color: #FF0000;
    padding-left: 5px;
}

.account-signature-text {
    height: 100px;
    width: 500px;
    border: 1px solid #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 {
            border: 1px solid #ABA9A9;
			border-radius: 5px;
			-o-border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
            background-color: #FFFFFF;
        }

            .order-list-page .order-list .order-item .title {
                font-size: 13px;
            }

            .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: #1C2D53;
        }

        .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 #EEE;
		border-radius: 5px;
		-o-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-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 {
    border: 1px solid #C5C4C4;
    margin-top: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-essential {
}

.product-details-page .gallery {
    float: left;
    width: 410px;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .product-details-page .gallery .picture {
        height: 330px;
        text-align: center;
    }

    .product-details-page .gallery .picture-thumbs {
        margin-top: 10px;
    }

        .product-details-page .gallery .picture-thumbs A {
            margin-right: 3px;
        }

.product-details-page .overview {
    float: right;
    width: 380px;
    margin: 5px 5px 10px;
    padding: 10px;
    border: 1px solid #C5C4C4;
    border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-details-page .product-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: 0.3em;
    padding-top: 10px;
}

.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: #555;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}

.product-details-page .full-description {
    clear: both;
    color: #555;
    margin-bottom: 0.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 {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-details-page .product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .product-details-page .product-reviews-overview .product-review-box {
        margin-right: 5px;
    }

.rating {
    height: 16px;
    width: 80px;
    background: url(images/star-x-inactive.png) repeat-x 0 0;
}

    .rating DIV {
        float: left;
        height: 16px;
        background: url(images/star-x-active.png) repeat-x 0 0;
    }

.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 { /*float: left;clear: none;*/
    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;
        }

.add-to-cart-button {
    background: #49750c; /* Old browsers */
    background: -moz-linear-gradient(top, #49750c 0%, #71a529 50%, #49750c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49750c), color-stop(50%,#71a529), color-stop(100%,#49750c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #49750c 0%,#71a529 50%,#49750c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #49750c 0%,#71a529 50%,#49750c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49750c', endColorstr='#49750c',GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7DB72F',endColorstr='#4E7D0E');
    color: #FFF;
    text-shadow: none;
    border-color: #999;
    border: 1px solid #ABA9A9;
    font-weight: 700;
    font-size: 1.3em;
    margin-top: -5px;
    margin-left: 35px;
}

.product-details-page .product-variant-list .add-to-cart-button {
    margin-top: 15px;
    margin-left: 0;
    display: block;
}

.product-details-page .no-associated-products {
    font-weight: bold;
}

.add-to-cart-button:hover {
    background: #49750c; /* Old browsers */
    background: -moz-linear-gradient(top, #49750c 0%, #7db72f 50%, #7db72f 50%, #49750c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49750c), color-stop(50%,#7db72f), color-stop(50%,#7db72f), color-stop(100%,#49750c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #49750c 0%,#7db72f 50%,#7db72f 50%,#49750c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49750c', endColorstr='#49750c',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    border: 1px solid #000000;
}

.add-to-wishlist-button {
    display: block;
    margin-top: 10px;
}

.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: 0.3em;
}

.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: 0.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 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 { /*float:left;*/
    padding-top: 10px;
    margin-right: 30px;
}

.product-details-page .product-essential .prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-details-page .prices .product-price {
    font-weight: bold;
}

    .product-details-page .prices .product-price SPAN {
        color: #1C2D53;
        font-size: 20px;
    }

.product-details-page .prices .old-product-price {
    color: #5C5B5B;
}

    .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 {
    padding-top: 10px;
}

    .product-details-page .add-to-cart .enter-price-input {
        width: 60px;
    }

    .product-details-page .add-to-cart .qty-input {
        width: 40px;
    }

.product-details-page .attributes {
    margin-bottom: 10px;
}

    .product-details-page .attributes DL DT {
        margin: 10px 0 0;
    }

    .product-details-page .attributes .text-prompt {
        font-weight: bold;
    }

    .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: 1px solid #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;
    }

    .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: #5C5B5B;
    }

    .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;
        }

.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;
        background: #F3F3F3;
    }

    .tier-prices .prices-list TD {
        border-bottom: 3px solid #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: #1C2D53;
    }
/*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 {
        border: 1px solid #B0AFAF;
        border-radius: 4px;
        -o-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-top: 10px;
        padding: 15px;
        background-color: #FFFFFF;
    }

        .product-reviews-page .write-review .title {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
        }

        .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;
            background-color: #FFFFFF;
        }

        .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: 1px solid #B0AFAF;
        border-radius: 4px;
        -o-border-radius: 4px;
        -khtml-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 10px 0 0;
        padding: 10px 10px 20px;
        clear: both;
        background-color: #FFFFFF;
    }

        .product-review-list .product-review-item .review-item-head {
            clear: both;
        }

        .product-review-list .product-review-item .review-title {
            font-weight: 700;
            float: left;
            margin-bottom: 5px;
        }

        .product-review-list .product-review-item .rating {
            float: right;
            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;
        }

            .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 {
        color: #1C2D53;
        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: #1C2D53;
        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: 1px solid #CEC6B5;
}

.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: 1px solid #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: 1px solid #F3F3F3;
        height: 50px;
        margin-bottom: 10px;
    }

        .forums-main-page .forums-main-header .current-time {
            padding-top: 20px;
            font-size: 0.9em;
            color: #555;
            float: left;
        }

.forum-search-box {
    font-size: 0.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;
            font-weight: bold;
            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;
            font-weight: bold;
            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: 1px solid #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: 1px solid #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: 1px solid #6A6A6A;
    height: 16px;
}

    .topic-header .pager UL, .topic-footer .pager UL {
        float: left;
        margin-top: -2px;
    }

.forum-topic-page .forum-post {
    border-bottom: 1px solid #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: 1px solid #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: 2px solid #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: 1px solid #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: #1C2D53;
            text-decoration: underline;
        }

        .forum-topic-page .post-content .post-body .posttext {
        }

            .forum-topic-page .post-content .post-body .posttext .quote {
                padding: 5px;
                border: 1px dashed #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: #FF0000;
    }

    .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: 1px solid #6A6A6A;
        height: 28px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 3px;
    }

        .profile-page .page-title H1 {
            font-weight: bold;
            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: 1px solid #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: 2px solid #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: 1px solid #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: #1C2D53;
                text-decoration: underline;
            }

            .profile-page .user-last-posts .topic-body .quote {
                padding: 5px;
                border: 1px dashed #000;
                background-color: #FFF;
            }

        .profile-page .user-last-posts .topic-data {
            background: #F3F3F3;
            padding: 3px;
            color: #555;
            font-size: 0.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: 1px solid #CEC6B5;
    }

        .toolbar .button:hover {
            border: 1px solid #333;
        }
/*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: #008000;
    }

    .csharpcode .kwrd {
        color: #00F;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #0000C0;
    }

    .csharpcode .preproc {
        color: #C63;
    }

    .csharpcode .asp {
        background-color: #FF0;
    }

    .csharpcode .html {
        color: #800000;
    }

    .csharpcode .attr {
        color: #FF0000;
    }

    .csharpcode .alt {
        background-color: #F4F4F4;
        width: 100%;
        margin: 0;
    }

    .csharpcode .lnum {
        color: #606060;
    }
