.cartHeaders{
	display:none;
}

.totalRow{
	clear:both;
}

.simpleCart_items{
}

.simpleCart_checkout{
}

.itemImage{
}

.itemName{
}

.itemPrice{
}

.itemQuantity{
}

.itemQuantity input{
}
		
.itemTotal{
}
		
.checkoutEmptyLinks{
}
.cartHeaders div{
	display: none;
}

.simpleCart_items{
}

.itemContainer{
	width:480px;
	height:75px;
}

.itemImage{
	float: left;
	width:50px;
}

.itemName{
	float: left;
	margin-left: 30px;
	width:200px;
}

.itemPrice{
	float: left;
	margin-left: 100px;
}

.itemQuantity{
}

.itemQuantity input{
	float: left;
	margin: 0px 10px 0px 20px;
	border: 1px solid #cccccc;
	width:50px;
	text-align: center;
}

.itemTotal{
	float: left;
	margin-left: 7px;
}

.totalRow{
}

.totalItems{
}

.totalPrice{
}

.checkoutEmptyLinks{
}

