.cart {
	width: 100%;
	margin-bottom: 10px;
}
.cart th {
	background: url('../images/cart/cart_bg.gif') repeat-x;
	color: white;
	line-height: 24px;
	padding: 0 4px 0 4px;
	text-align: center;
}
.cart td {
	padding: 4px;
}
.cart .c {
	text-align: center;
}
.cart .l {
	text-align: left;
}
.cart .r {
	text-align: right;
}
.buttons {
	text-align: right;
}
.button {
	display: inline;
	margin-left: 20px;
}