table#basket {
	width: 100%;
	border: 1px solid #ccc;
}

table#basket td {
	padding: 2px 4px;
}

table#basket thead td {
	text-align: center;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	background-color: #511557;
}

table#basket tbody tr.odd {
	background-color: #eee;
}

table#basket tfoot td {
	font-weight: bold;
	color: #333;
	background-color: #FABDFF;
}
