.ifield {
	border: 1px solid black;
	
	margin-top: 2px;
	margin-bottom: 0px;
}
.button {

}
.cart_subtotal {
	color: #A9A9A9;
	font-weight: bold;
}
.customer_registration_form {
	padding-top: 12px;
	padding-left: 10px;
	font-size: 12px;
}
.customer_registration_form_noborder {
	border-top: none;
	padding-left: 10px;
	font-size: 12px;
}
.subheader {
	font-size: 20px;
	font-weight: normal;
	color: #A9A9A9;
	padding-top: 10px;
}
.table_header {
	color: #000000;
	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-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;
	}