BODY, P, DIV, TH, TD, INPUT,SELECT,TEXTAREA {
  font-family: Verdana, Arial, Helvetica, Sans-serif; 
  font-size: 10px;
  color: #000000;
}

body {
	margin 10px;
	background-color: #ffffff;
	background-image: url('images/wood_bg.jpg');
}

#Container { 
  border: 1px solid #333;   
  color: #000000; 
  background-color: #fff;
}

A:link   { color: #333333; text-decoration: none; }
A:visited { color: #333333; text-decoration: none; }
A:hover   { color: #AA0000; text-decoration: none; }
A:active  { color: #333333; text-decoration: none; }

.headBar {
  border-bottom: 1.5px solid #ccc;
  color: #333; 
  background-color: #ECE9D8;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
H3 { font-size: 12px; }

HR { color: #DDDDDD; height: 1px; }

.HeadBox  { background-color: #fff9d4; }
.HeadText { font-size: 12px; font-weight: bold; }
.HeadLine { background-color: #ffcc33; }

.VertMenuBox    { border: 1px solid #333; }
.VertMenuBorder { background-color: #333; }

.VertMenuTitle {
	background-color: #FFCC33;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.VertMenuItems         { color: #000000; text-decoration: none;      }
.VertMenuItems:link    { color: #000000; text-decoration: none;      }
.VertMenuItems:visited { color: #000000; text-decoration: none;      }
.VertMenuItems:hover   { color: #aa0000; text-decoration: underline; }
.VertMenuItems:active  { color: #000000; text-decoration: none;      }

.VertMenuHr { color: #999999; }

.CategoriesList {	font-size: 12px; }

.DialogBox, .DialogBox p { 
	background-color: #fff; 
	font-size: 11px;
}
.DialogBorder { background-color: #fff; }
.DialogTitle { 
  border: 1.5px solid #ccc;
  color: #333; 
  background-color: #ECE9D8;
  font-weight: bold; 
  font-size: 12px; 
  padding: 3px 0px 3px 0px;
}

.NumberOfArticles {
  color: #000000; font-weight: bold; font-size: 10px;
}
.TopLabel {
  color: #000000; font-weight: bold; font-size: 12px;
}

.Text {
  color: #000000;
}

.AdminSmallMessage {
  color: #FF3300;
}
.AdminTitle {
  color: #FF3300; font-weight: bold; font-size: 12px;
}
.Line {
  background-color: #aa0000;
}
.ProductTitle {
  color: #000000; font-weight: bold; font-size: 12px;
}
.ProductDetailsTitle {
  color: #aa0000; font-weight: bold; font-size: 12px;
}
.ProductDetails {
  color: #000000;
}
.ProductPriceTitle {
  color: #000000; font-weight: bold; font-size: 12px;
}
.ProductPriceConverting {
  color: #000000; font-weight: bold; font-size: 12px;
}
.ProductPrice {
  color: #aa0000; font-weight: bold; font-size: 12px;
}
.ProductPriceSmall {
  color: #aa0000; font-weight: bold; font-size: 10px;
}
.MarketPrice {
  font-size: 11px;
}
.ItemsList {
  color: #000000; font-weight: bold; font-size: 10px;
}
.NavigationPath {
  color: #000000; font-weight: bold; font-size: 12px;
}
.FormButton {
  color: #000000; font-weight: bold; font-size: 10px;
}
/*
.Button {
	font-family: Arial;
	BACKGROUND: URL(images/butbg.gif);
	background-color: #ffcc33;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}*/
.CustomerMessage {
  color: #aa0000; font-weight: bold; font-size: 10px;
}
.ErrorMessage {
  color: #FF3300; font-weight: bold; font-size: 10px;
}
.Star {
  color: #FF0000;
}
.HighLight {
		background-color: #FFFFCC;
}
.SaveMoneyLabel {
  color: #ffffff; font-weight: bold; font-size: 10px;
}
.TableHead {
   background-color: #DDDDDD;
}
.SmallNote:link {
  color: #999999; text-decoration: none; font-size: 9px; font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
  color: #999999; text-decoration: none; font-size: 9px; font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
  color: #999999; text-decoration: underline; font-size: 9px; font-family: Arial, Verdana, Helvetica, Sans-serif; 
}
.SmallNote:active {
  color: #999999; text-decoration: none; font-size: 9px; font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.Bottom {
  background-color: #ECE9D8; color: #000000;
}
.Tab {
  background-color: #ECE9D8;
  font-weight: bold; 
		TEXT-TRANSFORM: uppercase;
}
.CatMenuItemOff 
{
   background-color: transparent;	/* like "VertMenuBox" */
   BORDER-RIGHT: none;				/* like "VertMenuBox" */
   BORDER-TOP: none;				/* like "VertMenuBox" */
   BORDER-LEFT: none;				/* like "VertMenuBox" */
   BORDER-BOTTOM: none;			/* like "VertMenuBox" */
   MARGIN-BOTTOM: 1px;
   MARGIN-TOP: 1px;
   MARGIN-LEFT: 1px; 
   MARGIN-RIGHT: 2px;
   CURSOR: pointer;
}
.CatMenuItemOffExp
{
   background-color: transparent;	/* like "VertMenuBox" */
   BORDER-RIGHT: none;				/* like "VertMenuBorder" */
   BORDER-TOP: none;				/* like "VertMenuBorder" */
   BORDER-LEFT: none;				/* like "VertMenuBorder" */
   BORDER-BOTTOM: none;			/* like "VertMenuBorder" */
   MARGIN-BOTTOM: 1px;
	MARGIN-TOP: 1px;
	MARGIN-LEFT: 1px;
   MARGIN-RIGHT: 2px;  
   CURSOR: pointer;
}
.CatMenuItemOn 
{
   background-color: #99CC00;      /* like "VertMenuTitle" */
   BORDER-RIGHT: #99CC00 1px solid;  /* like "VertMenuTitle" */
   BORDER-TOP: #99CC00 1px solid;   /* like "VertMenuTitle" */
   BORDER-LEFT: #99CC00 1px solid;   /* like "VertMenuTitle" */
   BORDER-BOTTOM: #99CC00 1px solid;      /* like "VertMenuTitle" */
   MARGIN-LEFT: 1px; 
   MARGIN-RIGHT: 2px; 
   CURSOR: pointer;
}
.CatSubMenu
{
   background-color: #ffffff;      /* like "VertMenuBox" */
   BORDER-RIGHT: #000000 1px solid;  /* like "VertMenuBorder" */
   BORDER-TOP: #000000 1px solid;   /* like "VertMenuBorder" */
   BORDER-LEFT: #000000 1px solid;   /* like "VertMenuBorder" */
   BORDER-BOTTOM: #000000 1px solid;      /* like "VertMenuBorder" */
   MARGIN-LEFT: 1px; 
   MARGIN-RIGHT: 2px; 
}
.CatMenuItem
{
   font-size: 12px;
   font-family: Arial; 
   CURSOR: pointer;
}
.CatMenuItem:link
{
   color: #000000;      /* like "VertMenuItems" */
}
.CatMenuItem:visited
{
   color: #000000;      /* like "VertMenuItems" */
}
.CatMenuItem:hover
{
   color: #000000;      /* like "VertMenuTitle" */
}
.CatMenuItem:active
{
   color: #000000;          /* like "VertMenuItems" */
}
.NavDialogTitle {
   font-size: 11px;
   font-weight: bold;
   color: #333333;
}   
.NavDialogBorder {
   background-color: #cccccc;
}
.NavDialogBox {
   background-color: #FFF9D4;
}
.SubHeader2 {
   color: #666666;
   font-size: 11px;
   font-weight: bold;
}
.SubHeader2Line {
   background-color: #CCCCCC;
}
.PopupHelpLink {
   font-size: 9px;
   color: #333333;
   text-decoration: none;
}
.HightLightRow {
	background-color: #B0B0B0;
	font-weight: bold;
}
.HightLightEqualRow {
	background-color: #ffe8af;
}
.VertMenuSubTitle {
	background-color: #99CC00;
}

.NewsBody {
	width: auto;
	background: #ECE9D8;
	font-size: 11px;
	padding: 3px;
}

.NavText {
	width: auto;
	background: #ECE9D8;
	font-size: 11px;
}

.NavBody {
	width: auto;
	background: #ECE9D8;
	font-size: 11px;
}
	
.NavBody ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	font-size: 11px;
	letter-spacing: 3px;
}

.NavBody a {
	width: auto;
	background-color: #ECE9D8;
	padding: 3px 5px 3px 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}

* html div.NavBody li a {
	height:1%;/* hack for ie5*/
}
	
.NavBody a:link, .NavBody a:visited {
	color: #000;
	text-decoration: none;
}

.NavBody a:hover {
	color: #aa0000;
	background-color: #DCD7B8;
}

.Button {
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
	border: 1px solid #333;
	background-color:#FFCC00;
	padding:2px 5px 2px 5px; 
	width: 80px;
	text-align:center;
}

.Button a:link, .Button a:visited {
	text-decoration:none;
}

.Button a:hover {
	text-decoration: none;
	color: #AA0000;
}

.NormalText, .NormalText p {
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
}