﻿
div.mappingParentDiv
{
    width: 22em;
    height:12em; 
    background-color: white;
}

ul.mappingUl
{
    position: relative;
    height: 10.8em; 
    overflow-y: scroll; 
    list-style-type: none; 
    margin: 10px; 
    padding: 0;
}
li.mappingLi
{
    position: relative;
    list-style-position: outside; 
    list-style: none; 
    border: 1px solid #cccccc; 
    margin: 0 2px 5px 0; 
    padding: 5px; 
    background: url('http://content.eaglerider.com/GoogleMapLocationTopGradient.gif') repeat-x scroll 0 0 #FFFFFF;
}
h1.mappingH1
{
    font: bold 16px normal Arial, Helvetica, sans-serif; 
    margin: 0; 
    border-bottom: 1px solid #cccccc; 
    padding: 8px 0 15px 53px; 
    background: transparent url('http://content.eaglerider.com/GoogleMapLocationLogo.png') no-repeat 0 0; 
    border-bottom: 1px solid #cccccc;
}
p.mappingP
{
    margin: 2px 0 0 0; 
    padding: 0; 
    position: relative;
    z-index: 1;
    font: normal 12px normal Arial, Helvetica, sans-serif;
}
div.mappingDivEnd
{
    background: transparent url('http://content.eaglerider.com/GoogleMapLocationBottomGradient.gif') repeat-x left bottom; 
    height: 45px; 
    margin: -35px -5px -5px;
}
a.ZoomBtn
{
    width: 58px;
    height: 27px;
    background: transparent url('http://content.eaglerider.com/GoogleMapZoomBtn.png') no-repeat 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
}
a.ZoomBtn:hover
{
    background-image:url('http://content.eaglerider.com/GoogleMapZoomBtnHover.png');
}
        
