div.more {
    display:block;
    border: 0px solid black;
}
div.less {
    display:none;
}
div#map {
    position: inherit;
}
div.content {
    position: relative;
    float: left;
    border-top: 2px solid #F63;
    background-color: #FFF;
    top: 30px;
    left: 0px;
    margin-bottom: 2px;
    width: 500px;
    height: 580px;
    z-index: 1;
    padding-top: 2px;
    font-size: 11px;
}
div.content div.folder {
    width: 500px;
    height: 580px;
    margin: 0px;
    padding: 0px;
}


/*  map options and labels */
div.label {
    position: absolute;
    cursor: pointer;
    border: 0px solid black;
    color: #444;
    font-size:90%;
}
div.label.city a {
    font-weight: bold;
}
div.label.selected {
    background-color: #F63;
}
div.label.selected span {
    color: #FFF;
    font-weight: bold;
}
div.options {
    border: 1px solid #444;
    color: #FFF;
    padding: 7px;
    position: absolute;
    width: 200px;
    z-index: 3;
    left: 10px;
    top: 10px;
    background-color: #1A898F;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    visibility: hidden;
    text-align: center;
}
div.options div.onclicktitle {
    background: #F63;
    padding: 3px;
    border: 1px solid #444;
    margin: 0px;
    text-align: center;
}
div.options span.closelink {
    cursor: pointer;
    font-weight: bold;
}

div.options a {
    color: #FFF;
    font-weight: normal;
    /* font-size: 11px;*/
}

.optgroup {
    font-weight:bold;
    font-style:italic;
}
