/*
    CSS for Added Bytes Store Locator Module
*/

/* Global */
.block .block-notice, .block .block-image, .block .block-distance {
    background: #F8F7F5;
}

.block .block-distance {
    padding: 2px 9px;
    font-weight: bold;
}

/* "Find Your Nearest Store" in Sidebar */
.block-stores {
}

.block-stores .block-content {
    padding: 8px;
}

.block-stores .block-content #postcode {
    width: 70%;
}

.block-stores .block-content #submit {
    width: 22%
}

/* Main Listing Page */
#stores-listing .stores-list {
}

#stores-listing .stores-list li {
    float: left;
    width: 48%;
    margin-right: 2%;
}

#stores-listing .block-image img {
    width: 100%;
}

#stores-listing .block-content {
    padding: 2px 9px;
}

#stores-listing .block-notice {
    padding: 2px 9px;
    color: #E26703;
}


/* Main View Page */
#store-view .block-content {
    padding: 2px 9px;
}

#store-view .block-image img {
    width: 100%;
}

#store-view .block-content p:last-child {
    margin-bottom: 0;
}

#store-view .block-notice {
    padding: 2px 9px;
    color: #E26703;
}

.alternatives_list {
    margin-bottom: 1.5em;
}
