#viewCart
{
	margin-bottom: 10px;
}

#clientAccount .hdr-title,
#checkoutConfirm .hdr-title {
	background-color: #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
}

#viewCart #cartItems thead tr th, 
#clientAccount #orderList thead th, 
#clientAccount #subscriptionOrderList thead th,
#orderDetails .hdr-title {
	padding-left: 5px;
	background-color: #660000;
	font-family: Georgia,"Times New Roman",Times,serif;
}

a:visited, a, a.sublink {
	color: #990000;
	text-decoration: none;
}

a:visited:hover, a.sublink:hover, a:hover {
	color: #006699;
	text-decoration: none;
}

.submitOrder {
	background: none;
}
