.cart-list{
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-head{
	overflow: hidden;
	height: 40px;
	background-color: #f3f3f3;
	line-height: 40px;
	font-size: 16px;
	color: #000;
}

.cart-head > li{
	float: left;
	text-align: center;
}

.cart-head > li:nth-child(1){
	width: 55%;
}

.cart-head > li:nth-child(2){
	width: 10%;
}

.cart-head > li:nth-child(3){
	width: 10%;
}

.cart-head > li:nth-child(4){
	width: 15%;
}

.cart-head > li:nth-child(5){
	width: 10%;
}

.cart-check{
	float: left;
	margin-left: 15px;
}

.cart-check > input{
	vertical-align: middle;
	margin: 0;
	width: 20px;
	height: 20px;
}

/* 商品列表 start */
.list-item{
	height: initial;
	background-color: initial;
	border-top: none;
	border-bottom-color: #ddd;
	border-right-color: #eee;
	border-left-color: #eee;
	padding-top: 20px;
	height: 235px;
}

.list-item > li > input{
    float: left;
	margin-left: 15px;
	width: 20px;
	height: 20px;
	margin-top: 80px;
}

.list-item > li:nth-child(1){
	text-align: initial;
}

.item-pic{
	display: inline-block;
	width: 200px;
	margin: 0 15px;
}

.item-pic > img{
	display: block;
}

.item-text{
	overflow: hidden;
	display: inline-block;
	height: 40px;
    width: 330px;
    line-height: initial;
    text-align: initial;
	vertical-align: top;
	margin-top: 80px;
}
.pro-pic{
	margin-top: 74px;
    display: inline-block;
}
.specifications{
    overflow: hidden;
	display: inline-block;
    width: 330px;
    height: 30px;
	margin-left: -330px;
	color: #adadad;
}

.item-counter{
    display: inline-block;
	line-height: initial;
	margin-top: 80px;
}
.sum{
	margin-top: 74px;
    display: inline-block;
}
.del{
	margin-top: 74px;
    display: inline-block;
}
.item-counter > input{
	float:left;
	width: 40px;
	height: 20px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.item-counter > span{
	float:left;
	width: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.list-item > li:nth-child(5) > span{
	cursor: pointer;
}

/* 商品列表 end */
.cart-foot{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border:1px solid #e9e9e9;
	margin-top: 20px;
}

.foot-left{
	float: left;
}

.foot-left > a{
	margin-left: 8px;
	cursor:pointer;
}

.foot-right{
	float: right;
	color: #666;
}

.total-price{
	display: inline-block;
	margin-right:10px;
	font-weight: 900;
	font-size: 16px;
}

.balance{
	display: inline-block;
    width: 70px;
    height: 35px;
    margin-right: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
	cursor: pointer;
}

.disabled{
	background-color: #d4d1d1;
}

/* 未购物的页面样式 */
.cart-empty{
	overflow: hidden;
	width: 360px;
	height: 100px;
	margin: 200px auto;
	background: url("../img/cart/not_cartlist.png") no-repeat;
	line-height: 30px;
}

.message{
	float: right;
	height: inherit;
}

.message span{
	display: block;
}