﻿body
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

a:link 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:visited 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:hover 
{
	text-decoration: none;
	color: #456438;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:active 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

a.Category:link 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: medium;
}
a.Category:visited 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: medium;
}
a.Category:hover 
{
	text-decoration: none;
	color: #456438;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: medium;
}
a.Category:active 
{
	text-decoration: none;
	color: black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: medium;
}

a.bottomNav:link 
{
	text-decoration: none;
	color: White;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a.bottomNav:visited 
{
	text-decoration: none;
	color: White;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a.bottomNav:hover 
{
	text-decoration: none;
	color: #456438;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a.bottomNav:active 
{
	text-decoration: none;
	color: White;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

a.GoLink:link
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border-style: outset;
	border-width: medium;
	background-color: ButtonFace;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	width: 82px;
	height: 20px;
}

a.GoLink:visited
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border-style: outset;
	border-width: medium;
	background-color: ButtonFace;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	width: 82px;
	height: 20px;
}

a.GoLink:hover
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border-style: inset;
	border-width: medium;
	background-color: ButtonFace;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #456438;
	width: 82px;
	height: 20px;
}

a.GoLink:active
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border-style: outset;
	border-width: medium;
	background-color: ButtonFace;
	text-decoration: none;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	width: 82px;
	height: 20px;
}

table.gShopHeader
{
}

table.gShopHeader th
{
	font-size: large;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-align: center;
	text-decoration: underline;
	color: #456438;
}

table.gShopTable
{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.gShopTable th
{
	font-size: medium;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-align: left;
	text-decoration: none;
	color: Black;
}

table.gShopTable th.Required
{
	font-size: medium;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-align: left;
	text-decoration: none;
	color: Red;
}	

table.gShopTable td
{
	color: Black;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: normal;
}

table.gShopTable td.Required
{
	color: Red;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: normal;
}

.productred
{
	color: Red;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: normal;
}

.productbold
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: medium;
	color:black;
	font-weight:bold;
}

.productmain
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: normal;
	font-size: small;
	color: Black;
	margin-left: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottomNav
{
	color: White;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}