@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 {
	background-color:#000000;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
}
.listDisplay th {
	background-color:#000000;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	font-size:12px;
}

.clearCart {
	text-align:center;
}
.checkout {
	margin-top:20px;
	padding:10px;
	border:3px solid #000000;
	background:#ffffff;
	float:left;
	width:700px;
}
.checkout .ccDiv { background:url(../../libs/images/submitButPayCreditCard.jpg) no-repeat;width:175px;border:0px;height:29px;cursor:pointer;}
.declined {
	margin:10px;
	padding:10px;
	border:2px solid #000000;
}
.approved {
	margin:10px;
	padding:10px;
	border:2px solid #fbbcc8;
}