#map-canvas {
    height: 500px;
    min-height: 500px;
    float: right;
}

.address-list .addresses li.selected{
    background: #296dad;
}

#result_loading_overlay img { display: none; }

#result_loading_overlay.loading img {
    display: block;
}


.dealers-window {
    padding: 20px 15px;
}
.dealers-window p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
}
.dealers-window .dealers-title {
    color: #081c2a;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.dealers-window .dealers-telephone {
    margin-bottom: 0;
}

.search-dealers {
    background: #ffffff;
    width: 285px;
    height: 464px;
    float: left;
}
.search-dealers.close-up {
    height: 250px;
}
.search-dealers .search-title {
    font-size: 24px;
    margin-bottom: 19px;
    font-family: "Times New Roman", Times, serif;
    color: #081c2a;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.search-dealers p {
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0;
}
.search-dealers .search-header p {
    margin-bottom: 12px;
}
.search-dealers .results-title {
    color: #081c2a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3px;
}
.search-dealers .dealers-results {
    overflow-y: scroll;
    height: 315px;
    margin-top: 15px;
}
.search-dealers .results-word {
    padding-left: 5px;
    font-size: 14px;
}

.results-store.grenson {
    display: none;
}
.dealers-intro {
    display: block;
}
#stockist-search-term {
    display: inline-block;
    height: 40px;
    padding-left: 10px;
    width: 184px;
    border: 1px solid #c2c2c2;
    margin-top: 5px;
}
#dealers-submit {
    display: inline-block;
    margin-left: 0px;
    background: #081c2a;
    border: none;
    font-size: 15px;
    padding: 12px 10px;
    top: -2px;
    position: relative;
    letter-spacing: 0.3px;
    color: white;
    border-radius: 0;
}

.search-header {
    padding-left: 5px;
}

.results-content {
    cursor: pointer;
    width: 93%;
    padding: 5px 10px 5px 5px;
    margin-bottom: 10px;
}
.results-content p:not(.results-title) {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: normal;
}
.results-content.active {
    background: #f5f5f5;
}

#grenson-stores {
    display: none;
}
.underline {
    text-decoration: underline;
}

.search-dealers ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.search-dealers ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}