.hidden {
    visibility: hidden;
}

.br {
    display: block;
    clear: both;
}

#container {
    height: 393px;
    width: 547px;
}

#locator {
    padding: 0 0 10px;
    overflow: hidden;
}

body {
    background-color: transparent;
}

body, td, th {
    font-family: Arial;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

#container h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    color:#00CCCC;
    font-family:Geneva, Arial, Helvetica, sans-serif;
}

#locator .field {
    width: 160px;
    float: left;
    padding-right: 5px;
}

#locator .field .label {
    display: block;
    color: #00CCCC;
    text-transform: capitalize;
}

#locator .field .input input, select {
    padding: 2px;
    width: 160px;
}

#locator option.inactive {
    color: #555555;
}

#locator table {
    border-collapse: collapse;
}

#locator ul {
    overflow: auto;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
}

#locator ul.header {
    font-weight: bold;
    text-align: left;
    height: 19px;
}

#locator ul li {
    padding: 2px;
    margin: 0;
    clear: right;
    font-size: 0.9em;
    width: 175px;
    overflow: hidden;
}

#locator ul.list li {
    cursor: pointer;
}

#locator ul li.hover {
    background-color: #dcaa51;
}


#locator ul li.selected {
    background: #dcaa51;
    color: #000000;
}

#selectors_wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

#spinner {
    float: left;
    width: 42px;
    background-color: #E89201;
    margin-top: 5px;
    font-size: 9px;
    padding: 1px 2px;
}

#selectors {

    overflow: hidden;
    width: 495px;
    float: left;
}

#stores {
    width: 36%;
    float: left;
    overflow: auto;
    height: 90px;
    white-space: nowrap;
}

#details {
    background: #dcaa51;
    height: 90px;
    overflow: hidden;
    margin-left: 37%;
    width: 63%;
}

#details-content {
    padding: 5px 10px 10px;
}

#details h2{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0;
    padding: 0
}

#map_canvas {
    height: 212px;
    margin: 10px auto 0;
}

#map-overlay {
    background-color: #DCAA51;
}

#map-overlay .spinner {
    color: black;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 90px 0 0;
}

.rounded {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

span.small {
    font-size: 11px;
}