@charset "utf-8";
/* CSS Document */

/*form styles - requires div.row*/
.shopcart_form {
}
.shopcart_form .form_input {
}
.shopcart_form .form_input-highlighted {
}
.shopcart_form div.row span.label_col {
	float: left;
	width: 0;
}
.shopcart_form div.row span.input_col {
	float: left;
	
}
.shopcart_form .spacer {
}

/*table styles*/
.listDisplay .totcell {
	border:1px solid #9999FF;
	background-color:#EEEEEE;
	text-align:right;
	font-weight:bold;
}

.clearCart {
	text-align:center;
}
.checkout {
	margin:10px;
	padding:10px;
	border:5px solid #3B425F;
}
.declined {
	margin:10px;
	padding:10px;
	border:2px solid #FF0000;
}
.approved {
	margin:10px;
	padding:10px;
	border:2px solid #B00A51;
}

.headings {margin-bottom:15px;}
.label {float:left; margin-right:15px; width:80px;}
.input {float:left;}
.field {padding:2px 0;}
.donations {margin-bottom:15px;}

#other_amount {width:200px; padding:5px; border:1px solid #CCCCCC;}
#donation_amount {padding:5px; width:212px;border:1px solid #CCCCCC;}

