#statusMessage {
	color: #F00;
	margin: 0px 0px 0px 5px;
}
.text {
	margin: 0px;
	padding: 0px;
}
.ifield {
	border: 1px solid #c9c9c9;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	align: left;
}
.button {
	margin-left: 5px;
	margin-top: 15px;
}
.cart_subtotal {
	color: #A9A9A9;
	font-weight: bold;
}
.customer_registration_form {
	padding-top: 12px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customer_registration_form_noborder {
	border-top: none;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e4e7f;	
	align: left;
}
.star_icon {
	color: #F00;
}
.helpful_header {
	padding: 20px 0px;	
	color: #000000;
}
.billing_shipping_checkbox {	
	color: #000000;
}
.subheader {
	padding: 5px 0px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #1e4e7f;
}
.side_shadow_long {
	background-image: url(../images/side_shadow_long.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
.table_header {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
}
.store_list_heading {
	padding: 0px 0px 18px 0px;	
}
.outlined_form {
	border: 1px dotted #cccccc;	
	height: 150px;
	padding: 30px;
}
.customer_account_form {
	border: 1px dotted #cccccc;	
	height: 190px;
	padding: 10px 30px 0px 30px;
}
.customer_account_form a {
	text-decoration: none;
}
.customer_account_form a:hover{
	text-decoration: underline;
}
.payment_confirm_form {
	border: 1px dotted #cccccc;	
	padding: 15px;
	margin-top: 30px;
	clear: both;
}
.order_complete_form {
	border: 1px dotted #cccccc;	
	padding: 20px 30px 20px 10px;
	color: #1e4e7f;
}
.cart_row {
	color: #A9A9A9;
}

ul.cart_progress {
	float: left;
	padding: 0px;
	margin: 0px;
}
ul.cart_progress li {
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 38px;
	
	padding-left: 9px;
	padding-right: 9px;
	
	clear: none;
	float: left;
}
ul.cart_progress li.current {
	background-image: url(../images/icons/checkoutProgressCurrent.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress li.incomplete {
	background-image: url(../images/icons/checkoutProgressIncomplete.gif);
	background-position: center bottom;	

}
ul.cart_progress li.complete {
	background-image: url(../images/icons/checkoutProgressComplete.gif);
	background-position: center bottom;	
}
ul.cart_progress li.done {
	background-image: url(../images/icons/checkoutProgressDone.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress a {
	color: #000000;
	text-decoration: none;
}
	ul.cart_progress a:hover {
		color: #000000;
		text-decoration: underline;
	}