@charset "utf-8";

/**
*   @file main_search.css
*   @copyright Copyright (c) 2009 Alexander Hall
*
*	contains style of search suggest, similar and results
*/

/* Search Results */

#content #search_results h2 {
	display: block;
	border: 1px dotted #000;
	background: #ffff78;
	padding: 2px;
	margin-bottom: 0;
}

#content #search_results .hide_results {
	background: url(/images/layout/einklappen.png) no-repeat center center;
	font-size: 20px;
	cursor: pointer;
}

#content #search_results .show_results {
	background: url(/images/layout/ausklappen.png) no-repeat center center;
	font-size: 20px;
	cursor: pointer;
}

#content #search_results .search_block {
	margin: 5px 0 25px 10px;
	border: 1px dotted #000;
	display: block;
}

#content #search_results .search_result_wrapper {
	padding: 5px;
	cursor: pointer;
}

#content #search_results .second {
	background: #FFF9D7;
}

#content #search_results .search_result_wrapper:hover {
	background: #FFF4B5;
}

#content #search_results .search_head {

}

#content #search_results .search_head a {

}

#content #search_results .search_head img {
	margin: 0 5px 0 5px;
}

#content #search_results .search_body {

}

#content #search_results .search_body .search_highlight {
	font-weight: bold;
	color: #000;
}

#content #search_results .search_block_more {
	display: none;
}

#content #search_results a.show_results_more {
	cursor: pointer;
	padding: 5px;
	display: block;
	font-size: 120%;
}

#content #search_results a.show_results_more:hover {
	background: #FFF4B5;
}

/* Input, Suggest and Similar */

#search_input {
	width: 250px;
	padding: 3px 3px 2px 3px;
	font-size: 12px;
	border: 1px solid #232301;
	height: 17px;
	float: left;
	color: #555;
	margin-top: 3px;
}

#search_go {
	background: url(/images/layout/search_btn.png) no-repeat top;
	position: relative;
	top: 2px;
	float: left;
	height: 27px;
	left: 10px;
}

#search_go:hover {
	background-position: bottom;
}

#hall_suggestions {
	min-width: 200px;
	max-width: 350px;
	position:absolute;
	top: 26px;
	left: 0px;
	width: auto;
	overflow: hidden;
	cursor: pointer;
	display: none;
	z-index: 1000;
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
}

#hall_suggestions .SUG_suggest_element {
	background-color: #fff;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#hall_suggestions a {
	text-decoration: none;
	color: white;
}

#hall_suggestions .SUG_suggest_element:hover {
	background-color: #f7c600;
	color: #000;
	padding: 2px;
	text-decoration: none;
}

#hall_suggestions .SUG_selected_suggest {
	background-color: #f7c600;
	color: #000;
	padding: 2px;
	text-decoration: none;
}

font.sug_highlight {
	font-weight: bold;
	color: #000;
}

#searchinfo_input {
	padding-left: 5px;
	white-space:nowrap;
}

#DUM_similar_box {
	height: 13px;
	width: auto;
	max-width: 150px;
	min-width: 50px;
	overflow: hidden;
	cursor: pointer;
	white-space:nowrap;
	position: absolute;
	background-color: #fff;
	left: 220px;
	top: 59px;
	border: 1px solid #f90;
}

.DUM_similar_element {
	background-color: #fff;
	color: #f90;
	text-decoration: none;
	padding: 0 5px 0px 5px;
}

.DUM_similar_element:hover, .DUM_similar_element:active  {
	background: #ffebce;
	color: #c00;
	text-decoration: underline;
}
