.search{
	margin-top:28px;
	margin-left: 0px;
}

.no_result{
	padding:10px;
	color: #FFFFFF;
}

.search_box{
	height:19px;
	width:155px;
}

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

.search_results{
	position:absolute;
	background-color:#11427c;
	margin-top:20px;
	margin-left:-131px;
	width:327px;
	display:none;
	font-size:11px;
	font-family:Verdana;
	z-index:201;

}

.result_set{
	background-color:#073a75;
	width:315px;
	padding:6px;
	font-weight:bold;
	color:#FFFFFF;
}

.search_results .result, .search_results .result_selected{
	padding:6px;
	background-color:#FFFFFF;
	display:block;
	color:#363636;
	text-decoration:none;
	cursor:pointer;
	clear:both;
	height:40px;
}

.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{
	background-color:#e3ecf7;
	text-decoration:none;
	color:#363636;
}

.searchvalue{
	background-color:#00CCFF !important;
}

.result_image{
	margin-right:10px;
	float:left;
}

.result_title{
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
	height:14px;
	color:#363636;
	width:250px;
}

.result_desc{
	height:25px;
	width: 100%;
	overflow:hidden;
	color:#363636;
	background-color:#FFFFFF;
	font-size:10px;
	font-family:Arial;
	margin-bottom:2px;
	clear:both;
}

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

.result_img img{
	border:none;
}