.item_name, .item_dollar, .item_euro, .item_quantity, .item_price, .item_thumb {
	display: none;
}

div.itemContainer div {
	display: block;
	padding: 5px;
}

.itemContainer { width:150px; float: left;font-size:0.9em;}
.itemName      { clear: both; }
.itemSize      {}
.itemPrice     { float:left; }
.itemQuantity  { float:left; }
.itemQuantity:after {content:'x';}
.itemRemove    { float:left; }
.itemTotal{ clear: both;}

.simpleCart_checkout { clear: both;}
.in_cart { float: right;}