@charset "utf-8";
/* CSS Document */
		
		.searchbox {
	width:690px;
	background-color:#f6f6f6;
}
.highlight {
	font-weight:bold;
	color:#000000;
}
.searchheading {
	background-color:#f6f6f6;
	padding:5;
	margin:0;
}
.summary {
	font-size: 100%;
	font-style: italic;
	margin-left:5px;
}
.suggestion {
	font-size: 100%;
	background-color:#f6f6f6;
}
.results {
	font-size: 1.1em;
	background-color:#f6f6f6;
}
.category {
	color: #999999;
}
.sorting {
	text-align: right;
	background:url(../images/box_bottomWebGrey.gif) #f6f6f6 left bottom no-repeat;
	padding-right:20px;
	padding-bottom:5px;
	margin-top:10px;
}
.result_title {
	font-size: 100%;
}
.description {
	font-size: 100%;
	color: #008000;
}
.context {
	font-size: 100%;
}
.infoline {
	font-size:1.1em;
	font-style: normal;
	color: #808080;
}
.zoom_searchform {
	font-size:1.1em;
	background:url(../images/box_topWebGrey.gif) #f6f6f6 left top no-repeat;
	padding-left:5px;
	padding-top:5px;
}
.zoom_results_per_page {
}
.zoom_match {
	margin-left: 10px;
}
.zoom_categories {
}
.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 {
	padding-top: 15px;
	margin-bottom: 15px;
	clear: left;
	background-color:#ffffff;
}
.result_altblock {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: left;
	background-color:#f6f6f6;
}
.result_pages {
	font-size: 100%;
}
.result_pagescount {
	font-size: 100%;
}
.searchtime {
	font-size:1.1em;
}
.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:1.1em;
	font-style: normal;
	color: #808080;
}

