@CHARSET "UTF-8";

/* general search */
#js_search_results {
	background:#404040;
	display:none;
	font-size:1.3em;
	padding:0.5em 5px 0 5px;
	position:absolute;
	right:45px;
	width:245px;
	z-index:100;
	
	opacity:.98;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
	filter: alpha(opacity=98);
}
#js_search_results ul {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}
#js_search_results li {
	color:#999;
	display:block;
	float:left;
	font-size:0.8em;
	line-height:1.7em;
	margin:0;
	padding:0;
	width:245px;
}
#js_search_results li ul {
	float:right;
	margin:0 0 0.5em 0;
	width:180px;
}
#js_search_results li li {
	font-size:1.2em;
	overflow:hidden;
	width:180px;
}
#js_search_results li li a {
	color:#CCC;
	display:block;
	line-height:1.2em;
	padding:0.1em 3px;
	text-decoration:none;
}
#js_search_results li li.highlighted a {
	background:#69F;
	color:#FFF;
}
#js_search_results li li a:hover {
	background:#69F;
	color:#FFF;
}
#js_search_results li li a span {
	overflow:hidden;
	white-space:nowrap;
}
#js_search_results li li img {
	float:left;
	padding-right:3px;
}

/* custom search */
#js_search_results li li a:hover {
	background:#666;
}
#js_search_results span {
	display:block;
}
#js_search_results span.search_input_detail_b {
	color:#999;
	font-size:0.8em;
	line-height:1.2em;
}
#js_search_results .highlighted span.search_input_detail_b {
	color:#D8D8D8;
}
#js_search_results a:hover span.search_input_detail_b {
	color:#D8D8D8;
}
