#store-basket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
	#store-basket-header {
		float: left;
		margin-bottom: 4px;
		width: 100%;
		background-color: #134B63;
	}
		#store-basket-header1, #store-basket-header2, #store-basket-header3, #store-basket-header4 {
			float: left;
			margin-right: 4px;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 7px;
			padding-right: 7px;
			font-weight: bold;	
			color: #FFFFFF;
		}
		#store-basket-header1 { width: 281px; }
		#store-basket-header2 { width: 66px; }
		#store-basket-header3 { width: 56px; }
		#store-basket-header4 { 
			margin-right: 0px;
			width: 66px; 
		}
	/* ---------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------- */
	.store-basket-item {
		float: left;
		margin-bottom: 4px;
		width: 100%;
	}
		.store-basket-product, .store-basket-price, .store-basket-quantity, .store-basket-subtotal {
			float: left;
			margin-right: 4px;
			background-color: #E7EDEF;
			padding: 7px;
			color: #323D43;
		}
		.store-basket-product { width: 281px; }
		.store-basket-price { width: 66px; }
		.store-basket-quantity { 
			width: 56px; 
			text-align: center;
		}
		.store-basket-subtotal { 
			margin-right: 0px;
			width: 66px;
		}
			.store-basket-quantity-down, .store-basket-quantity-value, .store-basket-quantity-up { float: left; }
			.store-basket-quantity-down, .store-basket-quantity-up { width: 11px; }
			.store-basket-quantity-value {
				width: 26px;
				text-align: center;
			}
	/* ---------------------------------------------------------------------- */
	/* ---------------------------------------------------------------------- */
	#store-basket-total {
		float: left;
		width: 100%;
	}
		#store-basket-total1, #store-basket-total2 {
			float: left;
			padding-top: 14px;
			padding-bottom: 14px;
			padding-left: 7px;
			padding-right: 7px;
			font-weight: bold;			
			color: #000000;
		}
		#store-basket-total1 {
			margin-right: 4px;
			width: 439px;
			background-color: #F8EBF5;
			text-align: right;		
		}
		#store-basket-total2 { 
			width: 66px; 
			background-color: #F2D9EC;
		}
