h3 {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom: 0px;
	display: block;
	background-color: #CCCCCC;
	padding: 4px;
}
ul {
	line-height: 2em;
	list-style-type: square;
	font-size: 0.7em;
	margin-left: 10px;
	list-style-position: inside;
}
.productlist {
	font-size: 0.7em;
}
.percentages {
	font-size: 0.7em;
  	border-collapse: collapse;	
}
.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
h4 {
	font-size: 0.7em;
}
.imagesleft {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imagesright {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imageslleft {
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.imageslright {
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imagesleft img, .imagesright img, .imageslleft img, .imageslright img{
	border: 1px solid #000000;
}
.percentages td {
	border: 1px solid #000000;
	padding: 2px;
}
h1 {
	font-size: 0.75em;
	color: #006633;
}
.productlist h1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003300;
	padding: 4px;
	font-size: 1.0em;
	margin-bottom: 0px;
}
.productlist td {
	padding: 4px;
}
h2 {
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
}
#alsosee {
	background-color: #EEEEEE;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
