div#cart {
	float: right
}

table.cart-details {
	border: 1px solid #C9C9C9;
	border-collapse: collapse;
}

table.cart-details th {
	background-color: #E9EFF6;
	color: #000000;
	padding: 6px;
	font-size: 12px;
	white-space: nowrap;
}

table.cart-details td {
	color: #000000;
	padding-top: 3px;
}

ul.offers li a {
	font:8pt "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}
ul.offers li a:hover {
	text-decoration: underline;
}
