#map_canvas{
    width : 100%;
    height : 552px;
    float:left;
    margin-left: 0;
}
.store-list {
	border-top:solid 1px #ccc8c7;
    background: none repeat scroll 0 0 #4a4341;
    float: left;
    height: auto;
    overflow-y: scroll;
    width: 100%;
	text-align: left;
}
.store-row{
    padding-left: 10px;
}
.col-address{
    width : 36%;
}
.store-image{
    width:4%;
}
.store-table {
    border-bottom: 0 none;
    display: inline-block;
    margin-right: 9%;
    padding: 21px 10px 20px 10px;
    text-align: left;
    width: 40%;
	vertical-align: top;
}
.store-table p {
	color: #fdfcfb;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}
.store-table a {
    border-bottom: 1px solid #ce858c;
    color: #ce858c;
}
.store-table a:hover {
	text-decoration: none;
}
.first{
    border-top: 1px solid grey ;
}
.span-geoloc{
    cursor:pointer;
    background-color: #7e2222;
    color:#fff;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    /*-moz-box-shadow: inset -1px -1px grey;
    -webkit-box-shadow: inset -1px -1px grey;*/
    padding : 1px 5px 0px 5px;
	clear:both;
    float:right;
    margin-top:5px;
}
.span-geoloc:active{
    background-color: #6b1b1b;
     border-bottom: 2px solid #696969;
     border-right: 2px solid #696969;
 }
 .store-name{
    color: #abb1b5;
    font-size: 12px;
    text-transform: none;
}
.store-table tr td h3{ 
	margin-bottom:0px;
	min-height:50px;
	}
.store-table tr .storeAddPhone{ height:50px;}	
.store-description{
     max-width:230px;
	 width: 100%;
     clear:both;
	 margin: 0 15px 30px 15px;
	 color: #fcf6ee;
     font-size: 16px;
     line-height: 21px;
	 font-family: 'MotivaSans-Regular';
 }

 .store-info{
     max-height:400px;
     min-width:300px;
 }
 .store-image-infoWindow {
     width:150px;
 }

 .store-image-div-infoWindow{
     float:left;
 }
.store-table tr td p.addDistance{ padding-bottom:19px !important; min-height:66px;}
.store-name-infoWindow{
    color: #fcf6ee;
    float: left;
    font-size: 16px;
    line-height: 21px;
    margin-left: 0;
    max-width: 230px;
    padding: 22px 15px 20px 15px;
    width: 100%;
	font-family: 'MotivaSans-Regular';
 }

 .store-name-infoWindow h3{
    color: #fcf6ee;
    font-size: 22px;
    text-transform: none;
	 padding: 0 0 30px;
 }
 #search .input-text {
     width: 230px;
     padding: 5px;
 }
 #search{
     margin-bottom: 10px;
 }

#panel{
    float:left;
    margin-top:15px;
}

.pac-container .pac-item{
   text-align:left;
}
.mapBox {
    background: none repeat scroll 0 0 #73838a;
    color: #fcf6ee;
}
.mapBox:after {
    background: url('../images/mapbox_arrow.png') no-repeat;
	display: block;
    height: 23px;
    left: -17px;
    position: absolute;
    top: 30px;
    width: 17px;
	content:'';
}

@media only screen and (max-width: 720px) {		
.mapl {
    height: 120px !important;
    width: 120px !important;
}
}