/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;	
	z-index:1001;
}

#search_word_inc{
	float: left;
}

div.suggestLayer 
{   
    position:relative;float:left;
    width: 430px;
	height: 1px;
	display: none;

	z-index: 1000;
	background-color: white;
	background: transparent;

}

table.suggestLayer {
	font-size: 11px;
	width: 430px;
	border: 5px solid #efefef;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
	-moz-box-shadow: 0 4px 3px #c2c4c6;
	-webkit-box-shadow: 0 4px 3px #c2c4c6;
	box-shadow: 0 4px 3px #c2c4c6;
	border-collapse: separate;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #b0b1b3;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 10px 3px 5px;
	background-repeat: no-repeat;
	background-position: 98%;
}
td.suggestFooter{
	height:1px;
	display: none;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	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;
}
tr.suggestHighlight{
	background-color: #F3FCC8;
}
td.suggestImage{
	height: 40px;
	vertical-align: middle;
}
td.suggestImage img{
	height: 40px;
}