.cartHeaders,.totalRow{display:none;}
.simpleCart_items{
}
.itemContainer{
	height: 60px;
	margin: 5px 0;
}
.itemImage, .itemName, .itemPrice, .itemQuantity, .itemTotal {
	float: left;
	margin: 15px 10px 0 0;
	font-size: 17px;
	font-weight: bold;
	}

.itemImage {margin: 0 10px;
}
.itemName {
}
.itemPrice {display: none;
}
.itemQuantity {
}
.itemQuantity input {
width: 1em;
text-align: center;
}

.itemTotal {
float: right
}
