.cart {
	background-color: #CCCCCC;
}
.cartBorders {
	background-color: #999999;
	font-family: "Courier New", Courier, mono;
	font-style: italic;
	font-weight: bold;
}
.cartList {
	text-indent: 8px;
	border-top-width: 1px;
	border-top-style: inset;
	display: block;
	background-position: center;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: inset;
}
