#ffsearch { position:relative; }

.suggestLayer { position:absolute; top:13px; left:0; z-index:1000; width:308px; }
table.suggestLayer  { border:1px solid #ccc; }
table.suggestLayer td { padding:3px 5px; border-bottom:1px dotted #ccc; background-color: #fff; font-size:10px; }
table.suggestLayer tr.suggestHeader td { font-weight:bold;  background-color: #ddd; border-bottom:1px solid #ccc; width:100%; }
table.suggestLayer tr.suggestFooter td { font-weight:bold;  background-color: #ddd; border-top:1px solid #ccc; }

.suggestLayer2 { position:absolute; left:0;top:13px; z-index:1000; width:308px; color: #555555;}
table.suggestLayer2  { border:1px solid #ccc; }
table.suggestLayer2 td { padding:3px 5px; border-bottom:1px dotted #ccc; background-color: #fff; font-size:10px; }
table.suggestLayer2 tr.suggestHeader td { font-weight:bold;  background-color: #ddd; border-bottom:1px solid #ccc; width:100%; }
table.suggestLayer2 tr.suggestFooter td { font-weight:bold;  background-color: #ddd; border-top:1px solid #ccc; }

/*
td.suggestTextQuery { width:200px; background-color: #444;}
td.suggestTextType { width:100px; }
td.suggestTextAmount { width:0px; }
*/

span.suggestTextQueryTyped { color: #5c7997; text-decoration: underline; }

table.suggestLayer td.suggestTextQuery {  width: 75%; cursor:pointer; font-weight: bold;  }
table.suggestLayer td.suggestTextType { width: 25%; cursor:pointer; background-color: #eee; }
table.suggestLayer td.suggestTextAmount { width: 20%; cursor:pointer; text-align: right; }
table.suggestLayer tr.suggestRow { padding: 2px 2px 2px 0px; background-color: #FCFCFC; }

table.suggestLayer2 td.suggestTextQuery {  width: 75%; cursor:pointer; font-weight: bold;  }
table.suggestLayer2 td.suggestTextType { width: 25%; cursor:pointer; background-color: #eee; }
table.suggestLayer2 td.suggestTextAmount { width: 20%; cursor:pointer; text-align: right; }
table.suggestLayer2 tr.suggestRow { padding: 2px 2px 2px 0px; background-color: #FCFCFC; }

tr.suggestHighlight{ color: #06F; }
tr.suggestHighlight span.suggestTextQueryTyped{ color: #06F; }
td.suggestImage{ height: 40px; }
td.suggestImage img{ height: 40px; }

