/* @override http://localhost:9091/static/css/checkout-1.0.css */

/* @override http://localhost:9091/static/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

/* @override http://localhost:9091/css/checkout.css */

div#checkoutBox {
}

div#checkoutBox div.formBox {
	width: 730px;
}

.checkoutTable .checkoutCartQuantity {
	width: 50px;
	text-align: left;
	background-color: white;
	border-color: black;
}

.checkoutTable .quantityColumn {
	width: 65px;
	text-align: right;
}

.checkoutTable .quantityColumn input {
	width: 38px;
    padding-left: 2px;
}

.checkoutTable .imageColumn {
	width: 40px;
	padding-left: 20px;
	padding-right: 11px;	
}

.checkoutTable .productColumn {
	width: 330px;
}

.checkoutTable .unitPriceColumn {
	width: 75px;
	text-align: right;
    white-space: nowrap;
}

.checkoutTable .priceColumn {
	width: 70px;	
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
    white-space: nowrap;
}

.checkoutTable .priceColumn {
	text-align: right;
}

.checkoutTable .removeColumn {
	width: 60px;	
}


.checkoutTable {
	border-spacing: 0;
    text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	width: 730px;
	font-family: Arial, sans-serif;
}

.checkoutTable tr th {
	padding-bottom: 7px;
}

.checkoutTable .productColumn div {
	margin: 0;
	text-align: left;
	font-weight: normal;
}

.checkoutTable .productColumnNote {
    padding-left: 5px;
}

.checkoutTable .imageColumn div {
    margin: 2px;
    border: 1px solid #bbb4b4;
    width: 30px;
    height: 30px;
}

.checkoutTable .imageColumn img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

tr.productRow td {
	border-top: 1px solid #8a8a8a;
}

.checkoutTable tr.firstRow td {
    border-top: 1px solid #000;
}

.priceCell {
	text-align: right;
	padding-right: 10px;
    white-space: nowrap;
}

.subTotalRow {
	font-weight: bold;
}

.subTotalRow td {
	border-top: 1px solid #000;
}

.subTotalVatRow {
}

.discountRow {
	font-weight: bold;
}

.shippingRow {
}

.shippingDate {
	font-style: italic;
}

.shippingVatRow {
	
}

.methodSelect {
	display: block;
	margin: 4px 0px 4px 0;
}

.descriptionHeader {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

.description {
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
}

.paymentVatRow {
		
}

.totalRow {
	font-size: 14px;
	font-weight: bold;	
}

.totalRow td {
	border-top: 1px solid #000;
}

.totalVatRow {
}

.checkoutTextRow td {
	text-align: left;
	font-size: 10px;
	font-style: italic;
}

tr.alternate {
/*	background-color: rgb(249,243,228);
*/
/*	background-color: rgb(227, 227, 227);
*/
	background-color: rgb(247, 247, 247);
}

#checkoutShippingCost {
	font-weight: bold;
}

#checkoutPaymentCost {
	font-weight: bold;
}

#messageFieldBox {
	height: 70px;
}

textarea#message {
	height: 100%;
	width: 100%;
}

#passwordFieldBox {
	display: none;
}

#confirmPasswordFieldBox {
	display: none;
}
