#cart{
	width:650px;
	height:200px;
	padding:10px;
	margin:0 0 30px 0;
	
}

.simpleCart_shelfItem{


	padding: 10px;
	margin: 0px;
	border-top: 1px dotted #666666;
	width:630px;
	height:25px;
}

.item_thumb{
	display:none;
}
.item_add{
	float: right;
	width:85px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(cartImages/Sprite.png) 0 -21px;
}
.item_add:hover{
	background-position:-85px -21px;
}
.item_add:active{
	background-position:-170px -21px;
}
.simpleCart_items{
	clear:both;
	width: 630px;
	margin: 10px;
}
.cartHeaders{
	display:none;
}

.itemQuantity{
	float:left;
	clear:both;
	margin-top:5px;
	display:inline;
	margin-left:30px;
}
.itemQuantity input{
	background:none;
	border:none;
	width:21px;
	height:17px;
	background:url(cartImages/Sprite.png);
	text-align:center;
	color:#fff;
	font:bold 11px Arial, sans-serif;
	padding:0 9px;
	margin:0 5px 0 0;
	vertical-align:top;
	padding-top:3px;
}
.itemQuantity input:focus{
	outline:none;
}
.itemincrement a{
	display:block;
	background:url(cartImages/Sprite.png) -278px -29px;
	width:7px;
	height:5px;
	text-indent:-9999px;
	overflow:hidden;
	margin:10px 0 0 0;
}
.itemdecrement a{
	display:block;
	background:url(cartImages/Sprite.png) -278px -35px;
	width:7px;
	height:5px;
	text-indent:-9999px;
	overflow:hidden;
	margin:3px 0 0 0;
}
.itemTotal{
	color:#fff;
	font:bold 11px Arial, sans-serif;
	margin:8px 0 0 0;
	padding:0;
	clear:both;
}

.itemContainer
{
float: left;
width:100px;
	text-align:center;
	margin-right:25px;	
	position:relative;
	vertical-align: bottom;


}

#cartTotal{
	float: right;
	padding: 5px;
	text-align:right;
	font:11px Arial, sans-serif;
	text-shadow:none;
	/*margin-top:23px;
	float:left;*/
	width:40%;
	
}

#yourCart{
	float: left;
	padding: 5px;
	text-align:left;
	font:11px Arial, sans-serif;
	text-shadow:none;
	/*margin-top:23px;
	float:left;*/
	width:40%;
	
}
#cartHeader{
	clear:both;
	text-align:right;
	font:11px Arial, sans-serif;
	text-shadow:none;
	/*margin-top:23px;
	float:left;*/
	width:100%;
	
	border-top: 1px solid #000000;

}

.simpleCart_empty{
	
	padding-right: 5px;
	float: right;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	}
.simpleCart_checkout{
	float: right;
	background:url(cartImages/btnCheckout.png);
	width:87px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;

}

.cartbtns
{
clear: both;
 border-bottom: 1px solid #000000;
width:650px;
height: 35px;
}

.item_name
{
display: none;
}

.itemtitle
{
 display: inline;
 padding: 0px 5px 0px 5px;
}

.cartBottom
{
clear:both;
width: 650px;
height: 10px;
margin-bottom: 20px;
}
