@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 #00FF00;
}