table#cart {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #6f6f6f;
	width: 100%;
}

table#cart td, table#cart th {
	padding: 8px;
	border: 1px solid #6f6f6f;
}

table#cart th {
	background: url(/gfx/bg_nav_off.gif);
}

table#cart td {
	background: #ede4cf;
	color: #444;
}

table#cart td.item {
	width: 100%;
}

table#cart td.ea {
	white-space: nowrap;
	text-align: right;
}

table#cart td.quantity {
	white-space: nowrap;
	text-align: center;
}

table#cart td.price {
	white-space: nowrap;
	text-align: right;
}

p#shipping_logo {
	float: left;
}
p#shipping_logo img {
	border: 1px solid #6f6f6f;
}
p#update_button {
	text-align: right;
}
p#checkout_button {
	text-align: right;
}
