
.mek-statistics-map {
	font-family: 'Avenir Book';
	color: #3D3D3D;
	width: 940px;
	letter-spacing: -0.5px;
}

.map-wrapper {
	position: relative;
	width: 940px;
	height: 500px;
}

.map-canvas {
	position: absolute;
	top: 0;
	left: 0;
}



.mek-statistics-map .map-info {
	background: white;
	border: 1px dotted #3D3D3D;
	padding: 5px;
	position: absolute;
}

.mek-statistics-map .map-info.map-info-footer {
	bottom: 20px;
	left: 20px;
	height: 35px;
}

.mek-statistics-map .map-info.map-info-right {
	bottom: 20px;
	left: 550px;
	height: 50px;
	padding: 15px;
} 

.mek-statistics-map .map-info-sign {
	font-family: 'Avenir Black';
	width: 40px;
	height: 35px;
	text-align: center;
	font-size: 50px;
	line-height: 30px;
	border-right: 1px dotted #3D3D3D;
	margin-right: 20px;
	padding-right: 5px;
	position: relative;
	float: left;
	display: block;
}

.mek-statistics-map .map-info-right .map-info-sign {
	width: 40px;
	line-height: 50px;
	height: 50px;
	padding-right: 10px;
}

.mek-statistics-map .map-info-sign-positive {
}

.mek-statistics-map .map-info-sign-negative {
	position: relative;
	top: -3px;
}

.mek-statistics-map .map-info-text {
	/*padding-rig: 40px;*/
	width: 500px;
	font-size: 14px;
}

.mek-statistics-map .map-info-right .map-info-text {
	width: 320px;
}

.mek-statistics-map .map-info-text strong {
	font-family: 'Avenir Black';
	font-weight: normal;
}

.mek-statistics-map .map-dataset.map-dataset-footer {
	width: 150px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.mek-statistics-map .map-dataset.map-dataset-right {
	width: 250px;
	position: absolute;
	top: 30px;
	left: 550px;
}

.mek-statistics-map .map-dataset ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: white;
	/*background: white url('../img/dropdown-arrow.png') right bottom no-repeat;*/
	border: 1px dotted #3D3D3D;
	padding-bottom: 10px;
	padding-top: 10px;
}

.mek-statistics-map .map-dataset.map-dataset-right ul {
	/*background: white url('../img/dropdown-arrow.png') right 12px no-repeat;*/
	margin-bottom: 15px;
}

.mek-statistics-map .map-dataset li {
	width: 140px;
	padding-left: 10px;
	/*display: none;*/
	line-height: 25px;
	height: 25px;
	cursor: pointer;
}

.mek-statistics-map .map-dataset-right li {
	width: 250px;
}

.mek-statistics-map .map-dataset li:hover {
	color: black;
}

.mek-statistics-map .map-dataset ul.hover li {
	display: block;
}

.mek-statistics-map .map-dataset li.active {
	display: block;
	font-family: 'Avenir Black';
}

.mek-statistics-map .map-dataset ul.hover li.active {
	line-height: 14px;
}

.map-loading {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border-radius: 4px;
	background: rgba(0,0,0,.8) url('../img/loading.gif') center center no-repeat;
}

.mek-statistics-map.loaded .map-loading {
	display: none;
}

.map-rowlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Avenir Black';
	font-size: 10px;
	text-transform: uppercase;
	position: absolute;
	font-weight: normal;
	top: 30px;
	left: 30px;
	color: #3d3d3d;
}

.map-rowlist li {
	margin-bottom: 2px;
	cursor: pointer;
}

.map-rowlist li.map-active-row,
.map-rowlist li:hover {
	color: white;
}

.map-rowlist li.map-rowlist-last {
	padding-top: 10px;

}

.mek-statistics-map .map-rowlist {
	display: none;
}

.mek-statistics-map .map-dataset {
	display: none;
}

.mek-statistics-map .map-info {
	display: none;
}

.mek-statistics-map.loaded .map-rowlist {
	display: block;
}

.mek-statistics-map.loaded .map-dataset {
	display: block;
}

.mek-statistics-map.loaded .map-info {
	display: block;
}

.mek-statistics-map .map-footer {
	padding-top: 15px;
	position: absolute;
	width: 940px;	
}

.mek-statistics-map .map-footer .map-source {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 10px;
	float: left;
}

.mek-statistics-map .map-footer .map-more-link {
	float: right;
}
