﻿
.DealerLocator {
    padding-bottom: 4em;
}

.DealerLocatorResultsContainer {
    padding-top: 2em;
}

/*Dealer list*/
.DealerLocatorResultsListContainer {

    position: relative;
    z-index: 1;

    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid black;

    /*-webkit-box-shadow: 0px 15px 7px -11px #bfbfbf;
    box-shadow: 0px 15px 7px -11px #bfbfbf;*/

    width: 327px;
    min-height: 480px;
    /*overflow-y: auto;*/
    overflow-y: visible;
}

.DealerLocatorResultsListContainerShadow {

    position: absolute;
    z-index: 0;
    bottom: -12px;

    width: 327px;
    height: 11px;

    background-image: url(Images/product-shadow.png);
    background-repeat: no-repeat;
    background-position: center -11px;
    background-size: 327px 22px;

}

@media print {
    .DealerLocatorResultsListContainer {
        border-style: none;
        /*-webkit-box-shadow: none;
        box-shadow: none;*/
        height: auto;
    }
    .DealerLocatorResultsListContainerShadow {
        display: none;
    }
}

.DealerListContainer {
    padding: 0 20px;
}

.OnlineDealersContainer {
    padding-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
    .OnlineDealersContainer .odcHeader {
        background: black;
        color: white;
        padding: 5px 15px 5px 15px;
    }
    .OnlineDealersContainer .odcContent {
        background:#e8e8e8;
        color:#808080;
        padding: 15px 15px 10px 15px;
    }
        .OnlineDealersContainer .odcContent div {
            padding-bottom:12px
        }

.DealerListSeparator {
    border-style: none;
    border-bottom: 2px dashed black;
}



/*Dealer*/
.DealerLocatorStore {
    position: relative;
    margin: 0;
    padding: 20px 0;
}
    .DealerLocatorStore .DealerListIndex {
        position: absolute;
        width: 2em;
        height: 2em;
        border-radius: 1em;

        -webkit-box-shadow: 0px 2px 0px 0px #bfbfbf;
        box-shadow: 0px 2px 0px 0px #bfbfbf;

        background-color: black;
        line-height: 2em;
        text-align: center;
        white-space: nowrap;
        color: white;
    }
.DealerLocatorStore:hover .DealerListIndex {
    background-color: #0046ad;
}
.DealerLocatorStore .AddressCard {
    margin-left: 40px;
}
.DealerLocatorStore .DealerLocatorStoreName {
    font-weight: bold;
}


/*Map*/
.DealerLocatorResultsMapContainer {
    float: right;
    padding: 0;
    margin: 0;
    width: 650px;
    height: 500px;
}

.DealerMap {
    width: 650px;
    height: 500px;
}
.DealerLocatorInfoWindow {
    margin-top: 4px;
}
.DealerLocatorInfoWindow a {
    display: inline-block;
    margin-top: 5px;
    padding: 0 1em;
    color: #0046ad;
    border: 1px solid #0046ad;
    text-transform: uppercase;
    font-size: 11px;
    font-weight:bold;
}
