/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

.nxsSuggestLayerDiv {
    position: absolute;
    top: 50px;
    left: -5px;
	border:none;
	z-index:1000;
	display:none;
}

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
	position:absolute;
	z-index:1001;
}

div.suggestLayer {
	position: relative;
	top: 0;
	left: 28px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
	 /*even after applying special filter for IE8 opacity creates problem */
	/* Opacity for IE8 */
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; */
	/*Opcaity for IE7 */
	/* filter: alpha(opacity=90) */
	/* Opcaity for other browsers */
	/* opacity: .75;
	*/
}

table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #5C7997;
	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 #5C7997;
	padding: 3px 3px 3px 5px;
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C7997;
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	font-weight: bold;
	padding: 2px 15px 2px 10px;
	vertical-align:middle;
	text-align:left;
	/*width:192px; */
	/* display:inline-block; */
    vertical-align: middle;
}
span.suggestTextQueryTyped{
	color: #F7A62D;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px;
	width:90px;
    vertical-align: middle;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 20px;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: #FCFCFC;
	cursor:pointer;
}

tr.suggestHighlight{
	color:#fff;
	background-color: #F7A62D;
	cursor:pointer;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;
}
td.suggestImage{
	width:50px;
	text-align:center;
}
td.suggestImage img{
	height: 30px;
	max-width: 70px;
}
