.no_result{
	background-color: #02437d;
	padding:10px;
}
.search_field
{
	width:113px;
}
.search_box{
	height:19px;
	width:135px;
}

.search_loader{
	/*background:url(../images/search_loader.gif) no-repeat;*/
	width:20px;
	height:20px;
	margin-left:140px;
	display:none;
	position:absolute;
}

.search_results{
	position:absolute;
	margin-top:30px;
	margin-left:-190px;
	width:327px;
	display:none;
	font-size:11px;
	font-family:Verdana;
	z-index:4;
	background-color: #70777e;
	border:1px solid #999999;
	text-align:left;
}

.result_set{
	background-color: #02437d;
	padding:6px;
	font-weight:bold;
	color:#FFFFFF;
}

.search_results .result, .search_results .result_selected{
	padding:6px;
	background-color: #70777e;
	display:block;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	padding-bottom:12px;
}

.search_results .result:hover .result_title, 
.search_results .result_selected .result_title,
.search_results .result:hover .result_desc, 
.search_results .result_selected .result_desc,
.search_results .result:hover, 
.search_results .result_selected{
	color:#FFFFFF;
/*	background-color: #5f656b;*/
	text-decoration:none;
}

.searchvalue{
	background-color:#7f868d;
}

.result_title{
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	height:14px;
}

.result_desc{
	height:25px;
	overflow:hidden;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}

.result_img{
	padding:4px;
	width:46px;
	height:40px;
}

.result_img img{
	border:none;
}