.locator-weather input {
    color: #333;
}

.locator-weather .locator-search .locator-results {
    color: #fff;
}

.locator-weather .locator-search h3,
.locator-weather .locator-search p {
    color: #fff;
}

.locator-weather .locator-search h3 span,
.locator-weather .locator-pagination ol li span {
    color: #d2dcb5;
}
.locator-weather .locator-pagination {
    margin-bottom: 18px;
}
.locator-weather .locator-search .locator-pagination span,
.locator-weather .locator-search .locator-pagination a {
    color: #fff;
    border-color: #d2dcb5;
}
.locator-weather .locator-search .locator-pagination ol li span {
    color: #e4ead3;
    text-decoration: underline;
}
.locator-weather .locator-pagination .previous,
.locator-weather .locator-pagination .next,
.locator-weather .locator-search form input.locator-submit,
.locator-weather a.locator-close {
    background-image: url(../img/locator_weather-sprite.png);
}

.locator-weather .locator-search form span.locator-search-input input.loading {
    background-position: 267px 0;
}

.locator-weather .locator-search a:link,
.locator-weather .locator-search a:visited {
    color: #fff;
}

.locator-weather .locator-search a:hover,
.locator-weather .locator-search a:focus,
.locator-weather .locator-search a:active {
    color: #000;
}

.locator-weather a.locator-close {
    width: 24px;
    height: 24px;
}
.locator-weather div.locator-results a.locator-close {
    top: 5px;
}
.locator-weather a.locator-close:hover,
.locator-weather a.locator-close:focus {
    background-position: -24px -35px;
}


/**
 * 
 */
 
body .locator-suggestions {
    border: 1px solid #566425;
    width: 290px;
}
body .locator-suggestions li.suggestion-active {
    background: #566425;
}