h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.category_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AFAFAF;	
}
	.category_name a {
		color: #AFAFAF;
		font-weight: normal;
	}
	.category_name strong {
		font-weight: bold;
		color: white;
	}
.row {
	clear: left;
	text-align: center;
}
.product {
	float: left;
	text-align: center;
	padding: 0px 4px 8px 4px;
}
.product .details {
	text-align: center;
}
ul#side_points {
	list-style-position: outside;
	list-style-type: square;
}
ul#side_points li {
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
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.ironhead.com/images/checkout_progress_current.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress li.incomplete {
	background-image: url(/site_assets/www.ironhead.com/images/checkout_progress_incomplete.gif);
	background-position: center bottom;	

}
ul.cart_progress li.complete {
	background-image: url(/site_assets/www.ironhead.com/images/checkout_progress_complete.gif);
	background-position: center bottom;	
}
ul.cart_progress a {
	color: #cccccc;
	text-decoration: none;
}
	ul.cart_progress a:hover {
		color: #cccccc;
		text-decoration: underline;
	}
.table_header {
	background-color: #3a3a3a;
	color: #FFFFFF; 
}
.your_cart {
	color: #95b94f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.colorswatch {
	border: 1px solid #C6C6C6;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	padding: 25px 10px 10px 10px;
}

