/* CSS Document */
.items ul, #cart ul{
	clear:both;
	margin-left: 0;
	padding-left: 1em;
}
#cart li, #buyer_info li{
	clear:both;
	list-style:none;
	width:100%;
	margin-bottom:10px;
}

.quantity, .cart_cost, .cart_item{
	float:left;
	margin-left:10px;
}

.quantity{
	width:60px;
}

.cart_cost{
	width:72px;
}

.cart_item{
	width:240px;
}

.checkout_title{
	clear:both;
	float:left;
	width:90px;
}

#checkout_progress{
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:360px;
}
#view_cart,#checkout_progress #shipping_info,#checkout_progress #payment_info{
	float:left;
	width:120px;
}

body.view_cart #view_cart,body.shipping_info #shipping_info,body.payment_info #payment_info{
	font-weight:bold;
}
	

#subtotal, #shipping, #total, #total_line_placeholder{
	clear:both;
	float:left;
	margin-left:10px;
	width:180px;
	text-align:left;
}


.items li{
	list-style:none;
	width:240px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
.info{
	width:60%;
	text-align:center;
	border:#000000 solid 2px;
	background-color:#B1B09E;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#store_nav{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	text-decoration: none;
	font-size: 14px; !important
}

.errors_box{
	color:#FF0000;
	border:solid #FF0000 2px;
}
