﻿#newvehicle_search_results
{
    padding: 10px;
}

#newvehicle_search_results table
{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #414141;
    background-color: #FFFFFF;
}

#newvehicle_search_results table caption
{
    padding-bottom: 10px;
    color: #808080;
    text-align: left;
}

#newvehicle_search_results table th,
#newvehicle_search_results table td
{
    padding: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #414141;
    text-align: left;
}

#newvehicle_search_results table th
{
    background-color: #C1C1C3;
    color: #000000;
}

#newvehicle_search_results table th a
{
    color: #000000;
    text-decoration: none;
    display: block;
}

#newvehicle_search_results table td,
#newvehicle_search_results table td a
{
    color: #262626;
}

#newvehicle_search_results table td a
{
    text-decoration: none;
}

#newvehicle_search_results table tr.row:hover td,
#newvehicle_search_results table tr.over td
{
    background-color: #F1F1F1;
    cursor: pointer;
}

#newvehicle_search_results table td div
{
    width: 325px;
    white-space: nowrap;
    overflow: hidden;
}

/* New vehicle details */
#newvehicledetails
{
    float: left;
    display: inline; /* IE6 double margin hack */
    width: 245px;
    height: 370px;
    margin: 10px 8px 10px 10px;
}

#newvehicledetails_detailspanel
{
    float: left;
    width: 245px;
    height: 183px;
    background-color: #C1C1C3;
    border-top: solid 3px #C1C1C3;
}

.newvehicledetails_show
{
    display: block;
    float: left;
    width: 235px;
    height: 178px;
    padding: 0 5px 5px 5px;
    overflow: auto;
}

#DIV_Photo.newvehicledetails_show
{
    width: 245px;
    height: 183px;
    padding: 0;
    overflow: hidden;
}

.newvehicledetails_hide
{
    display: none;
    width: 235px;
    height: 178px;
    padding: 0 5px 5px 5px;
    overflow: auto;
}

.newvehicledetails_show h2,
.newvehicledetails_hide h2
{
    margin: 5px 0 5px 0;
}

.newvehicledetails_show ul,
.newvehicledetails_hide ul
{
    margin-left: 15px;
    list-style-type: circle;
}

#DIV_Photo img
{
    float: left;
}

.specialoffers
{
    float: left;
    width: 226px;
    height: 100%;
    background: url(../Images/filmstrip.gif) repeat-y;
}

.specialoffers img
{
    float: left;
    margin: 5px 0 12px 25px;
}

#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;
}

