/* These are the full set of classes used by the zoom search page.  An explanation of each one
   can be found in the Zoom documentation under "How do I customize the look of my search page?"
*/

#zoom .highlight { background: #FFFF40; }
#zoom .searchheading { font-size: 130%; font-weight: bold; }
#zoom .summary { font-size: 80%; font-style: italic; }
#zoom .suggestion { font-size: 100%; }
#zoom .results { font-size: 100%; }
#zoom .category { color: #999999; }
#zoom .sorting { text-align: right; }

#zoom .result_title { font-size: 100%; }		
#zoom .description { font-size: 100%; color: #008000; }
#zoom .context { font-size: 100%; }
#zoom .infoline { font-size: 80%; font-style: normal; color: #808080;}

#zoom .zoom_searchform { font-size: 100%; }
#zoom .zoom_results_per_page { font-size: 80%; margin-left: 10px; }
#zoom .zoom_match { font-size: 80%; margin-left: 10px;}				
#zoom .zoom_categories { font-size: 80%; }
#zoom .zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
#zoom .zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
#zoom .cat_summary ul { margin: 0px; padding: 0px; display: inline; }
#zoom .cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
#zoom input.zoom_button {  }
#zoom input.zoom_searchbox {  }		
		
#zoom .result_image { float: left; display: block; }
#zoom .result_image img { margin: 10px; width: 80px; border: 0px; }

#zoom .result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
#zoom .result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
#zoom .result_pages { font-size: 100%; }
#zoom .result_pagescount { font-size: 100%; }
		
#zoom .searchtime { font-size: 80%; }
		
#zoom .recommended 
{ 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
#zoom .recommended_heading { float: right; font-weight: bold; }
#zoom .recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
#zoom .recommend_title { font-size: 100%; }
#zoom .recommend_description { font-size: 100%; color: #008000; }
#zoom .recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
#zoom .recommend_image { float: left; display: block; }
#zoom .recommend_image img { margin: 10px; width: 80px; border: 0px; }

