*{
	font-family: 'FrutigerLTW01-45Light', Arial, Helvetica, sans-serif;
}
*{
	/*z-index: 0 important; */
}
#vmap{
	z-index: 0;
	position:inherit;
}
.map-tooltip {
	background: url(../Icons/bg-tooltip.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
	display: inline-block;
	padding: 5px !important;
	position: fixed;
	text-indent: 0;
	z-index: 9999999 !important;
}
.map-tooltip span, .map-tooltip div {
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
	background: #fff;
	text-align: left;
	position: relative;
	text-indent:inherit;
}
.map-tooltip span {font-size: 85.7%;color: #ec008c; display: inline-block; padding: 15px 10px 15px 20px}
.map-tooltip div {font-size: 100%; display: block; width:180px; padding: 15px 10px 5px 10px !important;background: #fff; opacity: 2.0 !important}

#places.map-tooltip h6 {
	color: #000;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0 0 0 0 ;
}
#places.map-tooltip ul{
	list-style-type: none;
	font-size: 85.7%;
	color:#666;
	line-height: 140%;
	margin-left: 0;
	padding-left: 0;
}
#places{
	margin:0 0 0 0;
	position: fixed;
}
#data{
	display: none;
}

