.storelocator-panel {
  border: 1px solid #ccc;
  overflow: auto;
  width: 33%;
  font-size: 0.8em;
  margin: 15px;
  float: left;
  font-family: 'Oxygen', sans-serif;
 }

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

#map-canvas .store {
	margin-top: -3px !important;
}

.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
}
.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;
	font-size: 0.7em;
	padding: 10px 7px 16px 5px;
	font-style: italic;
}

.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;
}

.terrastore img.hidelogo {
	display: none;	
}

.store-list img.hidelogo {
	display: block;	
}

.gm-style-iw a {
	font-size: 11px !important;	
}

#map-canvas .terrastore .title {
	font-weight: 900;
	margin-left: -9px;
}

#storelocator-panel .terrastore .title {
	font-weight: 900;
}

.terrastore .address {
	font-size: 11px !important;	
}

.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;
}

#map-canvas {
	float: left;	
}