
A:link { color: #FFFFFF; }
A:hover { color: #FFFF00; }
A:visited { color: #FFFFFF; }
A:active { color: #DDDDDD; }
.ThRows { background-color: #4A433A; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}
.TrRows { background-color: #AA9D7E; color: #FFFFFF;
       font-family: Arial;
       font-size: 9pt;
}
.TrOdd  { background-color: #AA9D7E; color: #FFFFFF;
       font-family: Arial;
       font-size: 9pt;
}.TrHover { background-color: #AFA68F; color: #FFFFFF;
       font-family: Arial;
       font-size: 9pt;
}
.ThHead { background-color: #4A433A; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}

.menu {
	background: #FFFFFF; 
	color: #000000;
  font-family: Arial;
  font-size: 9pt;
	text-align: right;
  margin-right: 5px;
}
.infopage_menu {
  font-family: Arial;
  font-size: 9pt;
}
.infopage_menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.infopage_menu a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.tabs {
  border-bottom: 1px solid #999e87;
  padding-top: 5px;
}
.footer {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
}
.title {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 15pt;
  font-weight: bold;
}
.subtitle {
  color: #DDDDDD;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 15px;
}
.prod_title {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
}
.prod_title a {
  color: #FFFF00;
  text-decoration: none;
}
.prod_title a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.prod_price {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
	color: #FFFFFF;
}
.prod_model {
	font-family: Verdana;
  font-size: 11pt;
  font-weight: bold;
  color: #DDDDDD;
}
.prod_desc {
	font-family: arial;
  font-size: 10pt;
  color: #DDDDDD;
}
.featured {
	font-family: arial;
  color: #DDDDDD;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/* border-bottom: 1px solid #999e87; */
margin-left: 10px;
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left
}
#navigation a {
	color: #FFFFFF;

	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none
}
#navigation a:hover {
	color: #FFFF00;
}
#navigation a span {

	display: block;
	padding-left:5px; padding-right:13px; padding-top:7px; padding-bottom:4px
}
#navigation a span {
	float: none;
}

