
.GeoLocationList {
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
}
.GeoLocationList .title {
    background: #cc0000 url("Images/logo.png") no-repeat scroll 8px 5px;
    height: 28px;
}
.GeoLocationList .title > span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 28px;
}

.GeoLocationList .LocationList {
    list-style: outside none none;
    margin: 10px;
    padding: 0;
}
.GeoLocationList .LocationList .TopItem {
    padding: 0 0 5px;
}
.GeoLocationList .LocationList .ItemHeader.HasSub a {
    font: bold 13px/2 arial;
}
.GeoLocationList .LocationList li .SubList {
    color: #0079cc;
    list-style: inside square!important;
    margin: 0;
    padding: 0;
}
.GeoLocationList .LocationList li .SubList li {
    padding: 3px 0;
}

