* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

sup {
	font-size: 8px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 40px;
	margin-right: 40px;
	
}

a:link,
a:active,
a:visited {
	color: #b7202c;
}

a:hover {
	color: #d7404c;
}

input,
select,
textarea {
	font-family: sans-serif;
	font-size: 12px;
}

textarea {
	width: 99%;
}

h1 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	color: #aa0f24;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#testimonial_person {
	color: #cccccc;
	font-style: italic;
}

#testimonial {
	font-style: italic;
	text-align: left;
	width: 147px; /* This is purely for IE6 >< */
}

.no_padding {
	padding: 0px;
	margin: 0px;
}

.errorbox {
	background-color: #ffc0c0;
}

.errorrow {
	color: #ffc0c0;
	font-weight: bold;
}

.required_text {
	text-align: right;
	padding-bottom: 3px;
}

.button {
	width: 75px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.button:hover {
	cursor: pointer;
}

.form_table {
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
	padding: 5px;
}

.form_title {
	background-color: #b7202c;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
}

.form_subtitle {
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	white-space: nowrap;
}

.form_label {
	padding: 3px 6px 3px 6px;
	text-align: right;
	width: 34%;
	white-space: nowrap;
	background-color: #d7d7d7;
}

.form_label img,
.form_subtitle img {
	margin-left: 4px;
}

.form_value {
	padding: 3px 3px 3px 3px;
	width: 66%;
	background-color: #d7d7d7;
}

.search_box {
	height: 350px;
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
}

.search_box_stretch {
	background-color: #d7d7d7;
	height: 340px;
	margin: 5px;
}

.odd_row {
	background-color: #c3c4c3;
}

.even_row {
	background-color: #d7d7d7;
}

.odd_row td,
.even_row td {
	padding: 3px;
}

.products_with_photos {
	background-image: url(/images/products_with_photos_bg.gif);
	background-repeat: no-repeat;
	background-color: #c3c4c3;
	margin-bottom: 3px;
}

.products_with_photos td {
	padding: 3px;
}

img {
	border-color: #b0b0b0;
}

.product_detail_right_box {
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
	padding: 5px;
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 10px;
}

.product_detail_list td {
	padding-bottom: 5px;
	vertical-align: top;
}

.red_text {
	color: #b7202c;
}

.bom_listing_table td {
	padding: 3px;
}

.bom_listing_table_title td {
	background-color: #b7202c;
	color: #ffffff;
}

.bom_listing_column_titles td {
	background-color: #000000;
	color: #ffffff;
}

.hr {
	border-top: 1px solid #b0b0b0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no_top_border {
	border-top-width: 0px;
}