/*Refers to the color used to highlight results*/
.highlight {
	background: #FF0;
	font-weight: bold;
	/*color: #6F0000;*/
	/*font-style: italic;*/
}

/*Refers to the line Match the results with All search words and Any search words*/
.zoom_match {
	font-size: 100%;
}				

/*Refers to the line Show number of results per page*/
.zoom_results_per_page {
	font-size: 100%;
	/*margin-left: 20px;*/
}

/*Refers to the div containing the search form*/
.searchform {
	margin-left: 8px;
	width: 360px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 14px;
	/*background-color: #990;	
	border: 1px solid #DDDDDD;
	-moz-border-radius: 6px;
 	border-radius: 6px;*/
}

/*Refers to the Search button*/		
input.zoom_button {
}

/*Refers to the Search field*/
input.zoom_searchbox {
	width: 260px;
}

/*Refers to the line Search results for*/
.searchheading {
	font-family: muli, sans-serif;
	font-size : 1.60em;
	font-weight: bold;
	/*padding-top: 20px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*margin-left: 27px;*/
	text-align: center;
}

/*Refers to the line * results found containing all search terms*/
.summary {
	font-family: muli, sans-serif;
	font-size : 1.30em;
	/*margin-top: -14px;*/
	/*margin-left: 27px;*/
	color: #6F0000;
	margin-bottom: 1.0em;
	text-align: center;
}

/*Refers to the line * pages of results*/
.result_pagescount {
	font-size: 100%;
}

/*Refers to the line Result Pages 1 2 3 4 5 Next...*/		
.result_pages {
	font-family: muli, sans-serif;
	font-size : 1.3em;
	/*margin-top: 6px;*/
	/*margin-left: 27px;*/
	margin-bottom: 2.0em;
	text-align: center;
	line-height:1.5;
}

/*Refers to the first result block of information*/
.result_block {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #F2F2F2;
	border: thin solid #CCCCCC;
}

/*Refers to the alternate result block of information*/
.result_altblock {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/*Refers to Title of the Page in the results window*/		
.result_title {
	font-family: muli, sans-serif;
	font-size : 1.3em;
	font-weight: bold;
	margin-bottom: 1em;
	text-decoration: none;
}

/*Refers to the context description in the results window*/	
.context {
	font-family: muli, sans-serif;
	font-size : 1.20em;
	color: #222222;
}

/*Refers to the metadata description in the results window*/	
.description {
	font-size: 100%;
	color: #CC6600;
}

/*Refers to the bottom line of information in the results window*/	
.infoline {
	font-size: 90%;
	font-style: italic;
	color: #AAAAAA;
	margin-top: 2px;
	text-align: right;
}

		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }







.zoom_searchform {
	font-size: 90%;
}


		.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; }
		
		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
		.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		

		
		.result_image {
	float: left;
	display: block;
	/*background-color: #3F0;*/
}
		.result_image img {
	width: 30px !important;
	border: none !important;
	margin-top: 0px !important;
	margin-right: 10px !important;
	margin-bottom: 50px !important;
	margin-left: 10px !important;
}



		
		.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;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }

.searchNumber {
    background-color: #AAA;
    border: thin solid #6F0000;
    border-radius: 4px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    text-align: center;
    text-decoration: none;
	padding: 0 0.5em;
}
.searchNumber:hover {
    background-color: #6F0000;
    color: #FFF;
}
.result_pagescount{
	display: none !important;
}