.helpful_header {
	border-bottom: 1px dotted #CCCCCC;
	color: black;
	padding: 10px;
	width: 575px;
}
	.helpful_header strong {
		font-size: 18px;
		font-weight: normal;
		color: #000000;
	}
.ifield {
	border: 1px solid black;
	
	margin-top: 2px;
	margin-bottom: 0px;
}
.button {
	background-color: white;
	border: 1px solid #29ABE2;
	margin: 3px 0px;
	padding: 3px;
}
.cart_subtotal {
	color: #A9A9A9;
	font-weight: bold;
}
.customer_registration_form {
	padding-top: 12px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customer_registration_form_noborder {
	border-top: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subheader {
	font-size: 20px;
	font-weight: normal;
	color: #A9A9A9;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.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;
}
.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(/site_assets/www.momentumgrooming.com/images/checkout_progress_current.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress li.incomplete {
	background-image: url(/site_assets/www.momentumgrooming.com/images/checkout_progress_incomplete.gif);
	background-position: center bottom;	

}
ul.cart_progress li.complete {
	background-image: url(/site_assets/www.momentumgrooming.com/images/checkout_progress_complete.gif);
	background-position: center bottom;	
}
ul.cart_progress li.done {
	background-image: url(/site_assets/www.momentumgrooming.com/images/checkout_progress_done.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;
	}