/* CSS Stylesheet */

body {	background:#000000;
	background-image:url(images/background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
   	margin-right: auto;}



h1 {font-family:Verdana; font-size:24pt; color:#FC3AAB; }
h2 {font-family:Verdana; font-size:18pt; color:#FC3AAB; }
h3 {font-family:Verdana; font-size:14pt; color:#000000; }
p {font-family:Arial; font-size:11pt; color:#000000; }

:link { color:#FC3AAB }  /* for unvisited links */
  :visited { color:#FC3AAB } /* for visited links */
  a:active { color: blue } /* when link is clicked */
  a:hover { color:#FF0000 } /* when mouse is over link */
  a {text-decoration:none}

table {
   margin-left: auto;
   margin-right: auto;
}


		.highlight { background: #4D2E5E; }
		.searchheading { color:#FC3AAB; font-size: 130%; font-weight: bold; }
		.summary { color:#FC3AAB; font-size: 80%; font-style: italic; }
		.suggestion { color:#FC3AAB; font-size: 100%; }
		.results { color:#FC3AAB; font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #FFFFFF; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { color:#FC3AAB; font-size: 100%; }
		.zoom_results_per_page { color:#FC3AAB; font-size: 80%; margin-left: 10px; }
		.zoom_match { color:#FC3AAB; font-size: 80%; margin-left: 10px;}				
		.zoom_categories { color:#FC3AAB; 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 {  }		
		
		.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 { color:#FC3AAB; font-size: 100%; }
		.result_pagescount { color:#FC3AAB; font-size: 100%; }
		
		.searchtime { color:#FC3AAB; 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 { color:#FC3AAB; font-size: 100%; }
		.recommend_description { color:#FC3AAB; font-size: 100%;  }
		.recommend_infoline { color:#FC3AAB; font-size: 80%; font-style: normal; }

