@charset "utf-8";
/* CSS Document */
body {
	background:none;
	font-size:12px;
}
.checkout_receipt #header {
	display:none;
}
.checkout_receipt #footer .widget.menu {
	display:none;
}
.checkout_receipt #main_panel .widget.checkout_process {
	display:none;
}
.checkout_receipt #main_panel .widget.custom_link {
	display:none;
}
.checkout_receipt .order_details {
	border-top:1px dashed #333;
	border-bottom:none;
	border-right:none;
	border-left:none;
	padding-top:30px;
}
.checkout_receipt #content th {
	background-color:#999;
}
.checkout_receipt .order_header {
	width: 160px;
}
.checkout_receipt #content .title {
	height: 20px;
	display:block;
	
}
.checkout_receipt #content .bill_to .title {
	height: auto;
}