#cart{
			width:408px;
			float:right;
			text-align:right;
		}
#cart a {
	font-size:10px;
	color:#9de046;
	text-decoration:none;
	padding:0 4px;
	}
#cart a:hover {
text-decoration:underline;}

.cartHeaders,.totalRow{display:none;}
		.simpleCart_items{
			width:338px;
			color:#ffffff;
			
			padding:7px 4px 0;
			border-top:0px solid #ccc;
		}
		.itemContainer{
			clear:both;
			width:410px;
			padding:4px 0;
			font-size:9px;
		}
		.itemImage{
			float:left;
			width:60px;
			display:none;
		}
		.itemName{
			float:left;
			width:80px;
		}
		.itemOptions{
			float:left;
			width:95px;
		}
		.itemPrice{
			float:left;
			width:85px;
			
		}
		.itemQuantity{
			float:left;
			width:28px;
			margin-top:0px;
		}
		.itemQuantity input{
			float:right;
			width:15px;
			border:0px solid #ccc;
			padding:0 0 0 2px;
			font-size:9px;
			vertical-align:middle;
		}
		
		.itemTotal{
			float:left;
			width:116px;
			color:#ffffff;
			margin-top:0px;
			text-align:right;
		}