div.checkout {
	position: relative;
	width: 909px;
}
div.checkout .header {
	position: relative;
}
div.checkout .cart_contents h3, div.checkout legend, div.checkout .header h3 {
	font-size: 1.6em;
	font-weight: 200;
	color: black;
	margin: 0px;
	padding: 0px;
}
div.checkout .header h3 {
	float: left;
}
div.checkout .clear {
	clear: both;
}
div.checkout .header .button {
	float: right;
}
div.checkout .customer_data {
	width: 370px;
	float: left;
}
div.checkout .cart_contents {
	float: right;
	width: 370px;
}
div.confirm .cart_contents {
	float: none;
	width: auto;
}
div.checkout fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
div.checkout .form {
	margin-bottom: 20px;
}
div.checkout .cart_contents h3 {
	padding-bottom: 5px;
}
div.checkout .cart_contents h3, div.checkout h2 {
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 0px;
	display: block;
}
div.checkout legend {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*
	width: 420px;
	display: block;
	*/
}
div.checkout legend span.i {
	width: 370px;
	display: block;
}
div.checkout .form th {
	width: 170px;
}
div.checkout input.text {
	width: 200px;
}
div.checkout #c_infix, div.checkout #c_Number {
	width: 50px;
}
div.checkout .cart_contents table {
	border-collapse: collapse;
}
div.checkout .cart_contents td {
	padding: 9px;
	text-align: left;
	vertical-align: top;
}
div.checkout .cart_contents td.info {
	line-height: 20px;
}
div.checkout .cart_contents td.image {
	width: 160px;
}
div.checkout .cart_contents tr.shipping td {
	background-color: #EFE2D3;
	border-bottom: 1px dashed black;
	border-top: 1px solid black;
	text-align: right;
	font-size: 1em;
	padding: 3px;
}
div.checkout .cart_contents tr.total td {
	background-color: #EFE2D3;
	border-bottom: 3px double black;
	border-top: 1px solid black;
	text-align: right;
	font-size: 2em;
	padding: 3px;
}
div.confirm thead th {
	font-weight: normal;
	padding-bottom: 10px;
	text-align: left;
}
div.confirm .cart_contents table, div.confirm .cart_contents th, div.confirm .cart_contents td {
	border: none;
}
.cart_contents table.confirm_cart th {
	padding: 3px;
	padding-left: 12px;
}
table.confirm_cart td.quantity {
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
div.confirm .cart_contents td.image {
	width: 105px;
	text-align: center;
	vertical-align: top;
}
div.checkout div.ctx {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
div.confirm div.addresses div.entry {
	margin-top: 10px;
	/*
	width: 300px;
	float: left;
	*/
}
.cart_contents table.confirm_cart td.subtotal {
	width: 93px;
}
div.confirm .cart_contents tbody.totals td, div.confirm .cart_contents tbody.totals th {
	border: none;
}
div.confirm .cart_contents tbody.totals tr.devider th, div.confirm .cart_contents tbody.totals tr.devider td {
	border-top: 3px double black;
}
tr.vat th, tr.vat td {
	border-top: 3px double black;
}
div.confirm .cart_contents td{
	border-bottom: 1px solid #cccccc;
}
.cart_contents table.confirm_cart tbody.totals th {
	padding: 0px 0px 0px 600px;
	text-align: left;
}
