/* CSS Document */

table {

	border: 1px, solid #666;
}

.tableHeader {
	background-color: #b3b7eb;
	font-size:14px;
	color: #0f207c;
	font-weight: bold;
	padding-left: 10px;
	line-height: 28px;
}



.odd {
	background-color: #e4e5f7;
	}
	
.even {
	background-color: #d9dbf3;
	}
	
.whiteout {
	background-color: #ffffff;
	}	
	
.productName {
	font-size:11px;
	color: #727ad6;
	font-weight: bold;
	padding-right: 5px;
	}
	
.productData {
	font-size:11px;
	color: #333333;
	}

strong {
	font-size:12px;
	color: #0f207c;
	}
	
.basket-price {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
	padding-right: 5px;
}

.basket-sub-total {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0f207c;
	font-weight: bold;
	padding-right: 5px;
}

.basket-total {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	font-weight: bold;
	padding-right: 5px;
}

.basket-delivery {
	font-size:14px;
	color: #0f207c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.basket-delivery-italic {
	font-size:11px;
	color: #0f207c;
	font-weight: normal;
	padding-top: 10px;
	font-style: italic;
	}
	
.basket-delivery-selected {
	font-size:12px;
	color: #737AD5;
	font-weight: bold;
	padding-top: 5px;
	}
	
.basket-discount {
	font-size:16px;
	color: #FF6600;
	font-weight: bold;
	padding-top: 10px;
	vertical-align: super;
	}

