/********************************************************************
CART / CHECKOUT VIEW
********************************************************************/

table.cart_view {
	width: 520px;
	margin: 10px 0 10px 0;
	border-width: 2px 2px 0 2px;
}

table.cart_view, table.cart_view th, table.cart_view td {
	border-style: solid;
	border-color: #E0E0E0;
}

table.cart_view th, table.cart_view td {
	padding: 6px;
	border-width: 0 0 1px 0;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

table.cart_view th {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #E0E0E0;
}

table.cart_view td.qty {
	font-weight: bold;
	font-size: 14px;
}

table.cart_view tr.totals td {
	border-width: 1px 0 2px 0;
	line-height: 18px;
}

table.cart_view tr.buttons td {
	border-width: 0 0 2px 0;
}

table.cart_view tr.customer td {
	border-width: 0 0 2px 0;
}

table.cart_view a {
	color: #FF7800;
	text-decoration: none;
}

table.cart_view .price {
	text-align: right;
}

input.cart_qty {
	float: left;
	margin-right: 5px;
	width: 50px;
	height: auto;
	border: 1px solid #000000;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

/********************************************************************
CHECKING OUT
********************************************************************/

div.checkout {
	float: left;
	width: 240px;
	height: 280px;
	padding: 5px 5px 5px 5px;
	_padding-right: 0;
	margin: 0 12px 12px 0;
	border-style: solid;
	border-color: #C3C38D;
	border-width: 2px;
	background: #EBEBD6;
	font-size: 12px;
}

div.checkout h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}


label {
	display: block;
	margin: 0 0 2px 0;
	font-size: 12px;
}

input.textbox, textarea {
	display: block;
	margin: 0 0 4px 0;
	border: 1px solid #000000;
	width: 234px;
	height: 18px;
	padding: 1px 2px;
}

div#login input.textbox {
	width: 177px;
}
div#login input.button_dark {
	margin: 0;
}

div#comments textarea.comments {
	font: 11px sans-serif;
	height: 50px;
	width: 500px;
	margin: 0;
}

div#payment_type, div#payment, div#login, div#comments {
	clear: both;
	float: none;
	width: 506px;
	height: auto;
	padding: 5px;
	border-style: solid;
	border-color: #C3C38D;
	border-width: 2px;
	background: #EBEBD6;
	font-size: 12px;
}

div.checkout  div {
	float: left;
	margin-right: 10px;
	_margin-right: 8px;
}

div.checkout  select {
	border: 1px solid #000000;
}

div.checkout  select.card {
	width: 100px;
}

div.checkout  select.expiry_m {
	width: 40px;
}

div.checkout  select.expiry_y {
	width: 60px;
}

div.checkout  div.clear {
	float: none;
	clear: both;
}

div#submitbutton {
	text-align: right;
	width: 520px;
}

div#submitbutton input {
	float: right;
	margin-right: 0;
}

input.radiobutton {
	float: left;
	margin: 1px 5px 0 0;
}


/********************************************************************
CUSTOMER ORDER VIEW
********************************************************************/

table.order_list {
	border: 2px solid #E0E0E0;
}

table.order_list th {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #E0E0E0;
	text-align: left;
}

table.order_list td {
	vertical-align: top;
	padding: 2px 5px;
	font-size: 12px;
}
