.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
}
.ifield {
	border: 1px solid #cccccc;
	padding: 4px 0px 4px 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}
.button {
}
.ibutton {
}
.cart_subtotal {
	color: #A9A9A9;
	font-weight: bold;
}
.customer_registration_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.customer_registration_form_noborder {
	font-family: Arial, Helvetica, sans-serif;
	border-top: none;
	font-size: 14px;
	color: #434343;
	padding: 10px 6px 0px 0px;
	margin: 0px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0094A4;
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
.helpful_header {
	color: #0094A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.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;
}
