/*Search form CSS*/
.highlight {
	background-color: #E0FDA6; /*#D2D8FF;*/
}
.searchheading {
	font-size: 1.1em; color: #5A8503;font-weight: bold;
}
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; }		
.description { font-size: 100%; color: #008000; }
.context {
	color: #666;
}
.infoline { font-size: 80%; font-style: normal; color: #808080;}

.zoom_searchform {
	background-color: #F0F2FF;
	padding: 10px;
	border: 3px solid;
	border-color: #ECEEFF;
	font-size: 100%;
	}
.zoom_results_per_page { font-size: 85%; margin-left: 10px; }
.zoom_match { 
	font-size: 90%; 
	margin-left: 10px;
	vertical-align: top;
	line-height: 22px;
	}
.zoom_match input {
	vertical-align: top;
	line-height: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
input.zoom_button, input.zoom_searchbox {
	height: 22px;
	vertical-align: top;
	line-height: 22px;
}
input.zoom_button {
	height: 24px;
	}
input.zoom_searchbox { 
	width: 250px;
	font-size: 1em;
	color: #666;
	margin-bottom: 2px;
	
	}		

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; }
.result_pagescount { display: none }

.searchtime { font-size: 80%; }

.recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
