/* headstuffbooks.com checkout.css */


/* checkout-band */

div#checkout-band {
	background-color: #ECFFC5;
	padding: 20px 0;
}

div#checkout-contents {
	width: 600px;
	margin: 0 auto;
	
	background-color: #fff;
	border: 2px solid #CBC363;
}

div#customer-details {
	
	padding-top: 10px;
}

div#customer-details h2 {
	
	margin-left: 16px;
	margin-bottom: 16px;
	color: #036;
	
	font-size: 1.4em;
	font-weight: bold;
}

div#checkout-error {
	text-align: center;
	
/*	width: 360px;
	margin: 0 auto;	*/
/*	border: 2px solid red; 
	background-color: #f0f0f0;*/	

}

div#checkout-error h2 {

	margin: 10px 12px;
	background-color: #f00;
	color: #fff;
	
	font-size: 1.1em;
	font-weight: bold;	
}

div#checkout-error ul {
	list-style: square;
	color: #f00;
	padding-bottom: 12px;	
}

div#checkout-error ul li {
	text-align: left;
	margin-left: 36px;
}

div#checkout-error .error-message {
	padding: 7px; 
	padding-bottom: 12px; 
	margin-bottom: 20px; 
}

div#customer-details td .fieldWithErrors {
	background-color: #f00;
	display: table;
	padding: 0px 3px;
} 

div#cart-title h1 {
	margin-top: 16px;
	margin-left: 16px;
	margin-bottom: 1em;
	float: left;
	
	color: #036;
	
	font-size: 1.9em;
	font-weight: bold;
}

/*div#cart-title img {
	float: right;
	padding-right: 16px;
}
*/
div#cart-contents {
	padding: 10px 0;
}

div#cart-contents h2 {
	padding: 10px 16px;

	color: #036;
	
	font-size: 1.3em;
	font-weight: normal;	
	text-decoration: underline;
}

div#cart-contents p {
	padding: 8px 16px;
}


div#cart-listing {
	margin: 10px 18px;
}

div#cart-listing table {
	clear: both;
	width: 100%;
			
	border-collapse: collapse;
}


div#cart-listing table tr {
	line-height: 1.8em;
}

div#cart-listing table td {
	padding: 0 10px;
}

div#cart-listing .total {
	text-align: right;
}

div#cart-listing .begin_totals {
	border-top: 1px solid black;
}

div#cart-payments {
	margin: 0 auto;
	width: 600px;
}

div#cart-payments p {
	text-align: center;
	font-size: 0.8em;
	line-height: 0;
}

div#cart-payments img {
	margin: 0 auto;
	
	display: block;
}

form#checkout-form {
}

form#checkout-form fieldset {
	border: 0;
	padding: 20px 20px;
}

form#checkout-form fieldset legend {
	margin-left: 16px;
	
	color: #036;	
}

form#checkout-form fieldset table {
	width: 100%;
}

form#checkout-form fieldset tr {
	line-height: 2em;
}

form#checkout-form fieldset table th {
	text-align: right;
	padding: 0 4px;
	
	width: 15em;
	text-align: right;
	padding-right: .5em;
	vertical-align: top;	
	
}

form#checkout-form fieldset table input {
}

form#checkout-form .optional {
	font-weight: normal;
}

form#checkout-form p.submit {
	text-align: right;
	padding: 10px 20px;
}

/* paypal-form */

form#paypal-form {
	clear: both;
}

form#paypal-form fieldset {
	border: 0;
	padding: 10px 20px;
}

form#paypal-form fieldset legend {
	margin-left: 16px;
	
	color: #036;	
}

form#paypal-form fieldset table {
	width: 100%;
}

form#paypal-form fieldset tr {
	line-height: 1.6em;
}

form#paypal-form fieldset table th {
	text-align: right;
	padding: 0 6px;
	
	width: 15em;
	text-align: right;
	padding-right: .5em;
	vertical-align: top;		
}

form#paypal-form p.submit {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 16px;
}


div#confirm-title h2 {
	float: left;
	
	padding-left: 16px;
	padding-bottom: 20px;
	
	color: #036;
	
	font-size: 1.3em;
	font-weight: normal;	
	
}

div#confirm-title input {
	float: right;
	
	margin-right: 20px;
}

div#customer-summary p {
	margin-left: 16px;
	padding-bottom: 10px;

	font-size: 1em;
	color: #036;
}

div#customer-summary table {
	width: 100%;
	padding-bottom: 10px;
}

div#customer-summary tr {
	line-height: 1.6em;
}

div#customer-summary table th {
	text-align: right;
	padding: 0 6px;
	
	width: 15em;
	text-align: right;
	padding-right: .5em;
	vertical-align: top;		
}

div#customer-summary h2 {
	
	padding-left: 16px;
	padding-bottom: 10px;
	color: #036;
	
	font-size: 1.3em;
	font-weight: normal;	
	text-decoration: underline;
}

div#checkout-problem h1 {
	padding: 8px 8px;
	
	color: #036;
	
	font-size: 1.6em;
	font-weight: bold;	
}

div#checkout-problem p {
	padding: 8px 8px;
		
	font-size: 1.1em;
}

fieldset.coupon em {
	font-size: 0.6em;
}
