.borderwhite {
	border: 1px solid #FFFFFF;
}
.bordergrey {
	border: 1px solid #7F7F7F;
}
.productnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.productnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
} 
.productnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.productnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.productnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.mainlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.titleprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.titlemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bg_power {
	background-color: #954D4D;
	background-image: url(images/gradient_power.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_stoves {
	background-color: #783F20;
	background-image: url(images/gradient_stoves.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_spas {
	background-color: #6877A2;
	background-image: url(images/gradient_spas.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_outdoor {
	background-color: #957144;
	background-image: url(images/gradient_outdoor.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg_inner {
	background-color: #9F2029;
	background-image: url(images/gradient_inner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.storelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
}
.storelink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
} 
/*.storelink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
}
.storelink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
}*/

.storelink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: underline;
	font-weight: bold;
}
.border {
	border: 1px solid #6B0808;
}
.form {
	font-size: 10px; 
 	border: 1px solid #6B0808; 
	padding-left: 5px;
}