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;
overflow-x: hidden;
}

span.suggest_top {
	background:url(../img/suggestbox_bg.png) top right;
	height:30px;
	/*width:379px;*/width:100%;
	left:0;
	top:-30px;
	position:absolute;
	display:block;
}
span.suggest_bottom{
	background:url(../img/suggestbox_bg.png) bottom right;
	left:0;
	height:20px;
	/*width:379px;*/width:100%;
	position:absolute;
	display:block;
}
div.suggestbox-top {
	background:url(../img/suggestbox_top.png) left;
	width:83px;
	height:30px;
	margin-left:-83px;
}
div.suggestbox-bottom {
	background:url(../img/suggestbox_bottom.png) left;
	width:83px;
	height:20px;
	margin-left:-83px;
}


span.suggestLayer {
	/*left:-640px;
	top:52px;
	position:absolute;*/
}
.suggest-wrap {
	top:52px;
	left:205px;
}

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: transparent;
}
div.suggestLayer_bg {
	background:transparent url(../img/dyn_basket_dyn_bg.png) right repeat-y;
	margin:0;
	/*width: 379px;*/width:auto;
	padding-right:8px;
}
table.suggestLayer {
	font-size: 10px;	
	/*border: 1px solid #CCC;*/
	border-left:1px solid #1F90CD;
	background-color: white;
	color: #666;
	cursor: pointer;
	z-index: 1010;
	width: 378px;
	margin-left:-83px;
}
table.suggestLayer td {
	/*background-color: white;*/
}

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%;
}
table.suggestLayer td.suggestTextAmount{
	padding: 2px 12px 2px 5px;
	width: 30%;
	text-align: left;
	background-color:transparent;
}
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, tr.suggestHighlight td, tr.suggestHighlight td.suggestTextAmount{
	color: #FCFCFC;
	background-color: #F47921;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
div.fffilter{
	float:left;
    margin-right:10px;
    margin-bottom:5px;
}

td.suggestImage img {
	max-height:30px;
	vertical-align:middle;
}
td.suggestImage {
	height:32px;
}

