﻿@charset "utf-8";
/* CSS Document */
/**====================progress===========================**/
.progress {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 2;
    width: 700px;
}

    .progress ul {
        float: right;
        height: 32px; /*width: 458px;*/
    }

    .progress li {
        background-color: #bfbfbf;
        color: #ffffff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        height: 32px;
        line-height: 32px;
        text-align: center;
        width: 140px;
    }

        .progress li b {
            background: url("/images/progress_bg.png") no-repeat scroll 0 0 transparent;
            display: block;
            float: right;
            height: 32px;
            width: 17px;
        }

    .progress .progress-1 .step-1, .progress .progress-2 .step-2, .progress .progress-3 .step-3, .progress .progress-4 .step-4, .progress .progress-5 .step-5 {
        background-color: #fd9e5e;
        color: #ffffff;
    }

        .progress .progress-1 .step-1 b, .progress .progress-2 .step-2 b, .progress .progress-3 .step-3 b, .progress .progress-4 .step-4 b, .progress .progress-5 .step-5 b {
            background-position: 0 -32px;
        }

    .progress .progress-3 .step-1, .progress .progress-3 .step-2 {
        background: #fde5b9;
        color: #f08833;
    }

        .progress .progress-3 .step-1 b, .progress .progress-3 .step-2 b {
            background-position: 0 -96px;
        }

        .progress .progress-3 .step-2 b {
            background-position: 0 -64px;
        }

    .progress .progress-2 .step-1 {
        background: #fde5b9;
        color: #f08833;
    }

        .progress .progress-2 .step-1 b {
            background-position: 0 -64px;
        }

    .progress .progress-5 .step-1, .progress .progress-5 .step-2, .progress .progress-5 .step-3, .progress .progress-5 .step-4 {
        background: #fde5b9;
        color: #f08833;
    }

        .progress .progress-5 .step-1 b, .progress .progress-5 .step-2 b, .progress .progress-5 .step-3 b {
            background-position: 0 -96px;
        }

        .progress .progress-5 .step-4 b {
            background-position: 0 -64px;
        }

    .progress .progress-4 .step-1, .progress .progress-4 .step-2, .progress .progress-4 .step-3 {
        background: #fde5b9;
        color: #f08833;
    }

        .progress .progress-4 .step-1 b, .progress .progress-4 .step-2 b, .progress .progress-4 .step-3 b {
            background-position: 0 -96px;
        }

        .progress .progress-4 .step-3 b {
            background-position: 0 -64px;
        }
/**====================cart_null===========================**/
.cart_null {
    border: 1px solid #e7e7e9;
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    overflow: hidden;
    padding-left: 230px;
    padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

    .cart_null div {
        float: left;
    }

    .cart_null .l_cart_text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .cart_null .l_cart_text {
        margin-left: 24px;
        margin-top: 18px;
    }

    .cart_null div a {
        display: inline-block;
    }

    .cart_null .l_landing {
        background-color: red;
        padding: 3px 10px;
        border-radius: 3px;
        color: #ffffff;
    }

    .cart_null .l_shoopw {
        width: 97px;
        height: 76px;
        background-image: url(/images/shoppingcart.png);
    }

    .cart_null .goshong {
        color: #005ea7;
    }

        .cart_null .goshong:hover {
            color: red;
        }
/**=====================================checkout_box============================================**/
.checkout_box {
    min-height: 500px;
}

    .checkout_box h2 {
        font-size: 14px;
        background: #e7e7e9;
        height: 32px;
        line-height: 32px;
        padding-left: 15px;
        color: #555555;
        font-family: "Microsoft Yahei", simhei;
    }

.checkout_step3 {
    border: 1px solid #ebebeb;
    padding: 10px 0;
    overflow: hidden;
    zoom: 1;
}

    .checkout_step3 h3 {
        display: block;
        font-size: 16px;
        color: #999999;
        margin: 30px 0;
        height: 50px;
        line-height: 50px;
        padding-left: 90px;
        background: url(/images/icon_payOk.png) 25px 0 no-repeat;
    }

.orderList_ok {
    margin: 5px 25px 15px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

    .orderList_ok li {
        height: 55px;
        line-height: 55px;
        border-top: 1px solid #ebebeb;
        padding-left: 15px;
        color: #999999;
    }

        .orderList_ok li em {
            font-weight: bold;
        }

.totlaPrice {
    line-height: 40px;
    padding-left: 25px;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

    .totlaPrice span {
        font-family: Arial;
        padding-left: 15px;
    }

.checkout_step3 .pay_methods {
    padding-left: 25px;
    line-height: 24px;
    overflow: hidden;
    zoom: 1;
}

    .checkout_step3 .pay_methods a {
        color: #0092D2;
        text-decoration: underline;
        margin: 0 5px;
        display: inline-block;
    }

    .checkout_step3 .pay_methods img {
        width: 132px;
        height: 47px;
        margin-top: 0px;
        vertical-align: middle;
        border: 1px solid #ececec;
    }

.checkout_step3 .btn_pay {
    margin: 15px 0 15px 157px;
    overflow: hidden;
    zoom: 1;
}

    .checkout_step3 .btn_pay .ui_btn {
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
    }

.checkout_step3 .checkout_link {
    padding-left: 25px;
    line-height: 40px;
}

    .checkout_step3 .checkout_link a {
        color: #0092D2;
        text-decoration: none;
        margin-right: 25px;
        font-size:16px;
    }

.checkout_step3 .payTypeList_box {
    margin: 10px 30px 0 157px;
}

.checkout_step3 .check_out_table {
    width: 550px;
    border: 1px solid #ebebeb;
    font-size:16px;
    margin-left: 25px;
}

:root .checkout_step3 .check_out_table {
    width: 280px\9;
}

.checkout_step3 .check_out_table td {
    height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
}

    .checkout_step3 .check_out_table td.l {
        border-right: 1px solid #ebebeb;
        height:40px;
        width: 100px;
    }

    .checkout_step3 .check_out_table td .order_num {
        color: #ff0000;
        margin-right: 5px;
    }
/**========================================checkout_step2===============================================**/
.checkout_step2 {
    margin: 0 0 35px 0;
    padding: 0 25px 55px 25px;
    border: 1px solid #f2f2f2;
    background: #fcfcfc;
    overflow: hidden;
    zoom: 1;
}

.checkout_step2_item h2 {
    background: #fcfcfc;
    color: #666666;
    padding: 0;
}

.checkout_step2_item {
    margin-top: 15px;
}

    .checkout_deduction_box, .checkout_step2_item .checkout_consignee_box, .checkout_step2_item .checkout_payType_box, .checkout_step2_item .checkout_shipType_box, .checkout_step2_item .checkout_invoice_box, .checkout_step2_item .checkout_coupon_box {
        border: 1px solid #ebebeb;
        padding: 15px 40px 15px 40px;
        overflow: hidden;
        zoom: 1;
        background: #ffffff;
    }

.checkout_payType_box a {
    color: #0092D2;
}
/**=====================checkout_consignee=======================**/
.checkout_addressList {
    width: 95%;
}

    .checkout_addressList li {
        margin-bottom: 5px;
    }

        .checkout_addressList li td {
            margin: 0;
            padding: 0;
            line-height: 22px;
        }

        .checkout_addressList li input {
            vertical-align: middle;
            line-height: 22px;
        }

    .checkout_addressList label {
        height: 22px;
        line-height: 22px;
        vertical-align: top;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
    }

.radio_property {
    width: 20px;
    vertical-align: top;
}

.checkout_addressList .operate_bar {
    width: 100px;
    text-align: right;
    vertical-align: top;
}

    .checkout_addressList .operate_bar a {
        line-height: 24px;
        text-decoration: underline;
        margin-right: 10px;
        display: inline-block;
    }

.consignee_addr .form {
    width: auto;
    margin: 0 0 0 20px;
    min-height: 0;
}
/**=====================checkout_ewallet_box=======================**/
.checkout_ewallet_box {
    padding: 0px 30px 0px 15px;
    float:left;
}

.ewallet_list {
    margin-bottom: 5px;
    height: 24px;
}

    .ewallet_list span {
        margin-left: 15px;
    }

        .ewallet_list span a {
            text-decoration: underline;
            color: #0092D2;
        }

    .ewallet_list label {
        line-height: 24px;
    }

    .ewallet_list input {
        vertical-align: middle;
    }

.payanother_info {
    padding-left: 30px;
}

    .payanother_info p {
    }

        .payanother_info p.msg_tips {
            margin-left: 82px;
            color: #ff0000;
            line-height: 18px;
            height: 18px;
        }

    .payanother_info label {
        float: left;
        width: 80px;
        text-align: right;
    }

    .payanother_info input {
        margin-right: 15px;
        width: 150px;
        padding: 0 2px;
        height: 22px;
        line-height: 22px;
        color: #999999;
        border: 1px solid #CCC;
    }

    .payanother_info button {
        line-height: 24px;
    }

    .payanother_info textarea {
        width: 289px;
        height: 100px;
        overflow-x: hidden;
        overflow-y: auto;
        resize: none;
    }

    .payanother_info .ui_btn {
        margin-right: 8px;
        line-height: 25px;
        *position: relative;
        *top: -5px;
        *left: 0;
    }

    .payanother_info a {
        color: #fff;
    }
/**=====================checkout_payType=======================**/

.checkout_payType_box h3 {
    line-height: 30px;
}

.checkout_payType_box p {
    padding-left: 25px;
    line-height: 24px;
}

.payTypeList_box {
    margin: 10px 0 10px 45px;
    border: 1px solid #ebebeb;
    padding: 20px 10px 10px 130px;
    overflow: hidden;
    zoom: 1;
}

    .payTypeList_box strong {
        float: left;
        margin-left: -130px;
        width: 130px;
        padding-top: 2px;
        text-align: right;
        font-weight: normal;
        color: #999999;
    }

.payTypeValue_box {
    margin: 10px 0 10px 45px;
    overflow: hidden;
    zoom: 1;
}

.payTypeValue {
    float: left;
}

    .payTypeValue img {
        border: 1px solid #ebebeb;
        width: 93px;
        height: 20px;
    }

.payType_other {
    float: left;
    margin-top: -2px;
    display: inline-block;
}

    .payType_other p {
        padding-left: 15px;
    }

    .payType_other a {
        text-decoration: underline;
    }

    .payType_other span {
        display: block;
        color: #999999;
    }

.payTypeList_box {
    clear: both;
}

    .payTypeList_box strong {
        height: 31px;
        line-height: 31px;
    }

.payType_list {
    margin-bottom: 5px;
    zoom: 1;
}

    .payType_list:after {
        content: "";
        display: block;
        clear: both;
        font-size: 0;
        visibility: hidden;
    }

    .payType_list li {
        padding: 0;
        margin: 0 -1px 5px 0;
        float: left;
        background: #FFFFFF;
        width: 140px;
        height: 40px;
        overflow: hidden;
    }

        .payType_list li label {
            display: inline-block;
            width: 140px; /*height:37px;*/
            padding: 1px;
            overflow: hidden;
            cursor: pointer;
        }

            .payType_list li label input {
                margin: 5px 3px 0 6px;
                *margin: 0px 0 0 0;
                float: left;
                display: inline-block;
                height:30px;
                line-height:30px;
            }
    /*.payType_list li label.status_on {border:2px solid #ffa45c;z-index:5;padding:0;position:relative;background:#FFF;}
*/
    .payType_list .tit {
        width: auto;
    }

    .payType_list img {
        width: 105px;
        height: 35px;
        vertical-align: middle;
        border: 1px solid #e1e1e1;
        display: inline-block;
    }
/**=====================checkout_shipType=======================**/
#checkout_shipType.checkout_step2_item h2 {
    position: relative;
    width: 100%;
    display: block;
}

#checkout_shipType .backTcart_link {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #0092D2;
    text-decoration: underline;
    font-size: 12px;
}

.shipType_itemInfo {
    padding: 15px 0 20px 0;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #cccccc;
}

    .shipType_itemInfo h4 {
        line-height: 32px;
        color: #777777;
        font-size: 14px;
    }

    .shipType_itemInfo table {
        margin-bottom: 10px;
        overflow: visible;
        zoom: 1;
    }

        .shipType_itemInfo table tr {
            line-height: 20px;
        }

            .shipType_itemInfo table tr td {
                line-height: 20px;
                text-align: center;
                border-bottom: 1px dotted #ccc;
                padding: 10px 5px;
            }

        .shipType_itemInfo table thead th {
            line-height: 30px;
            height: 30px;
            border-bottom: 1px dotted #ccc;
            font-weight: normal;
        }

.tit_cart {
    text-align: left;
    padding-left: 15px;
}

.cart_itemInfo {
    text-align: left !important;
}

    .cart_itemInfo .itemImage {
        float: left;
        width: 100%;
    }

        .cart_itemInfo .itemImage .img {
            float: left;
        }

            .cart_itemInfo .itemImage .img img {
                width: 50px;
                height: 50px;
                border: 1px solid #ebebeb;
            }

        .cart_itemInfo .itemImage .itemInfo {
            padding: 8px 0 0 10px;
            display: inline-block;
            width: 380px;
        }

            .cart_itemInfo .itemImage .itemInfo strong {
                line-height: 18px;
                font-weight: normal;
            }

.cart_itemGift {
    clear: both;
    padding: 5px 10px 0 60px;
    overflow: hidden;
}

    .cart_itemGift p {
        line-height: 22px;
        color: #999999;
    }

        .cart_itemGift p a {
            color: #999999;
        }

            .cart_itemGift p a:hover {
                color: #0092D2;
            }

        .cart_itemGift p strong {
            padding: 0 6px;
        }

        .cart_itemGift p em {
            color: #666666;
            margin-left: 5px;
        }

    .cart_itemGift span {
        color: #f60;
        margin-right: 5px;
    }

.shipType_itemInfo .priceSingle, .shipType_itemInfo .priceSubtotal {
    font: 12px/1.5 arial, verdana;
    font-weight: bold;
}

.shipType_itemInfo .priceSubtotal {
    font-size: 14px;
}

.shipType_itemInfo .priceSingle {
}

.priceSubtotal_tittle, .priceSubtotal {
    padding-right: 0 !important;
}

.priceSubtotal {
    color: #000;
    font-weight: bold;
}

.shipType_freight {
    float: left;
    width: 30%;
    overflow: hidden;
    zoom: 1;
}

    .shipType_freight .fl {
        float: left;
    }

    .shipType_freight span {
        float: left;
        height: 48px;
        line-height: 18px;
        display: inline-block;
        padding-right: 5px;
    }

    .shipType_freight .fl input {
        vertical-align: middle;
        margin-right: 5px;
    }

    .shipType_freight .fl label em {
        font-family: Arial;
        padding: 0 3px;
    }
/*
.shipType_freight .fl .freight_list{ float:left ; overflow:hidden; zoom:1}
.shipType_freight .fl label{ height:24px; line-height:24px; width:80px; cursor:pointer}
*/
.cart_SettlementInfo {
    float: right;
    text-align: right;
}

    .cart_SettlementInfo .returnamount {
        margin-right: 10px;
    }

    .cart_SettlementInfo p {
        line-height: 24px;
    }

        .cart_SettlementInfo p span, .cart_SettlementInfo p strong {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            width: 110px;
            font-family: Arial;
        }

        .cart_SettlementInfo p strong {
            font-size: 16px;
            font-weight: bold;
            font-family: arial, verdana;
        }

    .cart_SettlementInfo .totalcount {
        color: #fc9e5e;
    }

    .cart_SettlementInfo .fl {
        float: left;
    }

    .cart_SettlementInfo .ordertotal {
        width: 110px;
        font-weight: bold;
        font-family: Arial;
    }

.cart_userMsg {
    clear: both;
    padding-top: 10px;
    overflow: hidden;
    zoom: 1;
}

    .cart_userMsg input {
        width: 350px;
        padding: 0 2px;
        height: 22px;
        line-height: 22px;
        color: #999999;
        border: 1px solid #CCC;
    }
/**=====================checkout_invoice=======================**/
.checkout_invoice_box input {
    vertical-align: middle;
}

.checkout_invoice_box .invoiceTitle_txt {
    margin-right: 15px;
    width: 150px;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
    color: #999999;
    border: 1px solid #CCC;
}

.checkout_invoice_box span {
    color: #999999;
}
/**=====================checkout_coupon=======================**/
.coupon_tet input {
    width: 150px;
    padding: 0 2px;
    height: 22px;
    line-height: 22px;
    color: #999999;
    border: 1px solid #CCC;
}

.coupon_tet .ui_btn {
    line-height: 24px;
    padding: 0 8px;
    margin-left: 8px;
}

.coupon_select {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

    .coupon_select span {
        float: left;
        height: 28px;
        line-height: 24px;
        display: inline-block;
        padding-right: 5px;
    }

    .coupon_select .fl {
        float: left;
        display: none;
    }

        .coupon_select .fl label {
            line-height: 24px;
            cursor: pointer;
        }

        .coupon_select .fl input {
            vertical-align: middle;
            margin-right: 5px;
        }

.coupon_tips {
    clear: both;
    position: relative;
    padding: 10px 2px;
    margin: 0 0 5px;
    color: #ff0000;
    list-style-type: disc;
}

    .coupon_tips li {
        height: 22px;
        line-height: 22px;
    }
/**=====================checlout_wareInfo=======================**/
.checlout_wareInfo {
    margin-top: 10px;
    text-align: right;
}

    .checlout_wareInfo p {
        line-height: 30px;
    }

        .checlout_wareInfo p span {
            font-family: Arial;
        }

    .checlout_wareInfo .totalPrice {
        text-align: left;
        float: right;
        margin-left: 10px;
    }

.totalPriceTextr {
    margin-top: -2px;
}

.checlout_wareInfo .totalPrice .totalPriceh1 {
    font-size: 12px;
    font-family: Arial;
    color: #fc9e5e;
}

.checlout_wareInfo .totalPrice span {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

.totalPricespan {
}

.checlout_wareInfo button.ui_btn {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
}

.totalPricespan, .totalPriceh1 {
    text-align: right;
}

.checlout_wareInfo .totalPrice .totalPriceText {
}

.totalPriceout {
}
/**=====================cart-inner=======================**/
.cart-inner {
    border: 1px solid #E7E7E9;
}

    .cart-inner .cart-thead {
        height: 35px;
        background-color: #E7E7E9;
    }

    .cart-inner .cart-tbody {
    }

.cart-thead .column {
    width: 99px;
    height: 35px;
    float: left;
    color: #666;
    line-height: 35px;
    text-align: center;
}
/*.cart-thead .t-checkbox { line-height:normal; text-align:left }
.cart-thead .t-checkbox input { margin:11px 5px 0 19px; margin:11px 5px 0 16px\9; *margin:6px 2px 0 16px;
display:inline }
.cart-thead .t-checkbox label { line-height:35px }*/
.cart-thead .t-goods {
    width: 415px;
}

.cart-thead .t-price {
    width: 140px;
}

.cart-thead .t-quantity {
    width: 160px;
}

.cart-thead .t-totalPrice {
    width: 113px;
}

.cart-thead .t-jhb {
    width: 140px;
}

.cart-tbody .item {
    border-top: 1px solid #ddd;
    padding: 5px 0;
    overflow: hidden;
    zoom: 1;
}

.cart-tbody .item {
    clear: left;
}

.cart-tbody .item-first {
    border-top: 0;
}

.cart-tbody .item_form {
    height: auto;
}

.cart-tbody .item_attached {
    position: relative;
    top: -15px;
    text-align: right;
    width: 850px;
    padding: 5px 5px 0 5px;
    margin: 0 20px 5px 120px;
    clear: both;
    border-top: 1px dotted #dddddd;
    overflow: hidden;
}

    .cart-tbody .item_attached .item_action {
        float: right;
    }

        .cart-tbody .item_attached .item_action a {
            margin-left: 8px;
            color: #0092D2;
            text-decoration: underline;
        }

    .cart-tbody .item_attached .item_gift {
        float: left;
        text-align: left;
    }

        .cart-tbody .item_attached .item_gift p {
            line-height: 22px;
        }

            .cart-tbody .item_attached .item_gift p strong {
                padding: 0 6px;
            }

        .cart-tbody .item_attached .item_gift span {
            color: #f60;
            margin-right: 5px;
        }

        .cart-tbody .item_attached .item_gift p em {
            color: #666666;
            margin-left: 5px;
        }

        .cart-tbody .item_attached .item_gift p a, .cart-tbody .item_attached .item_gift p {
            color: #999999;
        }

            .cart-tbody .item_attached .item_gift p a:hover {
                color: #0092D2;
            }

.cart-tbody .cell {
    float: left;
    min-height: 52px;
    height: auto !important;
}

.cart-tbody .p-checkbox {
    width: 50px;
    height: 52px;
}

    .cart-tbody .p-checkbox input {
        margin: 20px 0 0 19px;
        margin: 17px 0 0 16px\9;
        *margin: 16px 0 0 16px;
        float: left;
        display: inline;
    }

.cart-tbody .p-goods {
    width: 445px;
    padding: 5px 0 5px 15px;
}

.cart-tbody .p-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    background-color: #fff;
}

    .cart-tbody .p-img img {
        display: block;
        width: 80px;
        height: 80px;
    }

.cart-tbody .p-name {
    padding: 0 10px 0 15px;
    line-height: 18px;
    overflow: hidden;
}

    .cart-tbody .p-name a {
        display: block;
        height: auto !important;
        height: 36px;
        max-height: 36px;
        overflow: hidden;
    }

    .cart-tbody .p-name span {
        display: block;
        color: #999;
        line-height: 16px;
    }

    .cart-tbody .p-name .shopsInfo {
        line-height: 22px;
        color: #999999;
    }

.cart-tbody .p-price {
    width: 140px;
    text-align: left;
    line-height: 53px;
}

.cart-tbody .p-jhb {
    width: 140px;
    text-align: left;
    line-height: 53px;
}

.cart-tbody .price {
    padding-right: 10px;
    color: #333;
    font-family: Arial;
}

.cart-tbody .p-price .sixprice {
    margin-top: -10px;
    display: block;
    line-height: 20px;
}

.cart-tbody .p-price .highlight {
    color: #999;
}

.cart-tbody .p-totalPrice {
    width: 150px;
    text-align: left;
    line-height: 52px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.cart-tbody .p-totalPriceMark {
    width: 150px;
    text-align: left;
    /*line-height: 26px;*/
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.cart-tbody .p-name a, .cart-tbody .p-name a:visited, .cart-tbody .p-name a:hover, .cart-tbody .p-action a, .cart-tbody .p-action a:visited, .cart-tbody .p-action a:hover {
    color: #0092D2;
}

    .cart-tbody .p-name a.edit, .cart-tbody .p-name a.edit:visited {
        text-decoration: underline;
    }

        .cart-tbody .p-name a.edit:hover {
            text-decoration: none;
        }

.cart-tbody .p-quantity {
    width: 100px;
    text-align: center;
}

.cart-tbody .item_action .cell {
    min-height: 22px;
}

.suit .item {
    border-bottom: 1px solid #ddd;
    padding: 0;
    background-color: #e0f1ff;
}

.cart-tbody .item_selected, .cart-tbody .item_selected .item, .cart-tbody .item_selected .row {
    background-color: #fffdee;
}

.cart-toolbar, .cart-total {
    margin: 20px 0;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.cart-toolbar {
    line-height: 22px;
}

    .cart-toolbar .control {
        background: none repeat scroll 0 0 #F3F3F3;
        padding: 15px;
        width: 971px;
    }

        .cart-toolbar .control .delete {
            float: left;
        }

            .cart-toolbar .control .delete a {
                color: #0092D2;
                text-decoration: underline;
            }

    .cart-toolbar .total {
        float: right;
    }

        .cart-toolbar .total p {
            font-weight: bold;
        }

        .cart-toolbar .total span {
            font-size: 16px;
            font-weight: bold;
            font-family: Arial;
        }

        .cart-toolbar .total .totalamount {
            font-size: 22px;
        }

    .cart-toolbar .jhb {
        float: right;
        font-weight: bold;
    }

        .cart-toolbar .jhb span {
            color: #fc9e5e;
            font-size: 16px;
            font-family: Arial;
        }

.cart_btn {
    clear: both;
    margin-top: 15px;
    text-align: right;
    float: right;
}

    .cart_btn .ui_btn {
        width: 130px;
        line-height: 40px;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        margin-left: 15px;
    }

        .cart_btn .ui_btn:hover {
            color: #ffffff;
        }

    .cart_btn .cartContinue {
        font-weight: normal;
        color: #0092D2;
        text-decoration: underline;
    }

.wrap_input {
    overflow: hidden;
    zoom: 1;
    padding: 15px 0 10px 0px;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

    .wrap_input .input {
        border: 1px solid #6C6C6C;
        float: left;
        margin-left: -1px;
        line-height: 18px;
    }

    .wrap_input input {
        width: 30px;
        height: 18px;
        #height:16px;
        line-height: 18px;
        #line-height:16px;
        border: none;
        border-left: 2px solid #f2f2f2;
        border-top: 2px solid #f2f2f2;
        text-align: center;
    }

    .wrap_input .jia, .wrap_input .jian {
        border: 1px solid #8a8a8a;
        float: left;
        margin-left: -1px;
        width: 20px;
        height: 20px;
        line-height: 19px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* W3C */
    }

    .wrap_input .jian {
        line-height: 15px;
        #line-height:16px;
        margin-left: 0;
    }
/**=====================checkout_tips=======================**/
.checkout_tips {
    background: #fffee9;
    border: 1px solid #f8bc1b;
    padding: 10px 15px;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    zoom: 1;
}

    .checkout_tips a {
        color: #ff0000;
    }

    .checkout_tips strong {
        line-height: 26px;
        height: 26px;
        color: #ff0000;
    }

    .checkout_tips ul li {
        line-height: 22px;
        color: #666666;
        font-family: arial;
    }
/*重写boxy的标题高度，目的fix ie6*/
.boxy-wrapper .title-bar {
    _height: 31px;
}
/*提示信息*/
.ordergoodtips {
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    color: #999;
    float: left;
}
/*电子钱包start*/
.checkboxewallettext {
    height: 22px;
    line-height: 22px;
    margin: 5px 0;
    float: left;
    border: 1px solid #ccc;
    width: 154px;
}

.discountprice {
    float: left;
    margin: 7px 0 0 5px;
    _display: inline;
}

    .discountprice .discount {
        color: #ff0000;
        font-family: Arial;
    }

.deductionerrormsg {
    float: left;
    color: #ff0000;
    margin: 7px 0 0 15px;
}

.ewalletwrap {
    margin: 5px 0 0 0;
}

.checkboxewalletwrap em {
    font-family: Arial;
}
/*电子钱包end*/
/*订单*/
.totlaPrice_ewallet {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.checkboxewalletwrap {
    margin-top: 10px;
    width: 350px;
}

.returnagain {
    color: #0092D2;
    margin-left: 2px;
}

.coupon_tet {
    padding-bottom: 20px;
}
/*公告start*/
.shoppinglayout {
    position: relative;
    margin-bottom: 10px;
}

.headernotice {
    height: 24px;
    line-height: 22px;
    width: 330px;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 305px;
}

.headernoticetext {
    overflow: hidden;
    white-space: nowrap;
    color: #ff0000;
    background: url(../../images/global/sound.png) no-repeat;
    display: none;
}
/*公告end*/
/*底部收藏夹start*/
.favoriteList .collectitem {
    color: #fc9e5e;
}

    .favoriteList .collectitem:hover {
        color: #fc9e5e;
    }

.norecode {
    margin-left: 15px;
}
/*底部收藏夹end*/
/**新增收藏夹显示隐藏按钮start**/
.coupon_select .icon {
    width: 13px;
    height: 13px;
    float: left;
    background: url(../../images/global/bgicon.png) -139px -106px no-repeat;
    position: relative;
    top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.coupon_select .iconcurr {
    background: url(../../images/global/bgicon.png) -109px -106px no-repeat;
}

.coupon_select .couponItemBlock {
    display: none;
}
/**新增收藏夹显示隐藏按钮end**/
