.cart-item-info {
	margin-top: 10px;
}
.cart-item-info .item-num {
	display: block;
	color: #e4393c;
	float: left;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 4px;
    cursor: pointer;
    margin: 5px 30px -2px 0;
    border-bottom: 2px solid #e4393c;
}
.itemList table th {
	
}
table tr.cart-top {
	background: #f3f3f3;
}
.itemList table th {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: normal;
	box-sizing: border-box;
}
.itemList table td {
	border-top: 1px solid #c5c5c5;
	background: #FFF8F1;
}
.itemList table td.item-price, .itemList .item-total {
	text-align: right;
}
.itemList .item-pic {
    cursor: pointer;
    /*float: left;
    margin-right: 10px;*/
    overflow: hidden;
    text-align: center;
    width: 80px;
    margin: auto;
    padding: 15px 0 10px;
}
.itemList img {
    max-height: 80px;
    max-width: 80px;
}
.itemList .item-title, .itemList .item-del, .itemList .item-amount {
	position: relative;
	padding: 0;
}
.itemList .item-total em {
	color: #333;
}
.itemList .productItem {
	height: 108px;
}
.itemList .item-del {
	text-align: left;
}
.itemList .item-amount .minus, .itemList .item-amount .plus {
	float: left;
	background: #fff;
	margin: 0;
	padding: 1px 5px;
	border: 1px solid #cacbcb;
}
.itemList .item-amount input {
	width: 44px;
	height: 18px;
	float: left;
    border-top: 1px solid #cacbcb;
    border-bottom: 1px solid #cacbcb;
    border-left: none;
    border-right: none;
}
.itemList .item-title a, .itemList .item-amount  .item-amount-div, .itemList .item-del .item-del-div{
	display: block;
    float: left;
    height: 70px;
}
.itemList table td.item-price em,.itemList .item-total em {
	display: block;
	height: 66px;
}
.item-title .item-giving {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: 300px;
	clear: both;
}
.item-title .item-giving a {
	display: inline;
	float: none;
	height: auto;
}
.ebuycar_infouser {
	padding: 11px 50px 5px;
}
.bottomInfo {
	padding: 20px 50px;
}
.bottomInfo .clear-cart {
	border-radius: 4px;
	background: #e54346;
}
.ShoppingCart_row_5_5{overflow:hidden;padding: 10px;}
.ShoppingCart_row_5_5 .divL{width: 400px; float:left;}
.ShoppingCart_row_5_5 .divR{width: 500px; float:right;}
.ShoppingCart_row_5_5 .ebuycar_infouser {
    padding: 5px 10px;
    background: #FFF;
    border-top: 0px dotted #ea5e16;
	text-align: right;
}
.ShoppingCart_row_5_5 .divL a{ display:inline-block; margin-right: 10px;}
.bottomInfo_wrap{ border:1px solid #ebe7e7;overflow:hidden;}
.bottomInfo_wrap .num{float:left;padding: 10px;}
.bottomInfo_wrap .charge{float:right;padding: 10px;}
.bottomInfo_wrap .chargeBtn{float:right;}
.bottomInfo_wrap .chargeBtn a{ background-color:#e4393c; color: #FFF; font-size: 18px; padding: 15px 30px; display:inline-block;}


.bottomInfo_wrap .cart-item-info .item-num {
    display: inherit;
    color: #e4393c;
    float:none;
    position: relative;
    font-weight: 100;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 4px;
    cursor: pointer;
    margin: 0;
    border-bottom: 0px solid #e4393c;
}
.bottomInfo_wrap .total_price{font-size: 20px; color:#e4393c;}