﻿body {
    background: url(../Icons/bg.gif) repeat-x;
    height: 100%;
}

/*
    Set Adv
*/
.adv_left {
    position: absolute;
    left: 20px;
    top: 35px;
    width: 155px;
    min-height: 250px;
    max-height: 500px;
    z-index: 9999;
}

.adv_right {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 155px;
    min-height: 250px;
    max-height: 500px;
    z-index: 9999;
}

    .adv_left a,
    .adv_right a {
        font-size: 0px;
    }

    .adv_left img,
    .adv_right img {
        width: 155px !important;
        min-height: 250px !important;
        max-height: 500px !important;
    }

.vnd {
    font-size: 11px;
    text-decoration: underline;
}

.error {
    color: #f00;
}

.success {
    color: #04b002;
    background: url(../Icons/success.gif) no-repeat 2px 2px;
    padding-left: 30px;
    line-height: 25px;
}

.shipping {
    color: #2932d1;
    background: url(../Icons/shipping.png) no-repeat 2px 2px;
    padding-left: 30px;
    line-height: 25px;
}

.cancel-order {
    color: #f00;
    background: url(../Icons/cancel-order.png) no-repeat 2px 2px;
    padding-left: 30px;
    line-height: 25px;
}

.process {
    color: #133783;
    background: url(../Icons/processing.png) no-repeat 2px 2px;
    padding-left: 30px;
    line-height: 25px;
}

.rating-box {
    display: inline-block;
    width: 89px;
    height: 13px;
    font-size: 0 !important;
    line-height: 0;
    background: url(../Icons/bkg_rating.gif) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

    .rating-box .rating {
        display: inline-block;
        height: 13px;
        background: url(../Icons/bkg_rating.gif) 0 100% repeat-x;
    }

/*--Tooltip Styles--*/
.tip {
    color: #000;
    background: #fff;
    background: rgba(255,255,255,0.9);
    display: none; /*--Hides by default--*/
    position: absolute;
    z-index: 1000;
    width: 300px;
    line-height: 20px;
    border: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .tip img {
        width: 298px !important;
        height: auto !important;
        max-height: none !important;
    }

.table-ico-view, .list-ico-view {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.table-ico-view {
    background: url(../Icons/table-view.png) no-repeat 0px 0px;
}

.list-ico-view {
    background: url(../Icons/list-view.png) no-repeat 0px 0px;
}

#preview {
    position: absolute;
    width: 300px;
    border: 1px solid #ccc;
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 5px;
    display: none;
    color: #000;
    font-weight: bold;
    font-size: 11px;
}

    #preview img {
        width: 298px;
        height: 298px;
        border: 1px solid #ccc;
    }

    #preview p:last-child {
        margin: 5px 0px;
    }

/*
    Wrapper
*/
#wrapper {
    width: 960px;
    margin: auto;
}

/*
    Header
*/
#header {
    margin-bottom: 10px;
}

    #header .header-top {
        text-align: right;
    }

.header-top ul li {
    display: inline-block;
    line-height: 26px;
    background: url(../Icons/icon_top.gif) no-repeat 0px 11px;
    padding-left: 8px;
    margin-right: 10px;
    font-size: 11px;
}

.header-top a {
    color: #fff;
}

.header-middle .box-banner {
    padding: 10px 0px;
    overflow: hidden;
}

.box-banner .solution {
    width: 680px;
}

    .box-banner .solution > p {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
    }

    .box-banner .solution .project {
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        padding-left: 20px;
    }

        .box-banner .solution .project > div {
            padding-left: 10px;
            background: url(../Icons/arrow.png) no-repeat 2px 10px;
        }

        .box-banner .solution .project > p {
            padding-left: 10px;
            background: url(../Icons/arrow.png) no-repeat 2px 10px;
        }

.header-bottom .box-search {
    overflow: hidden;
}

.box-search span {
    display: inline-block;
    line-height: 24px;
}

.box-search input[type="text"] {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: initial;
}

.box-search .btnSearch {
    background: url(../Icons/search.gif) no-repeat;
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -4px;
    border-radius: initial;
}

    .box-search .btnSearch:hover {
        background: url(../Icons/search.gif) no-repeat;
    }

.box-search .enhance {
    display: inline-block;
    background: url(../Icons/search_adv.gif) no-repeat 0px 6px;
    text-indent: -9999px;
    width: 20px;
    line-height: 25px;
    cursor: pointer;
}

/*
    Content
*/
#content {
    min-height: 400px;
    overflow: hidden;
}

    #content .content-left {
        background: url(../Icons/bg_left.png) no-repeat;
        width: 196px;
    }

    #content .content-right {
        width: 756px;
        min-height: 400px;
        margin-left: 204px;
    }

.content-right .main-left {
    background: #fff;
    width: 552px;
    min-height: 400px;
    border-radius: 5px 5px 0px 0px;
}

.content-right .main-right {
    background: url(../Icons/bg_left.png) no-repeat;
    width: 196px;
    min-height: 400px;
}

.main-right .box-shopping-cart a {
    color: #039BE5;
}

    .main-right .box-shopping-cart a:hover {
        color: #b20d0d;
    }

.box-shopping-cart .list-cart {
    margin-top: 10px;
}

.list-cart .item-cart {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

    .list-cart .item-cart .item-cart-img {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }

        .list-cart .item-cart .item-cart-img img {
            width: 48px;
            height: 48px;
            border: 1px solid #ccc;
        }

    .list-cart .item-cart .item-cart-summary {
        width: 110px;
    }

        .list-cart .item-cart .item-cart-summary h2 {
            font-size: 11px;
            margin-bottom: 5px;
        }

.support-online {
    overflow: hidden;
}

    .support-online p {
        margin: 5px 0px;
        text-align: center;
    }

.best-seller {
    margin-top: 10px;
    overflow: hidden;
}

    .best-seller .item-best-seller {
        border-bottom: 1px solid #ccc;
        position: relative;
        overflow: hidden;
    }

        .best-seller .item-best-seller .icon-seller {
            position: absolute;
            background: url(../Icons/nst.png) no-repeat 0px 0px;
            display: block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-weight: bold;
            color: #000;
            text-align: center;
            top: 5px;
            left: 0px;
        }

        .best-seller .item-best-seller:first-child .icon-seller {
            background: url(../Icons/1st.png) no-repeat 0px 0px;
            width: 42px;
            height: 42px;
            line-height: 40px;
            font-size: 20px;
            color: #fff;
            top: 0px;
            left: 12px;
        }

        .best-seller .item-best-seller .item-best-image {
            width: 150px;
            height: 150px;
            border: 1px solid #039BE5;
            text-align: center;
            margin: auto;
        }

            .best-seller .item-best-seller .item-best-image img {
                width: 150px;
                height: 150px;
            }

        .best-seller .item-best-seller .item-best-summary {
            font-weight: bold;
            padding-left: 30px;
        }

        .best-seller .item-best-seller:first-child .item-best-summary {
            text-align: center;
            padding: 0px !important;
        }

        .best-seller .item-best-seller .item-best-summary p {
            margin: 5px 0px;
        }

            .best-seller .item-best-seller .item-best-summary p:last-child {
                color: #039BE5;
            }

.news {
    margin-top: 10px;
    overflow: hidden;
}

    .news .item-news {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        position: relative;
        overflow: hidden;
    }

        .news .item-news .item-news-image {
            width: 50px;
            height: 50px;
            margin-right: 5px;
        }

            .news .item-news .item-news-image img {
                width: 48px;
                height: 48px;
                border: 1px solid #ccc;
            }

        .news .item-news .item-news-summary {
            width: 120px;
            font-size: 11px;
            font-weight: bold;
        }

.statistics {
    margin-top: 5px;
    font-size: 11px;
}

    .statistics p {
        margin: 5px 0px;
    }

    .statistics label {
        display: inline-block;
        width: 105px;
        font-size: 12px;
    }

.main-left .main-top {
    padding: 10px;
}

.main-top .slider {
    overflow: hidden;
    height: 252px;
}

    .main-top .slider img {
        width: 532px;
        height: 252px;
    }

.main-left .main-middle {
    padding: 10px;
}

.main-middle .box-main {
    margin-bottom: 20px;
    overflow: hidden;
}

    .main-middle .box-main:last-child {
        margin-bottom: 0px;
    }

.box-main h2 {
    color: #039BE5;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

    .box-main h2 label {
        display: inline-block;
        margin-right: 5px;
        font-size: 11px;
    }

    .box-main h2 select {
        font-size: 11px;
    }

.list-hot-product ul,
.list-new-product ul,
.list-table-product ul {
    overflow: hidden;
}

    .list-hot-product ul li,
    .list-new-product ul li,
    .list-table-product ul li {
        float: left;
        width: 157px;
        margin: 5px;
        padding: 5px;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
        transition: all 240ms ease;
        -webkit-transition: all 240ms ease;
        -moz-transition: all 240ms ease;
    }

        .list-hot-product ul li:hover,
        .list-new-product ul li:hover,
        .list-table-product ul li:hover {
            background: url(../Icons/bg_SP.gif) repeat-x;
        }

.list-hot-product .product-image,
.list-new-product .product-image,
.list-table-product .product-image {
    width: 157px;
    min-height: 112px;
    height: 170px;
    line-height: 170px;
    margin-bottom: 10px;
}

    .list-hot-product .product-image img,
    .list-new-product .product-image img,
    .list-table-product .product-image img {
        width: 140px;
        min-height: 110px;
        max-height: 170px;
        border: 1px solid #039BE5;
        vertical-align: middle;
    }

.list-hot-product p,
.list-new-product p,
.list-table-product p {
    margin: 5px 0px;
    height: 40px;
}

    .list-hot-product p:last-child,
    .list-new-product p:last-child,
    .list-table-product p:last-child {
        height: auto;
        margin-top: -20px;
    }

.list-news {
    margin: 10px 0px;
}

.list-product {
    margin: 10px 0px;
}

    .list-product .item-product,
    .list-news .item-news {
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px;
        padding-bottom: 10px;
        overflow: hidden;
    }

        .list-product .item-product .item-product-image,
        .list-news .item-news .item-news-image {
            width: 100px;
            min-height: 100px;
            max-height: 150px;
            margin-right: 15px;
        }

            .list-product .item-product .item-product-image img,
            .list-news .item-news .item-news-image img {
                width: 98px;
                min-height: 98px;
                max-height: 148px;
                border: 1px solid #039BE5;
            }

        .list-product .item-product .item-product-summary,
        .list-news .item-news .item-news-summary {
            width: 417px;
            margin-left: 115px;
        }

            .list-product .item-product .item-product-summary h2,
            .list-news .item-news .item-news-summary h2 {
                font-size: 13px;
                line-height: 25px;
            }

            .list-product .item-product .item-product-summary a,
            .list-news .item-news .item-news-summary a {
                color: #039BE5;
            }

                .list-product .item-product .item-product-summary a:hover,
                .list-news .item-news .item-news-summary a:hover {
                    color: #b20d0d;
                }

            .list-product .item-product .item-product-summary p,
            .list-news .item-news .item-news-summary p {
                margin: 5px 0px;
            }

.box-main .detail-news {
    margin: 10px 0px;
    overflow: hidden;
}

    .box-main .detail-news img {
        max-width: 500px;
    }

.box-main .other-news {
    margin: 10px 0px;
    overflow: hidden;
}

    .box-main .other-news h2 {
        font-size: 13px;
        line-height: 20px;
        border-bottom: 2px solid #039BE5;
        margin-bottom: 5px;
    }

    .box-main .other-news ul {
        margin-left: 15px;
    }

        .box-main .other-news ul li {
            padding-left: 10px;
            margin: 5px 0px;
            background: url(../Icons/list_style3.gif) no-repeat 0px 5px;
        }

.box-main .login {
    width: 300px;
    margin: 30px auto;
}

.login p {
    margin: 5px 0px;
}

.login label {
    display: inline-block;
    width: 70px;
    text-align: right;
    margin-right: 10px;
}

.login input[type="text"],
.login input[type="password"] {
    width: 200px;
}

.box-main .registry {
    position: relative;
    border: 1px solid #ccc;
    margin: 30px 0px;
}

.registry > p {
    position: absolute;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    top: -15px;
    left: 10px;
    color: #039BE5;
    background: #fff;
}

.registry .login {
    width: 400px;
}

    .registry .login label {
        width: 120px;
    }

.box-main .maps,
.box-main .contact-us {
    margin: 10px 0px;
}

.contact-us p:first-child {
    background: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.contact-us label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 5px;
    font-weight: bold;
}

.contact-us .btnAddCart {
    width: 80px;
}

.form p {
    margin: 5px 0px;
}

.form label {
    display: inline-block;
    width: 100px;
}

.form select {
    padding: 2px 3px;
    vertical-align: middle;
}

.form input[type="text"] {
    width: 200px;
}

.form textarea {
    width: 250px;
}

.box-main .detail-product {
    margin: 10px 0px;
}

.detail-product .detail-top,
.detail-product .detail-middle {
    padding: 10px 0px;
    overflow: hidden;
}

.detail-top .show-image {
    width: 250px;
}

.show-image .thumbnail-image {
    text-align: center;
}

    .show-image .thumbnail-image img {
        width: 40px;
    }

    .show-image .thumbnail-image a {
        display: inline-block;
        border: 3px solid transparent;
    }

.thumbnail-image li {
    display: inline-block;
}

.detail-top .show-info-pro {
    margin-left: 10px;
	width: 270px;
}

    .detail-top .show-info-pro p:first-child {
        background: none;
        text-align: initial;
        border: none;
        padding: 0px;
    }

        .detail-top .show-info-pro p:first-child span {
            font-weight: bold;
            color: #039BE5;
        }

.tabs-control li {
    display: inline-block;
    padding: 5px;
    font-size: 11px;
}

    .tabs-control li.current {
        font-weight: bold;
        background: #fff;
        border: 1px solid #039BE5;
        border-bottom: none;
    }

.tabs-content {
    padding: 10px;
    border: 1px solid #039BE5;
    margin-top: -1px;
}

.show-comment {
    border: 1px solid #039BE5;
    background: #fcfcfc;
    padding: 5px;
    margin-bottom: 20px;
}

    .show-comment .list-comment {
        max-height: 300px;
        overflow: auto;
    }

    .show-comment .item-comment {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }

        .show-comment .item-comment:hover {
            background: #fff;
        }

        .show-comment .item-comment h2 {
            font-size: 12px;
            line-height: 25px;
        }

            .show-comment .item-comment h2 span {
                font-size: 11px;
                font-weight: normal;
                font-style: italic;
            }

.box-slider-news .float-left {
    border-bottom: 2px solid #039BE5;
    padding: 0px 5px;
}

.box-slider-news .prev-slider-news {
    display: inline-block !important;
    width: 25px;
    height: 25px;
    background: #fff url(../Icons/prev.png) no-repeat 8px 7px;
    border: 1px solid #ccc;
}

.box-slider-news .next-slider-news {
    display: inline-block !important;
    width: 25px;
    height: 25px;
    background: #fff url(../Icons/next.png) no-repeat 8px 7px;
    border: 1px solid #ccc;
}

.box-slider-news .prev-slider-news:hover {
    background: #f3f3f3 url(../Icons/prev.png) no-repeat 8px 7px;
}

.box-slider-news .next-slider-news:hover {
    background: #f3f3f3 url(../Icons/next.png) no-repeat 8px 7px;
}

#content .payment {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.payment h2 {
    font-size: 22px;
    font-weight: bold;
    color: #039BE5;
    line-height: 30px;
    margin-bottom: 30px;
}

.payment .over-payment {
    padding: 14px 0px;
    overflow: hidden;
}

.over-payment > p {
    margin: 5px 0px;
}

.over-payment .box-payment {
    position: relative;
    border: 1px solid #039BE5;
    padding: 10px;
    padding-top: 20px;
    display: inline-block;
}

.box-payment h3 {
    position: absolute;
    top: -15px;
    font-weight: bold;
    border: 1px solid #039BE5;
    padding: 5px;
    display: inline-block;
    background: #fff;
}

.box-note {
    background: #DAEEF3;
    border: 1px solid #B8CCE4;
    padding: 5px;
}

    .box-note p {
        margin: 5px 0px;
    }

.box-payment > p {
    margin: 5px 0px;
}

.box-payment .form label {
    width: 120px;
    text-align: right;
}

.box-payment .form select {
    width: 212px;
}

.box-main .personal {
    margin: 10px 0px;
}

.personal > p {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.personal a {
    color: #039BE5;
}

    .personal a:hover {
        color: #b20d0d;
    }

.personal .box-infomation,
.personal .box-order,
.personal .box-recent-item {
    padding-left: 40px;
    background-position: 0px 0px;
    margin-bottom: 20px;
}

.personal .box-infomation {
    background: url(../Icons/myaccount48x48.png) no-repeat;
}

.personal .box-order {
    background: url(../Icons/order48x48.png) no-repeat;
}

.personal .box-recent-item {
    background: url(../Icons/report48x48.png) no-repeat;
}

    .personal .box-infomation h2,
    .personal .box-order h2,
    .personal .box-recent-item h2 {
        font-size: 12px;
        line-height: 20px;
    }

.box-main .order {
    margin: 10px 0px;
}

.box-main .search-adv {
    margin: 10px 0px;
}

.search-adv .box-search-adv {
    position: relative;
    border: 1px solid #039BE5;
    padding: 10px;
    padding-top: 20px;
    margin-top: 30px;
}

.box-search-adv h3 {
    position: absolute;
    border: 1px solid #039BE5;
    padding: 5px;
    top: -15px;
    font-weight: bold;
    background: #fff;
}

.form-search > div {
    margin: 5px 0px;
    overflow: hidden;
}

.form-search div > label {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}

.form-search > div > div {
    display: inline-block;
    vertical-align: middle;
    max-height: 150px;
    width: 300px;
    border: 1px solid #039BE5;
    padding: 10px;
    overflow: auto;
}

.form-search ul li {
    margin: 5px 0px;
}

.form-search ul ul {
    margin-left: 30px;
}


/*
    Footer
*/
#footer {
    background: #fff url(../Icons/bg_footer.gif) repeat-x top;
    border-top: 1px solid #4FC3F7;
    overflow: hidden;
}

    #footer .about-footer {
        padding: 10px 20px;
        width: 550px;
    }

        #footer .about-footer p {
            margin: 5px 0px;
        }

    #footer .float-right {
        padding: 10px 20px;
    }

        #footer .float-right a {
            color: #039BE5;
        }
		
@media (max-width: 1280px) {
    .adv_left{
        display: none !important;
    }
    
    .adv_right{
        display: none !important;
    }
	
	#go_top{
		display: none !important;
	}
}
		
@media (min-width: 980px) and (max-width: 1024px) {
    .adv_left{
        display: none !important;
    }
    
    .adv_right{
        display: none !important;
    }
	
	#go_top{
		display: none !important;
	}
}
