.ResellerMap {
    position: relative;
}

.ResellerMap .MapLocation
{   
    position: absolute;
    margin: -5px 0 0 -5px;
}

.ResellerMap .MapLocation a.LocationLink {
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background: url(img/locationsize0.gif); 
    font-size: 0;
    text-decoration: none;
}

.ResellerMap .LocationSize1 {
    margin: -7px 0 0 -7px;
}

.ResellerMap .LocationSize1 a.LocationLink {
    width: 14px;
    height: 14px;
    background: url(img/locationsize1.gif);
}

.ResellerMap .LocationSize1 {
    margin: -9px 0 0 -9px;
}

.ResellerMap .LocationSize2 a.LocationLink {
    width: 18px;
    height: 18px;
    background: url(img/locationsize2.gif);
}

.ResellerMap .MapLocation .LocationInfo {
    display: none;
    position: absolute;
    right: 100%;
    top: -15px;
    width: 120px;
    background: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-family: Georgia, serif;
    cursor: pointer;
}

.ResellerMap .MapLocation .LocationTitle {
    display: block;
    background: #A09788;
    padding: 2px 4px;
    color: #FFF;
    text-decoration: none;
    border-color: #706454;
    border-width: 1px;
    border-style: solid solid none solid;
}

.ResellerMap .MapLocation .LocationDescription {
    display: block;
    border-color: #706454;
    border-width: 1px;
    border-style: none solid solid solid;
    padding: 2px 4px;
    text-decoration: none;
}

.ResellerMap .LocationResellers a {
    display: block;
    padding-bottom: 2px;
}