.CheckoutList
{
	border:1px solid gray;
}

.CheckoutList .Price
{	
	text-align: right;
	padding-right: 5px;
}

.CheckoutTotalPrice
{
	margin-top: 5px;
	float: right;
	font-weight: bold;
	margin-right: 0px;
}

.CheckoutList .Item
{
	padding-left: 5px;
	height: 18px;
}
.CheckoutList .Alternating
{
	background-color: #eee;
}

.CheckoutList .Header
{
	font-weight:bold;
	height: 30px;
	border-bottom: 1px solid gray;
	background-color: Orange;
	color: White;
}

.CheckoutList .Remove, .CheckoutList .Remove:hover
{
	color: #c00;
	text-decoration: none;
}
.CheckoutList .RemoveBracket
{
	color: #aaa;
}

.CreditCard
{
	margin: auto;
	width: 65%;
}

.CreditCardDetails
{
}

