/*===== MAP PAGE =====*/
#locationsLeft {
    float: left;
    width: 315px;
}
#locationsSearch {
    width: 315px;
    height: 57px;
    margin-bottom: 11px;
}
#locationsDivSearch {
    width: 286px;
    height: 36px;
    border: 1px solid #cccccc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

    padding: 12px 0 0 14px;
}
#locationsResults {
    padding-right: 14px;
    width: 301px;
    height: 560px;
}
#locationsFilterText {
    float: right;
    padding: 2px 0 0 0;
    min-width: 140px;
}
#locationsFilterBox {
    position: absolute;
    margin: 28px 0 0 -8px;
    max-width: 300px;

    border: 1px solid #cccccc;
    background-color: #F0F0F0;
    padding: 10px;
    z-index: 9;
}
#locationsFilterClose {
    float: right;
    margin: -7px 0 0 6px;
}
#locationsFilterClose a:hover {
    color: #900;
}
#locationsMap {
    height: 615px;
    border: 3px solid #cccccc;
    border-radius: 6px;
    overflow: hidden;
}

#locationsDivSearch .inputDiv {
    position: relative;
    float: left;
}
#locationsDivSearch .inputLabel {
    color: #999999;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    left: 7px;

    opacity: 1;
    display: block;
}
#inputAddress {
    width: 180px;
    margin-right: 12px;
}

#locationsPanel ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#locationsPanel ul li {
    border: 1px solid #cccccc;
    border-radius: 6px;
    display: block;
    margin-top: 7px;
    cursor: pointer;
    height: 100px;
}
#locationsPanel .listText {
    padding: 9px 24px 11px 60px;
    position: relative;
    vertical-align: top;
}
#locationsPanel .letter {
    font-weight: bold;
    margin-top: 90%;
    text-align: center;
}
#locationsPanel .listName {
    margin: 2px 0 4px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
.listLeftBG {
    float: left;
    width: 45px;
    height: 100%;
    border-right: 1px solid #cccccc;
}
#locationsPanel .listHover, #locationsPanel .listClick {
    border: 1px solid #868686;
}
#locationsPanel .listHover .listLeftBG, #locationsPanel .listClick .listLeftBG {
    background-position: -100px;
}
#locationsNav {
    margin-top: 7px;
}
/*===== END MAP PAGE =====*/


/*===== INDIVIDUAL LOCATION PAGE =====*/
#mapIndividual {
    height: 200px;
    max-width: 300px;
}
#locationDetails {
    clear: both;
    margin-top: 23px;
}
/*===== END INDIVIDUAL LOCATION PAGE =====*/


/*===== STATE LISTING PAGE =====*/
#locationList {
}
#locationList .locationName {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
#locationList ul {
    padding: 0 0 0 20px;
    margin: 6px 0 6px 35px;
}
#locationList li {
}
#locationList .locationTrigger {
    padding: 5px 0 5px 25px;
}
#locationList .locationTrigger.active {
}
#locationList .locationTrigger a {
    font-size: 18px;
    line-height: normal;
}
#locationList .locationContainer {
    margin: 7px 0 3px 25px;
}
/*===== END STATE LISTING PAGE =====*/