.suggester { color:#484d60; font-weight:bold; width:236px; background:white; border:1px solid #6076B2; }
.suggester_active { background:#f6fafb; }
.suggester_fraze_known { background:#FEF; }
.suggester_fraze_unknown { background:#EFF; }
#suggester_list { position:absolute; display:none; background:#fff; width:300px; z-index:200; border:1px solid #bcc0e3; border-top:0; text-align:left; font-family:Arial;}
/* #suggester_list .caption { background:#cedbfe; display:block; color:#142968; font-weight:bold; font-size:12px; line-height:16px; clear:both; float:left; width:100%; } */
#suggester_list .caption { background:#CEDBFE none repeat scroll 0 0; clear:both; color:#142968; display:block; float:left; font-size:12px; font-weight:bold; line-height:16px; width:100%; }
#suggester_list .caption span { padding:0 4px; }
#suggester_list .choice { font-size:12px; text-align:left; line-height:16px; float:left; width:100%; } 
#suggester_list .iata { background:#FFE; } 
/* #suggester_list .choice .name { float:left; clear:left; width:180px; color:#434665; } */
#suggester_list .choice .name { clear:left; color:#434665; float:left; padding:3px 0 0 5px; width:180px; }
#suggester_list .choice .emboss { font-weight:bold; } /* to show part of name founded in written tekst */
/* #suggester_list .choice .code { float:right; color:#434665; } */
#suggester_list .choice .code { color:#434665; float:right; padding:3px 5px 0 0; }
/* #suggester_list .choice .alias { float:left; font-size:10px; clear:left; top:-3px; position:relative; color:#6076b2; } */
#suggester_list .choice .alias { clear:left; color:#6076B2; float:left; font-size:10px; line-height:9px; padding:0 0 0 5px; position:relative; }
#suggester_list .selected { background:#EEF; cursor:pointer; } /* added to choice element whenever it is selected by user */
#mirror { background:#333; text-align:left; color:#AAA; font-weight:bold; top:300px; width:300px; font-size:10px; margin:20px; }
