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

/*========================================
-------- Forms
========================================*/
form {
	margin: 0;
	padding: 0;}
form legend {
	font-size:12px;
	color: #406313;}
form label {
	color:#747574;
	font-size:12px;
	font-weight:normal;}
form .odd {
	background-color:#F8FAFA;
}
form table td {
	padding:3px;
}
form input, form textarea, form select {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	padding: 2px;
	color: #123904;
}
form textarea {
	width: 267px;
}
form .button {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #406313;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
}
form fieldset  {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #C0CDD8;
}

/*========================================
-------- Product
========================================*/
.content table {
	font-size: 80%; color: #747574;
}
.content table .price {
	padding: 3px 8px 3px 8px; background-color: #e2ece2; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF;
}

/*========================================
-------- Shopping Cart
========================================*/
#checkoutList table, #confirm table {
	font-size: 80%; color: #747574;
}
#checkoutList table th {
	padding: 3px 8px 3px 8px; color: #FFFFFF; background-color: #123904; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF; text-align: left;
}
#checkoutList table td, #confirm table td {
	padding: 3px 8px 3px 8px; background-color: #e2ece2; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF;
}
#confirm table td {
	background-color: #FFFFFF; padding: 0px;
}
#confirm table td.invoiceTotal {
	font-size: 120%; font-weight: bold; line-height: 180%; border-top: dashed 1px #C0CDD8; border-bottom: dashed 1px #C0CDD8; padding: 10px 0px 10px 0px;
}
#totals {
	font-size: 12px; margin-top: 20px;
}
#totals td {
	border-style: none; font-size: 12px; padding: 5px; text-align: right; color: #747574;
}
.totalnone {
	background-color: #FFFFFF;
}
.next {
	clear: both; margin-top: 20px;
}
.next .continue {
	float: left;
}
.next .proceed {
	float: right;
}

input.error { 
	background-color: #f5cfc8;
}

textarea.error { 
	background-color: #f5cfc8;
}

select.error { 
	background-color: #f5cfc8;
}

#postage {
	background-color: #FFFFFF;
	color: #F00;
}