.collapsable > li{ cursor: pointer; padding-right: 25px; background: url(/v9/widgets/locations/proximity/v1/images/minus.gif) no-repeat 97% 2px; }
.collapsable > .collapsed{ background-image: url(/v9/widgets/locations/proximity/v1/images/plus.gif); }
.collapsable .childFranchise { float: left; display: block !important; }
.collapsable .childFranchise+.vcard,
.collapsable .childFranchise~.account-links { margin-left: 33%; }
.collapsed .extra,
.collapsed .adr,
.collapsed .tels{ display: none; }
.collapsed .childFranchise { width: 9.5%; }
.collapsed .childFranchise+.vcard,
.collapsed .childFranchise~.account-links { margin-left: 13%; }

/* Overlay styles */
.overlay-wrap {
	position:relative;
}
.overlay-wrap .dealerListOverlay {
	float:none;
	position:absolute;
	left:50px;
	height:80%;
	max-width:300px;
	top:8%;
	padding:0px;
	z-index:100;
	overflow:hidden;
}
.overlay-wrap ol {
	background-color:#ffffff;
}
.overlay-wrap .has-scroll-arrows ol {
	height: 85%;
	margin-bottom:0px;
}
.overlay-wrap ol > li {
	padding-left:10px;
}
.overlay-wrap .location-scroll {
	height:7%;
	text-align:center;
	background-color:#ffffff;
}
.overlay-wrap .location-scroll a {
	display:block;
	height:100%;
}
.overlay-wrap .location-scroll .disabled {
	color:#CCCCCC;
	cursor:default;
}
.overlay-wrap .location-scroll span {
	display:none;
}
.overlay-wrap .location-scroll .ddc-icon {
	font-size: 50px;
	line-height: 25px;
}
.overlay-wrap .location-scroll.next-wrap .ddc-icon {
	line-height: 8px;
	margin-top:12px;
}
.dealerListOverlay .vcard > p {
	margin-bottom:0px;
}
.locations-proximity .franchise-logos:after {
	 clear:both;
	 content:"";
	 display:block;
 }
.locations-proximity .franchise-logos span {
	display:block;
	float: left;
	width:25%;
}
.locations-proximity .franchise-logos span img {
	display:inline;
	width:100%;
	max-width:100%;
}
.locations-proximity .marker-labels .info-wrap {
	padding-left: 20px;
	position: relative;
}
.locations-proximity .marker-labels .info-marker-label {
	position: absolute;
	top: 5px;
	left: 0;
}
.locations-proximity .google-map .info-wrap .info-marker-label {
	display: none;
}

.ie9 .locations-proximity  section {
	padding: 0px 10px;
}
