.MTEDGMapListLine h2 {
    margin-bottom: 12px !important;
}

.MTEDGMapListEntry {
    width: 260px;
    margin-right: 17px;
}

.MTEDGMapListEntry .GMapShow {
    color: #008348;
    cursor: pointer;
}

.MTEDGMapListEntryContent {
    margin-top: 8px;
}

.markerOverlay {
	z-index: 999;
	position: absolute;
	width: 216px;
	font-size: 10px;
}

.markerOverlay .markerOverlayHeader {
    height: 10px;
    background-image: url(/img/slices/markerOverlayHeader_bg.png);
	background-repeat: no-repeat;
}

.markerOverlay .markerOverlayContent {
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(/img/slices/markerOverlayContent_bg.png);
    background-repeat: repeat-y;
    font-size: 10px;
}

.markerOverlay .markerOverlayFooter {
    height: 23px;
    background-image: url(/img/slices/markerOverlayFooter_bg.png);
	background-repeat: no-repeat;
}

.markerOverlay .markerOverlayContent h4 {
    color: #fff;
    background-color: #008442;
    font-weight: bold;
    line-height: 17px;
    font-size: 10px;
    padding-left: 5px;
    margin-bottom: 5px;
    background-image: url(/img/slices/close_map_overlay.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.markerOverlay .markerOverlayContent h5 {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ededed;
    padding-left: 5px;

}

.markerOverlay .markerOverlayContent p {
    padding-left: 5px;
}






.markerOverlayHidden {
	display: none
}

.markerOverlay a {
    color: #008348;
    text-decoration: none;
    padding-left: 16px;
    background-image: url(/img/slices/link.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
}