/* --------------------------------------------------------------------- */
/* Store Locator
/* --------------------------------------------------------------------- */
#store_locator {
    padding: 0px 0px 10px 0px;     
}

#store_locator #form {
    padding: 20px 0px 20px 0px;     
    text-align: center;
}

#store_locator #form .label {
    padding: 0px 6px 0px 10px;
    display: inline;
}

#store_locator #map_container {
    width: 540px; 
    font-family: Arial,sans-serif; 
    font-size: 11px; 
    border: 1px solid #000;
    margin: 0px auto;
}

#store_locator .marker{
    line-height: 16px;
    text-align: center;
    color: #000;
}

#store_locator #map_container #map {
    overflow: hidden; 
    width: 540px;
    height: 400px;  
}

#store_locator #locations {
    font-size: 11px; 
    color: #000;
    padding: 20px;
    clear: both;
    text-align: center;
    width: 552px;
    margin: 0px auto;
}

#store_locator #locations .location {
    width: 234px;
    padding: 10px;
    float: left;
    border: 1px solid #FFF;
    line-height: 16px;
    color: #FFF;
    margin: 10px;   
}

#store_locator #locations .location:hover {
    cursor: pointer;
    background-color: #EEE;
    border: 1px solid #777;
    color: #000;   
}

#store_locator .padding {
    clear: both;
    height: 20px;
}