/*
 * Basic styles
 **************************************************************************** */
 img { behavior: url("pngbehavior.htc"); }
body { padding: 0; margin: 0; background-color: #0b280b; background-image: url(/img/interface/background.gif); }
body , p , td , th , a { color: #fff; }


a:link , a:visited { color: #CCFFCC; text-decoration: none; }
a:hover , a:active { color: #CCFFCC; text-decoration: underline; }

a:link.nav , a:visited.nav { color: white; text-decoration: none; font-family: tahoma; font-size: 12px; }
a:hover.nav , a:active.nav { color: white; text-decoration: underline; font-family: tahoma; font-size: 12px; }

.copyright { color: #a3b2a3; font-size: 10px; text-transform: uppercase; font-family: tahoma; }
.copyright a:link , .copyright a:visited { color: #a3b3a3; text-decoration: none; font-family: tahoma; font-size: 10px; }
.copyright a:hover , .copyright a:active { color: #a3b3a3; text-decoration: underline; font-family: tahoma; font-size: 10px; }

.header { font-size: 14px; font-weight: bold; margin-bottom: 1px; padding-bottom: 0px;}
.subheader { font-size: 12px; color: #009933; }
div.normal div.subheader { font-size: 12px; color: #ff0; }
.normal , p { font-size: 12px; font-weight: normal; }
.normalbold { font-size: 12px; font-weight: bold; }
.small { font-size: 10px; font-weight: normal; }
.d_header
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.d_text
{
	color: #000000;
	font-size: 12px;
}
.d_label
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a.d_link
{
	color: #000000;
	text-decoration: none;
}
a.d_link:hover
{
	color: #000000;
	text-decoration: underline;
}

p { padding: 0 0 7px 0; margin: 0; }

#keeper { border: 1px solid #a3b2a3; margin-top: 15px; }

.prodlistheader { font-size: 14px; color: #ff0; font-weight: bold; }
.prodlistheader a:link , .prodlistheader a:visited { color: #ff0; text-decoration: none; }
.prodlistheader a:hover , .prodlistheader a:active { text-decoration: underline; }


/*
 * Product Pages styles
 **************************************************************************** */
.prodheader { font-size: 12px; color: #009933; }
.prodnormal , .prodnormal p { font-size: 12px; color: #000000; }
.prodnormal a:link , .prodnormal a:visited { font-size: 12px; color: #009933; text-decoration: none; }
.prodnormal a:hover , .prodnormal a:active { text-decoration: underline; }

.list_dot  { color: #0b280b; }
.list_data { color: #000000; }

.nav_dropDownMenu
{
	border: 1px solid black;
	cursor: default;
	display: none;
	margin: 0px;
	width: 150px;
	padding: 0px;
	position: absolute;
	z-index: 100;
}

.nav_dropDownMenu td
{
	background-color: #c33;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	width: 150px;
	padding: 2px;
	text-align: left;
}

.nav_dropDownMenu td:hover
{
	background-color: #fff;
	color: #c33;
}

/*
 * Scrollbar styles
 **************************************************************************** */
div { scrollbar-arrow-color:       #ff0; scrollbar-base-color:        #030;
	  scrollbar-dark-shadow-color: #040; scrollbar-track-color:       #393; 
	  scrollbar-face-color:        #363; scrollbar-shadow-color:      #020; 
	  scrollbar-highlight-color:   #fff; scrollbar-3d-light-color:    #fff; }