@charset "utf-8";
/* CSS Document */

.additional_items {
	display: none;
}
.checkout_details .widget.required_notice {
	font-size:1.1em;
}
.checkout_receipt td {
	padding: 0px;
}
.order_details td {
	padding: 7px;
}
.widget.checkout_process {
	border-top: dashed 1px #CCC;
	padding-top: 10px;
}
.widget.checkout_process .current{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.columns_double_right .widget.shopping_cart {
	
	margin-top:20px;
}
.checkout_details .widget.checkout_details_form  {
	width: auto;
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 50px;
	
}
.checkout_shipping .widget.checkout_shipping_form  {
	width: auto;
	margin-top:20px;
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
.checkout_shipping .widget.checkout_shipping_form form {
	padding: 0 40px;	
}
.checkout_payment #content .widget.order_summary,
.checkout_payment #content .widget.checkout_payment_form  {
	margin-left:40px;	
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
.widget.order_summary legend {
	padding: 0px 0 5px;
	font-size:1.2em;
}
.checkout_receipt .order_header {
	width:auto;
	float:none;
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
.checkout_receipt .bill_to, .checkout_receipt .ship_to {
	float:left;
	width: 42%;
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
.checkout_receipt .order_details {
	float:left;
	margin-top: 0px;
	margin-right:10px;
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	width: 65%;
}
.checkout_receipt .custom_text, .checkout_receipt .widget.custom_link {
	float: right;
	clear: right;
}
.order_summary th {
	border-top: dashed 1px #ccc;
}

.custom_html {
	margin-top: 10px;
	margin-right:5px;
	margin-left:40px;	
	background-color: #fff;
	border: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	
}
.custom_html h4,.custom_html p {
	padding: 0;
	line-height: 12px;
	font-size: .9em;
}
.checkout_payment #content input[type="image"],
.checkout_payment #content input[type="checkbox"] {
	margin-top: 5px;
	margin-left: 25px;
}
.checkout_payment #content .widget.checkout_payment_form td {
	padding: 5px 0;
}