body {
	background-color: #E5D3A1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.header_cell {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 14px;
	font-weight: bold;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.information {
	font-size: 12px;
	padding-left: 14px;
}
.loginbox {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 16px;
}
	.loginbox a {
		color: #ffffff;
	}
#search_string {
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 1px;
}
#submit_button {
	background-color: #CC0000;
	border: 1px solid #990000;
	color: white;
	font-weight: bold;
}
.copyright {
	font-size: 12px;
	padding-right: 14px;
}
.copyright a {
	color: #000000;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.qwik {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
}
.page_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
}
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;
}
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.stuffedanimalhouse.com/images/checkout_progress_current.gif);
	background-position: center bottom;	
	font-weight: bold;
}
ul.cart_progress li.incomplete {
	background-image: url(/site_assets/www.stuffedanimalhouse.com/images/checkout_progress_incomplete.gif);
	background-position: center bottom;	

}
ul.cart_progress li.complete {
	background-image: url(/site_assets/www.stuffedanimalhouse.com/images/checkout_progress_complete.gif);
	background-position: center bottom;	
}
ul.cart_progress a {
	color: #000000;
	text-decoration: none;
}
	ul.cart_progress a:hover {
		color: #000000;
		text-decoration: underline;
	}
.table_header {
	background-color: #669900;
	color: #FFFFFF; 
}
.your_cart {
	color: #95b94f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.status_message {
	border: 1px solid #e5d3a1;
	padding: 10px;
}
#trail {
	background-image: url(/site_assets/www.stuffedanimalhouse.com/images/trail_bg.jpg);
	border: 1px solid #E9D8AC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
}
	#trail img {
		vertical-align: middle;
	}
	#trail a {
		color: #CC0000;
	}
