#map_main {
    position: relative;
}

#map_left p {
    color: #707173;
    margin-bottom: 00px;
}

#map_left p a {
    text-decoration: none;
    color: #707173;
}
#map_left p a:hover {
    text-decoration: underline;
}


#map_left p.detail {
    text-align: right;
}

#map_left p.detail a {
    color: #395fb0;
    text-decoration: underline;
}

#map_left p.detail a:hover {
    text-decoration: none;
}

#map_main .location {
    display: none;
    position: absolute;
    left: 100px;
    top: 100px;
    background: white;
    padding: 20px;
    border: 1px solid #395fb0;
    border-top-width: 15px;
    z-index: 10;
    width: 360px;
}

#map_main #close a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#map_main #close {
    display: none;
    position: absolute;
    left: 485px;
    top: 99px;
    z-index: 20;
}

#legend {
    font-size: 8pt;
    color: #707173;
    height: 19px;
    margin: 0 30px 0 0;
    overflow: hidden;
}

#europe {
    position: absolute;
    display: block;
    left: 259px;
    top: 80px;
    width: 116px;
    height: 48px;
    color: #395fb0;
    font-weight: bold;
    text-align: center;
    padding: 33px 0 0 0;
    font-size: 8pt;
    text-decoration: none;
    border: 1px solid #395fb0;
    z-index: 5;
}

#europe_back {
    position: absolute;
    left: 260px;
    top: 81px;
    width: 116px;
    height: 81px;
    background: #ffffff;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 2;
}
