
/**
* Locations
*/



.locations.showall .item
{
    position: relative;
    margin-top: 20px;
    _overflow: hidden;
    _height: 50px;
    _width: 95%;
}

.locations.showall .item h2,
.locations.showall .item p
{
    margin: 0;
    padding: 0
}

.locations.showall .item h2 a
{
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 54px;
    background: transparent url(../images/viewmap_icon.gif) no-repeat top left;
    padding-left: 60px;
}

.locations.showall .item .icons
{
    position: absolute;
    right: 0;
    top: 0;
}

.locations.showall .item .bodycopy
{
    margin: -33px 0 0 60px;
}

.locations.showall .legend
{
    background-color: #F9EFB4;
    overflow: auto;
    margin: 20px 0;
    display: block;
    _zoom: 1;
}
.locations.showall .legend p
{
    float: left;
    width: 49%;
    font-size: .8em;
    text-align: center;
}

.locations.showall .actions
{
    float: left;
}