﻿body
{
	font-family: Tahoma, Verdana;
	text-align: center;
}
h1
{
	font-size: 10pt;
}
table
{
	font-size: 8pt;
}
.mainDiv
{
	width: 720px;
	margin:0 auto;
}
.contentDiv
{
	float:left; 
	width: 430px;
}
.logo
{
	width: 720px;
}
.prodLeft
{
	float: left;
	width: 470px;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
}
.introBox
{
	width: 470px;
	text-align: left;
	float: left;
	border: 1px solid lightgrey;
	margin-bottom: 10px;
	background-image: url("./images/grad2.jpg");
	background-repeat:repeat-x;
}
.searchBox
{
	float: right;
	width: 220px;
	border: 1px solid lightgrey;
	text-align: left;
	font-size: 8pt;
	padding-left: 15px;
	padding-top: 5px;
}
.boldsmall
{
	font-size: 8pt;
	font-weight: bold;
}
.small
{
	font-size: 10pt;
}
.bold
{
	font-size: 10pt;
	font-weight: bold;
}
.normal
{
	font-weight: normal;
}
.forum
{
	font-size: 10pt;
}
.forumheader
{
	background-color: Silver;
}
.forumheadercell
{
	border-left: solid 1px lightgrey;
}
.forumcell
{
	font-size: 10pt;
	border-left: solid 1px darkgray;
	vertical-align:top;
}
.post
{
	font-size: 10pt;
	border: 1px solid black;
}
.postheader
{
	background-color: silver;
	border-bottom: solid 1px darkgray;
}
.postsubheader
{
	background-color: lightgrey;
	border-bottom: solid 1px darkgray;
	font-style: italic;
}
#menubarDiv
{
	color: gray; 
	float: left; 
	width: 100%; 
	height: 25px; 
	background-image: url(./images/grad.jpg); 
	border: solid 1px lightgrey;
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
}
.menuitem
{
	float: left; 
	margin-top: 5px; 
	margin-left: 10px;
}
.menuitem a:link
{
	color: gray;
	text-decoration: none;
}
.menuitem a:visited
{
	color: gray;
	text-decoration: none;
}
.menuitem a:hover
{
	color: Black;
}
#bookmark
{
	float: right;
	margin-top: 5px; 
	margin-right: 10px;
}
#bookmark a:link
{
	color: gray;
	text-decoration: none;
}
#bookmark a:visited
{
	color: gray;
	text-decoration: none;
}
#bookmark a:hover
{
	color: Black;
}
.footerbarDiv
{
	color: gray; 
	float: left; 
	width: 100%; 
	height: 25px; 
	background-image: url(./images/grad.jpg); 
	border: solid 1px lightgrey;
	margin-bottom: 10px;
	font-size: 10pt;
}
.footeritem
{
	float: right; 
	margin-top: 5px; 
	margin-right: 10px;
}
img
{
	display: block;
	border: 0;
}
h2 a
{
	text-decoration: none;
	color: Black;
}
#brandDiv
{
	font-size: 8pt;
	width: 470px;
}
.brand
{
	float: left;
	width: 110px;
	padding-bottom: 5px;
}
.brandImg
{
	height: 75px;
	overflow: hidden;
}
.brandLink
{
	height: 25px;
}
.prodOuterDiv
{
	margin: 2px;
	text-align: left;
}
.prodImageDiv
{
	width: 50%; 
	float: left;
	margin-bottom: 2px;
}
.prodImage
{
	float: left;
}
.prodDescDiv
{
	width: 50%;
	float: left; 
	text-align: left;
}
.prodMerchDiv
{
	width: 100%; 
	float: left; 
	clear: both; 
	border-top: dashed 1px silver;
	padding-top: 10px;
	padding-bottom: 10px;
}
.merchImageDiv
{
	width: 25%; 
	float: left;
}
.merchImg
{
	float: left;
	width: 100%;
}
.merchDescDiv
{
	width: 50%; 
	float: left;
	text-align: left;
	font-size: 8pt;
}
.merchBuyDiv
{
	width: 25;
	float: left;
}
.prodListDiv
{
	float: left;
	text-align: left;
}
.prodListNameDiv
{
	font-size: 10pt;
}
.prodListDescDiv
{
	font-size: 8pt;
}