﻿/***************************************************************************
 ** Copyright 2009 Ingenios Ltd.
 ** http://ingenios.co.uk
 ***************************************************************************/

h1.classHeading {
    margin-left: 8px;
}

.classVehicleTable {
   /*
   */
    font-size: 12px;
    background-color: #ffffff;
    margin-bottom: 16px;
}
.classVehicleTable th {
   /*
   */
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}
.classVehicleColA,
.classVehicleColX {
   /*
   */
    border: solid 1px #cccccc;
    border-right: none;
    padding-left: 8px;
}
.classVehicleTable th.classVehicleColA,
.classVehicleTable th.classVehicleColX {
   /*
   */
    padding-left: 24px;
}
.classVehicleColA img,
.classVehicleColX img {
   /*
   */
    margin: 3px 0px 3px 0px;
}
.classVehicleColB,
.classVehicleColY {
    border: solid 1px #cccccc;
    border-right: none;
    border-left: none;
}
.classVehicleColC,
.classVehicleColZ {
    text-align: center;
    border: solid 1px #cccccc;
}
.classVehicleColZ {
    font-size: 14px;
}

.classVehicleName {
    font-size: 16px;
}
.classVehicleDesc {
}
