div.searchresults {
	display:none;
	width:600px;
	background:#fbfbfb none repeat scroll 0 0;
	padding:0px;
	position:absolute;
	border:1px solid #555555;
}

p.grayt {
	color:Gray;
	font-weight:bold;
}

ul.res {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

li.res{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

table#tsearchres {
	border:1px solid #C6C6C6;
	width:100%;
	max-height:300px;
	border-collapse: collapse;
	padding:0;
	margin:0;
	font-size:0.8em;
}

table#tsearchres td {
	border:1px solid #C6C6C6;
	padding:10px;
}

table#tsearchres td.res_h {
	text-align:right;
	width:18%;
	color:#777777;
	vertical-align:top;
	font-size:12px;
}

table#tsearchres td.res_w {
	background:#fefe9a none repeat scroll 0 0;
}

.hresn {
	color:#777777;
	font-weight:bold;
	font-size:12px;
}




