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: #d26295;
}

table#basket tbody tr.odd {
	background-color: #f4d9e6;
}

table#basket tfoot td {
	font-weight: bold;
	color: #fff;
	background-color: #d26295;
}

