.cart_th, .item_body {
    border-bottom: 1px solid #ddd;
}

.items_tab {
    height: 32px;
    overflow: hidden;
}

    .items_tab a {
        float: left;
        display: block;
        width: 116px;
        padding: 4px 0 10px 20px;
        position: relative;
        line-height: 1.1;
        font-size: 16px;
        font-weight: 400;
    }

        .items_tab a em {
            font-size: 14px;
            font-weight: 400;
            margin-left: 5px;
            font-family: Verdana,Tahoma,arial;
        }

        .items_tab a.current {
            color: #b0352f;
        }

        .items_tab a:hover {
            text-decoration: none;
        }

    .items_tab i {
        position: absolute;
        right: 0;
        top: 8px;
        display: block;
        height: 12px;
        border-right: 1px solid #ccc;
        overflow: hidden;
    }

.items_tab_line {
    height: 2px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
}

    .items_tab_line .floatline {
        position: absolute;
        display: block;
        width: 136px;
        height: 2px;
        background-color: #b0352f;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
    }

.cart_list {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
}

.cart_th {
    padding: 0 0 12px;
}

    .cart_th .td {
        float: left;
    }

    .cart_th .td_chk {
        width: 130px;
    }

        .cart_th .td_chk em {
            margin-left: 10px;
        }

    .cart_th .td_item {
        width: 315px;
    }

    .cart_th .td_info {
        width: 184px;
    }

    .cart_th .td_price {
        width: 188px;
    }

    .cart_th .td_num {
        width: 102px;
    }

    .cart_th .td_sum {
        width: 162px;
    }

    .cart_th .td_op {
        width: 60px;
    }

.shop_line {
    margin-top: 0px;
}

.shop_info {
    padding: 5px 0 8px;
    line-height: 20px;
    border-bottom: solid #b0352f 1px;
}

    .shop_info span {
        vertical-align: middle;
    }

    .shop_info .name {
        margin-left: 5px;
        display: inline-block;
    }

.item_body {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-top: 0;
}

.item_body_last {
    border-bottom: none;
}

.item_content .td {
    float: left;
    min-height: 119px;
    _height: 119px;
}

.item_content .td_inner {
    padding-top: 20px;
}

.item_content .td_chk {
    width: 28px;
    text-align: right;
    padding-right: 17px;
}

    .item_content .td_chk .item_check {
        padding-top: 25px;
    }

.item_content .item_pic {
    width: 70px;
    height: 70px;
    border: 1px solid #e0e0e0;
    float: left;
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
}

    .item_content .item_pic img {
        width: 70px;
        height: 70px;
        vertical-align: top;
    }

        .item_content .item_pic img.tag_img {
            width: 21px;
            height: 23px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1000;
        }

.item_content .td_item {
    width: 400px;
}

.item_content .item_info {
    margin: 2px 0 0 85px;
    padding-right: 40px;
}

    .item_content .item_info .item_title {
        line-height: 18px;
    }

        .item_content .item_info .item_title img {
            height: 12px;
            margin-right: 2px;
            vertical-align: -2px;
        }

.item_content .td_info {
    width: 150px;
    padding-right: 10px;
}

.item_content .item_props {
    padding-top: 22px;
}

    .item_content .item_props p {
        color: #9c9c9c;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.item_content .td_price {
    width: 170px;
}

    .item_content .td_price .td_inner {
        padding-top: 16px;
    }

.item_content .price_bd {
    padding: 8px 0 0 15px;
    line-height: 1;
}

    .item_content .price_bd p {
        padding: 0 0 8px;
        font-family: arial;
        font-size: 14px;
    }

        .item_content .price_bd p.old {
            padding-top: 18px;
        }

.item_content .price_old {
    color: #9c9c9c;
    text-decoration: line-through;
    font-size: 12px;
}

.item_content .price_now {
    color: #555;
}

.item_content .price_promo {
    margin-top: -6px;
    padding-left: 6px;
}

    .item_content .price_promo span {
        display: inline-block;
        padding: 3px 5px;
        min-width: 50px;
        text-align: center;
        border-radius: 3px;
        color: #b0352f;
    }

.item_content .td_num {
    width: 130px; padding-left:10px;
    position: relative;
}

    .item_content .td_num .td_inner {
        padding-top: 38px;
    }

.item_content .item_num {
    height: 26px;
}

    .item_content .item_num span {
        float: left;
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #dcdcdc;
        background-color: #fafafa;
        text-shadow: 1px 1px 1px #fff;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
        line-height: 20px;
        color: #555;
    }

        .item_content .item_num span::selection, .item_content .td::selection {
            background: 0 0;
            color: #555;
        }

        .item_content .item_num span:hover {
            background-color: #fff;
        }

        .item_content .item_num span.disabled, .item_content .item_num span.disabled:hover {
            background-color: #fafafa;
            cursor: not-allowed;
            color: #ddd;
        }

    .item_content .item_num input {
        float: left;
        width: 36px;
        height: 22px;
        padding-bottom: 2px;
        border: none;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        text-align: center;
        color: #666;
        font-size: 14px;
    }

.item_content .td_sum {
    width: 130px;
}

.item_content .item_num_txt {
    padding-top: 4px;
    width: 94px;
    text-align: center;
    font-size: 14px;
}

.item_content .td_sum .td_inner {
    padding-top: 42px;
}

.item_content .td_sum .price_sum {
    color: #b0352f;
    font-size: 14px;
    font-weight: 700;
    font-family: arial;
}

.item_content .td_op {
    width: 100px;
    float: right;
}

    .item_content .td_op .td_inner {
        padding-top: 42px;
        padding-right: 10px;
        text-align: center;
    }

        .item_content .td_op .td_inner a {
            color: #666;
        }

.item_disabled {
    background-color: #eee;
}

    .item_disabled .item_content .item_num_txt {
        text-align: center;
        width: 88px;
        font-size: 14px;
        color: #999;
        padding-top: 3px;
    }

    .item_disabled .item_content .item_info .item_title a, .item_disabled .item_content .price_now, .item_disabled .price_promo span, .item_disabled .td_sum .price_sum {
        color: #999;
    }

    .item_disabled .error {
        color: #f50;
        margin-top: 5px;
    }

.storage_tip {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 100;
}

    .storage_tip p {
        border: 1px solid #ffe1d3;
        background-color: #fff0e7;
        color: #b0352f;
        padding: 5px 10px;
        font-size: 12px;
    }

    .storage_tip i {
        position: absolute;
        top: -10px;
        left: 38px;
        z-index: 2;
        font-size: 24px;
        line-height: 20px;
        color: #ffe1d3;
        font-family: Arial;
    }

        .storage_tip i.btm {
            top: -8px;
            z-index: 3;
            color: #fff0e7;
        }

.cart_fd {
    margin-top: -1px;
}

.cart_fd_box {
    background-color: #fff;
    width: 1148x;
    height: 54px;
    /*overflow: hidden;*/
    border: 1px solid #ddd;
    padding: 0 15px;
    position: relative;
}

    .cart_fd_box .op {
        padding-top: 18px;
    }

        .cart_fd_box .op .checkbox {
            margin-right: 10px;
        }

        .cart_fd_box .op a {
            margin-left: 25px;
            text-decoration: underline;
        }

    .cart_fd_box .total_count {
        width: 480px;
        padding: 7px 210px 0 0;
        position: relative;
        height: 47px;
        text-align: right;
    }

        .cart_fd_box .total_count em {
            margin: 0 3px;
            color: #b0352f;
            font-size: 14px;
        }

            .cart_fd_box .total_count em#total_price,.cart_fd_box .total_count em#total_point {
                font-size: 24px;
            }

        .cart_fd_box .total_count .topay {
            position: absolute;
            width: 200px;
            height: 48px;
            top: -1px;
            right: -15px;
            background-color: #ddd;
            color: #fff;
            text-align: center;
            display: block;
            font-size: 24px;
            padding-top: 8px;
        }

            .cart_fd_box .total_count .topay:hover {
                text-decoration: none;
                color: #fff;
            }

        .cart_fd_box .total_count .topay_ok {
            background-color: #b0352f;
        }

.cart_fd_fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    width: 1000px;
    margin-left: -500px;
    _position: absolute;
    _top: expression((document).documentElement.scrollTop+(document).documentElement.clientHeight-54);
}

.shop_coupon {
    display: inline-block;
    width: 64px;
    height: 20px;
    padding-left: 2px;
    text-align: center;
    color: #b0352f;
    margin-left: 15px;
    background: url("../../images/order/coupon-tip.png") no-repeat;
    cursor: pointer;
}

.ui-popup-follow .dialog_coupon {
    border-color: #b0352f;
    border-radius: 3px;
}

.ui-popup-top-left .dialog_coupon .ui-dialog-arrow-a {
    border-top-color: #b0352f;
}

.ui-popup-bottom-left .dialog_coupon .ui-dialog-arrow-a {
    border-bottom-color: #b0352f;
}

.shopcoupon_list .summary {
    line-height: 30px;
    color: #666;
    padding: 0 10px;
    height: 30px;
    border-bottom: 1px solid #eee;
}

    .shopcoupon_list .summary .iconfont {
        margin-right: 2px;
        font-size: 14px;
    }

.shopcoupon_list .list {
    padding: 15px 10px 0;
}

    .shopcoupon_list .list li {
        overflow: hidden;
        padding-left: 65px;
        position: relative;
        margin-bottom: 15px;
        height: 30px;
    }

.shopcoupon_list .amount {
    position: absolute;
    left: 0;
    top: 0;
    width: 53px;
    height: 26px;
    line-height: 26px;
    background: url("../../images/order/coupon-tip-bg.png") no-repeat;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: Arial;
    padding-left: 8px;
}

    .shopcoupon_list .amount .rmb {
        font-weight: 400;
        padding-right: 2px;
        font-size: 12px;
    }

.shopcoupon_list .detail {
    overflow: hidden;
}

    .shopcoupon_list .detail .info {
        float: left;
        width: 166px;
        line-height: 1;
    }

        .shopcoupon_list .detail .info .title {
            margin-bottom: 3px;
        }

        .shopcoupon_list .detail .info .time {
            color: #bbb;
            font-family: Arial;
        }

    .shopcoupon_list .detail .op {
        float: left;
    }

        .shopcoupon_list .detail .op span {
            display: block;
            width: 48px;
            height: 23px;
            line-height: 23px;
            text-align: center;
        }

        .shopcoupon_list .detail .op .received {
            color: #bbb;
        }

        .shopcoupon_list .detail .op .unreceived {
            color: #fff;
            background-color: #b0352f;
            border-radius: 3px;
            cursor: pointer;
        }

.none-box {
    background: url("../../images/order/cart-none-bg.png-0417.png") 60px 38px no-repeat #fff;
    padding: 40px 0 70px 500px;
    height: 80px;
    margin-bottom: 14px;
    font-size: 14px;
}

    .none-box a.btn {
        margin-left: 36px;
        font-size: 12px;
    }

    .none-box .txt {
        float: left;
        margin: 20px 15px 0 0;
    }

.search_box {
    float: left;
    width: 192px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin-top: 16px;
    padding: 5px;
    overflow: hidden;
}

    .search_box span {
        float: left;
    }

    .search_box input {
        border: none;
        background: 0 0;
    }

    .search_box .sea_input {
        width: 163px;
        height: 20px;
        line-height: 20px;
        float: left;
        color: #999;
        outline: 0;
        font-size: 12px;
    }

    .search_box .sea_submit {
        font-size: 19px;
        line-height: 18px;
        color: #c9c9c9;
        float: right;
        height: 20px;
        cursor: pointer;
    }

        .search_box .sea_submit:hover {
            color: #b0352f;
        }

.cate-box {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 15px 20px;
    background-color: #fff;
}

    .cate-box .tip {
        position: absolute;
        top: -76px;
        left: 30%;
        background: url("../../images/order/cart-none-tip.png") no-repeat;
        width: 397px;
        height: 78px;
    }

    .cate-box .bd a {
        display: block;
        float: left;
        width: 93px;
        height: 30px;
        text-align: center;
        padding-top: 70px;
        background: url("../../images/order/cartpage-cate-ico.png-0226.png") 0 -9999px no-repeat;
        color: #666;
        font-size: 14px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        transition: all .3s;
    }

        .cate-box .bd a:hover {
            color: #b0352f;
            -webkit-transform: translate(0,-8px);
            -moz-transform: translate(0,-8px);
            -ms-transform: translate(0,-8px);
            transform: translate(0,-8px);
        }

        .cate-box .bd a.no1 {
            background-position: 25px 15px;
        }

        .cate-box .bd a.no2 {
            background-position: -70px 15px;
        }

        .cate-box .bd a.no3 {
            background-position: -164px 15px;
        }

        .cate-box .bd a.no4 {
            background-position: -255px 15px;
        }

        .cate-box .bd a.no7 {
            background-position: -348px 15px;
        }

        .cate-box .bd a.no5 {
            background-position: -443px 15px;
            border-left: 1px solid #e3e3e3;
        }

        .cate-box .bd a.no6 {
            background-position: -537px 15px;
        }

    .cate-box .key-hot {
        position: absolute;
        right: 0;
        top: 28px;
        width: 315px;
    }

        .cate-box .key-hot h3 {
            color: #999;
            font-size: 12px;
            margin-bottom: 5px;
        }

        .cate-box .key-hot a {
            margin-right: 10px;
            line-height: 22px;
        }

        /*==== cart ===*/
      

.icon-checkbox {
	display: inline-block;
 *zoom:1:;
 *display:inline:;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #e0e0e0;
	margin-left:14px;
	background-color: #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
}
.icon-checkbox:hover {
	color: #757575
}
.icon-checkbox-selected {
	color: #fff;
	border-color: #b0352f;
	background-color: #b0352f
}
.icon-checkbox-selected:hover {
	color: #fff
}

        /*==== cart ===*/


        /*==== no-select-tip ===*/


.no-select-tip {
	width: 200px;
	height: 48px;
	line-height: 48px;
	position: absolute;
	top: -66px;
	right:-16px;
	background-color: #fff;
	border: 1px solid #b0352f;
	color: #b0352f;
	text-align: center
}
.no-select-tip .arrow {
	display: block;
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	overflow: hidden;
	_zoom: 1;
	position: absolute;
	left: 50%
}
.no-select-tip .arrow-a {
	bottom: -8px;
	margin-left: -10px;
	border-width: 8px 10px 0;
	border-color: #b0352f transparent transparent;
	z-index: 1
}
.no-select-tip .arrow-b {
	bottom: -7px;
	margin-left: -8px;
	border-width: 7px 8px 0;
	border-color: #fff transparent transparent;
	z-index: 2
}
.hide {
    display: none !important;
}
        /*==== no-select-tip ===*/




.ml0 { margin-left:0;
}