
/*****************************************************************************/
/*** SEARCHBOXLINE ***/
/*****************************************************************************/

#factfinder_holder {  margin-left:-215px; }

#ff_content_left { width:160px; }

#ff_content_right { padding-left: 10px; width: 760px;}

.paging { float: left; width:auto; }
.previousPage {}
.pageLinks {}
.nextPage { }

.optionBox {  } /*sortierung*/
.optionBox_pagecount { float: right; margin-top:-15px; }

.currentPage { color: #FFF; background-color: #333; }

#searchboxLine{
	z-index: 999;
	position:absolute;
	margin-top:-184px; 
	margin-left:308px;
}


#searchboxLine.asnHint{
	background-image: url("../images/demoshop/searchbox_lens_end_greyBg.png");
	background-repeat: no-repeat;
	background-position: left;
}
/*
#searchboxLine #searchbox{
	float: left;
	margin-bottom: -4px;
	width: 450px;
}
#searchboxLine input#query{
	width:308px; 
	height: 28px; 
	font-size: 20px; 
	border: 0;
	border-bottom: 1px solid #5C7997;
	border-top: 1px solid #5C7997;
	position: relative;
	top: 1px; 
	left: 52px;
	autocomplete: off;
}
#searchboxLine input#query.default{
	color: #999999;
}
* html #searchboxLine input#query{
	top:2px;
}
#searchboxLine input#submit{
	position: relative;
	top: 10px; 
	left: 56px;
}
#searchboxLine #buttons {
	padding-right: 5px;
	text-align: right;
	float: right;
	margin-top: 10px;
}
#searchboxLine #buttons img{
	cursor: pointer;	
}
#searchboxLine #buttons a{
	margin-right: 10px;
}
*/
#searchboxLine #buttons img#xmlButton{
	display: none;
}
#searchboxLine #SearchboxCMPlaceHolder{
	float:left;
	margin-left: 440px;
}
* html #searchboxLine #SearchboxCMPlaceHolder{
	margin-left: 0;
}

/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{

}

div.suggestLayer {
	position: relative;
	top:0px; left:0px;
	width: 1px;
	height: 1px;
	display: none;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	background-color: white;
	background: transparent;
	
}

table.suggestLayer {
	font-size: 14px;
	width: 130px;
	-webkit-box-shadow:  0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow:  0 6px 12px rgba(0,0,0,.175);
	box-shadow:  0 6px 12px rgba(0,0,0,.175);
	height: 12px;
	background-color: white;
	border: 1px solid #9b9a9a;
	color: #1d1d1b;;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 45px;
}
tr.suggestHeader{
	color: #666;
	font-weight: bold;
}
tr.suggestHeader td{
	border-bottom: 0px solid #5C7997;
	padding: 6px 3px 3px 5px;
}
td.suggestFooter{
	height: 45px;
	padding: 6px 3px 6px 5px;
	/* border-top:solid 0px #5C7997; */
	color: #666;
	font-weight: bold;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	padding: 2px 15px 2px 0px;
}
span.suggestTextQueryTyped{
	font-weight: bold; 
	color: #3E3D40;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 0px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	height: 46px;
	background-color: #FFF;
	padding:3px 0px;
}

tr.suggestHighlight{
	color: #3E3D40;
	background-color: #dadada;
	height: 46px;
	border-bottom:0px;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: #3E3D40;	
}
td.suggestImage{
	height: 40px;
	padding: 0px 5px;
}
td.suggestImage img{
	height: 40px;	
}


