.storelocator-panel {
 -webkit-border-radius: 0;
border-radius: 0; 
border:0px solid #ae8251;
background-color:#d7c594;
  overflow: auto;
}

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

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px;
}
.storelocator-panel .directions-panel {
  font-size: 0.8em;
}

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

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

.storelocator-panel .directions {
  display: none;
}

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

.storelocator-panel .location-search input {
  width: 95%;
}

.storelocator-panel .location-search h4 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

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

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

.storelocator-panel .feature-filter {
  overflow: hidden;
}

.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}

.store .title {
  font-weight: bold;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
  font-size: 80%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
}

.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: 0.8em;
}

.store .web a {
  color: green
}

.store .action {
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em;
}


/** LOCATOR **/

      #map-canvas, #panel { height: 500px; }
	  #map-canvas{
	  border:0px solid #ad8351;
	border-left:0px;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
      #panel { width: 100%; float: left; margin-right: 0px; }
      #panel .feature-filter label { width: 130px; }
      p.attribution, p.attribution a { color: #666; }

.locatorContainer{
margin:20px auto 20px;
width:912px;
font-family:sans-serif; 
}

.locatorContainer h1{
font-size:30px;
font-family:"HelveticaNeueLTStdLt";
background-color:#f05132;
color:#fff;
text-transform:uppercase;
margin:0px 0px;
padding:10px 0px;
text-indent:20px;
}

.locatorContainer p{
font-family:"HelveticaNeueLTStdLt";
padding:10px 15px 20px;
font-size:18px;
color:#764d2d;
}

.storelocator-panel .location-search{padding:0px;}
.storelocator-panel .location-search h4{background-color:#f25536;color:#fff;margin-bottom:0px;padding:10px;font-size:26px;font-family:"HelveticaNeueLTStdLt";display:none;}
.storelocator-panel .location-search input{
  float:left;
  border:0px;
  color:#7f7f7f;
  border:1px solid #0e6e46;
  width:240px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  font-family: "Open Sans";
   font-size:14px;
    padding:7px;
   text-transform:uppercase;
  	margin-bottom:15px !important;
  margin-top:5px;
}

.storelocator-panel .store-list li, .storelocator-panel .directions-panel{
float:left;
color:#653413;
padding:0px 10px;
width:260px;
}
 
.storelocator-panel .store-list li.store .store{
border-bottom:1px solid #a29c90;
margin:15px 10px 0px 10px;
padding-bottom:10px;
}

.storelocator-panel .store-list li.store .address{
padding-bottom:10px;
font-family:"Open Sans";
font-size:14px;line-height:130%;
}

.storelocator-panel .store-list li, .storelocator-panel .directions-panel .store div{
color:#653413;
  list-style-type:none;
}


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

.store .title{
font-family: "HelveticaNeueLTStdLt";
font-size:16px;
color:#65350f;
}
.store .address, .store .phone, .store .web, .store .misc{color:#65350f;font-family:"Open Sans";font-size:14px;line-height:130%;font-weight:normal;}
.store .action{color:#a66d2e;font-size:11px;}

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

.storelocator-panel .store-list .no-stores{
color:#65350f;
width:240px;
text-align:left;
line-height:120%;
font-weight:bold;
font-size:18px;
padding:20px 20px;
}
.storelocator-filter h5{
	font-weight:bold;
  text-transform:uppercase;
  padding:0;
  letter-spacing:1px;
  margin-bottom:0;
}
.storelocator-filter{
  padding-top:25px;
  padding-bottom:25px;
  padding-left:20px;
	padding-right:20px;
}
.storelocator-filter #distance{
	width:240px;
  border: 1px solid #0e6e46;
  border-radius: 5px;
  font-size:14px;
  padding:7px;
  color:#7f7f7f;
	font-family: "Open Sans";
  text-transform:uppercase;
  margin-top:5px;
}
