#geography-map {
    background-color: #660000;
    float: left;
    height: 50px;
    position: relative;
    width: 100%;
}
.geography-click {
    background-image: url("++resource++theme.municipal.template.images/map.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left 55%;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 95%;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -500px;
    padding: 0 0 0 60px;
    position: relative;
    width: auto;
    overflow: hidden;
}
.geography-wrapper {
    background-color: #660000;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
}
.geography-leftblock, .geography-rightblock {
    float: left;
    left: 50%;
    margin-left: -500px;
    min-height: 408px;
    position: relative;
    width: 500px;
}
.geography-rightblock {
    margin-left: 0;
}
.geography-leftblock {
    background-image: url("++resource++theme.municipal.template.images/obl.png");
    background-position: 93px 148px;
    background-repeat: no-repeat;
}
h4.geocolony-title {
    display: none;
}
.geography-wrapper h2, .geography-wrapper h3 {
    color: white;
    font-size: 155%;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 1.2em;
    padding-left: 12.8%;
}
.geography-wrapper h2 {
    margin-top: 4.5%;
    padding-bottom: 0;
    width: 370px;
}
.geography-wrapper h3 {
    font-size: 130%;
    padding-top: 0;
}
.obl {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.geography-image {
    background-repeat: no-repeat;
    height: 408px;
    position: relative;
    width: 500px;
}
a.geo-dot-flag:hover {
    border: 1px solid white;
}
a.geo-dot-flag {
    background-color: transparent;
    background-image: url("++resource++theme.municipal.template.images/dot.png");
    background-repeat: no-repeat;
    border: 1px solid transparent;
    -o-border-radius:       50%;
    -moz-border-radius:     50%;
    -webkit-border-radius:  50%;
    border-radius:          50%;
    display: block;
    height: 4px;
    position: absolute;
    width: 4px;
}
.geo-dot {
    bottom: 100%;
    left: -50%;
    position: absolute;
}
.geo-dot-title {
    color: white;
    font-size: 70%;
    white-space: nowrap;
    font-weight: bold;
}
.geo-dot-description {
    display: none;
}