.cart-table th {
	padding: 5px;
	border-bottom: 3px double #666;
}
.cart-table th.name-column {
	width: 280px;
}
table.cart-table td {
	border-spacing: 1px;
	border: 1px solid #fff;
}
.cart-table td {
	vertical-align: top;
	padding: 5px;
}
.cart-table td table.selected-options td {
	padding:0;
}
.cart-table td table.selected-options th {
	border-bottom: 0;
	padding-bottom: 3px;
}
.cart-table td.quantity {
	width: 25px;
}
.cart-table td.quantity input {
	width: 20px;
}
.price-column,
.total-column {
	text-align: right;
}
.total-column {
	background-color: #FFFBD0
}
.remove-column {
	text-align: center;
}
div.product-name {
	font-size: 1.2em;
	font-weight: bold;
	color: #0A5F9E;
}
.cart-table td table.selected-options td.reconfigure {
	background-color: #ddd;
	padding: 5px;
}
tr.tax-row td,
tr.handling-fee-row td,
tr.shipping-fee-row td,
tr.order-total-row td {
 text-align: right;
	color: #5D4A1D;
}
.no-items {
	text-align: center;
	font-size: 1.1em;
}
.button-row {
	margin-top: 15px;
}
.update-values,
.checkout {
	float: right;
	margin-right: 15px;
}
.google-checkout {
    float: right;
    clear: right;
    text-align: center;
    width: 200px;
}
.next {
	float: right;
	margin-right: 15px;
}
#order-payment-page {
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#order-payment-inner {
	text-align: left;
	margin-top: 25px;
}
#order-address-page table {
	margin-left: auto;
	margin-right: auto;
	border-collapse:separate;
	border-spacing:5px;
}
fieldset {
	margin-bottom: 15px;
	border-width: 1px 0 0;
}
legend {
	font-weight: bold;
	padding: 10px;
	margin-left: 30px;
	color: #0A5F9E;
}
.address-sameAs {
	margin-bottom: 15px;
	text-align: center;
}
.required-fields-example,
td.required {
	background: transparent url(/images/bullet-big.gif) 0 0 no-repeat;
	padding-left: 11px;
}
.required-fields {
	text-align: center;
}
#order-payment-page li {
	list-style: none;
	margin-left: 30px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}
#confirm-page table,
#order-payment-page table {
	border-collapse:separate;
	border-spacing: 10px;
}
img.confirm-card {
	display: none;
}
table#credit th,
table#credit td {
	text-align: center;
}
.order-return-policy {
	text-align: center;
	padding: 10px;
}
.return-box {
	height: 200px;
	border: 1px solid #E1B990;
	padding: 5px;
	overflow: auto;
	text-align: left;
}
.return-agree {
	text-align: center;
	padding: 5px 2px;
}
.promotional-3 {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 1.1em;
}
.promotion-head {
    font-size: 1.4em;
    color: #cc6600;
}
#promoEntry {
    width: 320px;
    float: left;
    text-align: center;
}
.promo-header {
    font-weight: bold;
}
.promo-submit-button {
    margin-top: 10px;
}