﻿body {
	background-image: url(/images/back.gif);
}

.style2 {
	font-family: Arial;
	font-size: 10px;
	color: #9ACC00;
}
.style3 {color: #333333}
.style4 {
	font-family: Arial;
	font-size: 11px;
}
.style5 {
	font-size: 12px;
	color: #9ACC00;
}
.style8 {font-size: 10px; font-family: Arial;}
.style9 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}
.style10 {
	font-family: Arial;
	font-size: 18px;
	color: #9ACC00;
}
.style11 {
	color: #9ACC00;
	font-weight: bold;
}
.style12 {
	color: #666666;
	font-weight: bold;
}
.style13 {color: #000000}
.style14 {color: #666666}
.style15 {font-size: 14px}

.stylea {
	font-family: Arial;
	font-size: 18px;
}

#nav A
{
	background:#9acc00;
	border-right:solid 1px #fff;
	color:#fff;
	display:block;
	float:left;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	height:33px;
	padding-left:10px;
	padding-top:2px;
	text-align:left;
	text-decoration:none;
	width:84px;
}
#nav A:hover, #nav A.selected
{
	background:#cce57f;
}

.clearboth
{
	clear:both;
}


TABLE.products
{
	border-collapse:collapse;
}
TABLE.products TD
{
	border:solid 1px #999;
}
TABLE.products THEAD TD
{
	background:#9ACC00;
	color:#fff;
}
TABLE.products TBODY TD
{
	padding:10px;
	vertical-align:top;
}
TABLE.products TBODY TD.price
{
	text-align:center;
	white-space:nowrap;
}

LABEL
{
	display:block;
	float:left;
	height:24px;
	width:140px;
}
