<style type="text/css">
#simplecontainer {
	width: 100%;
}
#simpleshelf {
	width: 100%;
        overflow: auto; 
}
#simplecart {
	width: 100%;
	overflow: auto;
}
#catalog{
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
#catalog li{
	float: left;
	margin: 4px 4px 4px 4px;
	width: 340px;
        height: 200px;
}
#catalog li img{
	float: left;	
}
.price{
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size:15px;
	
	font-weight:lighter;
}
.cartHeaders,.totalRow{
	display:none;
}
.simpleCart_items{
	width:100%;
	margin-bottom:20px;
}
.itemContainer{
	clear:both;
	width:100%;
	padding:11px 0;
	font-size:11px;
}
.itemImage{
	float:left;
	
}
.itemName{
	float:left;
	width:150px;
}
.itemPrice{
	float:left;
	width:90px;
	color:#f1c945;
}
.itemQuantity{
	float:left;
	width:35px;
	vertical-align:middle;
}
.itemQuantity input{
	width:20px;
	border:1px solid #ccc;
	padding:3px 2px;
}
.itemTotal{
	float:left;
	color:#ffffff;
}

</style>
