﻿body {
	color: #000000;
	font-family: Tahoma, Arial, Helvitica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	background-color: #009999;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */
#wrapper {
	width: 900px;
	border-collapse: collapse;
	border: 1px solid #000;
	background: #fff;
}
#leftcolumn {
	width: 25%;
	vertical-align: top;
}
#maincolumn {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	background: #fff;
	padding: 10px;
	vertical-align: top;
}
h1 {
	font-size: 20px;
	color: #800000;
	word-spacing: 0px;
	FONT-WEIGHT: bold;
	LETTER-SPACING: normal;
}
h2 {
	font-family: Verdana;
	font-size: 17pxpx;
	color: #800000;
	word-spacing: 0px;
	FONT-WEIGHT: bold;
	LETTER-SPACING: normal;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #800000;
}
h4 {
	margin-bottom: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #800000;
}
h5 {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
}
p {
	text-align: justify;
}
.featspec {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
}
/*Styles for Comp Charts*/
#h2ochart {
	font: 11px verdana;
}
#h2ochart th {
	font: 11px arial;
}
.stim {
	font-weight: normal;
	background: #eee;
}
.model {
	background: #eee;
	color: #000;
}
.buy a:hover {
	background: yellow;
}
/*Styles for Specials Table*/
.specialtable img {
	width: 8.6em;
	height: 9.6em;
}
.specialtable th {
	font: 17px Verdana;
	background: #FFFFCC;
	color: maroon;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px 2px;
}
.specialtable td {
	font: 11px verdana;
	vertical-align: top;
}
.specialtable .tdwide {
	width: 20%;
	background: #fff;
}
.specialtable strong {
	font: 13px verdana;
	font-weight: bold;
	padding: 0px;
}
.specialtable a {
	text-decoration: none;
	text-align: center;
}
.specialtable ul {
	margin-top: 4px;
	margin-bottom: 2px;
}
.specialtable li {
	font: 11px 'Arial Narrow';
	list-style: circle;
	margin-left: -18px;
}
.imgcenter {
	text-align: center;
}
.savings {
	font: 13px 'Arial Narrow';
	text-align: center;
}
.prodprice {
	margin: 5px 0px;
	padding: 0px 0px 0px 3px;
	font-weight: bold;
	color: red;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	font-family: arial;
	text-align: center;
}
.myprodname {
	text-align: center;
}
/* Styles for Category Product Table */
.categorytable .categorycell {
	width: 33%;
	padding: 3px;
}
.prodbox {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
	padding: 5px;
}
.prodbox:hover {
	border: 1px solid #0000CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
}
.prodcat {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
	height: 90px;
}
.prodcat:hover {
	border: 1px solid #0000CC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
}
.prodcat td.prodcatimg {
	width: 40%;
}
.prodcatimg {
	vertical-align: middle;
	text-align: center;
}
.price {
	position: absolute;
	margin: 55px 0px 0px 5px;
	font: 11px arial;
	font-weight: bold;
	color: red;
	z-index: 2;
	background: white;
	padding: 0px 2px;
}
.prodcatimg img {
	width: 5.6em;
	height: 5.6em;
	z-index: 1;
}
.prodcatname {
	font: 9px verdana;
	font-weight: bold;
}
.prodcatname:hover, .prodcatimg:hover {
	background: yellow;
}
.prodcatdesc {
	font: 9px arial;
}
