.noshow {
	visibility: hidden;
	display: 	none;
}

.doshow {
	visibility: visible;
	display: 	block;
}

#info ul.addressblock { list-style: none; }

.addressblock {
	background-color: #E6F0FF;
	width: 100%;
	margin-left: 15px;
	padding: 10px;

}

ul.outletmarker { padding-bottom: 15px; }

.addressblock li, .outletmarker li {
	font-size: 1.1em;
	color: #000;
	text-align: left;
		
}

.addressblock .matchname, .outletmarker .matchname {
	font-weight: bold;
}

.addressblock .latlng, .outletmarker .latlng {
	visibility: hidden;
	display: none;
}

.addressblock .matchphone, .outletmarker .matchphone {
	font-weight: bold;
}

#map {
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 400px;
}

#map ul { margin: 0; padding: 0; }
#map ul li { background: none; margin: 0; padding: 0 0 0 15px; text-transform: capitalize; }