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

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

.MTEDGMapListEntry .GMapShow {
    color: #1d85bd;
    cursor: pointer;
}

.MTEDGMapListEntryContent {
    margin-top: 8px;
}

.markerOverlay {
	z-index: 999;
	position: absolute;
	width: 216px;
	font-size: 11px;
	line-height: 14px;
}

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

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

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



.markerOverlayHidden {
	display: none
}

.markerOverlay a {
    color: #1d85bd;
    text-decoration: none;
}
