#checkout {
	font-size: 12px;
	width: 646px;
}

table.CheckoutReceipt td,
table.CheckoutForm td,
#ShippingSort p {
	font-size: 12px;
}

table.CheckoutReceipt td h1,
table.CheckoutForm td h1 {
	font-size: 1em;
	color: #000;
}

table.CheckoutReceipt h2,
table.CheckoutForm h2 {
	font-size: 1em;
	color: #000;
}

th a,
th a:link,
th a:active,
th a:visited,
th a:hover,
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover {
	font-weight: normal;
}

* .hidden,
* .hidden * {
	display: none;
}

table.CheckoutForm {
	width: 100%;
}

table.CheckoutReceipt {
	width: 100%;
	border: 0 !important;
}

table.CheckoutReceipt td,
table.CheckoutForm td,
table.CheckoutReceipt th,
table.CheckoutForm th {
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
}

table.CheckoutReceipt th,
table.CheckoutForm th {
	font-size: 12px;
	font-weight: normal;
	background-color: #E3E689;
	color: #000;
	text-align: left;
	padding: 3px;
}

table.CheckoutReceipt #tblCart th {
	background: none;
	color: #000;
}

table.CheckoutReceipt td.col5 {
	width: 10%;
	text-align: right;
}

table.CheckoutReceipt td.subtotal {
	font-weight:bold;
	text-align:right;
}
table.CheckoutReceipt td.subitem {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.CheckoutReceipt tr.subtotal td {
	border-bottom:none;
}

/* Checkout Form */

table.CheckoutForm {
	border: 0 !important;
}

table.CheckoutForm td.label {
	width: 150px;
	text-align: right;
}

table.CheckoutForm td.label em,
span.required {
	font-style: normal;
	color: #AF0007;
}

table.CheckoutForm input {
	font-size: 12px;
	width: 200px;
}

table.CheckoutForm select {
	width: 204px;
}

table.CheckoutForm select.cc_month {
	width: 135px;
}

table.CheckoutForm select.cc_year {
	width: 65px;
}

table.CheckoutForm input.buttons {
	color: #000;
	font: normal 12px Arial;
	background-color: #E3E689;
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #7F7B0B;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100px;
}

table.CheckoutForm input.check {
	width: 15px;
}

.edit_address,
.edit_shipments {
	font-size: 10px;
}

/* Checkout Receipt */

table.CheckoutReceipt {
	margin-bottom: 20px;
}

table.CheckoutReceipt th {
	padding: 2px 6px;
	background-color: #E3E689;
	text-align: left;
}

/* Checkout Shipping Sorter */

.ProductSelector {
	padding-left: 40px;
}

.ShippingInfo {
	width: 200px;
	padding: 1em;
}

.ShippingGroup h2 {
	background-color: #E3E689;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
}

select.shipmentQuantity,
input.remainderQuantity {
	margin-bottom: 3px;
	border-color: #7C7B7D;
}

/* Warnings / Errors */

table.CheckoutReceipt td.validation_warning,
table.CheckoutForm td.validation_warning {
/*	background-color: #FEFFBF;*/
}

p.warning {
	font-size: 11px;
	color: #AF0007;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div#errors {
	border: 1px solid #AF0000;
	background-color: #FFEFEF;
	padding: 10px;
	margin-bottom: 20px;
}

div#errors em {
	font-style: italic;
}

div#errors strong {
	font-weight: bold;
}

div#errors ul {
	margin-left:40px;
}