﻿/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
/*begin reset*/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, caption, 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%;
    background: transparent;
}*/
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;
    color: #0092db;
}
/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */

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;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*end reset*/
body {
    border: 0;
    font-family: Arial;
    font-size: 9pt;
    color: #000;
    background: #fefefe;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

#mobile_detect {
    position: absolute;
    left: -2000px;
    display: block;
    width: 1px;
    height: 1px;
}

a {
}

    a.black {
        background-color: transparent;
        color: #000;
        text-decoration: none;
    }

form {
    margin: 0;
}

#page {
    border: none !important;
    clear: both;
    padding: 0;
}

.fixedWidth {
    width: 960px;
}

.pg-2cols .pg-left {
    width: 200px;
    float: left;
    clear: none;
    display: block;
    margin: 0 0 8px;
    padding: 0 8px 0 0;
}

.pg-2cols .pg-right {
    width: 750px;
    float: right;
    clear: none;
    display: block;
}

#header {
    clear: both;
    width: 960px;
    margin: 0;
    padding: 0;
}

/*#hdr-inner {
    height: 168px;
}*/

#hdr-top {
    height: 99px;
    clear: both;
}

#hdr-left {
    width: 198px;
    height: 99px;
    float: left;
    clear: none;
    position: relative;
}

#hdr-right {
    width: 760px;
    height: 99px;
    float: right;
    clear: none;
}

    #hdr-right .top {
        height: 38px;
        clear: both;
    }

    #hdr-right .bot {
        clear: both;
    }

#hdr-login {
    float: left;
    margin-left: 20px;
    display: inline-block;
    position: relative;
    border-right: solid 1px #ddd;
}

    #hdr-login .profile {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        border: solid 1px #ccc;
        padding: 0;
        z-index: 202;
        border-radius: 5px;
        -moz-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        -webkit-transition: all linear 0.15s;
        transition: all linear 0.15s;
    }

    #hdr-login:hover {
        color: #0a7ec7;
    }

        #hdr-login:hover .profile {
            display: block;
        }

    #hdr-login .profile li {
        border-bottom: solid 1px #ccc;
        line-height: 20px;
        padding: 5px 10px;
    }

        #hdr-login .profile li.login > a {
            background: #007FCC;
            color: #fff !important;
            display: block;
            border-radius: 3px;
            padding: 5px 10px;
            /* text-align: center; */
            text-transform: uppercase;
        }

    #hdr-login > .avatar {
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
        padding: 2px;
    }

        #hdr-login > .avatar > img {
            width: 100%;
            border-radius: 5px;
        }

    #hdr-login > .info {
        display: inline-block;
        margin-left: 10px;
        padding-right: 20px;
        float: left;
    }

        #hdr-login > .info > span.name {
            display: block;
            font-weight: bold;
        }

    #hdr-login.logged > .info > span.name:before {
        content: 'Chào ';
        font-weight: normal;
    }

    #hdr-login > .info > span.tips {
        display: block;
        font-size: 0.9em;
    }

    #hdr-login .caret {
        position: absolute;
        top: 13px;
        right: 8px;
        border-top: 5px solid #999999;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

#hdr-top-link {
    width: 360px;
    float: left;
    clear: none;
    padding: 4px 0 0;
}

#hdr-tool-link {
    width: 400px;
    float: right;
    clear: none;
    text-align: right;
    direction: ltr;
    line-height: 32px;
    white-space: nowrap;
}

#hdr-cart {
    float: right;
    background: #fff url(images/empty-cart-light-50.png) no-repeat 0 -10px;
    position: relative;
}

    #hdr-cart span.products {
        display: block;
        margin-left: 50px;
        font-size: 0.9em !important;
    }

        #hdr-cart span.products .number {
            font-weight: bold;
            color: #0a7ec7;
        }

    #hdr-cart span.xien {
        display: block;
        margin-left: 50px;
        font-size: 0.9em !important;
    }

        #hdr-cart span.xien .unit {
            color: #c00;
            padding-left: 5px;
        }

    #hdr-cart span.empty {
        margin-left: 50px;
        font-size: 0.9em;
        width: 50px;
        display: inline-block;
        text-align: center;
        color: #666;
    }

    #hdr-cart b.count {
        color: #f00;
        display: block;
        background: url(images/star_cart.png) no-repeat center center;
        width: 25px;
        height: 25px;
        border-radius: 10px;
        text-align: center;
        line-height: 29px;
        font-weight: 900;
        position: absolute;
        top: -10px;
        left: 0px;
    }



#searchBox {
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 400px;
    float: left;
}

#srh-form {
    margin: 0;
    height: 32px;
}

form#frmSearch {
    display: block;
    height: 100%;
    position: relative;
}

#txtQuery {
    width: 95% !important;
    margin: 0 36px 0 0;
    padding: 0;
    height: 30px;
    border-radius: 5px 0 0 5px;
    position: static;
    border: solid 1px #ccc;
    border-right: none;
    text-indent: 10px;
    outline: none;
}

    #txtQuery:focus {
        background-color: #ffe;
    }

        #txtQuery:focus::-webkit-input-placeholder {
            color: #369;
        }

        #txtQuery:focus ~ #btnFindSubmitPad {
            background: #fff !important;
        }

#btnFindSubmitPad {
    float: none;
    display: inline-block;
    height: 30px;
    background: #f1f1f1 !important;
    border: solid 1px #ccc;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
}

#btnFindSubmit {
    width: 100%;
    height: 100%;
    color: #666;
    background: url(/icons/search-icon-20.png) no-repeat 10px center;
    border: none;
    padding: 0 10px 0 36px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

}

select#cboDir {
    border: 1px solid #B3B3B3;
    color: #4D4D4D;
    font-size: 13px;
    margin-right: 10px;
    float: left;
    width: 140px;
    height: 24px;
    padding: 2px 0;
}

#header a:link, #header a:visited, #footer a:link, #footer a:visited {
    color: #4D4D4D;
    text-decoration: none;
}


#imLogo {
    border: none;
}

#mobilereturn {
    color: #C00 !important;
    top: 5px;
    left: 10px;
    position: absolute;
}

#logohyl {
    display: block;
    margin-top: 30px;
    margin-left: 40px;
}

#memberNav {
    background: #fff;
    height: 23px;
    position: relative;
    clear: both;
}

    #memberNav input {
        font-family: Verdana, Arial, helvetica,sans-serif;
    }

#headNav {
    background: #fff url(images/page_headerbg.gif);
    height: 23px;
    position: relative;
}

#bar {
    background: #fff;
    height: 23px;
}

#footer {
    width: 960px;
    clear: both;
    display: block;
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 1.5;
}

#copyright {
    color: #333;
    line-height: 1.3;
    padding: 3px;
}

    #copyright a {
        color: #555;
        font-weight: 700;
    }

.topLink {
    color: #16387c;
    background: #fff;
    height: 14px;
    padding: 2px;
}

.toolLink {
    color: #084880;
}

    .toolLink a, .toolLink a:visited, .toolLink a:link {
        color: #084880;
        text-decoration: underline;
    }

#botLink {
    font-family: Verdana;
    font-size: x-small;
    color: #666;
    padding: 2px;
}

#topAd {
    display: block;
    height: 60px;
    text-align: left;
    width: 960px;
    margin: 5px auto;
}

    #topAd .left {
        display: block;
        width: 468px;
        height: 60px;
        float: left;
    }

#topBanner {
    position: absolute;
    right: 5px;
    top: 2px;
}

    #topBanner div {
        margin-top: 10px;
        margin-left: 8px;
    }

#topAd .right {
    display: block;
    width: 468px;
    height: 60px;
    float: right;
}

#memberBox {
    color: #369;
    text-align: left;
    position: absolute;
    left: 0;
    padding-top: 4px;
    padding-left: 3px;
    width: 550px;
}

    #memberBox a, #memberBox a:visited, #memberBox a:link {
        color: #16387C;
        text-decoration: none;
    }

.fff {
    background-color: #fff;
}

#container {
    /*background-image: -ms-linear-gradient(top, #FFFFFF 0, #f1f1f1 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0, #f1f1f1 100%);*/
    width: 960px;
    text-align: left;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 8px;
}

._rounded, ._rounded2 {
    border-radius: 4px;
}

.sp_all_prod {
    display: block;
    margin: auto;
}

a span.sp_all_prod {
    background: #da251c url(images/bg_btn.gif);
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 8px;
    text-transform: uppercase;
}

a:hover span.sp_all_prod, a:active span.sp_all_prod {
    background: #b00;
}

#leftNav ul.leftSubNavMenu li {
    border-top: solid 1px #ddd;
}

ul.leftNavMenu li.mnu-item {
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0 0 8px;
}



    ul.leftNavMenu li.mnu-item a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 30px;
        background: #fff;
        padding: 0 5px 0 0;
        font-family: Tahoma, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    }

.menu-icon {
    width: 16px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    background: url(/images/ArrowR2.gif) no-repeat left;
}

    .menu-icon img {
        width: 25px;
        border-radius: 5px;
        border: none;
    }

.menu-text {
    margin-left: 5px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    width: 150px;
    color: #000;
}

    .menu-text:hover {
        color: #ff9605;
    }

ul.leftSubNavMenu li a {
    color: #333;
    font-weight: 400;
    line-height: 30px;
    padding: 0 5px 0 10px;
    background: #fff;
    margin-left: 23px;
    font-size: 13px;
    text-transform: none;
}


/*ul.leftSubNavMenu li a, ul.leftSubNavMenu li a:link, ul.leftSubNavMenu li a:visited {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 30px;
    
    font-weight: 700;
    padding: 0 4px 0 10px;
}*/

ul.leftNavMenu li.mnu-item a:hover {
    background-position: 0 100%;
    color: #f00 !important;
}

ul.leftNavMenu li.mnu-more {
    position: relative;
    z-index: 2;
}

    ul.leftNavMenu li.mnu-more ul {
        position: absolute;
        left: 100%;
        top: -1px;
        width: 200px;
        border: solid 1px #ddd;
        border-top: none;
        box-shadow: 2px 2px 2px 1px #666;
        filter: progid:DXImageTransform.Microsoft.dropShadow(color=#666,offX=2,offY=2,positive=true);
        background: #fff;
    }

#leftNav2 a span.sp_all_prod {
    background: rgb(100,150,200);
    color: #fff;
    display: block;
    text-align: left;
    text-decoration: none;
    border: solid 1px rgb(86, 135, 183);
    padding: 5px 8px 5px 23px;
}

#leftNav2 ul.leftNavMenu {
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd;
}



    #leftNav2 ul.leftNavMenu li.mnu-item {
        border-bottom: none;
        color: #000;
        margin: 0 !important;
        font-family: tahoma;
        font-size: 12px;
    }

        #leftNav2 ul.leftNavMenu li.mnu-item a {
            font-weight: 400 !important;
            background: #fff url(/images/ArrowR3.gif) no-repeat 5px;
            padding-left: 20px;
        }

#leftNav2 li.active a {
    background-color: #dfd !important;
    color: #BA0000 !important;
    border-radius: 3px;
}

#leftNav2 ul.leftNavMenu li.mnu-item a:hover {
    background-color: #ACF7AC !important;
    color: #BA0000 !important;
    border-radius: 3px;
}


div.leftSubNavMoreMenu {
    display: none;
}

.bucket .c {
    background: url(images/bucket_clear_border.gif) repeat-y top left;
}

    .bucket .c div.r {
        margin-left: 6px;
        background: url(images/bucket_clear_border.gif) repeat-y right top;
    }

a.tabActive {
    background: url(images/bucket_clear_border_top.gif) no-repeat top left;
    height: 25px;
    width: 100%;
    padding: 0;
}

    a.tabActive span {
        margin-left: 6px;
        background: url(images/bucket_clear_border_top.gif) no-repeat top right;
        padding-right: 5px;
        padding-top: 5px;
    }

.bucket .h {
    background: url(images/bucket_clear_border_top.gif) no-repeat top left;
    height: 6px;
    position: relative;
    display: block;
    width: 100%;
}

    .bucket .h div {
        position: absolute;
        width: 6px;
        height: 6px;
        display: block;
        top: 0;
        right: 0;
        background: url(images/bucket_clear_border_top.gif) no-repeat top right;
    }

.caption {
    border-bottom: 1px solid #CCC;
    color: #333;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-family: Verdana;
    border-left: 1px solid #CCC;
}

.bucket .caption div {
    margin-left: 6px;
    background: url(images/bucket_clear_border.gif) repeat-y right top; /* For IE 6 and 7 */
    display: block;
    padding: 0 8px 6px 0;
}

.bucket .f {
    background: url(images/bucket_clear_brdr_btm.gif) no-repeat bottom left; /* For IE 6 and 7 */
    height: 6px;
    position: relative;
    display: block;
    width: 100%;
}

    .bucket .f div {
        position: absolute;
        width: 6px;
        height: 6px;
        display: block;
        bottom: 0;
        right: 0;
        background: url(images/bucket_clear_brdr_btm.gif) no-repeat bottom right; /* For IE 6 and 7 */
    }

.title1 {
    color: #025291;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 5px;
}

    .title1:hover {
        color: #025291;
        text-decoration: none;
    }

.spl_links {
    list-style-type: square;
    color: #004276;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 10pt;
    margin-top: .1em;
    padding: 3px 0;
}

.spl_links2 {
    list-style-type: none;
    color: #004276;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: .1em;
    padding: 3px 0;
}

    .spl_links2 li {
        background: url(images/icon_arrow_b.gif) no-repeat left; /* For IE 6 and 7 */
        padding-left: 15px;
    }

.leadQuote {
    line-height: 16px;
    margin-bottom: 10px;
}

.hotArticle, .hotArticle td, .hotArticle a {
    line-height: 125%;
}

#LocalNav {
    width: 100%;
    background: #fff url(images/page_headerbg.gif) repeat-x; /* For IE 6 and 7 */
    font: normal 12px/18px verdana, lucida, sans-serif;
}

    #LocalNav, #LocalNav ul {
        list-style: none;
        font-weight: 700;
        border: 0;
        z-index: 1600;
        height: 27px;
        margin: 0;
        padding: 0;
    }

        #LocalNav a {
            text-align: center;
            color: #c00;
            display: block;
            background: #fff url(images/page_headerbg.gif) repeat-x; /* For IE 6 and 7 */
            padding: 5px;
        }

        #LocalNav li {
            float: left;
            border-bottom: 0;
            border-right: 0;
            background: #fff;
            font-weight: 700;
            width: auto;
            padding: 0;
        }

            #LocalNav li.selected {
                background: url(images/L_topMenu.gif) no-repeat top left; /* For IE 6 and 7 */
                margin-top: 3px;
            }

                #LocalNav li.selected a {
                    color: #666;
                    margin-left: 5px;
                    background: url(images/R_topMenu.gif) no-repeat top right; /* For IE 6 and 7 */
                    padding-left: 0;
                    padding-top: 2px;
                }

.hrDividerDashed {
    background: transparent url(images/divider_dash.gif) repeat-x scroll left top; /* For IE 6 and 7 */
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 2px;
    margin: 1px 0 8px;
}

.hrDividerSolid {
    background-color: #707273;
    height: 2px;
    font-size: 0;
    line-height: 2px;
}

.hrDividerDotted {
    background-image: url(images/black_dot.gif); /* For IE 6 and 7 */
    background-repeat: repeat-x;
    height: 2px;
    margin-top: 3px;
    font-size: 0;
    line-height: 2px;
}

.pnlLeftNavPromo {
    background: transparent url(images/leftModGradientBg.gif) repeat-x scroll left bottom; /* For IE 6 and 7 */
    border: solid 1px #5e99df;
    margin: 8px 10px 5pt 4px;
    padding: 6px;
}

.bh {
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px;
}

.pnlLeftNavPromo .h, .divMoreArticle .h {
    font-weight: 700;
    text-transform: uppercase;
}

.spotlightLinks div {
    background-image: url(images/blue_dot.gif); /* For IE 6 and 7 */
    background-position: 0 9px;
    background-repeat: no-repeat;
    line-height: 13px;
    padding: 3px 0 3px 7px;
}

sup.date {
    color: #666;
    padding-left: 5px;
}

.catTitle {
    border-top: solid 1px #ccc;
    border-bottom: dashed 1px #ddd;
    background: #fff url(images/catTitle.jpg) repeat-x top; /* For IE 6 and 7 */
    margin-top: 10px;
    margin-bottom: 6px;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 15px;
    height: 18px;
    padding: 3px;
}

.subscribe {
    background: url(images/blog_sub.gif) no-repeat scroll 58px 2px; /* For IE 6 and 7 */
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 21px;
    text-align: right;
}

.tabTitle {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 20px;
}

    .tabTitle a {
        color: #004784;
        text-decoration: none;
    }

.artTitle {
    font-size: 1.8em;
    font-weight: bolder;
    color: #333;
    margin: 5px 0 15px;
}

.pgItem {
    font-weight: 700;
}

.pgItemSelected a {
    font-weight: 700;
    color: red;
}

.pager {
    color: #666;
    clear: none;
    text-align: right;
    float: right;
}


.title2 {
    font-family: Verdana;
    font-weight: 700;
    text-transform: uppercase;
}

tr.softInfo td {
    border-bottom: dashed 1px #ccc;
    padding: 3px;
}

.commentBox {
    background-color: #F9F9F9;
    border: 1px solid #DBDBDB;
    padding: 5px;
}

/*.shadowImage {
    background: url(images/shadowImage.gif) no-repeat 0 1px;
    vertical-align: top;
    width: 90px;
    padding-top: 5px;
    height: 90px;
    text-align: left;
    padding-left: 5px;
}*/

.rc_top {
    width: 100%;
    position: relative;
    z-index: 100;
    font-size: 0;
    line-height: 0;
}

.rc_bot {
    width: 100%;
    position: relative;
    z-index: 200;
    font-size: 0;
    line-height: 0;
}

.rc_nw {
    position: absolute;
    width: 2px;
    height: 2px;
    top: 0;
    left: 0;
    background: url(/Data/Image/websys/Icon/y/rc_nw.gif);
    font-size: 0;
    line-height: 0;
}

.rc_ne {
    position: absolute;
    width: 2px;
    height: 2px;
    top: 0;
    right: 0;
    background: url(/Data/Image/websys/Icon/y/rc_ne.gif);
    font-size: 0;
    line-height: 0;
}

.rc_sw {
    position: absolute;
    width: 2px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: url(/Data/Image/websys/Icon/y/rc_sw.gif);
    font-size: 0;
    line-height: 0;
}

.rc_se {
    position: absolute;
    width: 2px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: url(/Data/Image/websys/Icon/y/rc_se.gif);
    font-size: 0;
    line-height: 0;
}

.blueBox {
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 800px;
}

    .blueBox .rc {
        color: #3061A3;
        background-color: #eaf1fb;
        border: 1px solid #3061a3;
        text-align: center;
    }

    .blueBox .rc_nw, .blueBox .rc_se, .blueBox .rc_ne, .blueBox .rc_sw {
        background-color: #3061a3;
    }

.yellowBox {
    text-align: left;
    font-size: 12px;
}

    .yellowBox .rc {
        color: #3061A3;
        background-color: #fff;
        border: 1px solid #F90;
    }

    .yellowBox .rc_nw, .yellowBox .rc_se, .yellowBox .rc_ne, .yellowBox .rc_sw {
        background-color: #F90;
    }

.noneBox .rc_nw, .noneBox .rc_se, .noneBox .rc_ne, .noneBox .rc_sw {
    background-color: #5e99df;
}

.site_map_0 {
    background: #fff url(/Data/Image/websys/Icon/t/0.gif) no-repeat left;
    padding-left: 20px;
    font-weight: 700;
    text-align: left;
}

.site_map_1 {
    padding-top: 5px;
    background: #fff url(/Data/Image/websys/Icon/t/1.gif) no-repeat left;
    margin-left: 20px;
    padding-left: 20px;
    font-weight: 700;
    text-align: left;
}

.site_map_2 {
    background: #fff url(/Data/Image/websys/Icon/t/t.gif) no-repeat left;
    margin-left: 20px;
    padding-left: 20px;
    text-align: left;
}

    .site_map_2 a {
        background: #fff url(/Data/Image/websys/Icon/t/2.gif) no-repeat left;
        padding-left: 20px;
        text-align: left;
    }

#shoponsiteTooltip {
    left: -3000px !important;
}



#tabsb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 4px 12px;
    border-bottom: solid 1px #ddd;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tabs {
    display: block;
    width: auto;
    border-top: solid 2px #DA251C;
    border-bottom: solid 1px #ddd;
    background: #fbfbfb;
}

    #tabs::before, #tabs::after {
        content: '';
        clear: both;
        display: block;
    }

li#all_tab a .icon {
    background: url(images/icon-menu-red.png) no-repeat center center;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 32px;
    border-radius: 3px;
    margin-right: 10px;
    float: left;
}

li#all_tab.tabOn a i.icon, li#all_tab a:hover i.icon {
    background: url(images/icon-menu-white.png) no-repeat center center;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

#top_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#top_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

ul#topnav li {
    display: block;
    position: relative;
    float: left;
    z-index: 20;
    margin: 0 1px;
    padding: 0;
}

ul#topnav a.x {
    float: left;
    display: block;
    text-decoration: none;
    font-weight: 700;
    background-position: 0 0;
    margin: 0;
    padding: 0 8px;
}

    ul#topnav a.x span {
        display: inline-block;
        color: #333;
        height: 20px;
        line-height: 20px;
        font-size: 9pt;
        font-family: Arial;
        cursor: pointer;
    }

        ul#topnav a.x span.t {
            padding: 6px 0;
            white-space: nowrap;
        }

        ul#topnav a.x span.t1 {
            background-position: 100% 0;
            padding: 8px 24px 4px 2px;
            white-space: nowrap;
        }

    ul#topnav li.tabActive a.x, ul#topnav a.x:hover, ul#topnav li.tabOn a.x {
        color: #fff;
        border: none;
        border-radius: 0;
        /*padding: 0 10px;*/
        text-decoration: none;
        display: inline-block;
        -webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        font-weight: bold;
        background-color: #DA251C;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#DA251C), to(#B00202));
        background-image: -webkit-linear-gradient(top, #DA251C, #B00202);
        background-image: -moz-linear-gradient(top, #DA251C, #B00202);
        background-image: -ms-linear-gradient(top, #DA251C, #B00202);
        background-image: -o-linear-gradient(top, #DA251C, #B00202);
        background-image: linear-gradient(to bottom, #DA251C, #B00202);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DA251C, endColorstr=#B00202);
        position: relative;
        z-index: 201;
    }

        ul#topnav li.tabActive a.x span.t {
            padding: 4px 0;
        }

ul#topnav li.tabActive a.x {
    border-radius: 0 0 3px 3px;
}

ul#topnav li.tabActive .subnavPad {
    top: 26px !important;
    z-index: 199 !important;
}

ul#topnav li.tabActive a.x span.t, ul#topnav a.x:hover span.t, ul#topnav li.tabOn a.x span.t {
    color: #fff;
}

ul#topnav a.x:hover span.t1, ul#topnav li.tabOn a.x span.t1 {
    color: #fff;
}

ul#topnav li span.subhover {
    background-position: center bottom;
    cursor: pointer;
}

#topnav div.subnavPad {
    width: 960px;
    border: 1px solid #da251c;
    position: absolute;
    top: 30px;
    left: -5000px;
    z-index: 200;
    line-height: 16px;
    background: #fff none;
    border-top: 2px solid #da251c;
    box-shadow: 1px 3px 5px #333;
    padding: 4px 0 8px;
}

h1.prodTitle i.sub-title {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    color: #EB6553;
    font-style: normal;
    padding-left: 1px;
}

.menu_col {
    -webkit-column-width: 180px;
    -webkit-column-gap: 0;
    -moz-column-width: 180px;
    -moz-column-gap: 0;
    column-width: 180px;
    column-gap: 0;
}

    .menu_col p {
        float: none !important;
    }

.subnavPad p {
    display: block;
    line-height: 23px;
    height: 23px;
    width: 180px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
}

    .subnavPad p a, .subnavPad p a:visited, .subnavPad p a:link {
        display: block;
        line-height: 19px;
        color: #000;
        padding: 2px 4px;
    }

        .subnavPad p a:hover {
            background: url(images/bg_leftNavItem.gif) no-repeat scroll 0 100% #FFF;
            text-decoration: underline;
            color: Red;
        }

    .subnavPad p.menu-item1 {
        padding: 0 0 0 2px;
    }

        .subnavPad p.menu-item1 a, .subnavPad p.menu-item1 a:visited {
            color: #0a7ec7 !important;
            font-weight: 700;
        }

    .subnavPad p.menu-item2 a {
        background: url(images/icon-dot.jpg) no-repeat scroll left 10px transparent;
        margin-left: 8px;
        padding-left: 10px;
    }

        .subnavPad p.menu-item2 a:hover {
            color: #C03 !important;
        }

.column {
    border-left: solid 1px #ccc;
}

.first {
    border-left: none !important;
}

div#bookSubNav, div#allSubNav, div#ttSubNav, div#gdSunNav, div#ggSubNav, div#qtSubNav {
    width: 958px !important;
}

#trungthuSubNav {
    width: 142px !important;
}

#tabs2 {
    height: 30px;
    background: #bc2f25;
    clear: both;
}

/*.contentTabs {
    font: bold 11px/1.5em Verdana;
    background-color: #F0F5FF;
    float: left;
    height: 24px;
    position: relative;
    width: 100%;
    border-color: #9FC1F4 #9FC1F4 #06266F;
    border-style: solid;
    border-width: 1px;
}

    .contentTabs ul {
        list-style: none;
        position: absolute;
        top: -4px;
        margin: 0;
    }

    .contentTabs a {
        float: left;
        text-decoration: none;
        margin: 0;
        padding: 0 0 0 4px;
    }

        .contentTabs a span {
            display: block;
            color: #123FAB;
            text-decoration: none;
            float: none;
            padding: 8px 15px 4px 6px;
        }

        .contentTabs a:hover span {
            color: #06266F;
        }

        .contentTabs a:hover {
            color: #06266F;
            text-decoration: underline;
        }

    .contentTabs .selected a {
        color: #06266F;
        background: url(images/detail-tab.png) no-repeat left top;
        background-position: 0 0;
    }

        .contentTabs .selected a span {
            color: #06266F;
            background: url(images/detail-tab.png) no-repeat right top;
            background-position: 100% 0;
        }*/

.contentDiv {
    margin-bottom: 15px;
    min-height: 800px;
    width: 100%;
    clear: both;
    position: relative;
    border-color: #CCC;
    border-style: none solid solid;
    border-width: 1px;
    padding: 15px 0 10px;
}

    .contentDiv .contentDivLeft {
        margin: 0 0 0 12px;
    }

    .contentDiv .contentDivRight {
        width: 300px;
        margin: 0 8px 0 12px;
    }

.boxTop {
    border: 1px solid #CCC;
    background: url(images/grayBoxTop.jpg) repeat-x scroll right top #F2F2F2;
    height: 28px;
    margin: 0;
    padding: 0;
}

.boxTopRt {
    border: medium none;
    margin: 0;
    padding: 0 10px 0 0;
}

    .boxTopRt h2, .boxTopRt h1.spotIndex {
        border: 0 none;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        line-height: 30px;
        padding: 0 0 0 10px;
    }

.boxMid {
    border-right: 1px solid #CCC;
    border-color: #CCC;
    border-style: none solid solid;
    border-width: 1px;
    background-color: #fff;
}

.clearAll {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    width: 1px;
}

.p5 {
    padding: 5px;
}

.p0 {
    padding: 0;
}

.p1 {
    padding: 1px;
}

.p3 {
    padding: 3px;
}

.rSingSol, .rSingSolAfterPrice {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    border-color: #CCC;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 0;
    padding: 0;
}

.boxMidBdr {
    background-color: #FFF;
    border-top: solid 1px #ddd;
    margin: 0;
    padding: 0;
    clear: both;
}

/*a:hover.incl_gst {
    font-weight: 400;
    font-size: 13px;
    color: #1971D5;
    font-family: Arial, arial, helvetica, sans-serif TEXT-DECORATION: underline;
}

.Drop {
    width: 140px;
    height: 18px;
    font-family: Arial;
    color: #000;
}

.TextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    width: 125px;
    border: #000;
    border-style: solid;
    border-width: 1px;
}*/

.cartTable td {
    border: 1px solid #eee;
    padding: 5px;
}

/*.CartHead {
    background-color: #5e99df;
    color: #FFF;
    font-family: Arial, Verdana;
    font-size: 14px;
    font-weight: 700;
    padding: 3px;
}

.CartListHead td {
    color: #039;
    background: #efefef;
}

.CartListHead {
    background: none;
    color: #000;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: 700;
}

.CartListItem {
    background-color: #fff;
    color: #000;
    font-family: Arial,Verdana;
}

.CartListItemAlt {
    background-color: #f1f1f1;
    color: #000;
    font-family: Arial,Verdana;
    font-size: 13px;
    padding-left: 5px;
}

.CartListFooter {
    background-color: #dddca3;
    line-height: 10pt;
}*/

H1 {
    font-weight: 600;
    font-size: 26px;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

H2 {
    font-weight: 400;
    font-size: 18px;
    color: #0092db;
    font-family: Arial, Freesans, sans-serif;
    line-height: 1.5;
}

#prod_description h2:first-child {
    margin-top: 0;
}

H3 {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    font-family: arial, helvetica, sans-serif;
}

H4 {
    font-weight: 700;
    font-size: 13px;
    color: #900;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

H5 {
    font-size: 16px;
    margin-bottom: 3px;
    padding-bottom: 0;
    color: #222269;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}



.textbox {
    font-family: Arial;
    border: 1px solid #666;
    height: 20px;
    width: auto;
}

.cat_Title {
    font-size: 18px;
    font-weight: 700;
    color: #9C0000;
    font-family: Arial Narrow, helvetica, sans-serif;
}

.legend {
    font-size: 13px;
    color: #000;
    font-family: verdana, helvetica, sans-serif;
}

.blacklink A {
    color: #000;
    text-decoration: none;
}

.content {
    padding: 20px;
}

.content_right {
    padding: 20px 0;
}

.pricebold1 {
    color: #BE1B1B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.pricebold2 {
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.nav {
    margin-right: 4px;
}

.listnav {
    font-weight: 400;
    font-size: 13px;
    color: #069;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 0;
}

.CatNav {
    font-weight: 400;
    font-size: 13px;
    color: #42516D;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 0;
}

.backgroundToolbar {
    background-color: #709FCC;
}

.grey_header {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0 0 0 32px;
}

.category {
    font-size: 10px;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 2px 10px 0 13px;
}

    .category A {
        font-size: 10px;
        color: #000;
        font-family: verdana, arial, helvetica, sans-serif;
    }

.category2 {
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 2px 10px 10px 13px;
}

.table_padding {
    padding: 0 10px 10px 0;
}

.redbar_box {
    margin-bottom: 3px;
    border-bottom: #cecece 2px solid;
}

.redbar {
    margin-bottom: 2px;
    background-color: red;
}

.view_more {
    font-size: 13px;
    color: #069;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 13px 0 0 5px;
}

.viewmore {
    font-size: 10px;
    padding-bottom: 10px;
    color: red;
    font-family: verdana, arial, helvetica, sans-serif;
}

.padding_left {
    padding: 0 0 0 15px;
}

.padding_right {
    padding: 0 15px 0 0;
}

.padding_topbottom_right {
    padding: 5px 5px 5px 0;
}

.sidebox_padding {
    padding: 3px 0 8px;
}

.price_big {
    font-weight: 400;
    font-size: 18px;
    color: #900;
    padding-top: 3px;
    font-family: arial, helvetica, sans-serif;
}

.price_medium {
    font-weight: 700;
    font-size: 16px;
    color: #900;
    padding-top: 3px;
    font-family: arial, helvetica, sans-serif;
}

.price_huge {
    font-weight: 400;
    font-size: 24px;
    color: #900;
    font-family: arial, helvetica, sans-serif;
    border-color: #fff;
    border-width: 0;
}

.gst {
    font-weight: 400;
    font-size: 13px;
    color: #900;
    font-family: arial, helvetica, sans-serif;
}

.FooterLinks {
    font-weight: 400;
    font-size: 13px;
    color: #062F98;
    font-family: arial, helvetica, sans-serif;
}

.breadcrumps {
    font-weight: 700;
    font-size: 13px;
    color: #FFFFCD;
    font-family: Arial, arial, helvetica, sans-serif;
}

.breadcrumpsNew {
    color: #000;
    font-family: Arial, arial, helvetica, sans-serif;
}

.small {
    font-weight: 400;
    font-size: 10px;
    color: #000;
    font-family: Arial, arial, helvetica, sans-serif;
}

.smallest {
    font-weight: 400;
    font-size: 9px;
    font-family: verdana, arial, helvetica, sans-serif;
}

.logo {
    margin: 0 8px;
}

#prod_description img {
    max-width: 100%;
}

    #prod_description img:hover {
        -webkit-box-shadow: 21px 21px 16px rgba(50,50,50,.75);
        -moz-box-shadow: 21px 21px 16px rgba(50,50,50,.75);
        box-shadow: 0 3px 10px rgba(50,50,50,.5);
        background: #fff;
        border-radius: 3px;
        margin: 0;
    }

div.prodBox div.topRow, div.prodBox div.botRow {
    display: block;
    width: auto;
    height: 10px;
    line-height: 10px;
}

    div.prodBox div.topRow div.topRow_r {
        display: block;
        height: 10px;
        line-height: 10px;
        margin-left: 10px;
    }

    div.prodBox div.botRow div.botRow_l {
        display: block;
        height: 10px;
        line-height: 10px;
        margin-right: 10px;
    }

div.prodBox .midRow {
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

div.prodBox2 {
    display: block;
    height: auto;
}

    div.prodBox2 div.topRow, div.prodBox2 div.botRow {
        display: block;
        width: auto;
        height: 14px;
        line-height: 14px;
    }

    div.prodBox2 div.topRow {
        background: #fff url(/images/front_end_site_images/colomtop_right.gif) no-repeat top right;
    }

        div.prodBox2 div.topRow div.topRow_m {
            display: block;
            height: 14px;
            line-height: 14px;
            margin-left: 14px;
            margin-right: 14px;
            border-top: solid 1px #1a4780;
        }

        div.prodBox2 div.topRow div.topRow_l {
            display: block;
            height: 14px;
            line-height: 14px;
            width: 14px;
            background: #fff url(/images/front_end_site_images/colomtop_left.gif) no-repeat top left;
            clear: none;
            float: left;
        }

    div.prodBox2 div.botRow {
        background: #fff url(/images/front_end_site_images/colombottom_right.gif) no-repeat bottom right;
    }

        div.prodBox2 div.botRow div.botRow_m {
            display: block;
            height: 14px;
            line-height: 14px;
            margin-right: 14px;
            margin-left: 14px;
            border-bottom: solid 1px #1a4780;
        }

        div.prodBox2 div.botRow div.botRow_l {
            display: block;
            height: 14px;
            line-height: 14px;
            width: 14px;
            background: #fff url(/images/front_end_site_images/colombottom_left.gif) no-repeat bottom left;
            clear: none;
            float: left;
        }

    div.prodBox2 .midRow {
        border-left: solid 1px #1a4780;
        border-right: solid 1px #1a4780;
        height: 150px;
        text-align: center;
        vertical-align: middle;
    }

span.proddes {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin: .5em 0 .25em;
}

.prodItem {
    width: 300px;
    float: left;
    height: 200px;
    margin: 8px;
}

.ShopCategoriesSelected {
    text-decoration: underline !important;
    color: #000 !important;
}

.prodInfoItemL {
    white-space: nowrap;
}

.prodInfoItemV {
    white-space: nowrap;
    text-align: left;
}

.vw-list {
    clear: both;
    display: block;
    margin: 8px 0;
    min-height: 150px;
}

    .vw-list a.img-lnk {
        margin: 0;
    }

    .vw-list .prod-item-hdr {
        float: left;
        width: 130px;
        clear: left;
    }

    .vw-list .prod-item-info {
        float: left;
        clear: right;
        width: 580px;
    }

.prod_item {
    display: block;
    padding: 5px;
    position: relative;
    max-width: 250px;
}

.prod-item-td {
    padding-bottom: 10px;
}

.ready-ico {
    position: absolute;
    top: 0;
    left: 0;
}

.prod_item a.title-lnk {
    color: #333;
    text-decoration: none;
    clear: both;
    display: block;
    margin: 4px 0;
    font-size: 9.5pt;
}

.prod_item_left {
    margin-right: 5px;
    float: left;
}

.prod_item_right {
    margin-left: 5px;
    float: right;
}

.prod_item a.item_name {
    color: #369;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    text-align: left;
    height: 26px;
    overflow: hidden;
    text-decoration: underline;
    margin-left: 8px;
}

.prod_item_title {
    background: transparent url(images/bg_item_top.gif) no-repeat;
    height: 12px;
}

.prod_item_body {
    margin-left: 0;
    text-align: center;
    border: solid 1px #e5e5e5;
    border-top: none;
}

    .prod_item_body .lnk-chitiet {
        text-align: right;
        padding-right: 8px;
        height: 20px;
        line-height: 20px;
        float: right;
        width: auto;
    }

    .prod_item_body .quantity {
        text-align: left;
        padding-right: 8px;
        height: 20px;
        line-height: 20px;
        float: left;
        width: 150px;
    }

.prod_item_bot {
    background: #fff url(images/bg_item_bottom.gif) no-repeat;
    height: 53px;
    float: left;
    width: 237px;
    display: block;
}

    .prod_item_bot .r {
        background: #fff url(images/thumb-prod-bg.jpg) no-repeat bottom right;
        height: 56px;
        display: block;
        width: 8px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .prod_item_bot img {
        border: none;
        padding: 0 !important;
    }

.price {
    font-weight: 700;
    color: #DC230A;
}

.prod_item_bot .price {
    display: block;
    float: left;
    padding: 8px 10px 0 8px;
}

.price .discount {
    color: #C86A0A;
}

.price sup {
    font-size: 0.7em;
    color: #eb6553;
}

.prod_item_bot .shopbutton {
    display: block;
    position: relative;
    right: 0;
}

    .prod_item_bot .shopbutton a.btn-buy {
        padding-top: 8px;
        left: 45px;
        padding-right: 3px;
        display: block;
        float: right;
    }

    .prod_item_bot .shopbutton a.btn-give {
        padding-top: 8px;
        padding-right: 5px;
        float: right;
        right: 68px;
        display: block;
    }

.money {
    text-align: right;
    font-size: 12px;
}

.moneyBold {
    font-weight: 900;
    text-align: right;
    font-size: 12px;
}

.stepNav {
    border-bottom: solid #4E88D3 3px;
    color: #666;
    background: #dbdbdb;
    padding-top: 3px;
}

.stepOff {
    -webkit-text-shadow: #fff 1px 1px 1px;
    text-shadow: #fff 1px 1px 1px;
}

.tip0 {
    background-color: #ffc;
    font-family: Sans-Serif;
    margin-top: 3px;
    padding: 3px;
}

.tip {
    border: solid 1px #ccc;
    background-color: #ffc;
    font-family: Sans-Serif;
    margin-top: 3px;
    padding: 3px;
}

.custInfoTitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #4E88D3;
    padding: 4px;
}

.tdheader {
    width: 90px;
    padding: 4px;
}

.tableCustInfo {
    background: #f9f9f9;
}

    .tableCustInfo tr td {
        border-bottom: #fff solid 1px;
        color: #333;
    }

table.tableCustInfo td.tdheader {
    font-weight: 400;
    width: 80px;
    background: #f4f4f4;
    padding: 4px 4px 4px 20px;
}

.txtBox, .txtBox input, .txtBox select {
    font-family: Arial,Helvetica,sans-serif;
    padding: 1px 2px;
    text-indent: 4px;
}

.payLabel {
    color: #000;
    cursor: pointer;
}

.payLabelSelected {
    color: #FFF;
    font-weight: 700;
    background: #4E88D3;
}

.payDesc {
    color: #000;
    border: solid 1px #ccc;
    margin: 4px;
    padding: 2px;
}

.dropPanel {
    background: #fff url(/images/menu-bg.gif) repeat-y;
    border: solid 1px #ccc;
    width: 200px;
}

    .dropPanel span {
        display: block;
        width: 200px;
    }

ul#catalogs {
    list-style: none;
}

    ul#catalogs li {
        list-style: none;
        line-height: 150%;
    }

        ul#catalogs li.catalog_0 {
            font-weight: 700;
            font-size: 150%;
        }

        ul#catalogs li.catalog_1 {
            background: #fff url(/images/active_arrow.gif) no-repeat;
            background-position: 10px center;
            font-weight: 700;
            font-family: Arial, Helvetica, sans-serif;
            background-attachment: scroll;
            padding: 10px 0 5px 20px;
        }

        ul#catalogs li.catalog_2 {
            background: #fff url(/images/ArrowR4.gif) no-repeat;
            background-position: 30px center;
            padding-left: 40px;
            font-family: Arial, Helvetica, sans-serif;
            background-attachment: scroll;
        }

        ul#catalogs li.catalog_3 {
            background: #fff url(/images/ArrowR3.gif) no-repeat;
            background-position: 50px center;
            padding-left: 60px;
            font-family: Arial, Helvetica, sans-serif;
            background-attachment: scroll;
            color: #333;
        }

#gallery a {
    color: #039;
    text-decoration: none;
}

    #gallery a.item {
        height: 60px;
        border: solid 1px #ccc;
        display: inline-block;
        width: 60px;
        clear: none;
        margin: 3px;
        padding: 10px;
    }

        #gallery a.item:hover {
            color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }

.sublinks {
    color: #174B9C;
    text-decoration: none;
    padding: 0 4px;
}

a.sublinks:hover {
    color: #174B9C;
    text-decoration: underline;
}

div.ftCatItem {
    width: 230px;
    float: left;
    margin-right: 12px;
    height: 280px;
    margin-top: 8px;
}

    div.ftCatItem .thumb {
        width: 105px;
        margin: 0 auto;
    }

    div.ftCatItem h2 {
        text-align: center;
        margin: 4px 0;
    }

        div.ftCatItem h2 a {
            font-size: 13px;
            text-decoration: none;
            color: #333;
            font-weight: 700;
        }

    div.ftCatItem ul {
        line-height: 1.5em;
        margin: 4px 0;
        padding: 0 0 0 20px;
    }

.greyHoverLink {
    background: none repeat scroll 0 0 transparent;
    color: #4D4D4D;
    font-size: 10px;
    text-decoration: none;
}

.ZoneTitle, .ZoneTitle a {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    white-space: nowrap;
}

.ZoneSubTitle, .ZoneSubTitle a {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    white-space: nowrap;
}

a.breadcrumpsNew {
    color: #080;
    font-weight: 400;
    text-decoration: none;
    font-size: 9pt;
}

i.listPrice {
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.blueText {
    color: #3143A9;
    font-weight: 700;
}

.cartInfo a {
    color: #3143A9;
}

.adPrice {
    color: #C00;
    text-decoration: none;
}

.foneNumber {
    font-weight: 700;
    color: #666;
    font-size: 10px;
}

a.hasChild {
    font-weight: 700 !important;
}

.gridRowSwitch {
    float: left;
    white-space: nowrap;
}

    .gridRowSwitch ul, .gridRowSwitch ul li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
    }

    .gridRowSwitch a {
        display: block;
        float: left;
        height: 20px;
        text-decoration: none;
        vertical-align: middle;
        width: 20px;
        margin-right: 5px;
    }

        .gridRowSwitch a.chngRow {
            background: url(images/view-type.gif) no-repeat scroll -25px 0 transparent;
        }

            .gridRowSwitch a.chngRow:hover {
                background-position: -25px -22px;
            }

        .gridRowSwitch a.chngGrid {
            background: url(images/view-type.gif) no-repeat scroll -50px 0 transparent;
        }

            .gridRowSwitch a.chngGrid:hover {
                background-position: -50px -22px;
            }

        .gridRowSwitch a.chngWide {
            background: url(images/view-type.gif) no-repeat scroll 0 0 transparent;
            display: block;
            float: left;
            height: 20px;
            text-decoration: none;
            vertical-align: middle;
            width: 20px;
            margin: 0 0 0 5px;
        }

            .gridRowSwitch a.chngWide:hover {
                background-position: 0 -22px;
            }

li.vswOn a.chngRow {
    background-position: -25px -44px !important;
}

li.vswOn a.chngGrid {
    background-position: -50px -44px !important;
}

li.vswOn a.chngWide {
    background-position: 0 -44px !important;
}

.sortTypeSwitch ul, .sortTypeSwitch ul li {
    list-style: none;
    float: left;
    margin: 0;
}

    .sortTypeSwitch ul li a {
        margin: 0 2px;
        padding: 2px 4px;
        border-radius: 3px;
    }

        .sortTypeSwitch ul li a:hover {
            background: #0092db;
            color: #fff;
            text-decoration: none;
        }

.nsx-item > h3 > a {
    padding: 3px;
}

    .nsx-item > h3 > a:hover {
        background: #0092db;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
    }

.toolsRow {
    clear: both;
    height: 20px;
    display: block;
    background: #fbfbfb url(images/bg_hdr.gif); /* For IE 6 and 7 */
    border: solid 1px #ccc;
    padding: 4px;
    margin-bottom: 10px;
}

.ex-link .pager {
    margin-right: 10px;
}

.sw-view {
    margin-top: 0;
}

.sw-comment, .sw-view, .sw-sort {
    float: left;
    clear: none;
    padding-right: 10px;
    line-height: 20px;
}

.float-left {
    float: left;
    clear: none;
}

.cat-path {
    clear: both;
    overflow: hidden;
}

    .cat-path a:hover, .cat-path a:active {
        color: red;
        text-decoration: underline;
    }

    .cat-path a, .cat-path img, .cat-path h1 {
        float: left;
    }

.ex-link a {
    color: #080;
    text-decoration: underline;
}

.cat-path h1 {
    color: #000;
    font-family: Verdana;
    clear: right;
    margin: 0;
    padding: 0;
}

.letter a {
    color: #000;
    background: #efefef;
    border: solid 1px #ccc;
    text-decoration: none;
    margin: 0 1px;
    padding: 2px 4px;
}

    .letter a:hover {
        background: url(images/bg_btn.gif) repeat scroll 0 0 #DA251C;
        border: solid 1px #ba0000;
        color: #fff;
    }

.letterOn a {
    color: #FF0;
    border: solid 1px #ba0000;
    text-decoration: none;
    background: url(images/bg_btn.gif) repeat scroll 0 0 #DA251C;
    margin: 0 1px;
    padding: 2px 4px;
}

#navSquare {
    border-bottom: 1px solid #9FB1BC;
    margin: 0;
    padding: 0 0 20px 10px;
}

    #navSquare li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #navSquare a.active:link {
        color: red;
        background: url(images/square.gif) no-repeat bottom center;
    }

.footerLink {
    border: solid 1px #ccc;
    color: #039;
    padding: 4px;
    border-radius: 5px;
    background: #fff;
}

    .footerLink ul {
        padding-left: 30px;
        margin: 0;
    }

.WeightInfo {
    color: #070 !important;
}

.kmText {
    color: #F0F;
}

.kmLink {
    color: #F0F;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

    .kmLink img {
        max-width: 100%;
        border-radius: 3px;
    }

.promotion {
    background: url(/images/tick.png) no-repeat center left;
    padding: 5px 0 0 15px;
}

.pro-cell, .promo-label span {
    display: inline-block;
    padding-right: 10px;
}


.promo-price {
    font-weight: bold;
    color: red;
}

    .promo-price:after {
        content: ' VNĐ';
        font-size: 11px;
    }

.promotion-zone {
    display: inline-block;
    border-top: solid 1px #ddd;
    position: relative;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

    .promotion-zone h2 {
        position: absolute;
        background: #fff;
        line-height: 23px;
        top: -17px;
        margin: 0;
        padding: 5px 10px 5px 0;
        text-transform: uppercase;
        color: #333;
        font-size: 12px;
        font-weight: bold;
    }

#prodProperties {
}

a.brandLnk {
    text-decoration: none;
}

    a.brandLnk:before {
        content: 'Sản phẩm của: ';
        color: #000;
        text-decoration: none;
    }
/*.day_month {
    color: #b200ff;
}*/

/*.weekday {
    color: #0094ff;
}*/

.Sunday {
    color: #f00;
    font-weight: bold;
}

.today {
    color: #080;
    font-weight: bold;
}

.yesterday {
    color: #ff6a00;
    font-weight: bold;
}

.classTable {
    border-collapse: collapse;
    background: #fff;
    width: 100%;
}

.tableCaption {
    border-right: medium none;
    border-top: medium none;
    font-weight: 600;
    font-size: 13px;
    border-left: medium none;
    color: #FFF;
    line-height: 21px;
    border-bottom: medium none;
    font-family: Arial;
    background-color: #66B;
    text-transform: uppercase;
    margin: 0;
    padding: 0 4px 0 5px;
}

.tableSubCaption {
    border-right: medium none;
    border-top: medium none;
    font-weight: 600;
    font-size: 13px;
    border-left: medium none;
    color: #333;
    line-height: 21px;
    border-bottom: medium none;
    font-family: Arial;
    background-color: #ccc;
    text-transform: uppercase;
    margin: 0;
    padding: 0 4px 0 5px;
}

.tableCaption div {
    margin-left: 5px;
}

.classTdHeader {
    background-color: #dbdbdb;
    width: 120px;
}

.blue-bg {
    background-color: #2081C5;
}

.green-bg {
    background-color: #9FCE48;
}

.red-bg {
    background-color: #da251c;
}

.violet-bg {
    background-color: #c03;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
}

.scrollCont {
    display: block;
    margin: 0 0 10px;
    padding: 1px 1px 8px;
}

a.more-lnk {
    color: #0070BE;
    text-decoration: none;
}

.contInner {
    background: #fff;
    display: block;
    padding: 8px;
}

.spt-cat-pad div.panel-hdr h2 {
    width: 100%;
    float: left;
    clear: none;
}

.spt-cat-pad div.panel-hdr a.more-lnk {
    color: #0070BE;
    float: right;
    clear: none;
    display: block;
    text-decoration: none;
}

.spt-cat-pad div.panel-hdr h2, .spt-cat-pad div.panel-hdr h2 a {
    color: #386;
    font-family: georgia;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.cat-menu {
    background: #fff;
    padding: 0;
}

.pageNormalItem a {
    display: inline-block;
    text-decoration: none;
    color: #717171;
    font: bold 11px Arial, sans-serif;
    -webkit-text-shadow: 0 1px white;
    text-shadow: 0 1px white;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
    background: #f9f9f9;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 );
}

    .pageNormalItem a:hover {
        -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
        -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.55);
        background: #fff;
        background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
        background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
        background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
        background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
        background: linear-gradient(top, #fff 0%, #e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e8e8e8',GradientType=0 );
    }

.pageSelectedItem a {
    display: inline-block;
    text-decoration: none;
    font: bold 11px Arial, sans-serif;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    -webkit-text-shadow: 0 1px white;
    text-shadow: 0 1px #3f789f;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.8);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.8);
    background: #7cb9e5;
    background: -webkit-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
    background: -moz-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
    background: -o-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
    background: -ms-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
    background: linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5', endColorstr='#57a1d8',GradientType=0 );
}

#pad_LftSupport {
    border: 1px solid #ccc;
    line-height: 16px;
    margin: 8px 0;
    background: #FFF;
}

    #pad_LftSupport a, #pad_LftSupport a:link, #pad_LftSupport:visited {
        color: #060;
        text-decoration: none;
    }

    #pad_LftSupport .pad-hdr {
        border-bottom: dashed 1px #ccc;
        padding: 4px;
    }

    #pad_LftSupport .pad-sub-hdr {
        font-weight: 700;
        color: #666;
        padding: 3px 0;
    }

#info_SupportPad li {
    float: left;
    margin-right: 10px;
}

#plMenu ul, #plMenu li {
    list-style: decimal none inside;
    margin: 0 0 0 10px;
}

.faqTitle {
    border: solid 1px #ccc;
    background: #f1f1f1;
    font-weight: 700;
    padding: 3px;
}

ul, ul li, ul#topnav, #topnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topLink a, #botLink a, .cmtPager a {
    color: #666;
    text-decoration: none;
}

    .topLink a:hover, .toolLink a:hover, #botLink a:hover, #memberBox a:hover {
        color: #333;
        text-decoration: underline;
    }

#leftNav ul, div.prodBox {
    display: block;
}

ul.leftNavMenu li.mnu-more a {
    color: #0070BE !important;
}

#LocalNav a:hover, .epl:hover, .orange a:hover, .blacklink A:hover, .cartInfo a:hover {
    text-decoration: underline;
}

.divMoreArticle, .cartTable {
    margin-top: 10px;
}

.catTitle a:hover, .footerLink a:hover {
    color: #000;
    text-decoration: underline;
}

.smText, .news_item {
    font-weight: 400;
}

.pager b, .errorMessage {
    color: Red;
}

.artTools ul a, #navSquare a {
    float: left;
    line-height: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #708491;
    padding: 0 12px 6px;
}

.subtabs li, .contentTabs li {
    display: inline;
    margin: 0;
    padding: 0;
}

    .subtabs a:hover, .subtabs li.active a {
        background-position: 0 -42px;
    }

        .subtabs li.selected a span, .subtabs li.active a span {
            background-position: 100% -42px;
        }

/*span.button, a.button, a.button:link, a.button:visited {
    cursor: pointer;
    background: transparent url(images/rightCap.gif) no-repeat right top;
    color: #FFF;
    display: block;
    float: left;
    font: bold 13px Arial,Helvetica,sans-serif;
    height: 31px;
    padding-right: 6px;
    text-decoration: none;
    margin: 8px 0 5px;
}*/

.p4, table.tableCustInfo td.tdInput, #pad_LftSupport .pad-bdy, #info_SupportPad {
    padding: 4px;
}

.p2, .pager td {
    padding: 0 2px;
}

.incl_gst, a.incl_gst {
    font-weight: 400;
    font-size: 13px;
    color: #1971D5;
    font-family: Arial, arial, helvetica, sans-serif;
}

.contentbold, .headingsBlack {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.listnav A, .CatNav A, .subnav, .subnav A {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 0;
}

A.more, .Order_email, .view_more A {
    font-size: 10px;
    color: #069;
    font-family: verdana, arial, helvetica, sans-serif;
}

.padding_topbottom, .review {
    padding: 5px 0;
}

.price_small, .total {
    font-weight: 700;
    font-size: 13px;
    color: #900;
    font-family: arial, helvetica, sans-serif;
}

.product_info, .product_info A, .product_info A:hover {
    font-weight: 400;
    font-size: 10px;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
}

/*.small_green, .small_green A {
    font-weight: 400;
    font-size: 10px;
    color: #360;
    font-family: verdana, arial, helvetica, sans-serif;
}

.small_orange, .small_orange A {
    font-weight: 400;
    font-size: 10px;
    color: #cd3d00;
    padding-top: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
}*/

/*.buy_big, .buy_big A {
    font-weight: 400;
    font-size: 18px;
    color: #069;
    font-family: arial, helvetica, sans-serif;
}

.buy_small, .buy_small A {
    font-weight: 700;
    font-size: 13px;
    color: #069;
    font-family: arial, helvetica, sans-serif;
    letter-spacing: 1px;
}

.listing_header, .listing_header A {
    font-weight: 400;
    font-size: 18px;
    color: #336;
    font-family: arial, helvetica, sans-serif;
    padding: 14px 0 6px;
}

.price_movement, .price_change {
    font-weight: 400;
    font-size: 9px;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
}

.faq_item, .faq_item A {
    font-weight: 700;
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 3px 0;
}*/

.prod_item_body .lnk-chitiet a, .price s, .cat-path a:link, .cat-path a:visited, .faqTitle a {
    color: #4C93A5;
}

.stepOn, .sortTypeSwitch ul li.vswOn a {
    color: #000;
    font-weight: 700;
}

.ZoneTitle, .ZoneSubTitle {
    font-size: 16px;
    color: #666;
}

    .ZoneTitle a:hover, .ZoneSubTitle a:hover {
        text-decoration: underline;
        color: #080;
    }

.subHorMN, .cat-menu-inner {
    background: #fff;
}

.spt-cat-pad div.panel-hdr, .spt-cat-pad div.panel-bdy {
    clear: both;
}

.filter-menu {
    clear: both;
    width: 178px;
    margin: 8px auto;
}

.filter-item h2 {
    color: #000;
    font-size: 13pt;
    display: block;
    border-bottom: dashed 1px #ccc;
    margin: 8px 0 4px;
    padding: 4px 0;
}

.prod_item .prod-lnk {
    clear: both;
    padding: 0;
    margin: 0 -3px;
}

.prod-lnk a {
    color: #0070BE;
    text-decoration: none;
    float: left;
    padding: 3px 8px 3px 25px;
    border-radius: 3px;
}

    .prod-lnk a:hover {
        color: #FFF;
        text-decoration: none;
        background-color: #db0012 !important;
    }

    .prod-lnk a.more-lnk {
        background: url(/images/viewDetail.gif) no-repeat 5px 5px; /* For IE 6 and 7 */
        padding-left: 18px;
        margin-left: 3px;
    }

    .prod-lnk a.buy-lnk {
        background: url(/images/shopping_cart.gif) no-repeat 5px 3px; /* For IE 6 and 7 */
    }

.vw-list .prod-img-thumb {
    margin-left: 10px;
    width: 105px;
}

.vw-grid .prod-img-thumb {
    margin: 5px auto;
    max-height: 105px;
    max-width: 100%;
    display: block;
}

.prod-item-hdr {
    display: table;
    width: 100%;
}

a.img-lnk {
    background-color: #fff;
    margin: 8px;
    display: table-cell;
    width: 100%;
    height: 120px;
    vertical-align: middle;
}

.vat-text {
    color: #21BE97;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    clear: both;
    padding: 0 1px;
}

.vw-list .vat-text {
    float: right;
}

.contentDivLeft table {
    max-width: 100%;
    border-collapse: collapse;
}

.stk_y {
    color: #333;
    font-weight: 700;
}

.stk_n {
    color: #999;
}

#prod_description p, #prod_description ul {
    font-size: 13px;
    line-height: 21px;
}

.contentDivLeft td {
    border-color: #ccc !important;
    padding: 2px;
}

#leftNav, #leftNav2 {
    font-size: 13px;
    margin: 0;
}

    #leftNav div.h, #leftNav2 div.h {
        display: block;
        margin: 0 3px 10px;
    }

    #leftNav div.c, #leftNav2 div.c {
        font-family: Arial;
        display: block;
        margin: 0 5px;
        background: #fff;
    }

    #leftNav div.f, #leftNav2 div.f {
        height: 1px;
        line-height: 0;
        font-size: 0;
    }

    #leftNav div.c .first, #leftNav2 div.c .first {
        background: #5e99df;
        cursor: pointer;
        display: block;
        font-weight: 700;
        height: 18px;
        line-height: 17px;
        color: #fff;
        border-right: 0;
        text-transform: uppercase;
        padding: 0 0 0 8px;
    }

.catMore, select.slc-atts, select.slc-atts option {
    text-align: right;
}

/*#mnQuaTang, #qtNoiThat, div#SubNav1 {
    width: 400px !important;
}*/

.p8, .vw-grid .prod-item-info {
    padding: 0 8px 0 12px;
}

.most_popular_box, .p10, .p20 {
    padding: 10px;
}

.ready-ico-text, .catTitle a, .cmt, .cmtPager a:hover, .cmtPager a:active {
    color: #666;
}

.cat-menu a, #leftNav div.h a, .prod_item a.item_name:hover, #info_SupportPad a {
    text-decoration: none;
}

.pnlLeftNavPromo .h a, .divMoreArticle .h a, .artTools ul a:hover, .red, .product_listing, .product_listing A, ul#catalogs li.catalog_1 a, .footerLink a, .nsx {
    color: #000;
}

#similar_prods .vat-text, #similar_prods .prod-lnk {
    display: none;
}

#similar_prods, #related_prods {
    border: solid 1px #ddd;
    margin: 10px 0;
}

div#similar_prods table {
    width: 100%;
}

#similar_prods h2, #related_prods h2 {
    border-bottom: solid 1px #ccc;
    margin: 0 8px;
    padding: 8px 5px;
    color: #333;
    font-weight: bold;
}

#similar_prods h2 {
    border: none;
}

#similar_prods > .inner {
    padding: 0 8px;
}

.save_price {
    float: right;
    background-color: #F8640D;
    color: white;
    display: block;
    padding: 2px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    line-height: 28px;
    height: 28px;
    border-radius: 16px;
}

#txtPrice, .price b.bx {
    font-size: 14px !important;
}

#txtSavePrice {
    color: #eb6553;
}



.boxMid .price .save_price {
    position: static !important;
}

tr.related-row a.blueText {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

tr.related-row td {
    padding-top: 10px;
}

.prodTitle {
    font-weight: 400;
    color: #444;
    font-size: 24px;
}

#zone189 {
    padding: 8px 0 0 8px !important;
}

#logo {
    width: 198px;
    height: 99px;
    display: block;
    background: url(/images/logo.png) no-repeat center center;
}

.fb-like {
    height: 20px;
    overflow: hidden;
}

.sharebox0 .fb-like {
    height: 86px;
}

.sc-row td {
    vertical-align: middle;
}

#rv_products td {
    vertical-align: middle;
}

.prod_item a.img-lnk {
    border-radius: 3px;
    border: solid 1px #fff;
}

.vw-grid .prod-lnk {
    bottom: 1px;
}

#pay_banner {
    height: 88px;
    background: #fff url(/icons/bank.jpg) no-repeat top left;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    display: block;
}

#pay_text {
    width: 150px;
    padding: 10px;
    text-align: justify;
}

.f-text-hd {
    background: #F33A3A;
    color: #FFF;
    font-weight: bold;
    padding: 3px 0 3px 15px;
    text-transform: uppercase;
}

#noneBox, .bucket {
    background: #FFF;
}

#prod_view {
    padding: 0 5px;
}

ul.cat-Path > li {
    margin: 0 5px 0 5px;
    padding-left: 16px;
    background: #fff url(images/next-arrow.png) no-repeat center left;
    display: inline-block;
    line-height: 30px;
    -moz-background-size: 8px 16px;
    -o-background-size: 8px 16px;
    -webkit-background-size: 8px 16px;
    background-size: 8px 16px;
    position: relative;
}

    ul.cat-Path > li.caret {
        position: absolute;
        top: 13px;
        right: 8px;
        border-top: 5px solid #999;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    ul.cat-Path > li.root {
        text-transform: uppercase;
        background: none;
        margin: 0;
        padding: 0;
    }

    ul.cat-Path > li a {
        text-decoration: none;
        font-size: 16px;
        color: #333;
        display: block;
        line-height: 30px;
    }

.cat-Path h1, .cat-Path h3 {
    font-size: 16px;
    font-weight: normal;
    color: #EC8C12;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.nsx-item h3 {
    font-size: 12px;
    font-weight: normal;
}

.prod-hover {
    background-color: #fff;
    /*box-shadow: 0 0 3px rgba(50, 50, 50, 0.75);
    border-radius: 5px;*/
}

#similar_prods .prod-hover {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}

#similar_prods .prod-grid .prod-item-td {
    border-top: solid 1px #d7d7d7;
}

.prod-hover .prod-lnk a {
    background-color: #2081C5 !important;
    color: #fff;
}

.wrap-ls {
    position: relative;
    left: -10px;
    width: 770px;
}

.tLeft {
    width: 120px;
}

#rPanel1 {
    margin: 8px 0;
    background: #FFF;
    padding: 5px;
    display: block;
    position: relative;
    left: -5px;
    border-radius: 5px;
}

.footerLink ul li {
    list-style: square;
}

.prod-hover .prod_item a.img-lnk {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.ac_results img {
    border-radius: 3px;
}

#prod_description p {
    padding: 5px;
    margin: 5px 0;
}

.Main-Cat-Article table {
    border-collapse: collapse;
}

.Main-Cat-Article ol, .Main-Cat-Article ul, #prod_description ol, #prod_description ul {
    padding: 0 0 0 40px;
}

    .Main-Cat-Article ol li, .Main-Cat-Article ul li, #prod_description ol li {
        list-style-type: decimal !important;
        padding-bottom: 0.85em !important;
    }

    .Main-Cat-Article ol li, .Main-Cat-Article ul li, #prod_description ul li {
        list-style-type: disc !important;
        padding-bottom: 0.85em !important;
    }

.related-row {
    border-bottom: solid 1px #ccc;
}

.sharebox0 {
    width: 73px;
}

#dd_ajax_float {
    text-align: center;
    min-width: 55px;
    position: absolute;
    display: none;
    left: -120px;
    font: 10px/16px Arial;
    z-index: 200;
    width: 75px;
    right: 0;
    bottom: 50px;
}

    #dd_ajax_float div.dd_inner {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 8px 5px;
    }

        #dd_ajax_float div.dd_inner div.dd_bg {
            width: 100%;
            height: 100%;
            opacity: 0.75;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            box-shadow: 5px 5px 10px rgba(50,50,50,0.75);
            border-radius: 0 5px 5px 0;
            z-index: 201;
        }

    #dd_ajax_float:hover div.dd_inner div.dd_bg {
        opacity: 1;
    }

    #dd_ajax_float div.dd_inner div.dd_box {
        position: relative;
        z-index: 202;
    }

div.dd_bg:hover {
    opacity: 1;
}

#dd_ajax_float .dd_up {
    position: absolute;
    z-index: 202;
    opacity: 0.6;
    top: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    box-shadow: 5px 5px 10px rgba(50,50,50,0.75);
    border-radius: 0 5px 5px 0;
    display: none;
    margin-top: 5px;
}

    #dd_ajax_float .dd_up:hover {
        opacity: 1;
    }

    #dd_ajax_float .dd_up a {
        height: 44px;
        width: 44px;
        display: block;
        background: url(images/up_button.png) no-repeat top left;
    }

#dd_ajax_float a {
    margin: auto;
}

    #dd_ajax_float a.share_item {
        clear: left !Important;
        display: block !Important;
    }

#dd_ajax_float .dd_button_v {
    width: auto;
    height: auto;
    line-height: 0;
    padding: 4px 1px;
}

#dd_ajax_float iframe {
    margin: 0;
    position: static !important;
}

#dd_start, #dd_end {
    float: left;
    clear: both;
}

.prod-history {
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 10px;
    margin: 0 10px 10px 0;
}

#prodProPad {
    position: relative;
}

#prodButPad {
    text-align: left;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #e7e7e7;
    background-color: #fafafa;
}

#header.float {
    height: 100px;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

#prodButPad.float {
    position: fixed;
    width: 100%;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    top: 0;
    right: 0;
    z-index: 1000;
    background: rgb(255, 255, 255);
    padding: 0;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s;
    animation: fadein 2s; /* Opera */
}

#prodButPad > .inner {
    position: relative;
    display: inline-block;
}

#btnSupport {
    cursor: pointer;
}

#gallery {
    display: inline-block;
}

#tblExInfo tr td.prodInfoItemL {
    width: 90px;
    white-space: nowrap;
}

#tblExInfo tr td.prodInfoItemV {
    white-space: normal !important;
}

.bar_cm {
    margin-left: 3px;
    margin-top: 20px;
}

.catSub {
    color: #303030;
    height: auto;
    margin-left: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    text-align: justify;
}

.TitleCatSub {
    color: #246296;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

.ctDetail {
    color: #303030;
    font-size: 12px;
    text-align: justify;
}

.ke {
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
}

.noke {
    width: 100%;
    float: left;
}

.TitleCatSub a {
    color: #246296;
    text-decoration: none;
}

.contentDivRight a {
    text-decoration: none;
}

    .contentDivRight a u {
        color: #333;
        text-decoration: none;
        font-weight: 700;
    }

.contentDivRight .p1 {
    border-bottom: dotted 1px #ccc;
}

#contact {
    -webkit-box-shadow: 21px 21px 16px rgba(50,50,50,0.75);
    -moz-box-shadow: 21px 21px 16px rgba(50,50,50,0.75);
    box-shadow: 21px 21px 16px rgba(50,50,50,0.75);
    position: absolute;
    background: #fff;
    border: solid 3px #999;
    border-radius: 10px;
    z-index: 1000;
    display: none;
    margin: 0;
    padding: 10px;
}

.contentDivRight {
    width: 300px;
    margin-left: 10px;
}

#feedback_tips {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 10px;
    background: #fff;
}

    #feedback_tips li {
        background: transparent url(/icons/orange-arrow.gif) no-repeat center left !important;
        margin: 0;
        padding: 2px 0 0 10px;
    }

.support_icon {
    line-height: 18px;
    display: inline-block;
    background-position: 0 3px !important;
    margin: 0;
    padding: 2px 5px 2px 20px;
}

    .support_icon._ship {
        background: transparent url(/images/con_shipping.gif) no-repeat;
        color: #5D72C9;
        font-weight: 700;
        font-size: 12px;
        white-space: nowrap;
    }

    .support_icon._address {
        background: transparent url(/images/con_address.png) no-repeat;
        color: #080;
        font-weight: bold;
    }

    .support_icon._tel {
        background: transparent url(/images/con_tel.png) no-repeat;
        color: #5D2ADE;
    }

    .support_icon._hotline {
        background: transparent url(/images/con_mobile.gif) no-repeat;
        color: #BA0000;
    }

    .support_icon._yahoo {
        background: transparent url(/images/icon_livechat.png) no-repeat;
        color: #DE2A72;
    }

    .support_icon._email {
        background: transparent url(/images/con_email.png) no-repeat;
    }

    .support_icon._pay {
        background: transparent url(/images/payment.gif) no-repeat;
    }

    .support_icon._contact {
        background: transparent url(/images/dislike.png) no-repeat;
    }

._ym_item a {
    display: inline-block;
    border: solid 1px #CCC;
    border-radius: 3px;
    font-size: 11px;
    text-transform: lowercase;
    background-color: #fff;
    margin: 0 3px 0 0;
    padding: 0 3px;
}

    ._ym_item a:hover {
        border: solid 1px #0092db;
        background-color: #0092db;
        color: #fff;
    }

._time {
    color: #333;
    display: block;
    padding-bottom: 4px;
}

    ._time em {
        color: red;
        font-style: normal;
    }

.support_row {
    clear: both;
}

.support_item {
    clear: both;
    display: block;
    padding: 8px 0 2px;
}

.w16 {
    width: 16px;
}

.noke a img, .ke a img {
    width: 110px;
}

#contact div.inner {
    position: relative;
    display: block;
}

    #contact div.inner a.close {
        background: transparent url(/images/close.png) no-repeat;
        width: 42px;
        height: 42px;
        position: absolute;
        right: -30px;
        top: -30px;
        border: none;
    }

.thongbao {
    font-size: 12px;
    color: #333;
    text-align: justify;
    margin: 5px 8px 0px 0px;
    padding: 10px;
    border-radius: 5px;
}

    .thongbao a {
        border-bottom: 3px double;
    }

        .thongbao a:hover {
            color: #080;
            border-bottom: none;
        }

    .thongbao u {
        color: #A00;
    }

#info_SupportPad {
    padding: 0 !important;
}

.msg_time {
    display: inline-block;
    text-align: right;
    font-size: 10px;
    float: right;
}

.pay-desc {
    max-height: 150px;
    overflow-y: auto;
    width: 680px;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: solid 1px #ccc;
}

.slc-pays td {
    vertical-align: middle;
}

.slc-pays img {
    border-radius: 3px;
}

.slc-pays td:hover {
    background: #8bffff;
    border-radius: 3px;
}

.slc-pays input {
    vertical-align: bottom;
    margin-bottom: 5px;
}

#ajxInicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    z-index: 1000;
}

    #ajxInicator div {
        margin: 0 auto;
        text-align: center;
        vertical-align: middle;
        background: #F8ED98;
        padding: 10px;
        border-radius: 0 0 5px 5px;
        box-shadow: 10px 10px 5px rgba(50, 50, 50, 0.75);
        width: 300px;
    }

.cupid-green {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 7px 0 8px 0;
    text-align: center;
    -webkit-text-shadow: 0 -1px 0 #4c9021;
    text-shadow: 0 -1px 0 #4c9021;
    width: 150px;
}

    .cupid-green:hover {
        background-color: #76b347;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
        background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
        background-image: linear-gradient(top, #76b347, #5e9e2e);
        -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
        box-shadow: inset 0 1px 0 0 #8dbf67;
        cursor: pointer;
    }

    .cupid-green:active {
        border: 1px solid #5b992b;
        border-bottom: 1px solid #538c27;
        -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
        box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    }

.btnGray {
    background: #ccc url(/icons/icon_back.png) no-repeat 10px center;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    -webkit-text-shadow: -1px -1px 1px #fff;
    text-shadow: -1px -1px 1px #fff;
    font-family: Arial;
    color: #666 !important;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    border: solid #666 1px;
    text-decoration: none !important;
    line-height: 40px;
}

.btnWhite {
    background: url(/icons/icon_back.png) no-repeat 10px center;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    -webkit-text-shadow: -1px -1px 1px #fff;
    text-shadow: -1px -1px 1px #fff;
    font-family: Arial;
    color: #0070be !important;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    text-decoration: none !important;
    line-height: 40px;
}

.btnGray:hover {
    background: #3cb0fd url(/icons/icon_back.png) no-repeat 10px center;
    text-decoration: none !important;
}

.btnGreen {
    background: #080 url(/icons/checkout.png) no-repeat 96% center;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #fff !important;
    font-size: 14px;
    padding: 0 40px 0 20px;
    border: solid #666 1px;
    text-decoration: none !important;
    line-height: 40px;
    float: right;
}

    .btnGreen:hover {
        background: #3cb0fd url(/icons/checkout.png) no-repeat 96% center;
        text-decoration: none !important;
    }

div#frmMbInfoForm {
    /*position: absolute;*/
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    /*box-shadow: 0 -1px 5px rgba(50,50,50,.75);*/
    font-size: 12px;
    display: none;
    /*height: 270px;*/
}

    div#frmMbInfoForm:before {
        content: 'Vui lòng điền thông tin';
        /*background: #008CFA;*/
        display: block;
        padding: 3px 10px;
        text-transform: uppercase;
        border-bottom: 1px solid #ffb319;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 3px;
        font-family: Tahoma, Arial, Verdana;
    }

    div#frmMbInfoForm ul {
        display: block;
        margin-bottom: 10px;
    }

/*#txtMbName {
    width: 150px;
}

#txtMbAddress {
    width: 200px;
}

#txtMbPhone {
    width: 100px;
}

#txtMbEmail {
    width: 100px;
}*/

.star::after {
    content: '*';
    color: red;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 30%;
}

.no-star::after {
    content: '(không bắt buộc)';
    color: #CCC;
    margin-left: 5px;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 30%;
}

.mb-row {
    display: block;
    padding: 0 5px;
    margin:0 3px;
    min-width: 300px;
    position: relative;
}

    .mb-row:before {
        content: '';
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ccc;
    }

    .mb-row.mb-active:before {
        height: 2px;
        background: #CC251C
    }
/*.mb-row:before {
        width: 80px;
        text-align: right;
        display: inline-block;
        font-weight: normal;
    }

.mb-name:before {
    content: 'Họ và tên:';
}

.mb-address:before {
    content: 'Địa chỉ:';
}

.mb-phone:before {
    content: 'Điện thoại:';
}

.mb-email:before {
    content: 'E-mail:';
}

.mb-note:before {
    content: 'Ghi chú:';
    vertical-align: top;
}*/

.mb-note::after {
    content: '';
}

textarea.txt-mb-input {
    border: solid 1px #ccc;
    border-radius: 3px;
    line-height: 20px;
    text-indent: 4px;
    margin: 5px 2px;
    min-width: 200px;
}

    textarea.txt-mb-input:focus {
        outline: none;
    }

li.mb-row.mb-submit {
    padding-left: 80px;
    display: none;
}

.ext-info-footer {
    margin: 10px;
}

    .ext-info-footer .buttons {
        text-align: center;
    }

.ext-info .sumary {
    text-align: right;
    padding: 3px 10px;
}

select {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border: 1px solid #aaa;
    padding: 4px;
    color: #555;
    border-radius: 3px;
}

.CartListHead > td, .CartListItem > td, .CartListItemAlt > td {
    padding: 3px;
}

span.stock::before {
    content: 'Trạng thái: ';
}

#prod_view_top {
    position: relative;
}

.d_info_fab {
    position: absolute;
    top: 8px;
    right: 0;
}

    .d_info_fab .ratePad {
        display: inline-block;
        line-height: 24px;
    }

.d_fab {
    display: inline-block;
    /*float: right;*/
}

.ratePad .text {
    float: right;
    display: inline-block;
    line-height: 22px;
}

.bp, .ap {
    margin-left: 5px;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .ap:after, .ap:before, .bp:after, .bp:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ap:before, .bp:before {
        border-color: rgba(192,192,192,0);
        border-right-color: #ccc;
        border-width: 5px;
        margin-top: -5px;
    }

    .ap:after, .bp:after {
        border-color: rgba(255,255,255,0);
        border-right-color: #fff;
        border-width: 4px;
        margin-top: -4px;
    }





    .bp .HI {
        min-width: 10px;
    }

.HI {
    float: left;
    position: relative;
    padding: 0 5px;
}

.Oy {
    color: #666;
    font-family: Roboto,arial,sans-serif;
    overflow: hidden;
    white-space: nowrap;
}

    .Oy:after {
        content: ' đánh giá';
    }

#prod_addinfo {
    /*display: inline-block;
    float: right;
    vertical-align: top;
    background: #fff url(images/label-icon.png) no-repeat center right;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-radius: 3px;
    padding: 3px 25px 3px 20px;
    text-transform: uppercase;*/
    /*margin-left: 40px;*/
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

    /*#prod_addinfo:before {
    }*/

    #prod_addinfo > a > img {
        vertical-align: middle;
        max-height: 28px;
    }

    #prod_addinfo > a > span {
        display: none;
    }

ul.nsx_info li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    ul.nsx_info li > a {
        text-decoration: none;
    }

        ul.nsx_info li > a:hover {
            text-decoration: underline;
        }

    ul.nsx_info li:last-child {
        margin-left: 5px;
    }

        ul.nsx_info li:last-child:before {
            content: '|';
            display: inline-block;
            width: 8px;
            color: #ccc;
        }

.nsx-logo-view {
    margin: 5px 10px;
    text-align: center;
}

    .nsx-logo-view a img {
        padding: 5px;
        max-height: 50px;
    }

    .nsx-logo-view a:hover img {
        box-shadow: 1px 1px 3px rgba(60,60,60,0.8);
    }

a.topCartItem span b::after {
    content: ' mặt hàng';
    font-weight: normal;
}

a.topCartItem span b {
    color: #b00;
}

.nsx-filter span.option {
    width: 25%;
    padding: 3px 0;
    display: inline-block;
}

.tr_status span {
    white-space: nowrap;
}

table._txx {
    width: 100%;
}

li.logo-it {
    float: left;
    width: 20%;
    display: inline-block;
    min-width: 150px;
}

    li.logo-it a {
        width: 90%;
        display: table;
        table-layout: fixed;
        margin: 5px auto;
        /*border: solid 1px #ccc;*/
        border-radius: 3px;
        background: #fff;
    }

        li.logo-it a:hover {
            box-shadow: 0 0 5px #ccc;
        }

        li.logo-it a span {
            margin: 0;
            display: table-cell;
            text-align: center;
            height: 32px;
            vertical-align: middle;
            width: 130px;
            padding: 10px;
        }

            li.logo-it a span img {
                max-width: 100%;
                max-height: 100%;
                display: inline-block;
                vertical-align: middle;
            }



.logo-items:before {
    content: 'Thương hiệu';
    /* height: 24px; */
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 5px;
    margin: 5px;
    color: #0a7ec7;
    text-transform: uppercase;
    font-weight: bold;
}

.tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tags li {
        margin: 5px 0;
    }

    .tags li, .tags a {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
    }

    .tags a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #7fbf4d;
        /*background: -webkit-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.15));
        background: -moz-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.15));
        background: -o-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.15));
        background: linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.15));*/
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .tags a:before {
            content: "";
            float: left;
            position: absolute;
            top: 0;
            left: -12px;
            width: 0;
            height: 0;
            border-color: transparent #7fbf4d transparent transparent;
            border-style: solid;
            border-width: 12px 12px 12px 0;
        }

        .tags a:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 0;
            float: left;
            width: 4px;
            height: 4px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            -moz-box-shadow: -1px -1px 2px #004977;
            -webkit-box-shadow: -1px -1px 2px #004977;
            box-shadow: -1px -1px 2px #004977;
        }

        .tags a:hover {
            background: #555;
        }

            .tags a:hover:before {
                border-color: transparent #555 transparent transparent;
            }

.post__tips, .post__category, .post__tags {
    color: #999;
    padding: 8px 15px 3px 46px;
    border-top: 1px solid #DDD;
    font: 13px/1.3 Arial, sans-serif;
}

    .post__tips li {
        margin: 8px 0;
    }

    .post__tips a {
        padding-left: 3px;
    }

.post__tags {
    /*background: url(data:image/gif;base64,R0lGODlhEAAPANUAAMZtF/OvDeiVAefn5/b29vW2FtR6E8BpFNi+nFxtatp/Ive5Hdvd3vnLUc1zG+GGJ+GODdfAotrFqve9KnhxW96EIfnFQtF4HualBfnHRu6sC+ydQNbW1u6hTebUmMCEF2iDgubh1eSUCtZ7INvDpPfCPeq5OrO3uO2bOe6jAvWwBvjAM//rqO/v7/a0EclxGVBYVeyeAvXbuPayCfbhzeeLKvSuA////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAQAA8AAAaZwJtwKKR1asjaRkYc0moNlpTVQDVvz8zCBjFASrXm01Kw2QyhlynsrK3KZhHsY2NjHxOX2cwCeWwPRRULM3t7CRgzClgKBYWGZgkaLwg3Iy4qkHswLxQMNxczKZo2MzASMAQ3Mg4zMYYxMw4kMCdDMi8BAjG8Li9MVzIAugIBAMBDBC0DHBIALi4AES0tqkTLDAgHBxEDLU1BADs=) no-repeat 15px 50%;*/
}

    .post__category span, .post__tags span, .post__tips span {
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        white-space: nowrap;
        float: left;
        line-height: 34px;
    }

    .post__category div, .post__tags div {
        display: inline-block;
        white-space: nowrap;
    }

.post__headline {
    margin: 0 0 25px -36px;
    padding: 9px 145px 13px 36px;
    background: -webkit-linear-gradient(-45deg, #75C173, #6AB32E 150px);
    background: -moz-linear-gradient(-45deg, #75C173, #6AB32E 150px);
    background: -o-linear-gradient(-45deg, #75C173, #6AB32E 150px);
    background: linear-gradient(135deg, #75C173, #6AB32E 150px);
    background-color: #6AB32E;
    border-bottom: 1px solid #5A962F;
    position: relative;
    font: 30px/35px Cambria, Georgia, "Times New Roman", Times;
    -webkit-text-shadow: 1px 1px #5A962F;
    text-shadow: 1px 1px #5A962F;
    color: #FFF;
}

.respond-title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 9px;
    z-index: -2;
    margin: -20px 0 0;
    width: 40px;
    height: 40px;
    background-image: -webkit-linear-gradient(-45deg, transparent 52%, #fff 52%), -webkit-linear-gradient(top, #DBC37B, #EBCF7C);
    background: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(to right,#DBC37B,#EBCF7C);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.respond-title {
    width: 80%;
    margin: 30px 0 40px -36px;
    padding: 8px 0 10px 85px;
    position: relative;
    color: #B08604;
    -webkit-text-shadow: 1px 1px #FBEECA;
    text-shadow: 1px 1px #FBEECA;
    font: 21px/1 Cambria, Georgia, "Times New Roman", Times;
    background: #F6DD98;
    background: -webkit-linear-gradient(left, #EDC344, rgba(255,255,255,0)) no-repeat 0 100%, -webkit-linear-gradient(left, #EDD17F, #EDD17F 28px, #F5D889 30px, rgba(255,255,255,0)) 100% 100%;
    background: linear-gradient(to right, #EDC344, rgba(255,255,255,0)) no-repeat 0 100%, linear-gradient(to right, #EDD17F, #EDD17F 28px, #F5D889 30px, rgba(255,255,255,0)) 100% 100%;
    -moz-background-size: 100% 1px, 100% 100%;
    -o-background-size: 100% 1px, 100% 100%;
    -webkit-background-size: 100% 1px, 100% 100%;
    background-size: 100% 1px, 100% 100%;
}

    .respond-title:after {
        content: '';
        position: absolute;
        top: 11px;
        left: 36px;
        width: 15px;
        height: 16px;
        background: url(data:image/gif;base64,R0lGODlhDwAQAOZMAN5mN8p7A/GzAsh7A9W+e//TJMy2dvbGJlpyc+isA+ytAu60CpJhUfa+EMaxc//smO3Mge+lm8NyBrygaFBgXqzU1J5yVVJiYnuYmeivFE9APEZNSdpcNOzLrfjAJ6x3VktZWrthQM6gisp4S8ZnObLX1sZPJeS6faR5ZZdxUKl8aklXTePCp7yNYuzIherHgt/IguLKg19MQx8fH7NLQaBuW//Hv8ReNLzX1KJmPdqhHvW1ArJrA8ymONuwaOeeX+PHZMJNJPTBHL17Fj1ERvC6EE5eX+jPhsVkNb90A96FAdR2AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAPABAAAAeFgEyCg4MuISSEiYIvIBE2N4qERgg0EQBIkUwSCBU4AAAmP4oBSkAlRBscQRCJpA8NPSsYFyOJA0qvOwdLFCe2SgULArsBircFAgJCS0mKQ8AKCkXMij4fHgkJC9SKLSodGTrcijUsIhY8zZkyKAwMOayZMxopEw4OBgQwigQG+TFHMjEJBAA7) no-repeat;
    }

div.support-list {
    clear: both;
}

ul.info-list {
    margin: 10px 20px 10px 46px;
}

li.info-item {
    cursor: pointer;
}

    li.info-item h2, li.info-item h2 a {
        color: #000;
        font-weight: bold;
        font-size: 13px;
        margin: 0 0 0.5em 0;
    }

.item-desc {
    color: #444;
    font-size: 12px;
    margin: 0 0 15px 0;
    padding-left: 30px;
    background: none no-repeat left top;
    background-image: url('images/desc_small.gif');
}

ul.info-list li.info-item div p {
    padding: 0;
    margin: 0;
}

.support-details {
    position: relative;
    padding: 15px 25px;
    margin: 15px 0 0.5em;
    color: #333;
    background: #f1f1f1;
    /* css3 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    /* this isn't necessary, just saves me having to edit the HTML of the demo */
    .support-details:before {
        position: absolute;
        top: -60px;
        left: 0;
        width: 155px;
        height: 36px;
        /* reduce the damage in FF3.0 */
        display: block;
    }

    /* creates the triangle */
    .support-details:after {
        content: "";
        position: absolute;
        top: -30px;
        left: 50px;
        border: 15px solid transparent;
        border-bottom-color: #eee;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }

    /* display of quote author (alternatively use a class on the element following the blockquote) */
    .support-details + p {
        padding-left: 15px;
    }

    .support-details img {
        max-width: 100%;
    }

    .support-details a.btn-close {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 23px;
        height: 23px;
        background-color: rgba(250,0,0,.5);
        display: block;
        line-height: 23px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 10px 0;
    }

a.btn-close.top {
    top: 0;
    left: 0;
}

.support-details h2, .support-details h3, .support-details h4 {
    margin: 8px 0 !important;
}

#sidebar {
    margin: 1px 0;
}

nav {
    background-color: #fff;
    border-bottom: solid 1px #0882c3;
    padding: 0;
    height: 30px;
    width: 100%;
}

    nav.stick {
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
        left: 0;
    }

    nav div {
        display: block;
    }

        nav div::after {
            clear: both;
            display: block;
        }

    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    nav li {
        float: left;
        display: block;
    }

        nav li a {
            color: rgb(50,50,50);
            text-decoration: none;
            display: block;
            text-align: center;
            border-left: solid 1px #0882c3;
            line-height: 28px;
            text-transform: uppercase;
            padding: 0 10px;
            white-space: nowrap;
        }

            nav li a:hover {
                background: #0882c3;
                color: #fff;
            }

        nav li.sub-menu {
            float: right;
            width: 30px;
            border: none !important;
        }

            nav li.sub-menu a {
                background: url(/js/smoth-scroll/img/sub-menu.png) no-repeat center center;
                border: none !important;
            }

        nav li:first-child a {
            border-left: none;
        }

a.nav-active {
    color: #fff;
    background: #0882c3;
}

nav.stick div {
    display: block;
    width: 976px;
    margin: 0 auto;
    height: 30px;
}

    nav.stick div ul {
        margin-left: 212px;
    }

section h2 {
    margin: 10px 0;
    font-weight: bold;
    color: #666;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    text-transform: uppercase;
}

.sc-page {
    padding: 0;
    margin-top: 10px;
}

hr {
    border: none;
    background-color: rgb(220,220,220);
    height: 12px;
    margin-bottom: 18px;
}


ul.footerSubCat li {
    width: 250px;
    float: left;
    display: block;
    line-height: 23px;
}

.footerSubCat li a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    line-height: 23px;
}

ul.leftNavMenu li.mnu-item {
    border-bottom: solid 1px #ddd;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    margin: 5px 0;
    position: relative;
}

.menu-text {
    font-weight: normal !important;
}

ul.leftSubNavMenu {
    display: none !important;
}

li:hover ul.leftSubNavMenu {
    display: block !important;
    position: absolute;
    left: 100%;
    top: -3px;
    background: #fff;
    z-index: 200;
    width: 250px;
    border: solid 1px #ccc;
}

.cat-Title {
    position: relative;
}

    .cat-Title .iv-select {
        position: absolute;
        top: 0;
        right: 0;
    }

li.gia-item, li.sx-item {
    display: inline-block;
    width: 31%;
    border: solid 1px #ccc;
    margin: 5px;
}

    li.sx-item a {
        position: relative;
    }

        li.sx-item a > b {
            display: block;
            height: 42px;
            width: 60px;
            -moz-background-size: contain;
            -o-background-size: contain;
            -webkit-background-size: contain;
            background-size: contain;
            position: absolute;
            right: 10px;
            top: 5px;
            padding: 3px;
            background: #fff;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 4px;
            border: solid 1px #ddd;
        }

            li.sx-item a > b > i {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 2px;
            }

    li.gia-item a, li.sx-item a {
        display: block;
        padding: 5px 10px;
        color: #777;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
        position: relative;
    }

        li.gia-item a:hover, li.sx-item:hover {
            background: #f1f1f1; /* Old browsers */
            background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        }

.gia-item h3, .sx-item h3 {
    display: block;
    width: 100%;
    margin: 3px 0;
    color: #666;
}

.gia-item span {
    display: block;
}

/*div#top div#nav {
    float: left;
    clear: both;
    width: 100%;
    height: 52px;
    margin: 22px 0 0;
}

    div#top div#nav ul {
        float: left;
        width: 100%;
        height: 52px;
        list-style-type: none;
    }

div#nav ul li {
    float: left;
    height: 52px;
}

    div#nav ul li a {
        border: 0;
        height: 52px;
        display: block;
        line-height: 52px;
        text-indent: -9999px;
    }*/

div#slide-header {
    margin: 0;
    /*width: 600px;*/
    min-height: 100px;
    height: 250px;
    position: relative;
}

div#video-header {
    height: 480px;
    margin: -1px 0 0;
}

div#slide-header div.wrap {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    height: 100%;
    /*background: url(images/header-bg.png) no-repeat 50% 0;*/
    background-color: #fff;
}

div#slide-header div#slide-holder {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

    div#slide-header div#slide-holder div#slide-runner {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
    }

    div#slide-header div#slide-holder img {
        margin: 0;
        float: left;
        border: 0;
        width: 100%;
    }

    div#slide-header div#slide-holder div#slide-controls {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 46px;
        display: none;
        position: absolute;
        z-index: 2;
        background: rgba(0,0,0,0.5);
    }

        div#slide-header div#slide-holder div#slide-controls p.text {
            float: left;
            color: #fff;
            font-size: 14px;
            line-height: 16px;
            margin: 15px 0 0 10px;
            text-transform: none;
            -webkit-text-shadow: -1px -1px 0 #000;
            text-shadow: -1px -1px 0 #000;
        }

        div#slide-header div#slide-holder div#slide-controls p#slide-nav {
            float: right;
            height: 24px;
            display: inline-block;
            white-space: nowrap;
            margin: 11px 15px 0 0;
        }

            div#slide-header div#slide-holder div#slide-controls p#slide-nav a {
                /*float: left;*/
                width: 24px;
                height: 24px;
                display: inline-block;
                font-size: 11px;
                margin: 0 5px 0 0;
                line-height: 24px;
                font-weight: bold;
                text-align: center;
                text-decoration: none;
                background-position: 0 0;
                background-repeat: no-repeat;
                color: #fff;
                font-family: Verdana;
                background-image: url(/slide/images/silde-nav0.png);
            }

                /*div#slide-header div#slide-holder div#slide-controls p#slide-nav a {
                background-image: url(/silde/images/silde-nav0.png);
                color: #fff;
                font-family: Verdana;
            }*/

                div#slide-header div#slide-holder div#slide-controls p#slide-nav a.on {
                    background-image: url(/slide/images/silde-nav1.png);
                    color: yellow;
                    font-family: Verdana;
                }

/*div#nav ul li a {
    background: url(images/nav.png) no-repeat;
}*/

@media print {
    .noprint {
        display: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
