.oa_cart_checkout_header { height:40px; }

.oa_cart_checkout_navigation_container {
	
}

.oa_cart_checkout_navigation {
	cursor:pointer;
	float:left;
	margin-right:-14px;
	padding:10px;
}

.oa_cart_checkout_panel {
	border-right:#999 1px dotted;
	float:left;
	margin-right:10px;
	padding-right:20px;
	width:243px;
}

.oa_cart_input {
	border:#CCC 1px solid;
	color:#333;
	margin-bottom:5px;
	padding:5px;
	width:100%;
}

.oa_cart_input_readonly {
	background:none;
	border:none;
	font-size:16px;
	padding:1px;
}

.oa_cart_required { color:#F00; }

.oa_cart_row {
	border-bottom:#CCC 1px dotted;
	padding-bottom:5px;
	padding-top:5px;
}

.oa_cart_row_check {
	float:left;
	text-align:center;
	width:60px;
}

.oa_cart_row_header {
	font-size:16px;
	font-weight:bold;
}

.oa_cart_row_header_remove {
	float:left;
	margin-left:5px;
}

.oa_cart_row_header_shipping {
	float:right;
	margin:0px 5px;
	text-align:right;
	width:100px;
}

.oa_cart_row_header_subtotal {
	float:right;
	margin:0px 5px;
	text-align:right;
	width:100px;
}

.oa_cart_row_header_quantity { float:right; }

.oa_cart_row_product_image {
	border:#999 1px solid;
	float:left;
	height:121px;
	margin-right:10px;
	padding:1px;
	width:91px;
}

.oa_cart_row_product_name {
	float:left;
	font-size:200%;
	margin:0px;
}

.oa_cart_row_product_price { font-size:16px; }

.oa_cart_row_qty {
	float:right;
	margin-right:10px;
	width:20px;
}

.oa_cart_row_shipping {
	float:right;
	margin:4px 5px;
	text-align:right;
	width:100px;
}

.oa_cart_row_subtotal {
	float:right;
	margin:4px 5px;
	text-align:right;
	width:100px;
}

.oa_cart_shipping {
	border-bottom:#666 1px dotted;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:5px;
}

.oa_cart_shipping div { margin-bottom:10px; }
.oa_cart_total {
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.oa_cart_total s { color:#999; }
