/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
}

div.suggestLayer {
	position: relative;
	/* top: -3px;		/* fix bottom-margin of search-input field (3px) */
	/*left: 28px;*/
	width: 344px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	 
	/* opacity could make problems in IE, 
	 * if the suggest isn't shown remove the opacity css styles.
	 *
	opacity: 0.9;
	filter: alpha(opacity=90);
	*/
}

table.suggestLayer {
	font-size: 11px;
	width: 345px; 
	border: 1px solid #c6c6c6;
	border-top: none;
	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: 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;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px;
	width: 244px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
	line-height: 12px;
	height: 12px;
}
td.suggestTextType{
	padding: 2px 10px 2px 15px;
	text-align: right;
}
td.suggestTextAmount{
	xpadding: 2px 5px 2px 15px;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
	line-height: 15px;
	height: 15px;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
	line-height: 15px;
	height: 15px;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
td.suggestImage{
	height: 40px;
}
td.suggestImage img{
	height: 40px;
}
