
.checkout-content {
	color:#464646;
	font-size:12px;
	padding: 0 10px 10px 10px;
	background:#fff;
}
.checkout-content .section, .checkout-content .section {
	border-bottom:1px dotted #969696;
	padding:8px 10px;
}
.checkout-content.no-border, .checkout-content .no-border {
	border:0 none;
}
.checkout-content h1 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:6px 0 8px 0;
}
.checkout-content p {
	margin:4px 0;
}

.checkout-btn-holder {
	margin-top:40px;
	padding-top:20px;
	border-top:1px dotted #969696;
	position:relative;
	height:25px;
}

/* cart table */
.cart {
}
.cart .title-buttons {
	background:none;
	padding-top:10px;
}
#shopping-cart-table {
	width:100%;
	background:url(/skin/frontend/mayerjohnson/default/img/hdr/hdr_blue.gif) 0 -24px repeat-x;
	margin-top:20px;
}
#shopping-cart-table thead tr {
	
}
#shopping-cart-table thead tr th {
	font-size:12px;
	font-weight:bold;
	line-height:35px;
	color:#fff;
	height:35px;	
	text-transform:uppercase;
	padding-left:10px;
	background:none;
}
#shopping-cart-table td {
	background:#fff;
	color:#464646;
	font-size:12px;
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #969696;
}
#shopping-cart-table td.first {
	border-bottom:none;
	margin:0;
	padding:0;
}
#shopping-cart-table td.last {
	border-bottom:none;
	margin:0;
	padding:0;
}
#shopping-cart-table td div {
	height:90px;
	padding:10px 10px 10px 0;	
	border-right:1px dotted #969696;
}
#shopping-cart-table tr.last td {
	border-bottom:0;
}
#shopping-cart-table td a {
	color:#464646;
	text-decoration:none;
}
#shopping-cart-table td a:hover {
	text-decoration:underline;
}
#shopping-cart-table td span.btn-holder a:hover {
	text-decoration:none;
}
#shopping-cart-table .qty {
	width:28px;
}
#shopping-cart-table .btn-remove {
	background:url(/skin/frontend/mayerjohnson/default/img/ico/ico_delete.png) 0 -2px no-repeat;
	padding-left:20px;
	font-size:10px;
	line-height:20px;
}


.cart-collaterals {
	font-size:12px;
	color:#464646;
	background:#fff;
}
.cart-collaterals .col-2 {
	background:#ededed url(/skin/frontend/mayerjohnson/default/img/bg/bg_cart-collateral.gif) 0 0 no-repeat;
	border-bottom:1px solid #cacaca;
}
#coupon_code,
.cart-collaterals .shipping-form .zip { 
	width:105px;
}
.cart-collaterals .shipping-form {
	font-size:12px;
}
.cart-collaterals .shipping-form li,
.cart-collaterals .shipping-form p {
	padding:4px 0;
}
.cart-collaterals .sp-methods li {
	padding:2px 0;
}
.cart-collaterals .shipping-form label {
	display:block;
	padding:4px 0;
}
.cart-collaterals .sp-methods label {
	display:inline;
}
.cart-collaterals .totals {
	padding:10px 10px 14px 65px;
	/*border-top:1px solid #fff;*/
	/*background:#ededed url(/skin/frontend/mayerjohnson/default/img/bg/bg_cart-collateral-btm.gif) 0 bottom no-repeat;*/
	font-size:13px;
}
.cart-collaterals .totals td {
	padding:4px 14px 4px 0;
}
.cart-collaterals .totals .price {
	font-weight:bold;
}
.cart-collaterals .totals tfoot .price {
	font-size:16px;
}
.cart-collaterals .a-right {
	text-align:right;
}
.cart-collaterals .a-left {
	text-align:left;
}

.cart .footer {
	background:#fff;
	color:#464646;
	padding:40px 10px 20px 10px;
}
.cart .footer p {
	padding:8px 0;
	line-height:13px;
	font-size:11px;	
}


/* CHECKOUT STEPS */
.checkout-steps {
	background:url(/skin/frontend/mayerjohnson/default/img/nav/bg_checkoutSteps.png) 0 0 no-repeat;
	width:715px;
	height:62px;
	position:absolute;
	left:0;
}
.step2 {
	background-position: 0 -62px;
}
.step3 {
	background-position: 0 -124px;
}



/* CHECKOUT LOG IN */	
#checkout-login {
	background:#fff;
	color: #464646;
	margin: 0 10px;
	padding-top:10px;
}
#checkout-login .col {
	float: left;
	width: 250px;
	height:280px;
	padding:10px 20px 0 20px;
}
#checkout-login .middle {
	width:90px;
}
#checkout-login .first {
	padding-left:0;
}
#checkout-login .last {
	padding-right:0;
}
#checkout-login .header {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color:#0f80b0;
}
#checkout-login label {
	display:block;
	padding:4px 0;
}
.login-wrapper, .register-wrapper, .guest-wrapper {
	font-size: 12px;
	line-height:16px;
}
#checkout-login .register li {
	list-style-type: disc;
	margin-left: 20px;
}
#checkout-login .col button {
	margin: 8px 0;
}
#checkout-login .input-text {
	width:195px;
}
#checkout-login .buttons-set {
	margin-top:16px;
}

/* BILLING */
#billing-wrapper {
	color: #464646;
	margin: 0 10px;
	padding-top:60px;
}
#co-billing-form .header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
#co-billing-form {
	font-size: 12px;
}
#co-billing-form label {
	display: block;
	padding:4px 0;
}
#billing-wrapper .note {
	font-size: 10px;
	font-style: italic;
}
#billing-wrapper input[type="text"] {
	border:1px solid #969696;
	outline:none;
	height:20px;
	margin-bottom:6px;
	color:#464646;	
}
#address-book {
	margin: 8px 0;
}
#co-billing-form td {
	padding: 2px 6px;
	vertical-align: bottom;
}
#co-billing-form table {
	border-bottom: 1px dotted #969696;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#co-billing-form input[type="checkbox"] {
	display: inline;
}
#co-billing-form label[for="newsletter"] {
	display: inline;
}
#co-billing-form ul {
	margin: 8px 0;
}


/* SHIPPING */
#shipping-wrapper {
	color: #464646;
	margin: 0 10px;
	padding-top:60px;
}
#co-shipping-form .header {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
#co-shipping-form {
	font-size: 12px;
}
#co-shipping-form label {
	display: block;
	padding:4px 0;
}
#shipping-wrapper .note {
	font-size: 10px;
	font-style: italic;
}
#shipping-wrapper input[type="text"] {
	border:1px solid #969696;
	outline:none;
	height:20px;
	margin-bottom:6px;
	color:#464646;	
}
#address-book {
	margin: 8px 0;
}
#co-shipping-form td {
	padding: 2px 6px;
	vertical-align: bottom;
}
#co-shipping-form table {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#co-shipping-form input[type="checkbox"] {
	display: inline;
}
#co-shipping-form label[for="newsletter"] {
	display: inline;
}
#co-shipping-form ul {
	margin: 8px 0;
}
#shipping-methods-wrapper label {
	display: inline;
}


/* REVIEW AND PAY */
#review-wrapper {
	font-size: 12px;	
	padding-top:60px;
	margin: 0 10px;
}
#review-wrapper .header {
	color: #464646;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
#review-wrapper p.description {
	color: #464646;
	display: block;
	font-size: 11px;
	margin: 10px 0;
}
#checkout-review-table-wrapper {
	margin:0 -10px;
	padding:0 10px;
	background:url(/skin/frontend/mayerjohnson/default/img/hdr/bg_hdr_695x24.gif) 0 0 no-repeat;
}
#checkout-review-table, #address-review-table {
	/*border: 1px solid #999999;*/
	/*border-collapse: collapse;*/
	width:695px;
	margin:0 -10px 10px -10px;	
}
#checkout-review-table tr th, #address-review-table tr th {
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
	height:24px;	
	text-transform:uppercase;
	padding-left:10px;
	background:none;	
}
#checkout-review-table th, #checkout-review-table td, #address-review-table th, #address-review-table td {	
	padding: 0 4px;
}
#checkout-review-table th, #address-review-table th {
	min-width: 90px;
	font-size: 14px;
}
#checkout-review-table td.a-left { text-align: left; }
#checkout-review-table td.a-right { text-align: right; }
#checkout-review-table td.a-center { text-align: center; }
#checkout-review-table tfoot td.a-right { text-align: right; }
#checkout-review-table tfoot td.a-left { padding-left:10px; }
#review-wrapper .f-right { float: right; }

#checkout-review-table tbody td {
	font-weight:bold;
}
#checkout-review-table tfoot {
	background:#ededed /*url(/skin/frontend/mayerjohnson/default/img/bg/bg_cart-collateral.gif) center 0 no-repeat*/;
}
#checkout-review-table tfoot td {
	padding:4px 10px 10px 0;
	font-size:13px;
	border:0;
}

#checkout-review-table td {
	/*height:6px;*/
	padding:10px 10px 10px 10px;	
	border-right:1px dotted #969696;
}
#checkout-review-table td.last {
	border-right:0;
}
#address-review-table td {
	padding-left:10px;
	line-height:16px;
}
#checkout-review-submit a,
#address-review-wrapper a,
#authorizenet_cc_type_cvv_div a {
	color:#0f80b0;
	text-decoration:none;
	font-size:11px;
}
#checkout-review-submit a:hover,
#address-review-wrapper a:hover,
#authorizenet_cc_type_cvv_div a:hover {
	text-decoration:underline;
}

#co-payment-form label {
	padding:4px 0;
	display:block;
}

#co-payment-form .paymentType-info ul {
	margin:15px;
}


/* thank you page */
#thank-you-wrapper {
	font-size:12px;
	line-height:16px;
}
#thank-you-wrapper a {
	color:#0f80b0;
}
#thank-you-wrapper div { display: block; margin: 10px 0; }
#thank-you-wrapper table { border: 1px dotted #969696; border-collapse: collapse; }
#thank-you-wrapper table td, #thank-you-wrapper table th { border:1px dotted #969696; padding: 8px; }