/*SEARCH*/

#search_box{
	margin: 0 0 0 6px;
/*	float:right;*/
}

#search_field{
	height:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	width:150px;
	border:1px solid #383838;
	margin-bottom:2px;
	padding-left:3px;
}

#search_field {
	border: 1px solid #A7A6AA;
	width: 108px;
	height: 14px;
}

.no_result{
	padding:10px;
}

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

.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:#e4e4e4;
	margin-top:20px;
	margin-left:0px;
	width:327px;
	display:none;
	font-size:11px;
	font-family:Verdana;
	z-index:4;
	border:1px solid #999999;
}

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

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

.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:#b7b7b7;
	text-decoration:none;
	color:#FFFFFF;
}

.searchvalue{
	background-color:#F8DFE1;
}

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

.result_desc{
	height:25px;
	overflow:hidden;
	color:#666666;
	background-color:#e4e4e4;
	font-size:10px;
	font-family:Arial;
	margin-bottom:3px;
}

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

.result_img img{
	border:none;
}