/* Default CSS Stylesheet for a new Web Application project */

BODY
{
        background: #ffffff url(../../images/bg.png) repeat-x;
        FONT-FAMILY: Helvetica, Verdana, sans-serif;
        FONT-SIZE: .8em;
        FONT-WEIGHT: normal;
        LETTER-SPACING: normal;
        TEXT-TRANSFORM: none;
        WORD-SPACING: normal;
        background-color: #FFFFFF;
        
}

H1, H2, H3, H4, H5, THEAD, TFOOT
{
    COLOR: #551C00;
}
TH	{	
	background-color: #551C00;
	color: #FFFFFF;
	text-align: center;
}	
TD 
{
	font-size: 10pt;
}
tr 
{
	text-align: left;
}
INPUT {	font-size: 8pt;}
SELECT {	font-size: 8pt;}

A:link	{	
	text-decoration:	underline;
	color:	#551C00;
	}	
A:active	{	
	text-decoration:	underline;
	color:	#551C00;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#551C00;
	}
A:visited	{	
	text-decoration:	underline;
	color:	#551C00;
	}
	
#table1 
{
	height:70px;
	width: 800px;
	background-color: #ffffff;
	border-collapse: collapse;
	border-color: #551C00;
	border-width: thin;
}
.border 
{
	background-color: #551C00;
}
.logo {
        color: #551C00;
		background-color: #E3BF44;
        font-size: 16pt;
        font-weight: bold;
}
.anylinkcss{
    color: #551C00;
	position: absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	width: 200px;
	background-color: #FFFFFF;
	color: #006633;
	top: 100px;
	z-index: 99;
}

.anylinkcss a{
    color: #551C00;
    width: 100%;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
	z-index: 99;
}

.anylinkcss a:hover{ /*hover background color*/
    background-color: #551C00;
    color: white;
    text-decoration: none;
	z-index: 99;
}
.anylinkcss a:visited{ /*hover background color*/
    text-decoration: none;
}
.anylinkcss a:active{ /*hover background color*/
    text-decoration: none;
}
.indexnav 
{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
}
a.indexnav {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 99;
}
a.indexnav:hover {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 99;
}
a.indexnav:visited {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 99;
}
#tableNav 
{
	width: 800px;
	background-color: #551C00;
	color: White;
}
.borderedTable 
{
	border-collapse: collapse;
	border-color: Black;
	border-width: thin;
	border-style: solid;
	border-color: #551C00;
}
.borderedTable TH
{
	background-color: #551C00;
	color: #FFFFFF;
}
.footer 
{
	background-color: #551C00;
	color: White;
	font-size: 8pt;
	text-align: center;
}
a.footer 
{
	background-color: #551C00;
	color: White;
	font-size: 8pt;
}
a.footer:hover
{
	background-color: #551C00;
	color: White;
	font-size: 8pt;
}
a.footer:visited
{
	background-color: #551C00;
	color: White;
	font-size: 8pt;
}
.tableMain 
{
	background-color: #E3BF44;
	padding: 4px;
}

.textHeader 
{
	font-size: 14pt;
	font-weight: bold;
	color: #551C00;
	text-align: left;
}
.newsTitle 
{
	color: #551C00;
	font-size: 14pt;
	text-decoration: underline;
	font-weight: bold;
}
.newsDate 
{
	color: #551C00;
	font-size: 8pt;
	font-weight: bold;
}
.newsText 
{
	color: #551C00;
	font-size: 8pt;
}
.small
{
	font-size: 8pt;
}
.required {color: #a00000;}
.urgent {font-size: 14pt;}
}
.label 
{
	font-weight: bold;
	color: #551C00;
}
#tableCategory ul
{
	list-style-type:disc;
	margin-left: 25px; 
	padding-left: 2px;
	text-align: left;
}
#tableCategory ul ul
{
	list-style-type: circle;
	margin-left: 10px; 
	padding-left: 2px;
}
#tableCategory ul ul li
{
	padding-top: 4px;
}
#tableCategory ul li
{
	padding-top: 4px;
}
.alert
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #c00000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.friendly
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: green;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
.tableProduct 
{
	background-color: #FFFFFF;
}
.checkoutText 
{
}
fieldset 
{
	background-color: #CCCCFF;
	border-color: #551C00;
}
.productTitle 
{
	font-style:italic;
	font-size: 10pt;
}
.productLabel
{
	color: #006633;
}
.cartHeader
{
	color: Green;
	font-weight: bold;
	font-size: 10pt;
}
#tableSpecial 
{
	background-color: #66cc33;
	border-collapse: collapse;
	border-color: #551C00;
	border-width: thin;
}
a.moreInfo
{
	font-size: 8pt;
	color: #0066ff;
	font-family: Courier New;
	text-decoration: none;
}
a.moreInfo:hover
{
	font-size: 8pt;
	color: #0066ff;
	font-family: Courier New;
	text-decoration: underline;
}
a.moreInfo:visited
{
	font-size: 8pt;
	color: #0066ff;
	font-family: Courier New;
	text-decoration: none;
}
a.moreInfo:active
{
	font-size: 8pt;
	color: #0066ff;
	font-family: Courier New;
	text-decoration: none;
}
.subcat 
{
	font-size: 10px;
	letter-spacing: 1px;
}
.tableProduct2 
{
	border-width: thin;
	border-style: groove;
	border-color: #E3BF44;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
.productTag 
{
	font-style:italic;
}
.productDesc 
{
	font-size:8pt;
	color: #551C00;
}
.productFarm 
{
	color: #006633;
}
.productCert
{
	font-size:8pt;
	font-style:italic;
}
.productTitle2
{
	font-weight: bold;
}
.cartButton 
{
	color: white;
	font-size: 8pt;
	font-weight: bold;
	background-color: #551C00;
	border-color: #551C00;
	letter-spacing: 1px;
}
.subcatList
{
	list-style-type:circle;
}
.tableCheckout 
{
	border-collapse: collapse;
	border-color: Black;
	border-width: thin;
	border-style: solid;
	border-color: #551C00;
}
.tableCheckout TH
{
	background-color: #551C00;
	color: #FFFFFF;
}
.tableCheckoutLogin 
{
	border-collapse: collapse;
	border-color: Black;
	border-width: thin;
	border-style: solid;
	border-color: #551C00;
}
.tableCheckoutLogin TH
{
	background-color: #551C00;
	color: #FFFFFF;
}
.data {}
#tableMainProduct {
        height:600px;
}
.tableProduct
{
    BACKGROUND-COLOR: #fffacd;
}
div.borderedTable 
{
	padding-left: 5px;
	padding-right: 5px;
}
table#login-table
{
	border: solid 1px #551C00;
	border-collapse: collapse;
}
table#forgot-password-table
{
	border: solid 1px #551C00;
	border-collapse: collapse;
}
#categoryPanel {
        width: 218px;
}
#productPanel {
        width: 546px;
}
#tableMainProduct {
        width: 774px;
}
#tableCategory 
{
	width: 218px;
	text-align: left;
}
#ctl00_contentBody_btnSubmitOrder {
font-size: 24pt;
padding: 10px 10px 10px 10px;
}
