/*****************************************************************************/
/*** SUGGEST Funtkion von Fact Finder***/
/*****************************************************************************/ 
.suggest_wrapper {
	position: absolute;
	top: 38px;
	left: 308px;
	z-index: 100;
	}

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
	}

div#suggestLayer {
	position: absolute;
	display: none;
	z-index: 100;
	background: #fff;
	width: 358px;
	}

table.suggestLayer {
	color: #000;
	font-size: 11px;
	background: #fff;
	cursor: pointer;
	padding: 0px;
	border: 1px solid #d4d4d4;
	border-top: none;
	width: 356px;
	}

table.suggestLayer tr.suggestHeader td{
	color: #b0b1b3;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 10px 3px 5px;
	/*background-image: url(../../images/demoshop/logo_fact-finder_suggest.png);
	background-repeat: no-repeat;
	background-position: 98%;*/
	}

tr.suggestRow td,
tr.suggestHighlight td{
	padding: 6px;	
	min-height: 15px;
	}
	
tr.suggestHighlight{
	background: #ddd;
	}
	
/*
.suggestRowWithImage{
	height: 40px;
	line-height: 40px;
	}
*/

td.suggestTextQuery { /* Suchvorschlag */
	font-weight: bold;
	color: #555;
	}

td.suggestTextQueryTyped { /* Eingetippter Wortanfang */
	color: #C00418;
	text-decoration: underline;
	}
	
td.suggestTextType{ /* Typ des Vorschlags z.B. Produktname */
	padding-left: 5px;
	font-size: 10px;
	color: #aaa;
	}
	
td.suggestTextAmount { 
	padding-left: 10px;
	font-size: 10px;
	text-align: right;
	width: 90px;
	}
	
/*
span.suggestImage{
	padding-right: 20px;
	height: 40px;
	float: left;
	}
	


ul.suggestLayerBlock li.suggestHeader{
	background-image: none;
	}

ul.suggestLayerBlock li.suggestHeader:first-child{
	background-image: url(../../images/demoshop/logo_fact-finder_suggest.png);
	background-repeat: no-repeat;
	background-position: 98%;
	}
*/	
	