
body div.carContainer
{
    margin: 0;
    width: 600px;
    height: 200px;
    overflow: hidden;
    background-color: #c4d3e4;
    background-image: url(images/legend-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

body div.carousel
{
    float: left;
}

body div.carContainer ul.legend
{
    float: left;
    margin: 0;
    padding: 0;
    width: 170px;
    height: 195px;
    list-style-type: none;
    border-left: 1px solid white;
}

body div.carContainer ul.legend li
{
    font-family: verdana;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

body div.carContainer ul.legend li.header
{
    padding-left: 8px;
    padding-top: 12px;
    height: 40px;
}

body div.carContainer ul.legend li a
{
    display: block;
    height: 40px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 10px;
    overflow: hidden;
}

body div.carContainer ul.legend li a:hover
{
    font-style: italic;
}

body div.carContainer ul.legend li a:active
{
    color: yellow;
}