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

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

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

.search_field {
	background:url(../images/opbouw/vergrootglas.gif) no-repeat 2px 2px;
	width: 132px;
	height: 16px;
	font-size:11px;
	color:#636464;
	padding:2px 0 0 17px;
	margin: 0px 0 0 0;
	border: 1px solid #000000;
/*
	border: 1px solid #e3e9ef;
	border-top: 1px solid #abadb3;
*/
}

.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;
	background-color:#EBEBEB;
	margin-top:20px;
	margin-left:-149px;
	width:326px;
	display:none;
	font-size:11px;
	font-family:Verdana;
	z-index:51;
	border:5px solid #FFF;
}

.result_set{
	background-color:#F07D00;
	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:#EBEBEB;
	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:#F07D00;
}

.searchvalue{
	background-color:#F07D00;
	color:#FFF;
}

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

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

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

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

.result_img img{
	border:none;
}