/****************************************************************
 * Suchseite result (mittiger formatfüllender Bereich)
 ****************************************************************/

div#searchresult {
display:		none;
position:		relative;
top:			-240px;
width:			720px;
left:			192px;
background-color: #E0E1E3;
padding-bottom:	20px;
}

div#resultMessages {
position:		relative;
top:			-255px;
width:			720px;
display:		none;
left:			192px;
margin-top:		5px;
margin-bottom:	5px;
}

div#verwandte_suchbegriffe {
	width: 700px;
	color: #999999;
	margin-top: 5px;
}

div#verwandte_suchbegriffe a {
	color: #999999;
	text-decoration: underline;
}

div#suchergebnis {
	width: 700px;
}

div#suchergebnis span {
	font-weight:	bold;
	text-transform:	uppercase;
}


div.SearchProduktliste { left: 0px; top: 10px; position: relative; padding: 4px; margin-left: 4px; overflow: auto;}

div.SearchSuchProdukt { border: solid 1px #D9D9D9; width: 160px; background-color: #FFFFFF; margin-right: 10px; margin-left: 5px; margin-bottom: 10px;}

div.SearchSuchProduktAbstand { height: 10px; background-color: #FFFFFF; }

.SearchBeschreibung { position: relative; margin-left: 0px; background-color: #F3F3F3; }

div.SearchBeschreibung { height: 90px; width: 152px; border: solid 0px #5D5D5D; background-color: #F3F3F3; padding: 4px; }

div.SearchMaxItemPerPage {  position: relative; top: -260px; left:772px; width: 200px; display: none; visibility: none;}


/**************************************************************
		autocomplete
**************************************************************/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 9999900;
	background-color: #eee;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	float: left;
	margin: 0px;
	margin-bottom: 8px;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	cursor:	pointer;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	cursor:	pointer;
}

div.ListElementVorschlag div{
	display: none;
}

.ListElementVorschlag {
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 7px;
}

.ListElementVorschlag a img {
	border:	none;
}

.ac_results li span {
 color: #666;
 margin-left: 10px;
 margin-top: 10px;
 float:left;
 width: 480px;
 }

.Produktvorschlag {
color: #000000;
clear:both;
font-weight: bold;
border-bottom: 1px solid #AAA;
}