div#suggestion{
   border:1px solid #DDDDDD;
   position:absolute;
   background-color:white;
   font-family:Verdana,Arial,Helvetica,Sans-Serif;
   font-size:100%;
   overflow:auto;
  /* overflow-x:hidden; */
  /* overflow-y:auto;   */
   max-height:312px;
   height:312px;
}

div#mapSearchHeadline div#suggestion {
    top:auto !important;
    left:auto !important;
}

*+html div#mapSearchHeadline div#suggestion {
    top:93px !important;
    left:8px !important;
}

div#suggestion div{
   padding:5px;
   border-bottom:1px solid #EEEEEE;
}

div#suggestion div span.rightIcons{
   font-size:100%;
   color:#777777;
}

div#suggestion div.selected,div#suggestion div.adrselected,div#suggestion div.poiselected{
   background-color:#DDDDDD;
   cursor:default;
}

div#suggestion div.infoLabelselected{
   cursor:default;
}
div#suggestion div.infoLabelselected a{
   color:#00A6EB;
}


/* Search tooltip */
.s-tooltip {
	position:absolute;
	z-index:99;
}
.s-tooltip span {
	display:block;
	width:14em;
	margin:0 0 0 12px;
	padding:3px 5px;
	background:#fff;
	border:1px solid #0791cc;
	border-left:none;
}

#suggestionMenu{
    text-align:right;
    color:#777777;
    cursor:pointer;
}

.suggestButton{
    border:1px solid #D9D9D9;
    border-left:none;
    width:22px !important;
    cursor:pointer;
}


div#suggestion a.closeButton:link,div#suggestion a.closeButton:visited{
    color:#003366;
    text-decoration:none;
}
div#suggestion a.closeButton:hover{
    color:#00A6EB;
    text-decoration:none;
}
div#suggestion a.closeButton:active{
    color:#003366;
    text-decoration:none;
}

.furtherMatches{
    text-align:center;
    color:#777777;
}
.furtherMatchesselected{
    text-align:center;
    color:#00A6EB;
}
.furtherMatchesselected a{
    color:#00A6EB;
}

.furtherMatches a, .furtherMatchesselected{
    cursor:pointer;
}




