/* global stuff */
body, INPUT, TEXTAREA, SELECT, table
{
    color: #573720;
    font-size: 8pt;
    font-family: Tahoma, Trebuchet, Arial, sans-serif;
}
body, .background {
	background-color: #f4f2e6;
}
body, td {
	font-size:8pt;
	line-height: 1.4em;
}
P {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
UL, OL 
{
	margin-top:0.50em;
	margin-bottom: 1em;
}
TEXTAREA, SELECT, INPUT
{
	background-color: #f4f2e6;
	border-width: 1px;
	border-style:solid;
	border-color: #B9A393;
}
fieldset 
{
  border: 0;
}

.checkbox INPUT
{
	border:0;
	color: #00f;
	background-color:Transparent;
}

a:link, a:active
{
    color: #3D2716;
}
a:visited
{
    color: #573720;
}
a:hover
{
    text-decoration: underline;
}
.error 
{
	color:#cc0000;
}
.flat
{
  border: 1px solid #573720;
}
.header2
{
	font-weight:bold;
}
.rounded /* background for all rounded tables */
{
	background-color: #e1d6b8;
}
.headerAlt
{
    color: #573720;
    background-color: #E1D6B8;
    font-weight: bold;
}

.DataGridHeaderStyle, .HeaderStyleSmaller, .HeaderStyle, .HeaderStyleNoBold,
.RequiredItemStyle, .FooterStyle, .FooterStyleNoBold
{
  color: #573720;
}
.DataGridHeaderStyle, .HeaderStyleSmaller, .HeaderStyle,
.RequiredItemStyle, .FooterStyle
{
	font-weight:bold;
}
.DataGridHeaderStyle
{
	background-color:#dbd1b4;
}
.HeaderStyle, .HeaderStyleNoBold
{
  background-color: #E1D6B8;
}

.FooterStyle, .FooterStyleNoBold
{
  color: #573720;
  background-color: #E6DcBe;
}

.ItemStyle, .ItemStyleOptional, .RowStyle, .FieldHeaderStyle, .RequiredItemStyle
{
  background-color: #eae2c6;
}

.HeaderStyleSmaller, .Smaller, smaller
{
  font-size:7.5pt;
}
.AlternatingRowStyle
{
    background-color:#f4eed4;
}
/* the following classes are used by the Slogix Registration form */
.FormInput
{
	background-color: #f4f2e6;
	border-width: 1px;
	border-style:solid;
	border-color: #B9A393;
}

/* collection menu */

.menuHeader
{
	font-size:8pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.menuText, a.menuText:link, a.menuText:visited, a.menuText:active, a.menuText:hover
{
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 15px;
	text-decoration: none;
}
a.menuText:hover
{
	text-decoration: underline;
}
span.menuText 
{
  line-height: 12px;
}
td.menuText
{
    padding-left: 5px;
}

/* header bar */

.headerNavText
{
    font-size: 8pt;
    color: #BCA887;
}

.headerNavText a:link, .headerNavText a:visited, .headerNavText a:active
{
    font-size: 8pt;
    color: #BCA887;
    text-decoration: none;    
}

.headerNavText a:hover
{
    font-size: 8pt;
    color: #BCA887;
    text-decoration: underline;    
}
td.headerNavText
{
    padding-left: 5px;
}
.headerBar
{
    background-color: #efe6cd;
}

/* body/content area */

TD.globalMenuTd
{
    padding-left: 16px;
		line-height:normal;
}

.bodyText
{
    font-size: 8pt;
    line-height: 1.6em;
}
.globalMenuText
{
    font-size: 8pt;
    cursor: pointer;
    color: #573720;
    font-weight: normal;
}

.globalMenuTextOver
{
    font-size: 8pt;
    cursor: pointer;
    color: #573720;
    text-decoration: underline;
    font-weight: normal;
}

.globalMenuTextSelected
{
    font-size: 8pt;
    cursor: pointer;
    font-weight: normal;
    text-decoration: underline;
    color: #573720;
}

.globalMenuTextSelectedOver
{
    font-size: 8pt;
    cursor: pointer;
    color: #573720;
    text-decoration: underline;
}
.speciesName, .Title
{
    font-size: 11pt;
    font-weight: bold;
    text-decoration:none;
}
p.Title 
{
	margin-top:1pt;
}

.speciesDefinedName, p.speciesDefinedName
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
.speciesDefinedColor
{
    font-size: 13px;
    font-style: oblique;
    color: #573720;
}
.tightHr
{
    height: 1px;
    color: #eee7cc;
    background-color: #eee7cc;
    line-height: 2px;
}

/* right side sub-menu */

td.SubMenuTitle
{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    line-height: 11pt;
    font-size: 8pt;
}

td.SubMenu
{
    border-style: solid;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-weight: bold;
    font-size: 8pt;
    line-height: 10pt; /*	border-bottom-color: #FFFFFF; */
    color: #573720;
    background-color: #E1D6B8;
}

table.rightMenuTable, td.rightMenuTable, table.SubMenu
{
    border: 1px solid #7c7712;
    font-size: 8pt;
}

a.rightMenuCell:link, a.rightMenuCell:visited, a.rightMenuCell:active,
a.SubMenu:link, a.SubMenu:visited, a.SubMenu:active
{
    text-decoration: none;
    font-weight: normal;
    color: #573720;
}

a.rightMenuCell:hover, a.SubMenu:hover
{
    font-weight: normal;
    text-decoration: underline;
    color: #573720;
}


/* tables */

table.linedTable
{
    border-color: #c4bb94;
		border-width: 0 0 1px 1px;
		border-style: solid;
		font-size: 10px;
}

td.linedTable
{
    border-color: #c4bb94;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
		font-size: 10px;
}

.outlined
{
    border: 1px solid #c4bb94;
    background-color: #f4f2e6;
}

.roughLine
{
    margin-top: 25px;
    background-image: url("../images/dividerline-vert.gif");
    background-repeat: repeat-y;
}

.gradeText
{
    font-size: 7pt;
}

th.sortup a, th.sortdown a
{
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    display: block;
}
th.sortup a
{
    background-image: url(../images/icons/Sort_Up.gif);
}
th.sortdown a
{
    background-image: url(../images/icons/Sort_Down.gif);
}

/* Fix for firefox not rendering disabled buttons correctly */
input[disabled=disabled],
input.disabled {
  color: #999999;
  border-color: #999999;
}


/* Site footer code */
.siteFooter 
{
  background: #F4F2E6;
  padding-top: 5px;
  cursor: default;
}
.siteFooter a 
{
  color: #573720;
}
.siteFooter table td
{
  text-align: center;
  border-left: solid 1px #c4bb94;
  border-right: solid 1px #c4bb94;
  padding: 0 4px 0 4px;
}
.siteFooter table th
{
  text-align: left;
  border-left: solid 1px #c4bb94;
  border-right: solid 1px #c4bb94;
  font: 16px Arial, sans;
  letter-spacing: -1px;
  padding: 0 4px 4px 4px;
}
.siteFooter table 
{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #F4F2E6;
  border: hidden;
}
.siteFooter table .smallrow td
{
  font-size: 10px ! important;
  padding: 1px;
}


.siteFooter .externalLinks 
{
  margin-top: 5px;
  border-top: solid 1px #c4bb94;
  padding-top: 5px;
}
.siteFooter .externalLinks a 
{
  text-decoration: none;
}
.siteFooter .externalLinks a:hover 
{
  text-decoration: underline;
}
.siteFooter .externalLinks td
{
  line-height: 12px;
}
.siteFooter .externalLinks table
{
  table-layout: auto;
}

.siteFooter .localLinks td
{
  font-size: 13px;
  line-height: 12px;
}
.siteFooter .localLinks input
{
  background: #fff;
}
.override #googlecart-widget-head {
	background: #E1D6B8;
	border-color: #573720;
}
.override #googlecart-widget-title 
{
	font-size: 8.5pt;
}
.override .googlecart-widget-details-column 
{
	font-family: Arial, Sans-serif;
    font-size: 9pt;

}
