
	.cartHeaders,.totalRow{display:none;}
	.simpleCart_items{
		overflow-y:auto;
		width:300px;
	}
	.itemContainer{
		clear:both;
		width:250px;
		padding:5px 0;
		font-size:11px;
		float:left;

	}
	.simpleCart_checkout, .simpleCart_empty {
		text-decoration:none;
		color: #000;
	}
	.itemImage{
		float:left;
		width:65px;

	}
	.itemName{
		float:left;
		width:70px;
		color: #256265;
	}
	.itemPrice{
		float:left;
		width:45px;
		color: #256265;
	
	}
	.itemQuantity{
		float:left;
		width:33px;
		vertical-align:middle;
	}
	.itemQuantity input{
		width:20px;
		border:1px solid #ccc;
		padding:0;
	}
	
	.itemTotal{
		float:left;
		color: #256265;
	}

	/*

	#shop_products {

		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #d2e9e5;
		
	}

	.shop_product {

		width: 160px;
		color:#fff;
		float:left;
		margin-bottom:5px;
		padding:5px;
	}

	.shop_product_image {
		height: 140px;
	}

	*/

