.storelocator-panel {
	background: #FFF;
	border: 1px solid #DADADA;
	overflow: auto;
	left: 30px;
	max-height: 80%;
	position: absolute;
	top: 50px;
	width: 300px;
	z-index:99;
}

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

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

.storelocator-panel .store-list .features {
	margin-bottom: 5px;
}

.storelocator-panel .store-list .features li {
	line-height: 1.6em;
	padding: 0 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: #ccc;
}

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

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

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

.storelocator-panel .location-search h4 {
	color: #FF0000;
	font-size: 1em;
	margin: 20px 0;
	padding: 0;
}

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

.storelocator-panel .store {
	font-size: 0.9em;
}

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

.storelocator-panel .feature-filter input {
	margin: 0 0.4em;
}

.store .title {
	font-weight: bold;
	line-height: 1em;
}

li.store {
	border-top: 1px solid #DADADA;
}

.store .address,
.store .phone,
.store .web,
.store .misc {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	display: block;
}

.storelocator-panel .phone,
.storelocator-panel .web {
	display:none;
}

.store .features {
	/*display: none;*/
	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: red;
}

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

.directions, .zoomhere, .streetview {
	display:none;
}


div.country-filter {
	display:none;
}

div.country-filter label {
	font-size: 0.8em;
	margin: 0 0.4em;
}

div.country-filter label span {
	display: inline-block;
	width: 240px;
}

div.country-filter input {
	float: left;
	margin: 7px 0.4em;
}