/* Default maps styles */


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

/* fixes weird display issues */      
#map-canvas label { width: auto; display:inline; }
#map-canvas img { max-width: none; }
 
/* storelocator styles */
.storelocator-panel {
  border:none;
  overflow: auto;
}

.storelocator-panel .store-list {
  margin: 0;
  padding: 0;
}
.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding-left: 5px;
  padding-bottom:1px;
  padding-top:3px;
}
.storelocator-panel .directions-panel {
  
}

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

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

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

.storelocator-panel .location-search {
display:none;
}

.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;
  margin: 0 0.4em;
  float: left;
}

.store .address
{
font-size: 100%;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  display: block;
  margin-left:0.0em;
  padding:0px;

}

.address
{
	text-align:left;
	padding:0;
	margin:0;
}

.store .title
{

  display: none;

}


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

.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 100%;
  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;
    display: none;
}


.store .thumb .address
{
	text-align:left;
	padding:0;
	margin:0;
}

