div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
}

div.suggestLayer {
	position: relative;
	top: 0;
	left: 0px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1002;
	background-color: white;
	/*
	background: transparent;
	opacity: 0.9;
	filter:alpha(opacity=90); */
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	/*
	border: 1px solid #5C7997; */
	border: 1px solid #A5A5A5;
	height: 12px;
	background-color: white;
	
	/*
	color: #173553; */
	color: #444353;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	/*color: #173553; */
	color: #444353; 
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	
	/* border-bottom: 1px solid #5C7997; */
	border-bottom: 1px solid #A5A5A5;
	padding: 5px 5px 5px 5px;
}
td.suggestFooter{
	height:25px;
	/* border-top:solid 1px #5C7997; */
	border-top:solid 1px #A5A5A5; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("http://factfinder.lehrmittel-shop.de/files/images/demoshop/logo_fact-finder_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	/* font-weight: bold; */
	padding: 5px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	/* color: #5c7997; */
	color: #173452; 
	
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 5px 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;	
}