/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.Head { 
	z-index: 1000; 
}

div.suggestLayer {
	position: absolute;
	right: 0;
	top: 22px;
	display: none;
	padding: 1px;
	margin: 0;
	background-color: #f4f4f4;
	border: 1px solid #696969;
}

div.suggestLayer td {
	border:none;
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	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;
	display: none; /* Header ausblenden */
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C7997;
	padding: 3px 3px 3px 5px;
}
td.suggestFooter{
	height:25px;
	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;
	display:none; /* Footer ausblenden */
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px !important;
}
span.suggestTextQueryTyped{
	/*color: #5c7997;*/
	color: #006BBB;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px !important;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: left;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	/*background-color: #FCFCFC;*/
	background: #F4F4F4;
}

tr.suggestHighlight{
	/*color: #FCFCFC;*/
	/*background-color: #173553;*/
	color: #fff;
	background-color: #DCDCDC;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	/*color: #fff;*/
	color: #006BBB;
}
td.suggestImage{
	height: 40px;
	padding: 1px 2px !important;
}
td.suggestImage img{
	height: 40px;
}
