#cart_items {
	border:none;
}

#cart_items img {
	width: 80px;
}

#cart_items td {
	padding:1px;
	background: #EFEDEE;
	border-bottom: 2px solid #fff;
}

#cart_items th {
	background: #EFEDEE;
	padding:1px;
	border-bottom: 2px solid #fff;
}

#cart_items #item_piece {
	text-align:right;
}

#cart_items #item_piece_input {
	width:50px;
}

#cart_items #item_price {
	text-align:right;
}

#cart_items #item_price span {
	color:#F00;
	padding-left:18px;
	background:url(../images/icon-shadowless/tag.png) no-repeat;
}

#cart_items #item_price_sum {
	text-align:right;
}

#cart_items #item_price_sum span {
	color:#00F;
	padding-left:15px;
	background:url(../images/sum.png) no-repeat;
}

#cart_items #item_modify {
	background:url("../images/icon-shadowless/disk--plus.png") no-repeat;
	width:18px;
	height:18px;
	border:none;
}

#cart_items #item_delete {
	background:url(../images/icon-shadowless/cross.png) no-repeat;
	width:18px;
	height:18px;
	border:none;
}

.row1, .row0, .rowfoot{
background: #EFEDEE;
}

#cart_checkout {
	text-align:right;
}

#cart_register {
	text-align:center;
	margin-top: 10px;
}
