#suggest_win, #suggest_temp {
	font-family: Verdana, Bitstream Vera, sans-serif;
	line-height: 23px;
	font-size: 8pt;
	
	padding: 0;
	
	width: 32em;
	height: auto;
	
	position: absolute;
	z-index: 100;
}

#suggest_temp {
	visibility: hidden;
	left: 0px;
	top: 0px;
}


#suggest_arrow {
	width: 12px;
	height: 22px;
	display: block;
	background: url('/images/suggest/suggest-arrow.gif') no-repeat top left;
	position: absolute;
	z-index: 99;
}

#suggest_win ul, #suggest_temp ul {
	list-style:none;
	margin: 0;
	padding: 0 6px;
	text-align: left;
	
	font-weight: bold;
	
	background-color: #404040;

	width: auto;
}

#suggest_win ul li ul, #suggest_temp ul li ul {
	padding: 0;
	background-color: #404040;
	width: auto;
	padding: .25em 0;
}

#suggest_win ul li ul li, #suggest_temp ul li ul li {
	list-style:none;
	line-height: 2em;
	color: #cccccc;
	height: 2em;
	background-color: #404040;
	overflow: hidden;
	width: auto;
}

#suggest_win ul li ul li a, #suggest_temp ul li ul li a {
	color: #cccccc;
	display: block;
	height: 2em;
	text-decoration: none;
}


#suggest_win ul li ul li a:hover, #suggest_win ul li ul li a.sel {
	background-color: #ffcc00;
	color: #404040;
}

/*  Result highliting removed.
#suggest_win u, #suggest_win b {
	color: #6eade7;
	text-decoration: underline;
}

#suggest_win ul li ul li a:hover b, #suggest_win ul li ul li a.sel b {
	color: #0066cc;
}
*/

#suggest_top {
	height: 6px;
	background:  url('/images/suggest/suggest-win-tlbl.gif') no-repeat 0px -6px;
	margin-right: 6px;
	font-size: 1px;
	
	
}

#suggest_tr {
	float: right;
	height: 6px;
	width: 6px;
	background: url('/images/suggest/suggest-win-trbr.gif') no-repeat 0px -6px;
	font-size: 1px;
}


#suggest_bottom {
	height: 6px;
	background: url('/images/suggest/suggest-win-tlbl.gif') no-repeat 0px 0px;
	margin-right: 6px;
	font-size: 1px;
	
}

#suggest_close {
	display: block;
	width: 13px;
	min-height: 13px;
	height: 2em;

	background: url('/images/suggest/suggest-close.gif') no-repeat left 50%;
	text-decoration: none;
	color: #404040;

	float: right;
}

#suggest_close:hover {
	background-image: url('/images/suggest/suggest-close-hover.gif')
}


* html #suggest_tr, #suggest_br {
	margin-left: -6px;
}

#suggest_br {
	float: right;
	height: 6px;
	width: 6px;
	background: url('/images/suggest/suggest-win-trbr.gif') no-repeat 0px 0px;
	font-size: 1px;
}

#suggest_win .sel_left {
	width: 6px;
	height: 2em;
	line-height: 2em;
	display: block;
	float: left;
	margin-right: 6px;
}


#suggest_win .sel_left_top {
	width: 6px;
	height: 6px;
	display: block;	
}

#suggest_win .sel_right {
	width: 6px;
	height: 2em;
	line-height: 2em;
	display: block;
	float: right;
}

#suggest_win .sel_right_top {
	width: 6px;
	height: 6px;
	display: block;
}

#suggest_win ul li ul li a:hover .sel_left, #suggest_win ul li ul li a.sel .sel_left {
	float: left;
	width: 6px;
	height: 2em;
	line-height: 2em;
	background: #ffcc00 url('/images/suggest/suggest-sel-blbr.gif') no-repeat -6px bottom;
}

#suggest_win ul li ul li a:hover .sel_left_top, #suggest_win ul li ul li a.sel .sel_left_top {
	width: 6px;
	height: 6px;
	background: #ffcc00 url('/images/suggest/suggest-sel-tltr.gif') no-repeat -6px top;
}

#suggest_win ul li ul li a:hover .sel_right, #suggest_win ul li ul li a.sel .sel_right {
	float: right;
	width: 6px;
	height: 2em;
	line-height: 2em;
	background: #ffcc00 url('/images/suggest/suggest-sel-blbr.gif') no-repeat 0px bottom;
}

#suggest_win ul li ul li a:hover .sel_right_top, #suggest_win ul li ul li a.sel .sel_right_top {
	width: 6px;
	height: 6px;
	background: #ffcc00 url('/images/suggest/suggest-sel-tltr.gif') no-repeat 0px top;
}

#suggest_win ul li, #suggest_temp ul li {
	font-size: 8pt;
	color: #eeeeee;
	background-color: #666666;
	line-height: 2em;
	font-weight: bold;
}

#suggest_win ul li .header_left {
	width: 6px;
	height: 2em;
	line-height: 2em;
	display: block;
	float: left;
	background: #666666 url('/images/suggest/suggest-header-blbr.gif') no-repeat -6px bottom;
}


#suggest_win ul li .header_left_top {
	width: 6px;
	height: 6px;
	display: block;
	background: #666666 url('/images/suggest/suggest-header-tltr.gif') no-repeat -6px top;
}

#suggest_win ul li .header_right {
	width: 6px;
	height: 2em;
	line-height: 2em;
	display: block;
	float: right;
	background: #666666 url('/images/suggest/suggest-header-blbr.gif') no-repeat 0px bottom;
}

#suggest_win ul li .header_right_top {
	width: 6px;
	height: 6px;
	display: block;
	background: #666666 url('/images/suggest/suggest-header-tltr.gif') no-repeat 0px top;
}
