/* CSS Document */
#checkout-payment-options-header {
	border:1px solid #0099FF;
	font-size:14px;
	color:#0099FF;
}
h2 {
	color:#CCCCCC;
	font-size:18px;
	font-weight:100;
}
h3 {
	color:#FF9900;
	font-size:16px;
}
.cart-row-odd {
	background-color:#333333;
}
.cart-row-even {
	background-color:#666666;
}
.cart-column-label {
	color:#0099FF;
	font-size:14px;
}
/* class is applied to items of the cart; not products */
.cart-items {
	font-size:11px;
}
#cart {
}
#cart a {
	color:#FFFFFF;
}
#cart a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
.cart-summary-label {
	text-align:right;
	font-weight:bold;
}
.cart-summary-value {
	text-align:right;
}
#billing-shipping-overview {
	font-size:11px;
}
#receipt-error-message {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}