@import url("styles_addon.css");

html, body{
  padding: 0;
  margin: 0;
  border: 0px none;
  background: #ffffff;
  color: #000000;
}

html, body, td, th, #nav, h1, h2 {
  font-size: 11px;
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif;
  color: #000000;
}
img, table, tr, td, a{
  border: 1px none;
}

h1, h2, h4, h5, h6 {
	font-size: 11px; font-weight: 100;
	display: inline; 
	color: #333333;
}

h3 {
	font-size: 11px; font-weight: 100;
	display: inline; 
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Futura, Helvetica, sans-serif;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, form{
  margin: 0;
  padding: 0;
  margin-bottom:3px;
}

a, #faq, #facts { text-decoration: underline; color: #660000; font-weight: bold; }
a:hover, #faq:hover, #facts:hover { text-decoration: underline; color: #DD0000; font-weight: bold; }
#facts, #facts:hover { font-size: 11px; font-weight: 100; }
#small { font-size: 11px; color: #666666; font-weight: 100; }

/* navigation - main items */
#nav_td_main { background-color: #EEEEEE;}
#nav_td_main:hover, #nav_td_main_select { background-color: #B8373B;}

#nav_a_main, #nav_a_main_select { font-size: 12px; text-decoration: none; font-weight: bold; color: #333333; width:143; display:block; padding: 2px 2px 2px 2px; }
#nav_a_main:hover, #nav_a_main_select { text-decoration: none; color: #FFFFFF; font-weight: bold; background-color:#B8373B;}

/* navigation - sub & sub_sub items */
#nav_td_sub { background-color: #FFFFFF;}
#nav_td_sub:hover, #nav_td_sub_select { background-color: #B8373B;}
#nav_td_sub_sub_select { background-color: #F9BEBE;}

#nav_a_sub, #nav_a_sub_select, #nav_a_sub_sub_select  { font-size: 11px; text-decoration: none; font-weight: 100; color: #333333; width:143; display:block; padding: 2px 2px 2px 2px; }
#nav_a_sub:hover, #nav_a_sub_select { text-decoration: none; color: #FFFFFF; font-weight: 100; background-color:#B8373B;}
#nav_a_sub_sub_select { text-decoration: none; color: #333333; font-weight: 100;}

/* other */
#order { text-decoration: underline; font-weight: 100; }
#faq { line-height:20px; }
#fontsize { font-weight: 100; text-decoration: none; }
#fontsize:hover { font-weight: 100; text-decoration: underline; }


body { 
  		margin: 0 0 0 0;
  		padding: 0 0 0 0; 
		
		scrollbar-face-color: #C3C3B3;
    	scrollbar-highlight-color: #FFFFFF;
    	scrollbar-shadow-color: #DFDEDB;
    	scrollbar-3dlight-color: #CDCBC6;
    	scrollbar-arrow-color: #333333;
    	scrollbar-track-color: #DFDEDB;
    	scrollbar-darkshadow-color: #111111;
			
}