
div.suggestLayer {
	text-align: left;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 1px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background: transparent;
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	height: 12px;
	/*background-color: white;*/
	color: #666;
	cursor: pointer;
	z-index: 1001;
}
.suggestLayer tr { 
}
.suggestLayer td {
	padding: 0;
	height: 32px;
}

.suggestLayer td img{
	margin-right:5px;
	vertical-align:middle;
}

tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #333;
	padding: 0 3px 0 5px;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 0 15px 0 10px;
	text-align: left;
}
span.suggestTextQueryTyped{
	color: #424c56;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 0 5px 0 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 0 2px 0 15px;
	width: 30%;
	text-align: left;
}
td.suggestTextNoImage{
	padding: 0 2px 0 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
	height: 34px;
}
td.suggestTextNoImageAll {
	padding: 0 2px 0 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
	height: 15px;
}
td.suggestTextImage{
	padding: 0 2px 0 2px;
	width: 30%;
	text-align: left;
	margin: 0px;
}
.suggestTextImageFile{
    height: 30px;
    height: expression(document.body.clientWidth > 30? "30px": "auto");
}
tr.suggestRow{
	padding: 0 2px 0 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #336B44;
}
tr.suggestHighlight td.border_left{
	background-image:none;
	background-color: #336B44;	
}

tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}

.suggestLayer td.suggest_top_left {background:transparent url(../img/suggest_box_top.png) no-repeat scroll 0 0; height:15px; border: 0 none !important;}
.suggestLayer td.suggest_top_middle {background:transparent url(../img/suggest_box_middle.png) no-repeat scroll left; height:15px; border: 0 none !important;}
.suggestLayer td.suggest_top_right {background:transparent url(../img/suggest_box_top.png) no-repeat scroll right;height:15px; border: 0 none !important;}
.suggestLayer td.suggest_bottom_left {background:transparent url(../img/suggest_box_bottom.png) no-repeat scroll 0 0; height:15px; border: 0 none !important;}
.suggestLayer td.suggest_bottom_middle {background:transparent url(../img/suggest_box_middle_bottom.png) no-repeat scroll bottom;height:15px; border: 0 none !important;}
.suggestLayer td.suggest_bottom_right {background:transparent url(../img/suggest_box_bottom.png) no-repeat scroll right; height:15px; border: 0 none !important;}
.border_left {background:white url(../img/suggest_box_left_border.png) repeat-y scroll 0 0;height:15px; border: 0 none !important;}
.border_right {border-right:1px solid #336B44;}
/*.suggest_line_top {border-top:1px solid #336B44; height:14px;}
.suggest_line_bottom {border-bottom:1px solid #336B44;}*/
