
#GeoRSSMap {
	position: relative; 
	width: 90%;
	height: 400px;
}

/*  Callout  */
.callout_container {
	position:absolute;
	display:block;
	background-color:transparent;
}
.callout_content {
	padding:5px 10px 5px 10px;
	border: 3px solid #808080; 
	position: relative; 
	background-color: #F0F0F0 !important; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius:8px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.callout_footer1 {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #808080;
	position: relative; 
	background:transparent;
	width: 0px; 
	height: 0px; 
	left: 0px; 
	top: -3px; 
	margin-left: 20px; 
}
.callout_footer2 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F0F0F0;
	background:transparent;
	position: relative; 
	left: -10px; 
	height: 0px; 
	width: 0px; 
	top: -14px;
}
.callout_topfooter1 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #808080;
	position: absolute; 
	width: 0px; 
	height: 0px; 
	left: 0px; 
	top: -9px; 
	margin-left: 20px; 
}

.callout_topfooter2 {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F0F0F0;
	position: relative; 
	left: -10px; 
	height: 0px; 
	width: 0px; 
	top: 4px;
}


.callout_icon {
	position:relative;
	display:inline;
	float:left;
	margin-right:5px;
}

#map-infobox .callout_content {
	background-color: #fff !important;
}
#map-infobox .callout_footer2 {
	border-top-color: #fff !important;
}
#map-infobox .map-infobox-close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#map-infobox .q-map-marker-info {
	margin: 5px 25px 5px 5px;
}

#map-infobox .q-map-infobox-title {
	margin: 10px 20px 10px 0;
}
#map-infobox .q-map-infobox-title a {
	font-size: 18px;
	font-weight: bold;
}

#map-infobox .q-map-infobox-content {
	margin-bottom: 10px;
	max-height: 200px;
	max-width: 350px;
	overflow: auto;
}

.q-map-poi-hide {
	display: none; 
}