.item_head{width:100%;border-bottom:1px solid #000000;padding:5px 0 5px 0;min-height:20px;}
.item_odd{width:100%;border-bottom:1px solid #000000;padding:5px 0 5px 0;min-height:100px;}
.item_even{width:100%;border-bottom:1px solid #000000;padding:5px 0 5px 0;background-color:#e4e4e4;min-height:100px;}
.item_head .remove,.item_odd .remove, .item_even .remove{float:left;width:10%;text-align:center;}
.item_head .img, .item_odd .img, .item_even .img{float:left;width:15%;}
.item_head .name_options,.item_odd .name_options, .item_even .name_options{float:left;width:50%;}
.item_head .item_name,.item_odd .item_name, .item_even .item_name{font-weight:bold;font-size:13px;padding-bottom:3px;}
.item_head .qty,.item_odd .qty, .item_even .qty{float:left;width:5%;}
.item_head .total,.item_odd .total, .item_even .total{float:left;width:20%;text-align:right;}

#cart_amounts{width:100%;padding-top:4px;}
#cart_amounts .blank{float:left;width:70%;text-align:right;font-weight:bold;}
#cart_amounts .name{text-align:right;font-weight:bold;float:left;width:15%;}
#cart_amounts .value{text-align:right;float:left;width:15%;}
#loadingpayment{
	display:none;
	font-size:18px;
	text-align:center;
}