﻿body
{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: arial;
	font-size: 1em;
}

h1
{
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	background-color: green;
	color: white;
	width: 980px;
	padding-left: 10px;
	font-size: large;
	font-weight:normal;
	white-space: nowrap;
	overflow:hidden;	
}

table
{
	border-collapse:collapse;
}

img
{
	border:none;
}

table tr
{
	vertical-align:top;
}

#container
{
	display: block;
	width: 990px;
	text-align: justify;
	margin: 0 auto;	
	min-height: 300px;
}

#header
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color:green;
}

#contents
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	
	min-height: 300px;
	font-size: 0.8em;
}

.menu
{
	border: none;
	display: block;
	height: 20px;
	background-color:green;
	color: White;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	font-weight: normal;
}

.menu li
{
	border:thin white solid;
	border-left:none;

	float: left;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

.menu li:hover
{
	background-color: yellow;
	color: green;
}

.menu li:hover a,.menu li:hover a:visited
{
	color: green;
}

.menu li#searchForm:hover
{
	background-color:green;
}

.menu li a
{
	padding: 0px 10px 0px 10px;
	display:block;
}

.menu li#searchForm
{
	padding-right:0px;
	border:none;
	float: right;
}

.menu li a, .menu li a:visited
{
	color: white;
	text-decoration:none;
}

#alphaMenu
{
	padding:10px;
	width: 970px;
}

#alphaMenu li:first-child
{
	border-left: 1px white solid;
}

#alphaMenu li a
{
	padding: 0px 8px 0px 9px;
}

#headerLogo
{
	margin:0px;
	padding:0px;
	border:none
}

.specsTable tr td
{
	font-size:90%;
}

.pricesTable
{
	font-size: 135%;
}

.productList
{
	width: 100%;
}


.productList tr:hover
{
	background-color:#aaffaa;
}

.productListItem
{
	width: 990px;
	border-bottom: 1px black solid;
}

.productListIcon
{
	width: 80px;
}

.fnd
{
	display:none;
}

#linkCode
{
	display: none;
	width:590px;
	height:270px;
}

#linkCode textarea
{
	width: 100%;
	height: 100%;
}

/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: auto;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/
/*
.contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(images/cut.png); }
.contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(images/door.png); }
*/