.search{
	margin-left: 10px;
}

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

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

.search_field {
	height: 14px;
	font-size:11px;
	color:#636464;
	padding:0;
	margin: -2px 0 0 0;
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
}

.search_loader{
	width:20px;
	height:20px;
	margin-left:140px;
	display:none;
	position:absolute;
}

.search_results{
	position:absolute;
	background-color:#e4e4e4;
	margin-top:20px;
	margin-left:-184px;
	width:326px;
	display:none;
	font-size:11px;
	font-family:Verdana;
	z-index:51;
	border:5px solid #f8f8f8;
}

.result_set{
	background-color:#6c828b;
	width:314px;
	padding:6px;
	font-weight:bold;
	color:#FFF;
}

.search_results, .results_set, .result_title, .results_desc {
	text-align:left;	
}

.search_results .result, .search_results .result_selected{
	padding:6px;
	background-color:#DCD9D6;
	display:block;
	color:#FFF;
	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:#FFDD00;*/
	text-decoration:none;
	color:#fff;
}

.searchvalue{
	background-color:#f8f8f8;
	color:#6c828b;
}

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

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

.result_desc{
	height:24px;
	overflow:hidden;
	color:#4D4D4E;
	font-size:10px;
	font-family:Arial;
	margin-bottom:3px;
}

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

.result_img img{
	border:none;
}