﻿#newvehicledetails
{
    float: left;
    display: inline; /* IE6 double margin hack */
    width: 695px;
    height: 370px;
    margin: 10px;
}

#newvehicledetails_left
{
    float: left;
    width: 215px;
    height: 370px;
    margin-right: 10px;
}

#newvehicledetails_center
{
    
    float: left;
    width: 245px;
    height: 370px;
    margin-right: 10px;
}

#newvehicledetails_right
{
    float: left;
    width: 215px;
    height: 370px;
}

.newvehicledetails_left_technical
{
    clear: left;
    width: 205px;
    height: 345px;
    overflow: auto;
    padding: 0 5px 5px 5px;
    background-color: #C1C1C3;
}

#DIV_Photo
{
    clear: left;
    float: left;
    border-top: solid 3px #C1C1C3;
}

#DIV_Photo img
{
    float: left;
}

#newvehicledetails_vehicleprice
{
    float: left;
    width: 235px;
    padding: 5px;
}

#newvehicledetails_vehicleprice h1
{
    font-weight: normal;
}

#newvehicledetails_contact
{
    float: left;
    width: 245px;
    text-align: center;
}

#newvehicledetails_contact p
{
    margin-top:10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#newvehicledetails_contact_callnow
{
    margin-top: 20px;
}

.newvehicledetails_right_equipment
{
    clear: left;
    width: 205px;
    height: 154px;
    overflow: auto;
    padding: 0 5px 5px 5px;
    margin-bottom: 10px;
    background-color: #C1C1C3;
}

.newvehicledetails_right_options
{
    clear: left;
    width: 205px;
    height: 154px;
    overflow: auto;
    padding: 0 5px 5px 5px;
    background-color: #C1C1C3;
}

.newvehicledetails_left_technical h2,
.newvehicledetails_right_equipment h2,
.newvehicledetails_right_options h2
{
    margin: 5px 0 5px 0;
}

.newvehicledetails_right_equipment ul,
.newvehicledetails_right_options ul
{
    margin-left: 15px;
    list-style-type: circle;
}

.specialoffers
{
    display: none;
}

