/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/
#search {position:relative;z-index:300;}
#searchdivider {margin-left:114;width:270px;position:relative;}
#searchdivider #search_submit {height:20px; padding:0;margin:0 0 0 3px;}
#back2search {position:absolute; font-size:11px;top:54px;left:4px;z-index:20;}
#back2search a {color:#fff; text-decoration: none; }
#back2search a:hover {text-decoration: underline; }
#query {border:0;color:666;font-family:arial, helvetica, sans-serif;font-size:13px;margin:6px 2px 0 5px;padding:5px 0 0 0;height:17px;width:140px;}
/* * html #query {height:23px;}*/


/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
}

div.suggestLayer {
	position:absolute;
	width:200px;
	height:100px; 
	background:#fff;
	display:none;
	z-index: 1002;
	top: 33px;
	left: 1px;
	
/*	position: relative;
	top: 5px;
	left: 1px;
	width: 1px;
	height: 1px;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 100000;
	background-color: white;
	background: transparent;
	opacity: 0.9;
	filter:alpha(opacity=90);*/
}
div.suggestLayer td {
	padding:2px 4px;
}
table.suggestLayer {
	font-size: 11px;
	width: 140px;
	border: 1px solid #666;
	height: 12px;
	background-color: white;
	color: #111;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #111;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C7997;
	padding: 3 3 3 5px;
}
td.suggestFooter{
	display:none;
/*	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: 2 15 2 10px;
}
span.suggestTextQueryTyped{
	color: #444;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 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: #666;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
