
.basketWrap{
	padding:5px;
	}
.basketTable th{
	padding:4px;
	border-bottom:1px solid #e4e4e4;
	}
.basketTable td{
	padding:4px;
	color:#686868;
	
	}
.basketTable td a{
color:#6DA745;
}

.basketTable .rowOdd td{
	
	background-color:#f5f5f5;
	}
.basketTable .rowEven td{

	background-color:#ffffff;
	}
.cartTitles td{
	color:#333;
	}
.deliveryBlock{
	border-top:1px solid #e4e4e4;
	margin-top:10px;
	padding-top:10px;
	}
.cartTotal{
	
	
	}
.cartGrandTotal{
font-weight:bold;
color:#000000;
}
.extraInfo{
	font-size:95%;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:italic;
	}
