﻿body
{
    background-color: #ffffff;
    font-size: 12px;
    font-family: 'Arial' , 'Microsoft Sans Serif';
}
h1
{
    font-size: 18px;
    font-family: 'Arial' , 'Microsoft Sans Serif';
}

.mainInfo
{
    text-align: center;
}

.menu
{
    padding: 3px 0px 0px 0px;
    margin: 0;
    color: #ffffff;
    white-space: nowrap;
    list-style-type: none;
    height: 8px;
    font-weight: bold;
}
.menu li
{
    display: inline;
}
.menu li a
{
    padding: 0.2em 1em;
    background: #1d04ba;
    color: #ffffff;
    text-decoration: none;
    float: left;
    border: 1px solid #1d04ba;
}
.menu li a:hover
{
    background: #6a85de;
    color: #ffffff;
}

.ratesTable
{
    background: #fff;
    border-collapse: collapse;
    text-align: left;
}
.ratesTable th
{
    font-weight: bolder;
    padding: 6px 6px;
    border-bottom: 2px solid #1d04ba;
}
.ratesTable td
{
    border-bottom: 1px solid #7666dd;
    padding: 4px 6px;
}
.ratesTable td #driverMin
{
    font-size: smaller;
    font-style: italic;
}
.ratesTable tbody tr:hover td
{
    color: #009;
}

.imageInfo
{
    text-align: right;
}

.footerInfo
{
    padding-top: 20px;
    color: Gray;
    font-size: 10px;
    text-align: center;
}

.galleria
{
    list-style: none;
    width: 400px;
}
.galleria li
{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
}
.galleria li a
{
    display: none;
}
.galleria li div
{
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}
.galleria li div img
{
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div
{
    display: block;
}
.galleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption
{
    display: block;
    padding-top: .5em;
}
* html .galleria li div span /* MSIE bug */
{
    width: 200px;
}

