#suggestion{
   /*width: 235px*/;
   font-size:12px;
   height:190px;
   margin-left:-5px;
   margin-top:4px;
   position:absolute;
   background-color:#fff;
   max-height:150px;
   overflow:auto;
   overflow-x:hidden;
   overflow-y:auto;
   border:0px solid white;
   border-top:1px solid white;
   border-bottom:1px solid white;
   min-width:180px;
   padding:0px;
   text-align:left;
    -moz-border-radius: 0px 4px 4px 0px;
}

input::-moz-selection {
    background-color:#EABE13 !important;
    color:black !important;
}

#suggestion span{
   font-size:12px;
}

#suggestion .selected,#suggestion div.adrselected,#suggestion div.poiselected{
   background-color:#EABE13;
   color:#000;
}

#suggestion div{
    font-size:12px;
    padding:2px 1px 1px 8px;
    background-position: 2px 2px;
    background-repeat:no-repeat;
    clear:both;
    white-space:nowrap;
    line-height:15px;
    cursor:pointer;
}


#suggestion div.poi{
    background-position:-8px;

}

#suggestion div.infoLabel{
   color:#BBBBBB;
   cursor:default;
   font-style:italic;
}

#suggestion div.infoLabel div{
   border-bottom:none;border-top:none;padding: 1px;margin-right:10px; width: 80px; text-align: left;
}

#suggestion div.furtherMatches,#suggestion div.furtherMatchesselected {
   background-color:#011F3B;
   color:white;
   background-image:none;
}

#suggestion div.furtherMatches a{
   text-decoration:none;
}

#suggestion div.furtherMatchesselected a:hover, #suggestion div a:hover,div#suggestions div.furtherMatches a{
   text-decoration:underline;
}

#suggestion div.furtherMatchesselected {
   text-decoration:underline;
}


#suggestion div.furtherMatchesselected a{
   text-decoration:underline;
   color:white;
   font-size:11px;
}

.furtherMatches a{
   color:white;
   font-size:11px;
}

.suggestButton{
   width:15px;
   border:none;
   cursor:pointer;
}

#suggestion div#suggestionMenu{
   background-color:#F6F6F6;
   border-bottom:none;
}

#geomap{
   border:1px solid #333;
}

#waiting{
   margin-top:-5px;
   margin-left:10px;
}

#maptitle,#maplocation{
   color:white;
}
#suggestion div#suggestionMenu{
   background-image:none;
}

#tooltipHint{
   background-color:white;border:2px solid #EBBD12;padding:4px;color:#05233F;font-weight:bold;
}
.tooltipHintArrow{ width:12px;height:14px;position:absolute;margin-left:-15px;}

.suggestMenuEntry{
   font-style:italic;
}
