body {
    line-height: 1.5em;
}

#mapPageContainer {
    padding: 0.5em;
}

#filterForm fieldset {
    padding: 0.5em;
}

#filterForm .half {
    float: left;
    width: 50%;
}

#filterForm label {
    float: left;
    width: 16em;
    margin-right: 0.5em;
    text-align: right;
}

#filterForm #addressHalf label {
    width: 9em;
}

#filterForm .submit {
    font-size: 12px;
    margin-top: 0.5em;
}

#filterForm fieldset .half div {
    clear: both;
    margin-bottom: 0.5em;
}

#filterForm #loaderContainer {
    position: relative;
}

#filterForm #loaderBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    visibility: hidden;
}

#firstLoadMsg {
    visibility: hidden;
}

#mapBox {
    height: 400px;
}

#map, #listContainer {
    float: left;
    height: 100%;
}

#map {
    width: 75%;
}

#listContainer {
    width: 25%;
    overflow: auto;
    /* for IE 6 */
    height: 400px;
}

#listBox {
    padding: 0 0.5em;
}

#listBox ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.infoWindow {
    /* for IE 6 */
    color: #000;
    background-color: #fff;
}

.infoWindowTitle {
    text-align: center;
}

.infoWindow table {
    border-collapse: collapse;
}

.infoWindow td {
    vertical-align: top;
}

.infoWindow img {
    border: none;
    margin-left: 1em;
}

.infoWindowNews {
    text-align: center;
}

.infoWindowNews img {
    margin: 0;
}

.multiSelectBox {
    display: none;
    z-index: 1;
}

#mapPageContainer #adsBox {
    text-align: center;
}

