@charset "utf-8";
/* CSS Document */

.highlight {
	background: #FFFF40;
	color: #000000;
}
.searchheading { font-weight: bold; }
.summary { font-style: italic; }
.suggestion {  }
.results {  }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { }		
.description { color: #008000; }
.context { }
.infoline {
	font-size: 90%;
	font-style: normal;
	color: #808080;

}

.zoom_searchform { }
.zoom_results_per_page {
	margin-left: 0px;
	display: none;
}

.zoom_match {
	margin-left: 0px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}				

.zoom_categories {
	margin-left: 0px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}

.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

input.zoom_button {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
input.zoom_searchbox {
	font-size: 10px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}	

.result_image { float: left; display: block; }
.result_image img {
	width: 20px;
	border: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { ; }
.result_pagescount {  }

.searchtime { font-size: 90%; }

.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 { }
.recommend_description { color: #008000; }
.recommend_infoline { font-style: normal; color: #808080;}