ul.tree li a.exp.act.fact:hover {text-decoration: none !important;}
li div.ffselect {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(bg/oxid_pe_.gif) no-repeat scroll right 500px;
border-top:1px solid #E2E2E2;
color:#555555;
display:block;
padding:10px 2px;
}
div.suggestLayer {
	text-align: left;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #CCC;
	height: 12px;
	background-color: white;
	color: #666;
	cursor: pointer;
	z-index: 1001;
}
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 #333;
	padding: 3px 3px 3px 5px;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px;
	text-align: left;
}
span.suggestTextQueryTyped{
	color: #424c56;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 2px 2px 15px;
	width: 30%;
	text-align: left;
}
td.suggestTextNoImage{
	padding: 2px 2px 2px 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
	height: 34px;
}
td.suggestTextNoImageAll {
	padding: 2px 2px 2px 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
	height: 15px;
}
td.suggestTextImage{
	padding: 2px 2px 2px 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
}
.suggestTextImageFile{
    height: 30px;
    height: expression(document.body.clientWidth > 30? "30px": "auto");
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #015b9b;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
div.fffilter{
	float:left;
    margin-right:10px;
    margin-bottom:5px;
}