/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap
{
	position:absolute;	
	z-index:10010;
}
.searchFormWrapperForm
{
	position:relative;
	z-index:10000;
}
#searchInputBottomBorder
{
	position: absolute;
	top:22px;
	left: 41x;
	width: 236px;
	height: 1px;
	border-top: 1px solid #cccccc;
	z-index:1;
}
div.suggestLayer 
{
	position: absolute;
	top:21px;
	left: 43x;
	width: 1px;
	height: 1px;
/*	display: none;*/
	padding: 0;
	margin: 0;
	z-index: 10000;
	background-color: white;
	background: transparent;
}

table.suggestLayer 
{
	position: relative;
	border-bottom: 0;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
/*	width: 130px;
	height: 12px; */
	background-color: white;
/*	color: #173553;*/
	cursor: pointer;
}
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 #aaaaaa;
	padding: 3px 3px 3px 5px;
}
td.suggestFooter
{
	height:7px;
	border-top:solid 1px #aaaaaa; 
	font-size:7px;
/*	color: #954489;*/
/*	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: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped
{
	color: #954489;
	text-decoration: underline;
}
td.suggestTextType
{
	padding: 2px 5px 2px 15px;
	width: 30%;
}
td.suggestTextAmount
{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight
{
	color: #FCFCFC;
	background-color: #954489;
}
tr.suggestHighlight span.suggestTextQueryTyped
{
	color: white;	
}/*
td.suggestImage
{
	height: 40px;
}
td.suggestImage img
{
	height: 40px;
}*/
