/* rado maps
---------------------------------------------------------------------------------*/
body {
	min-width: 800px;
	
	
	color: #000;
        font-size: 1em;
    font-family: "Noto Serif",serif;
    line-height: 1.4;
}

a,
a:active,
a:visited {
	text-decoration: underline;
	color: #26bae4;
}

a:hover {
	text-decoration: none;
	color: #eb3e3e;
}

/*-----------------------*/
	#offer_div {
		display:none;
		position:absolute;
		left:200px;
		top:100px;
		z-index:5000;
	}

	
div.mapbcont{
	width:360px;
	background:#26bae4;
	}

div.mapbcont div.mapbhead a{
	color:#000;
	text-decoration: none;
	cursor: pointer;
	}


/* balloon-general */
div.mapb{
	color:#ffffff;
	text-align:left;
	border:1px solid #ffffff;
}

div.mapb img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	}

div.mapbhead{
	background:#ffffff;
	font-weight:bold;
	font-size:11px;
	padding:2px 5px;
	}

div.mapbhead img{
	float:right;
	margin:1px 0 0 1px;
	}

div.mapbtext{
	padding:5px;
	font-size:10px;
	}
