/* TABLE DATA CELL FONT AND SIZE */

td {
	font-family: Arial, Helvetica, sans-serif;
}



/* SMALL FONT SIZE */
.smfont { 
  font-size: 8pt; 
  text-decoration: none; 
}



/* LARGE FONT SIZE */

.lgfont { 
  font-size: 12pt; 
  font-weight: bold; 
}



/* BOLD FONT */

.boldtext { 
 font-weight: bold; 
}



/* ACCENTED FONT */

.accent { 
 font-style: italic; 
}



/* HIGHLIGHT TEXT */

.highlighttext { 
  color: #996633; 
  font-weight: bold; 
}



/* ACCENT TEXT */

.accenttext { 
  color: #996633; 
  font-weight: bold; 
}



/* HEADER FONT COLOR */

.header { 
  color: #996633; 
  font-weight : bold; 
  text-align : center; 
  font-size : 24px; 
}



/* CELL COLOR FOR ACCENTS */

.accentcell { 
  background-color: #996633; 
}



/* TABLE BORDER FOR ACCENTS */

.accenttable { 
  border: 1px solid #996633; 
  border-collapse: collapse; 
}



/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */

.formbutton { 
  color: #150E06; 
  font-weight: bold; 
  background-color: #996633; 
  border-color: #150E06; 
  border: 1px solid; 
}



.orderlink { 
  font-weight: bold; 
  color: #150E06; 
  background-color: #996633; 
  border-color: #150E06; 
  border: 1px solid; 
  text-decoration: none; 
  padding: 3px; 
}



/* SALE AND ERROR COLOR */

.salecolor { 
  color: #CB380E; 
}



/* HORIZONTAL LINE LINK */

.linecolor { 
  height: 1px; 
  width: 100%; 
}


/* LINE TABLE */

.linetable {
  border-width: 1px;
  border-style: solid ;
  border-collapse: collapse;
}

/* LINE TABLE CELL */

.linecell { 
  border-width: 1px;
  border-style: solid ;
}


/* PRODUCT LINK */

.itemcolor{
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 100%;
}

a.itemcolor:link, a.itemcolor:hover, a.itemcolor:visited { 
  color: #663300; 
  font-weight: bold; 
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 100%;
}


/* PAGE LINK */

a.pagelinkcolor {
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

a.pagelinkcolor:link, a.pagelinkcolor:hover, a.pagelinkcolor:visited { 
  color: #663300; 
  font-weight: bold;
}


/* FEATURED ITEMS */

a.featurecolor {
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 90%;
}



a.featurecolor:link,a.featurecolor:hover, a.featurecolor:visited { 
  color: #663300; 
  font-weight: bold; 
}



a:link, a:visited {
	color: #663300;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}



/* EMAIL FRIEND LINK */

a.emailcolor:link { 
  color: #996633; 

}



a.emailcolor:hover { 
  color: #150E06; 
}



/* RELATED ITEM LINK */

a.relatedcolor {
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}



a.relatedcolor:link, a.relatedcolor:hover, a.relatedcolor:visited { 
   color: #663300;
   font-weight: bold;
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif; 

}



/* POP UP LINK */

a.popupcolor:link { 
  color: #996633; 
}



a.popupcolor:hover { 
  color: #150E06; 

}



/* DRILL DOWN LINK */

a.drilldown:link, a.drilldown:visited { 
  color: #663300; 
}



a.drilldown:hover { 
  color: #150E06; 
}



/* VIEW CART LINK */

.cartcolor{
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}



a.cartcolor:link, a.cartcolor:hover, a.cartcolor:visited { 
  color: #663300; 
  font-weight: bold; 
}



/* MAIN CATEGORY LINK */

.catcolor {
	color: #663300;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}



a.catcolor:link,a.catcolor:hover, a.catcolor:visited { 
  color: #663300; 
  font-weight: bold; 
}



/* SUBCATEGORY LINK */

a.subcatcolor:link { 
  color: #5B2E00; 
}



a.subcatcolor:hover, a.subcatcolor:visited { 
  color: #5b2e00; 
}



/* END CATEGORY LINK */

a.endcatcolor:link { 
 color: #150E06; 
}



a.endcatcolor:hover { 
  color: #996633; 
}



/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */

.p_layout { 
  margin-top: 10px; 
  margin-bottom: 10px; 
}



/* BUTTON SETUP FOR USE WITH %PAGES_TABLE% OR %NAVBAR_TABLE% */

td.buttoncell { 
 border: 1px solid #996633; 
 background-color: #E7E6E4; 
 color: #996633; 
}



td.buttoncell a { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #E7E6E4; 
  display: block; 
}



td.buttoncell a:hover, td.buttonactive a:hover { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #EFE0D1; 
  display: block; 
}



td.buttonactive { 
  border: 1px solid #996633; 
  background-color: #996633; 
  color: #996633; 
}



td.buttonactive a { 
  font-weight: bold; 
  color: #E7E6E4; 
  text-decoration: none; 
  background-color: #996633; 
  display: block; 

}



/* TAB CELL STYLE FOR USE WITH %PAGES_TABS% OR %NAVBAR_TABS% */

td.tabcell { 
  border-top: 1px solid #996633; 
  border-left: 1px solid #996633; 
  border-right: 1px solid #996633; 
  background-color: #E7E6E4; 
  color: #996633; 

}



td.tabcell a { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #E7E6E4; 
  display: block; 

}



td.tabcell a:hover, td.tabactive a:hover { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #EFE0D1; 
  display: block; 
}



td.tabactive { 
  border-top: 1px solid #996633; 
  border-left: 1px solid #996633; 
  border-right: 1px solid #996633; 
  background-color: #996633; 
  color: #E7E6E4; 

}



td.tabactive a { 
  font-weight: bold; 
  color: #E7E6E4; 
  text-decoration: none; 
  background-color: #996633; 
  display: block; 

}



/* BAR CELL STYLE FOR USE WITH %PAGES_BAR% OR %NAVBAR_BAR% */

table.bar { 
  border-top: 1px solid #996633; 
  border-bottom: 1px solid #996633; 
  background-color: #E7E6E4; 

}



td.barcell { 
  background-color: #E7E6E4; 
  color: #996633; 
}



td.barcell a { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #E7E6E4; 
  display: block; 

}



td.barcell a:hover, td.baractive a:hover { 
  font-weight: bold; 
  color: #996633; 
  text-decoration: none; 
  background-color: #EFE0D1; 
  display: block; 

}



td.baractive { 
  background-color: #996633; 
  color: #E7E6E4; 

}



td.baractive a { 
  font-weight: bold; 
  color: #E7E6E4; 
  text-decoration: none; 
  background-color: #996633; 
  display: block; 

}




