table.basket
{
	border: 1px solid #999999;
	width: 99%;
	font-size: 12px;
	color:#666666;
	padding:5px;
	margin-bottom:5px;
}



table.basket thead th
{
	text-align: left;
	background-color:#0033CC;
	color:#FFFFFF;
	font-size: 12px;
	padding:10px;
}

table.basket td
{
	text-align: left;
	height:36px;
	padding:10px;
}




td.basketExVatLabel
{
	text-align: right;
	

}

td.basketVatLabel
{
	text-align: right;
		
}

td.basketTotalLabel
{
	text-align: right;
	
}

div.basketHolder {
	float: left;
	
}

img.basketBodyImage {
	height: 50px;
	width: 50px;
	margin:10px;
	border: #999999 solid 1px;
}

.basketVatEmpty   {
	background-color: #000000;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #0033CC;
	}


.basketVatLabel {
	background-color: #000000;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #0033CC;
	font-weight: bold;
	color:#0033CC;
	}

.basketVatTotal {
	background-color: #000000;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #0033CC;
	font-weight: bold;
	color: #0033CC;
	font-size: 13px;
	}

.basketExVatEmpty   {

	background-color: #666666;
	color: #FFFFFF;
	}


.basketExVatLabel {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	
	
	}

.basketExVatTotal {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	}

.basketTotalEmpty   {

	background-color: #0033CC;
	color: #FFFFFF;
	}


.basketTotalLabel {
	background-color: #0033CC;
	font-weight: bold;
	color: #FFFFFF;
	
	
	}

.basketTotalTotal {
	background-color: #0033CC;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	}


.basketRow {

	padding: 5px;
	margin-bottom:3px;
	background-color: #F0F0F0;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CC66;	
}

.basketBodyPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0033CC;
}

.basketBodyTotalPrice {
	font-weight: bold;
	
}
.basketRow td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../assets/images/productRowBack.png);
	background-repeat: repeat-x;
	border-bottom:solid 1px #0033CC;
}




.basketBodyCode {
	font-weight: bold;
}





