/* Gmaps.css */

.markerName {
	color:#205394;
	text-decoration: none;
	font-size: 16px;
        font-weight : bold;  
}

.markerDescription {
	font-size: 12px;
color:#d02f4c;
}

#gmapdescriptionheading	{
	font-size: 12px;
}

#gmapdescription {
	font-size: 12px;
}

#markerlistHeading {
	font-size: 14px;
	font-weight: bold;	
}

#markerList {
	font-size: 10px;
	padding-bottom: 10px;
}
#gmapheading h3 {
	font-size:14px;
	text-decoration: underline;
}


/* THE FOLLOWING STYLE RULES APPLY TO THE MAP LIST ON THE FRONT END */
.gmapidheading {
	display:none;
}
.gmaptitleheading {
}
.gmapdescriptionheading {
}
.gmapid {
	display: none;
}
.gmapdescription {
	color: blue;
}
.gmaptitle {
	color: yellow;
}

.gmapsmod-maplist li{
margin: 0px 0px 0px 10px;
}