#shipping-container {float:left;margin-top:20px;}
.simpleCart_shelfItem {
	float:left;
	margin:10px 0 0 0;
	width:200px;
	}
.note {font-style:italic;font-size:12px;float:left;margin-left:6px;margin-top:6px;margin-bottom:6px;font-weight:bold;width:160px;}
.note-two {font-size:12px;margin-left:6px;}
.quantity {float:left;}
.item_image{
	float:left;
	margin-right:15px;
}
.item_add{
	display:block;
	width:85px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/demoSprite.png) 0 -21px;
	float:left;
clear:both;
margin-left:32px;
margin-top:12px;
border:none;
}
a.item_add {border-bottom:none;}
.item_add:hover{
	background-position:-85px -21px;
}
.item_add:active{
	background-position:-170px -21px;
}

.item_name {
font-size:14px;
text-transform:uppercase;
margin-top:4px;
float:left;
margin-left:6px;
clear:both;
font-weight:bold;
margin-bottom:0;
margin-right:0;
}
.item_price{
text-transform:uppercase;
font-weight:bold;
font-size:16px;
float:left;
margin-top:2px;
margin-left:6px;
margin-bottom:0;
	}
.simpleCart_empty{
	background:url(../images/btnEmpty.png);
	width:87px;
	height:24px;
	text-indent:-9999px;
	float:left;
        margin-left:20px;
	}
.simpleCart_checkout{
	background:url(../images/btnCheckout.png);
	width:87px;
	height:24px;
	text-indent:-9999px;
	float:left;
}
#cart {float:left;clear:both;width:640px;padding:20px 0 20px 0;border-top:1px solid #e9e3cc;border-bottom:1px solid #e9e3cc;margin-top:22px;margin-left:6px;}
.simpleCart_shelfItem input {width:20px;}
.simpleCart_total {float:none;}
#shipping-container a, #cart a {border-bottom: none;}
.simpleCart_quantity {font-weight:bold;padding-right:2px;}