﻿.details-side {
    border: 1px dotted #918b8a;
    border-bottom: none;
    margin-bottom: 20px;
}

    .details-side dt {
        border-bottom: 1px dotted #918b8a;
        height: 58px;
        line-height: 58px;
        color: #66AC25;
        font-size: 18px;
        padding: 0 0 0 18px;
    }

    .details-side li {
        padding: 15px 18px;
        border-bottom: 1px dotted #918b8a;
    }

        .details-side li a {
            display: block;
            font-size: 14px;
        }

            .details-side li a span {
                color: #fc7d02;
                padding-left: 10px;
            }

    .details-side .price {
        padding: 15px 0 0;
        text-align: center;
        color: #166744;
        font-size: 16px;
    }

    .details-side div {
        text-align: center;
        padding: 5px 0 15px;
    }

    .details-side img {
        display: inline-block;
        border: 1px dotted #ddd;
    }

dd.no-items {
    padding: 15px 18px;
    border-bottom: 1px dotted #918b8a;
    font-size: 14px;
    color: #5a5a5a;
}

.details-right {
    position: relative;
}

i.cat-icon {
    display: block;
    width: 62px;
    height: 60px;
    border-left: 1px dotted #918b8a;
    border-bottom: 1px dotted #918b8a;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/sprite.png);
    text-indent: -99999px;
    overflow: hidden;
}

    i.cat-icon.xian {
        background-position: -1px -383px;
    }

    i.cat-icon.te {
        background-position: -64px -383px;
    }

    i.cat-icon.shang {
        background-position: -127px -383px;
    }

    i.cat-icon.pin {
        background-position: -190px -383px;
    }

    i.cat-icon.wu {
        background-position: -253px -383px;
    }

    i.cat-icon.ji {
        background-position: -316px -383px;
    }

    i.cat-icon.li {
        background-position: -379px -383px;
    }

    i.cat-icon.quan {
        background-position: -442px -383px;
    }

    i.cat-icon.xun {
        background-position: -505px -383px;
    }

.details-wrapper {
    padding: 20px;
}

#product-intro {
    position: relative;
    z-index: 1;
    padding-left: 435px;
    min-height: 580px;
    height: auto !important;
    height: 600px;
}

#previews {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
}

.product_code {
    display: block;
    height: 45px;
    color: #8a8a8a;
}

.product_name h2 {
    font-size: 20px;
}

.product_name h3 {
    font-size: 14px;
    color: #e74c3c;
    padding: 10px 0;
}

.preferential {
    font-size: 14px;
    padding: 10px 0;
}

    .preferential i {
        display: inline-block;
        background-color: #e56c69;
        border: 1px dotted #918b8a;
        padding: 2px 5px;
        margin-right: 10px;
        border-radius: 4px;
        color: #fff;
    }

.rj_meta dl {
    position: relative;
}

.rj_meta dt {
    position: absolute;
    left: 0;
    top: 3px;
}

.rj_meta dd {
    padding-left: 70px;
}

.rj_meta li {
    display: inline-block;
    border: 1px dotted #4ba359;
    background-color: #ebebeb;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .rj_meta li:hover, .rj_meta li.selected {
        background-color: #dbf8c6;
    }

    .rj_meta li.unavailable {
        border: 1px dotted #c0c0c0;
        background-color: #efefef;
        color: #ccc;
        cursor: default;
    }

.rj_sku {
    padding: 15px 0;
    border-top: 1px dotted #918b8a;
    border-bottom: 1px dotted #918b8a;
    height: 130px;
    position: relative;
}

.sku_price {
    position: absolute;
    left: 0;
    top: 15px;
    width: 200px;
}

    .sku_price label {
        display: block;
    }

        .sku_price label.pr1 {
            color: #D77F01;
            font-size: 18px;
            padding: 15px 0;
        }

            .sku_price label.pr1 b {
                font-size: 26px;
            }

        .sku_price label.pr2 {
            font-size: 14px;
        }

.icon_limit_time {
    display: block;
    width: 140px;
    height: 25px;
    padding-left: 45px;
    line-height: 25px;
    border: 1px dotted #908b8a;
    border-radius: 4px;
    background: url(../images/sprite.png) no-repeat left -685px;
    font-size: 16px;
    color: #538269;
}

.icon_yixuanwuliu {
    display: block;
    width: 100px;
    height: 25px;
    padding-left: 45px;
    line-height: 25px;
    border: 1px dotted #908b8a;
    border-radius: 4px;
    background: url(../images/sprite.png) no-repeat left -711px;
    font-size: 16px;
    color: #538269;
    float: left;
    margin-right: 10px;
}

.sku_counter {
    padding-left: 218px;
}

    .sku_counter ul {
        padding: 0;
        height: 30px;
        position: relative;
    }
    #addToFavoritesTips {
        display:none;
        position: absolute;
        left:18px;
        bottom: -12px;
        text-align: center;
        color:#c00;
        font-weight:700;
        background: #fff;
        border: 1px dotted #939393;
        border-radius: 4px;
        padding: 0 10px;
    }

        .sku_counter ul li {
            width: 49%;
            font-size: 14px;
            cursor: pointer;
        }

.choose_counter {
    height: 35px;
}

    .choose_counter dl {
        position: relative;
    }

    .choose_counter dt {
        position: absolute;
        left: 0;
        top: 3px;
    }

    .choose_counter dd {
        padding-left: 50px;
    }

    .choose_counter i {
        width: 23px;
        height: 23px;
        border: 1px dotted #908b8a;
        border-radius: 4px;
        background-color: #e5e5e5;
        text-align: center;
        line-height: 23px;
        cursor: pointer;
    }

    .choose_counter input {
        width: 60px;
        height: 23px;
        border: 1px dotted #908b8a;
        border-radius: 4px;
        text-align: center;
        line-height: 23px;
        outline: none;
    }

#addToFavorites {
    float: left;
    text-align: left;
}

#reductionNotification {
    float: right;
    text-align: right;
}

#addToBag {
    position: relative;
    height: 60px;
    padding: 20px 0 0;
    cursor: pointer;
}
    #addToBagTips {
        display:none;
        position: absolute;
        right:0;
        top: -5px;
        text-align: center;
        color:#c00;
        font-weight:700;
        background: #fff;
        border: 1px dotted #939393;
        border-radius: 4px;
        padding: 0 10px;
    }
    #addToBag span.button {
        display: block;
        font-size: 19px;
        background-color: #95B574;
        border: 1px dotted #908b8a;
        text-align: right;
        border-radius: 4px;
        padding: 5px 18px;
        width: 190px;
        color: #fff;
    }

    #addToBag .mybag {
        height: 42px;
        left: -2px;
        position: absolute;
        top: 19px;
        width: 55px;
        background: url(../images/shippingBtn.png) no-repeat ;
    }

#NoAddToBag {
    position: relative;
    height: 48px;
    padding: 20px 0 0;
    cursor: not-allowed;
}

    #NoAddToBag span.button {
        display: block;
        font-size: 24px;
        background-color: #e0e0e0;
        border: 1px dotted #908b8a;
        color: #aaa;
        text-align: right;
        border-radius: 4px;
        padding: 5px 20px;
    }

    #NoAddToBag .mybag {
        position: absolute;
        width: 46px;
        height: 50px;
        left: 20px;
        top: 10px;
        background: url(../images/sprite.png) no-repeat -289px -582px;
    }

.intro-miscs {
    padding-top: 15px;
}

    .intro-miscs p {
        padding: 10px 0;
        color: #999;
    }

    .intro-miscs dl {
        position: relative;
        padding: 0 0 10px;
        height: 24px;
        line-height: 24px;
    }

    .intro-miscs dt {
        position: absolute;
        left: 0;
        top: 0;
    }

    .intro-miscs dd {
        padding-left: 50px;
        height: 24px;
        overflow: hidden;
    }

    .intro-miscs .comments_counter {
        display: block;
        position: absolute;
        left: 145px;
        top: 0;
    }

    .intro-miscs .stars {
        display: inline-block;
        width: 82px;
        height: 22px;
        border: 1px dotted #73c798;
        border-radius: 4px;
        background: url(../images/sprite.png) no-repeat -303px -444px;
    }

.ReviewItem .stars {
    display: inline-block;
    width: 82px;
    height: 22px;
    border-radius: 4px;
    background: url(../images/sprite.png) no-repeat -303px -444px;
}

    .intro-miscs .stars.star0,
    .ReviewItem .stars.star0 {
        background-position: -303px -444px;
    }

    .intro-miscs .stars.star1,
    .ReviewItem .stars.star1 {
        background-position: -303px -467px;
    }

    .intro-miscs .stars.star2,
    .ReviewItem .stars.star2 {
        background-position: -303px -490px;
    }

    .intro-miscs .stars.star3,
    .ReviewItem .stars.star3 {
        background-position: -303px -513px;
    }

    .intro-miscs .stars.star4,
    .ReviewItem .stars.star4 {
        background-position: -303px -536px;
    }

    .intro-miscs .stars.star5,
    .ReviewItem .stars.star5 {
        background-position: -303px -559px;
    }

.product_mc img {
    max-width: 840px;
}

.ReviewItem {
    padding: 15px 0;
    border-bottom: 1px dotted #918b8a;
}

    .ReviewItem h4 {
        font-weight: 700;
        position: absolute;
        top: 1px;
        left: 205px;
    }

    .ReviewItem dt {
        width: 100px;
        text-align: center;
        float: left;
    }

    .ReviewItem dd {
        padding-left: 110px;
        position: relative;
    }

        .ReviewItem dd .lastUpdate {
            position: absolute;
            right: 0;
            top: 1px;
            color: #9a9a9a;
        }

    .ReviewItem th,
    .ReviewItem td {
        padding: 4px 5px;
    }

    .ReviewItem th {
        width: 90px;
        text-align: right;
        color: #999;
    }

    .ReviewItem td p {
        word-break: break-all;
    }

    .ReviewItem .user_info {
        padding-top: 10px;
    }
/* CSS class for zoomed area */
/*图片放大镜样式*/

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 398px;
    height: 388px;
    border: 1px dotted #918b8a;
    overflow: hidden;
    text-align: center;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 399px;
    background: #ffffff;
    border: 1px dotted #918b8a;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    background: #ffffff;
    opacity: 0;
    cursor: crosshair;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(Opacity=0);
}
/*图片小图预览列表*/
.spec-scroll {
    clear: both;
    margin-top: 5px;
}

    .spec-scroll .prev {
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .spec-scroll .next {
        float: right;
        margin-top: 20px;
        text-align: right;
    }

    .spec-scroll .prev,
    .spec-scroll .next {
        display: block;
        font-size: 24px;
        color: #66AC25;
        height: 110px;
        width: 25px;
        line-height: 110px;
        cursor: pointer;
    }

    .spec-scroll .items {
        float: left;
        position: relative;
        width: 345px;
        height: 135px;
        overflow: hidden;
    }

        .spec-scroll .items ul {
            position: absolute;
            width: 999999px;
            top: 20px;
            left: 3px;
        }

    .spec-scroll .thumnails_item {
        float: left;
        width: 115px;
        text-align: center;
        overflow: hidden;
    }

        .spec-scroll .thumnails_item img {
            width: 107px;
            height: 107px;
            border: 1px dotted #918b8a;
        }

        .spec-scroll .thumnails_item:hover img {
            border: 2px solid #199500;
        }

#Tabs {
    border: 1px dotted #918b8a;
    margin-top: 44px;
    position: relative;
}

#TabsHandler {
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: -1px;
    top: -46px;
}

    #TabsHandler li {
        display: block;
        margin-right: 15px;
        float: left;
        width: 190px;
        border: 1px dotted #918b8a;
        border-bottom: 1px solid transparent;
        text-align: center;
        font-size: 16px;
    }

        #TabsHandler li.selected {
            border-bottom: 1px solid #fff;
        }

        #TabsHandler li a {
            display: block;
            text-decoration: none;
        }

        #TabsHandler li.selected a {
            color: #035b34;
        }

.Tabs-Wrapper {
    padding: 15px;
}

#ReviewsTabsWrapper {
    position: relative;
    border: 1px dotted #918b8a;
    padding: 40px 15px 20px;
}

    #ReviewsTabsWrapper i.ping {
        display: block;
        width: 59px;
        height: 54px;
        border-left: 1px dotted #939393;
        border-bottom: 1px dotted #939393;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/sprite.png) no-repeat -810px -385px;
    }

#ReviewsTabs {
    padding-top: 185px;
    position: relative;
}

#ReviewsGraphic {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 20;
}

.ReviewsGraphicWrapper {
    padding: 15px;
}

.ReviewsGraphicBox {
    width: 100%;
    height: 90px;
    padding: 0;
    border-top: 1px dotted #939393;
    border-bottom: 1px dotted #939393;
}

.haopingdu {
    width: 160px;
    height: 90px;
    float: left;
    text-align: center;
}

#ReviewsStat {
    margin: 0 auto;
    color: #e56c69;
}

.reviewspercentage {
    width: 350px;
    height: 90px;
    float: left;
    border-left: 1px dotted #939393;
    border-right: 1px dotted #939393;
}

    .reviewspercentage ul {
        padding: 0 40px;
    }

    .reviewspercentage li {
        height: 30px;
        line-height: 30px;
    }

    .reviewspercentage label {
        width: 80px;
        padding-right: 10px;
        display: inline-block;
        text-align: right;
    }

        .reviewspercentage label em {
            font-size: 10px;
            color: #aaa;
        }

.percentagewrapper {
    display: inline-block;
    width: 160px;
    height: 5px;
    background-color: #c4c5c6;
    overflow: hidden;
}

.percentagebar {
    height: 5px;
    background-color: #045c35;
    overflow: hidden;
}

.writereviews {
    text-align: center;
    padding-left: 520px;
    padding-top: 10px;
}

    .writereviews a {
        display: block;
        margin: 0 auto;
        background-color: #e6f2e0;
        border: 1px solid #1f6e49;
        border-radius: 4px;
        padding: 5px 20px;
        margin-top: 10px;
        font-size: 16px;
        width: 110px;
    }

        .writereviews a:hover {
            cursor: pointer;
            text-decoration: none;
        }

.ReviewsTabs-Wrapper {
    padding: 15px 0;
}

#ReviewsTabsHandler {
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
}

    #ReviewsTabsHandler li {
        display: block;
        margin-right: 5px;
        float: left;
        border: 1px dotted #918b8a;
        padding: 4px 20px;
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
    }

        #ReviewsTabsHandler li.selected {
            background-color: #66AC25;
        }

        #ReviewsTabsHandler li a {
            display: block;
            text-decoration: none;
        }

        #ReviewsTabsHandler li.selected a {
            color: #fff;
        }

.productProperty table {
    width: 100%;
}

    .productProperty table th {
        padding: 2px;
        width: 20%;
        border: 1px #c0c0c0 solid;
        background: #efefef;
        font-weight: 700;
    }

    .productProperty table td {
        padding: 2px 10px;
        width: 80%;
        border: 1px #c0c0c0 solid;
    }

.pagin {
    float: right;
    padding-top: 20px;
}

#succeed{position:relative;overflow:visible;padding:20px 0}
#succeed .btn-pay,#succeed .btn-continue,#succeed .btn-append{background:#ccc url(../images/20130425D.png) no-repeat;line-height:100px;overflow:hidden;display:block;}
#succeed .btn-pay{display:inline-block;width:189px;height:36px;margin:0 25px 0 10px;_margin-right:12px;background-position:0 0;}
#succeed .btn-continue{display:inline-block;background-position:-90px -37px;width:94px;height:36px;}
#succeed .btn-append{background-position:-41px 0;width:93px;height:23px;}
#succeed .success{padding:80px 0;zoom:1;border:1px dotted #939393;}
#succeed .success b,#succeed .success-b{overflow:hidden;width:304px;height:40px;padding-left:56px;background:url(../images/20130425D.png) no-repeat 0 -100px;font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;margin:0 auto;}
#succeed .success-b{color:#999;font:12px/150% Arial,Verdana,"\5b8b\4f53";height:auto}
#succeed .success-b h3{font:normal 24px/40px \5fae\8f6f\96c5\9ed1;color:#7ABD54;}
#initCart_next_go {text-align:center;padding:40px 0;}