/*****************************************************************************/
/*** FACT-FINDER SUGGEST ***/
/*****************************************************************************/

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

div.suggestLayer {
	position: absolute;
	top: 23px;
	left: 10px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 9000;
	font-family: Arial,Helvetica,sans-serif;
}


table.suggestLayer {
	font-size: 11px;
	width: 380px;
	border: 1px solid black;
	height: 12px;
	background-color: white;
	color: black;
	cursor: pointer;
	text-align: left;
	padding: 3px;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: black;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid black;
	background-color: #8CC059;
	padding: 3 3 3 5px;
	color: white;
	font-weight: bold;
}
td.suggestFooter{
	height:25px;
	border-top: solid 1px black; 
	font-size:9px;
	color: black;
	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: #cc0000;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
	background-color: #D5F98D;

}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	text-align: right;
	background-color: #D5F98D;

}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: black;
	background-color: #D5F98D;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: #cc0000;	
}
 
