#map
{
    position: relative;
    width: 683px;
    height: 551px;
    overflow: hidden;
}
#returnlink
{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/common/zoom_out.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

#map a.bullet
{
    background-position: center center;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    text-decoration: none;
    z-index: 2;
    background-image: url('../images/common/toque.gif');
    background-repeat: no-repeat;
}
#map img.zoomable
{
	z-index:10000;
}

#map div.popup
{
    display: none;
    position: absolute;
    width: 170px;
    top: 100px;
    left: 237px;
    background: white;
    z-index: 3;
    padding: 15px;
    border: 2px solid black;
}
#map div.popup a.close
{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.restaurantname
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
}

a.restaurantcity
{
    padding: 0px;
    margin: 0px 0px 3px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size: 10px;
    display:block;
}