﻿body 
{
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #CCCCCC;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
	color: #000099;
	margin: 0px;
	padding: 0;
}

h3 
{
	font-size: 0.9em;
	font-weight: bold;
	color: #000099;
	margin: 1px;
	padding: 0;
}

p, .emailForm
{
	font-size: 0.8em;
	line-height: 1.5em;
}

/* Item Specs/Parts Bar */
.itempic
{
	font-size: 0.7em;
}
.detailspacer {
	position: relative;
	width: 10px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	font-size: .9em;
}
.detaillink  {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 175px;
	display: block;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	font-size: .9em;
}
.detaillinkcurrent {
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 175px;
	display: block;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	font-size: .9em;
}
.detaillinkcurrent a {
	color: #990000;
	font-size: .9em;
	font-weight: bold;
	background: url(images/navbar_selected.jpg) repeat-x;
	display: block;
	text-decoration: none;
}
.detaillink a {
	width: 175px;
	color: #000066;
	font-size: .9em;
	font-weight: bold;
	background-color: transparent;
	display: block;
	text-decoration: none;
}
.detaillinkcurrent a:hover	{
	color: #990000;
	background: url(images/navbar_selected.jpg) repeat-x;
	display: block;
}
.detaillink a:hover	{
	color: #000066;
	background: url(images/navbar_hover.jpg) repeat-x;
	display: block;
}
.detailTable 
{
	clear: left;
}

.gridHeader
{
	border-right: #990000 10px solid;
	border-top: #990000 10px solid;
	border-left: #990000 10px solid;
	border-bottom: #990000 10px solid;
}

.gridRow
{
	border: solid 1px #990000;
}

.pic
{
	border: none;
}