.storelocator-panel {
    overflow: auto
}

.mapbg {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    padding: 5px;
    margin-bottom: 15px
}

.storelocator-panel .store-list {
    margin: 0;
    padding: 0
}

.storelocator-panel .store-list li,.storelocator-panel .directions-panel {
    padding: 8px 0;
    border-bottom: 1px solid #c8e7e7
}

.storelocator-panel .store-list li:last-child {
    border-bottom: none
}

.storelocator-panel .directions-panel {
    font-size: .8em
}

.features li {
    display: none
}

#panel {
    width: 300px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px
}

.storelocator-panel .store-list li.store:hover {
    cursor: pointer;
    background: #f9f9f9
}

.feature-filter label input[type="checkbox"] {
    margin: 4px 8px 0
}

.storelocator-panel .store-list li.highlighted,.storelocator-panel .store-list li.highlighted:hover {
    background: #e8feffad
}

.storelocator-panel .directions {
    display: none
}

.storelocator-panel .location-search {
    padding: 5px
}

#panel .feature-filter label {
    width: 130px;
    margin-left: -2px
}

.storelocator-panel .location-search input {
    display: block;
    width: 94%;
    height: 30px;
    padding: 3px 8px;
    margin: 0 0 12px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: inset 0 1px 1px #00000013;
    box-shadow: inset 0 1px 1px #00000013;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.storelocator-panel .location-search h2 {
    font-size: 1.2em;
    margin: 0;
    padding: 10px 0 16px;
    color: #0fabb5
}

.storelocator-panel .location-search h2:before {
    background: url(../Images/location-icon.png) no-repeat;
}

.storelocator-panel .store-list .no-stores {
    color: grey
}

.storelocator-panel .store .features {
    display: none
}

.storelocator-panel .feature-filter {
    overflow: hidden;
    background: #f7f7f7;
    margin: 0 9px 15px 0;
    padding: 0 0 0 5px;
    color: #7e7e7e
}

.storelocator-panel .feature-filter label {
    display: block;
    font-size: .8em;
    margin: 4px .4em;
    float: left
}

.store>.title {
    display: block;
    width: 100%;
    color: #e26262;
    padding-left: 15px;
    background: transparent;
    font-size: 1em;
    text-align: left;
    font-weight: 600
}

.store>.title:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f041";
    color: #f1a13d;
    margin-right: 6px;
    font-size: 1.3em;
    margin-left: -15px
}

.store .address,.store .phone,.store .web,.store .misc {
    font-size: 1em;
    margin-top: .2em;
    display: block;
    color: #333;
    padding-left: 15px;
    line-height: 130%
}

.store .features {
    overflow: hidden;
    color: grey;
    margin: 0;
    padding: 0;
    font-size: 70%;
    max-width: 250px
}

.store .features li {
    display: inline;
    float: left;
    padding-right: .8em
}

.store .web a {
    color: green
}

.store .action {
    font-size: .8em;
    color: green;
    margin-right: .5em
}

#sidebar {
    display: none
}

#content {
    width: 938px
}
#map-canvas, #panel {height:550px;}
p.attribution, p.attribution a {color:#666;}
.gm-ui-hover-effect {width:40px!important; height:40px!important;position: absolute!important;right: -5px!important;top: -6px!important;}
.gm-ui-hover-effect span{width: 20px!important;height: 20px!important;margin: 8px!important;}