body{
	font-size: small;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ffffff;
	list-style: none;
	}
a { 
	color:#FFFFFF;
	text-decoration:none; 	
	}

a:hover {
	text-decoration:none; 
	background:#0000FF; 
	color: #FFFFFF; 
	}
/*********** txt styles ***********/

.txt{
	color:#000000;
	font-size:medium;
	}
	
.txt_l{
	color:#000000;
	font-size:large;
	}
	
.txt_index{
	color:#000000;
	font-size:medium;
	font-weight: bold;
	}

.txt_title {
	color:#FFFFFF;
	font-size:medium;
	}

.txt_click {
	color:#0000FF;
	font-size:small;
	font-weight: bold;
	font-style: normal;
	}
	
.txt_discounted{
	color:#FF0000;
	font-size:medium;
	font-weight: bold;
	}
	
.txt_undiscounted{
	color:#666666;
	font-size:medium;
	text-decoration: line-through;
	}
	
.txt_news{
	color:#FF0000;
	font-size:large;
	}
	
.txt_notes{
	color:#000000;
	font-size:small;
	font-weight: bold;
	}
	
.txt_item{
	color:#FF0000;
	font-size:medium;
	}

.txt_catch {
	color:#999999;
	font-size:12px;
	}
	
.txt_add {
	color:#FFFFFF;
	font-size:small;
	}

.txt_info {
	color:#0000cc;
	font-size:medium;
	}
	
.txt_zoom {
	color:#FF0000;
	font-size:medium;
	}

/*********** #main_menu styles ***********/

.main_menu_title {
	font-size:115%;
	color:#000000;
	font-weight: bold;
	}

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
			
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#main_menu li {
	border-bottom: none;
	}

/* fix for browsers that don't need the hack */
html>body #main_menu li {
	border-bottom: none;
	}
	
#main_menu {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

#main_menu a {
	text-decoration:none;
	display: block;
	padding: 2px 0px 2px 10px;
	color: #333333;
	border-bottom-style: none;
}

#main_menu a:hover{
	background-color: #99CCFF;
	color: #FFFFFF;
}
 

/*********** #side_menu styles ***********/

.side_menu_title {
	font-size:115%;
	color:#000000;
	font-weight: bold;
	}

#side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #0000FF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
			
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#side_menu li {
	border-bottom: 1px dotted #0099FF;
	}

/* fix for browsers that don't need the hack */
html>body #side_menu li {
	border-bottom: 1px dotted #0099FF;
	}
	
#side_menu {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

#side_menu a {
	text-decoration:none;
	display: block;
	padding: 2px 0px 2px 10px;
	color: #333333;
	border-bottom-style: none;
}

#side_menu a:hover{
	background-color: #99CCFF;
	color: #FFFFFF;
}
 
/*********** #sub_menu styles ***********/

.top_menu {
	font-size:90%;
	color:#666666;
	}
 
#top_menu A {
	text-decoration:none;
	display: block;
	font-size:90%;
	color:#666666;
}

#top_menu A:hover {
	text-decoration:none; 
	background:#0000FF; 
	color: #FFFFFF; 
	font-size:90%;
 }

.sub_menu {
	font-size:90%;
	color:#FFFFFF;
	}
 
#sub_menu A {
	text-decoration:none;
	display: block;
	font-size:90%;
	color:#FFFFFF;
}

#sub_menu A:hover {
	text-decoration:none; 
	background:#0000FF; 
	color: #FFFFFF; 
	font-size:90%;
 }
