.price {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.price-small {
	text-align:center;
	font-size:11px;
	color:#666666;
}
#basket td {
	background:white;
	padding:4px;
}
#basket #toprow td, .total {
	background:#DB2675;
	color:white;
	font-weight:bold;
	padding:4px;
}
#basket #divrow {
	background:#DB2675;
	height:1px;
}
#basket td input {
	width:65px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
#basket td div {
	text-align:center;
}
.grandtotal {
	font-size:18px;
	color:#00CC66;
	text-align:center;
	font-weight:bold;
}	
