@charset "utf-8";
/* CSS Document */

.basketqty {
	text-align: center;
	width: 40px;
	padding: 2px;
}

.subtext {
	font-size: 11px;
}

.basket .tableheader {
	background-color: #FFF;
	color: #999;
	text-align: left;
	font-size: 10px;
}

.basket td {
	text-align: left;
	padding: 5px;
	font-size: 13px;
	color: #000;
	background-color: #DFE0D6;
}

tr .basketsubtotal {
	background-color: #00C100;
}

.third {
	float: left;
	width: 150px;
}

.procheckout {
	margin-top: 10px;
}

.checkout {}

.checkoutleft {
	float: left;
	width: 250px;
}

.checkoutright {
	float: right;
	width: 250px;
}

#leftcol .checkout label {
	width: 70px;
}
