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

	}
	.itemName{
		float:left;
		width:55px;
		color: #256265;
		display: none;
	}
	.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:#fff;
	}

	#shop_products {
		/* div som innehåller alla produkter */
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #d2e9e5;
		
	}

	.shop_product {
		/* en div för varje produkt */
		width: 160px;
		color:#fff;
		float:left;
		margin-bottom:5px;
		padding:5px;
	}

	.shop_product_image {
		height: 140px;
	}

