@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EDEDED;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}


.greenbar-menu {
	font-size: 10px;
	text-align: left;
	text-indent: 30px;
	height: 30px;
	vertical-align: middle;
}
.greenbar-menu a:link {
	color: #996600;
	text-decoration: underline;
}
.greenbar-menu a:visited {
	color: #996600;
	text-decoration: underline;
}
.greenbar-menu a:hover {
	color: #000000;
	text-decoration: underline;
}
.greenbar-menu a:active {
	color: #996600;
	text-decoration: none;
}

.sidebar-menu {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: ;
}
.sidebar-menu a:link {
	color: #000000;
	text-decoration: none;
}
.sidebar-menu a:visited {
	color: #000000;
	text-decoration: none;
}
.sidebar-menu a:hover {
	color: #6D8E40;
	text-decoration: none;
}
.sidebar-menu a:active {
	color: #7DC318;
	text-decoration: none;
}
.maincontent {
	padding: 5px;
}

.cartText
{
    font-size:8pt;
    font-weight: bold;
    color:#333333;
    letter-spacing:0.00em;
    text-decoration:none;
	font-style:normal;

}

A.cartText
{
    font-size:8pt;
    font-weight: normal;
    color:#333333;
    text-decoration:none;
	font-style:normal;

}

A.cartText:hover
{
    font-size:8pt;
    font-weight: normal;
    color:#000000;
    text-decoration:none;

}
.tableRow
{
    font-weight: normal;
    font-size: 8pt;
    color:#000000
}

.altRow
{
    font-weight: normal;
    font-size: 8pt;
    color:#000000;
    background:#EEEEEE;
}

.mini
{
    font-size: 8pt;
}

.tablehead
{
    color:#000000;
    background:#6D8E40;
    font-size:10pt;
    font-weight:bold
}

.altBG
{
    background-color:#EEEEEE;
}

.rowBG
{
    background-color:#FFFFFF;
}

.qtyInput
{font-family: Sans-Serif,Arial,Helvetica;
    font-size:8pt;
    width:35px
}


.buttonSite, .btnSite
{
    font-family: Helvetica,Helvetica,Arial;
    font-size:14px;
    color:#333333;
    background:#EFEFD6;
    border:2px ridge #996600;
    font-weight:bold;
    cursor:hand;
	padding:3px 5px 3px 5px;
}

.buttonMini
{
    font-family: Helvetica,Helvetica,Arial;
    font-size:12px;
    background:#EFEFD6;
    border:2px ridge #996600;
    font-weight:bold;
    cursor:hand;
	padding:2px 5px 2px 5px;
}

.errorText
{
    font-family: Verdana, Arial;
    font-size:9pt;
    color:#bb0000
}

.h1format {
	font-size: 12px;
	font-weight: bold;
}
.maintabletitles {
	font-weight: bold;
	background-color: #E9F0D5;
	border: 1px solid #A7D062;
	padding: 5px;
}
.maintablebodies {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7D062;
	border-bottom-color: #A7D062;
	border-left-color: #A7D062;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	height: 250px;
}.smalltext {
	font-size: 10px;
}
.bigtext {
	font-size: 18px;
}
.errorText
{
	color:red;
}
.blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
.popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;