﻿.mapcontrol_wrapper
{
    padding:5px;
}

.mapcontrol_title
{
    width: 176px;
    height: 44px;
    background-image: url('../images/mapcontrol_headlineBg.png');
    background-repeat: no-repeat;
    color: #333333;
    text-decoration: none;
}
.mapcontrol_title p
{
    padding: 5px;
}
    
.mapcontrol_wrapper .mapwrapper
{
    background-position: bottom;
    background-image: url('../images/mapcontrol_background.png');
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.mapcontrol_wrapper .mapwrapper a
{
    padding: 7px 15px 5px 20px;
    color: #000000;
    text-decoration: none;
    background-position: left center;
    background-image: url('../images/mapcontrol_nohover.png');
    background-repeat: no-repeat;
}
.mapcontrol_wrapper .mapwrapper a:hover
{
    color: #000000;
    background-position: left center;
    background-image: url('../images/mapcontrol_hover.png');
    background-repeat: no-repeat;
}

.mapcontrol_map
{
    width: 176px;
    height: 31px;
    cursor: pointer;
        background-image: url('../images/mapcontrol_line.png');
    background-repeat: no-repeat;
    background-position: bottom;
}

.mapcontrol_map .maplink
{
    display:block;
    width:100%;
}
