﻿html, body, form 
{
	/*height: 100%;*/
}
body 
{
	margin: 0px;
	background-color: #000;
	color: #C6C6C6;
	font-family: Arial;
	font-size: 12px;
}
a:link, a:visited 
{
	color: #FFF;
	text-decoration: underline;
}
a:hover 
{
	color: #9EB0E2;
	text-decoration: underline;
}
h1 
{
	font-size: 32px;
	margin-top: 6px;
	color: #FFF;
}
div .imageFooter 
{
	padding-top: 3px;
	font-style: italic;
}
.footerMenu a:link, .footerMenu a:visited
{
	color: #A7A7A7;
	font-size: 11px;
	text-decoration: none;
}
.footerMenu a:hover 
{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
.headerMenu a:link, .headerMenu a:visited
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.headerMenu a:hover 
{
	color: #FFF;
	font-size: 12px;
	text-decoration: underline;
}
.thumbnailFrame 
{
	width: 179px;
	height: 208px;
	margin-left: 3px;
	float: left;
}
.thumbnailPhoto
{
	width: 100%;
	height: 151px;
	background-image: url(Images/thumbnailBg.gif);
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
	border-width: 0px;
}
.thumbnailProductTitle
{
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
}
.thumbnailDescription 
{
	font-size: 10px;
}
.productPath 
{
	font-size: 14px;
	color: #A7A7A7;
	margin-bottom: 0px;
}
.buttonReturn 
{
	height: 30px;
	background-image: url(Images/icon_return.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 30px;
}
ul.menu 
{
	list-style-type: square;
	padding-left: 18px;
	margin-left: 0px;
	line-height: 8px;	/* Works only for Firefox to show proper line height between items */
}
ul.menu li 
{
	font-size: 12px;
	line-height: 18px;
}
#productSpecs 
{
}
#productSpecs b, 
#productSpecs strong
{
	color: #FFF;
	text-transform: uppercase;
}
#productSpecs strong 
{
	color: #FFF;
}
#productSpecs ul 
{
	margin-left: 0px;
	padding-left: 18px;
	list-style-type: square;
}
#productSpecs table table
{
	border: solid 1px #7F7F7F;
	padding: 3px 8px 3px 8px;
}
#productSpecs table table tr td
{
	border-bottom: solid 1px #666;
	text-align: center;
}
#productSpecs table table tr th
{
	background-color: #505050;
	color: #FFF;
	height: 20px;
}
#productSpecs table table tr
{
	background-color: #696969;
	color: #FFF;
}
#productSpecs table table tr:hover td
{
	background-color: #555;
	color: #FFF;
}

/**** Layout styles *****************/

/***

Replaced with tables to get desired effect to use 100% of screen in any situation

#leftBar
{
	float: left;
	width: 217px;
}
#content
{
	float: left;
}
#contentFull
{
	margin: 0px 8px 0px 230px;
	padding: 8px 8px 8px 8px;
}
#rightBar
{
	float: left;
	width: 150px;
}
***/
