#map {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
}

.shop.map-box {
    position: relative;
    width: 219px;
    background-image: url('img/mapbox_bg2.jpg');
}

.shop.map-box h1 {
    margin: 5px 0px;
}

.shop.map-box ul {
    list-style-type: none;
    margin: 0;
}

.btn, .shop-finder form button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
    background: #54554f; /* Old browsers */
    background: -moz-linear-gradient(top, #54554f 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54554f), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54554f 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54554f 0%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54554f 0%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54554f 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54554f', endColorstr='#000000', GradientType=0); /* IE6-9 */
    line-height: 24px;
    height: 24px;
    display: inline-block;
    color: #F96702;
    text-transform: uppercase;
    padding: 0px 10px;
}

.marker {
    background: url(../img/marker.png) no-repeat center left;
    display: block;
    padding-left: 20px;
    position: absolute;
    cursor: pointer;
    right: 17px;
    bottom: 40px;
    color: #FC6600;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
}

.brands .list-items > div {
    display: inline-block;
    margin: 10px 10px 0px 0px;
}

.shop.map-box .btn {
    position: absolute;
    bottom: 40px;
    left: 17px;
    text-decoration: none;
    font-weight: bold;
}

.shop-finder {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url("../img/search_form_bg.png");
    height: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 800;
    padding: 20px;
}

.shop-finder form button {
    height: 28px;
}

.shop-finder form label {
    font-size: 20px;
    font-weight: bold;
    margin-right: 38px;
    color: #333333;
}

.shop-finder .query {
    outline: none;
    padding: 0px 10px;
    width: 450px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #959595;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5) inset;
    margin-right: 20px;
}

.ui-widget-content.ui-autocomplete {
    background: rgba(0, 0, 0, .9);
    width: 500px;
    border: 0;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .65);
    font-size: 13px;
    z-index: 1200;
    margin-top: 10px;
}

.ui-widget .ui-state-hover, .ui-widget .ui-state-focus {
    background: rgba(252, 102, 0, .3) !important;
    border: 1px solid transparent !important;
    color: #FFF !important;
}

.ui-autocomplete li {
    text-align: left;
}

.ui-autocomplete li a {
    color: #FC6600;
}

.map-box {
    background: url('../img/mapbox_bg.jpg') no-repeat top left;
    width: 224px;
    height: 302px;
    float: left;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 14px;
    margin: 0px 2px 2px 0px;
}

* html .map-box {
    /* IE6 */
    width: 228px;
    min-height: 302px;
    padding: 14px;
}

.pre-loader {
    background: url('../img/ajax-loader2.gif') no-repeat center center;
    width: 76px;
    height: 76px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 150px auto;
}