/*

html
{

}

body
{
 margin:0px;
 padding:5px;
 font-size:10px;
 font-family:arial;
 background:#858E8B url(images/bg1.gif) bottom left fixed repeat-x;  
}

*/

#categories
{
 width:209px;
}

#categories li.rootcat
{
 margin-left:-10px;
 list-style-type:none;
 list-style-image:url(images/bullet2_trans.gif);
 font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
 font-size:10px;
 font-weight:bold;
 text-transform:uppercase;
}
 #categories li.rootcat a
 {
  text-decoration:none;
  color:#807C51;
 }
 li.rootcat a:hover
 {
  border-bottom:1.0px dashed #c0c0c0;
 }
li.parentcat
{ 
 margin-left:-15px;
 list-style-type:none;
 list-style-image:url(images/bullet3_trans.gif);
 font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
 font-size:10px;
 font-weight:normal;
 text-transform:capitalize;
 
}
 #categories li.parentcat a
 {
  color:#6B5638;
	text-decoration:none;
  font-weight:normal;
  text-decoration:underline;
 }
 #categories li.parentcat a:hover
 {
 
 }
 #categories li.childcat
 {
 margin-left:-15px;
 list-style-type:none;
 list-style-image:url(images/bullet1_trans.gif);
 font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
 font-size:10px;
 font-weight:normal;
 text-transform:capitalize;
 }
 #categories li.childcat a
 {
  color:#6B5638;
	text-decoration:none;
  font-weight:normal;
 }
 #categories li.childcat a:hover
 {
  
 }

 
#products
{
 position:relative;
 width:100%;
 font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
 font-size:10px;
}
 #productsContent
 {
  padding:10px;
  width:700px;
 }
 
 #products th.header1
 {
 padding:2px;
 padding-left:5px;
 text-transform:uppercase;
 font-size:10px;
 text-align:left;
 background:#9A978C;
 color:#FFEA9F;
 border-bottom:2.0px solid #888888;
 }
 #products th.header2
 {
	font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
	font-size:12px;				 
  text-align:left;
 }
 #products th.header3
 {
  padding:2px;
  text-align:left;
	text-transform:capitalize;
	font-size:10px;
	font-family:"Bitstream Vera Sans","Verdana","Arial","Sans Serif";
	color:#000000;
 }
 #products th.header4
 {
  padding:2px;
  text-align:left;
	text-transform:uppercase;
	font-size:11px;
	background:#D5D0BB;
	color:#635E43;
 }
 #products th.header5
 {
  text-align:left;
	color:#9E7F51;
  font-size:18px;
 }
 #products td
 {
  color:#000000;
  font-size:10px;
 }
 #products td a
 {
  text-decoration:underline;
	color:#222222;
  font-weight:bold;
 }
 #products img.productImage
 {
  position:relative;
  border:1.0px solid #333333;
	width:120px;
	height:90px;
 }
 #products a
 {
  text-decoration:none;
  color:maroon;
 }
 
input.textbox
{
 border-top:1.0px solid #c0c0c0;
 border-left:1.0px solid #c0c0c0;
 font-size:10px;
 line-height:14px;
 height:20px;
 color:#9E7F51;
 font-weight:bold;
 font-family:"Bitstream Vera Sans","Verdana","Arial";
} 

h4.rootcat
{
 margin:0px;
 padding-left:20px;
 padding-top:10px;
 padding-bottom:10px;
 background:#EEE9E3;
 width:100%;
 height:30px;
 text-transform:uppercase;
 font-family:"Trebuchet MS";
 font-weight:bold;
 font-size:16px;
 border-bottom:1.0px solid #D4D1CD;
 color:#9C9762;
}
h4.rootcat b
{
 color:#829EAE;
}

h4.category
{
 margin:0px;
 padding-bottom:5px;
 width:600px;
 font-family:"Verdana";
 text-transform:capitalize;
 font-weight:bold;
 font-size:14px;
 color:#A19C6A;
 border-bottom:1.0px dashed #9C9762;
}

p.catdesc
{
 width:600px;
}

#catsection
{
 
}
#catsection td
{
 color:#9F6921;
 vertical-align:top;
}
#catsection ul
{
 margin:0px;
 padding:0px;
}
#catsection ul li
{
 list-style-type:none;
 padding-left:20px;
}
#catsection li a
{
 color:#666666;
}
