#CheckoutForm td {
	padding: 4px;
}

#ShoppingCart a {
	color: #3c4544;
}

#ShoppingCart a:hover {
	text-decoration: underline;
}

.shoppingCart {
	width: 100%;
	margin: 0 auto;
}

#ShoppingCart label {
	color: #FF6600;
}

.cartTotal {
	font-size: 140%;
	font-weight: bold;
}

.addressEntry {
	border-top: dotted 1px grey;
	padding-top: 5px;
	font-size: 90%
}

#CheckoutOptions {
	font-size: 90%;
	border-top: dotted 1px grey
}

.itemColumn {
	width: 50%;
	border-bottom: solid 1px #cecece;
}

.qtyColumn {
	width: 5%;
	padding: 4px;
	text-align: right;
	border-left: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.removeColumn {
	width: 5%;
	padding: 4px;
	text-align: center;
	border-left: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.eachColumn {
	width: 20%;
	padding: 4px;
	text-align: right;
	border-left: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

.totalColumn {
	width: 30%;
	padding: 4px;
	text-align: right;
	font-weight: bold;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

#OtherItems {
	margin-top: 20px;
	margin-bottom: 20px;
}

#ReviewTable {
	margin-top: 16px;
	margin-bottom: 16px;
}

#ReviewTable td {
	padding: 4px;
}

table.DisplayBillingAddress td {
	vertical-align: top;
}