/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;
	z-index:1001;
}

div.suggestLayer {
	position: absolute;
	top: 26px;
	left: -145px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	opacity: 0.9;
	/*filter:Alpha(opacity=90); validiert nicht da nur für IE*/
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #5C7997;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
}
tr.suggestLayer {
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C7997;
	padding: 3 3 3 5px;
}
td.suggestFooter{
	height:0px;
	border-top:solid 1px #5C7997;
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
        /*	background-image: url("../images/demoshop/logo_fact-finder_suggest.gif");
	background-repeat: no-repeat;
	background-position: right; */
}

td.suggestTextQuery{
	font-weight: bold;
	padding: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;
}

td.sucheobenl{
	padding: 17 0 0 320px;
	text-align: left;
         vertical-align: top;
}

td.sucheobenr{
	padding: 1 0 0 0px;
	text-align: right;
}

.suchfeld{
	width:180px;
         height: 20px;
         font-size: 13px;
         font-family: sans-serif, Verdana;
         vertical-align: middle;
/*       autocomplete: off;
	nicht valide!!! */
	border: 1px inset #999999;
}

.suchbutton{
	vertical-align: middle;
}

ul.ffasn{
	margin: 5px;
	margin-left: 20px;
         padding:0px;
	list-style-type:square;
}

li.lvl0{
	margin: 0px;
	margin-left: 0px;
         padding:0px;
}
li.lvl1{
	margin: 0px;
	margin-left: 3px;
         padding:0px;
}
li.lvl2{
	margin: 0px;
	margin-left: 5px;
         padding:0px;
}
li.lvl3{
	margin: 0px;
	margin-left: 10px;
         padding:0px;
}
.FilEnt0{
	margin: 0px;
	margin-left: 0px;
         padding:0px;
         color: #ff0000;
}

td.productListingHeading{
	background: #EEEEEE;
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
         border-bottom: 1px solid #cccccc;
}