/*  
Site Name: Auckland City Council i-map implementation
Site URI: www.aucklandcity.govt.nz
Description: i-map styles for borwsers not supporting javascript
Version: 1.0
Author: Murray Roke, Adam Wright
Author URI: www.terabyte.co.nz
*/

.i-map-loading {
	display:none;
}

.i-map {
	margin: 0;
	padding: 0;
	display:block;
}

.i-map ul {
	margin: 0;
	padding: 0;
}

.i-map li {
	list-style: none;
	margin: 0;
}

.cat-name {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #62b8e7;
	padding: 0 0 5px 0;
	margin: 40px 0 5px 0;
}

.i-map-collection li {
	border-bottom: 1px dotted #dbebf8;
	padding: 10px 0 10px 0;
}

	.i-map-collection li ul li {
		border: none;
		margin-left: 20px;
		list-style: disc;
	}

.location-name {
	font-size: 12px;
}

.i-map h4 {
	margin: 10px 0 0 0;
}

.adr span {
	display: block;

}