﻿.used2, #used2, .used2-controls, #used2-detail, .details, .item, .heading, .used2-content, .used2-footer
{
    overflow: hidden;
    height: 100%;
}

.used2
{
    width: 361px;
    float: left;
    border: solid 2px Silver;
    margin: 0px 5px 5px 0px;
}
.used2:Hover
{
    border-color: #00ADEF;
    cursor: pointer;
}

.used2 table, #used2-detail table
{
    width: 100%;
    padding: 0px;
}
.used2 table td
{
    width: 49%;
    vertical-align: top;
    padding: 4px 3px;
    border-bottom: solid 1px Silver;
    border-right: solid 1px Silver;
}
.used2 table td.img, #used2-detail table td.img
{
    width: 1%;
    padding: 0px;
    background-color: #DDDDDD;
    border-bottom: 0px;
    border-right: 0px;
}
#used2 .used2 table td.img a, #used2 .used2 table td.img a:Hover,
#used2-detail .heading .right a, #used2-detail .heading .right a:Hover
{
    background-image: none;
    padding-left: 0px;
}
.used2 table td.img .noimage
{
    display: block;
    width: 120px;
    height: 90px;
    text-align: center;
    background: Transparent url("used/no-image.png") no-repeat center center;
}
.used2 table td.img .noimage div
{
    padding-top: 35px;
}
.used2 .heading
{
    background-color: #CCCCCC;
    padding: 4px 3px;
    border-bottom: solid 1px Silver;
}
.used2 .heading h4
{
    margin-bottom: 0px;
}
#used2 .used2Right
{
    margin-right: 0px;
    width: 366px;
}

.used2-controls, #used2-detail .heading
{
    display: block;
    padding: 4px 3px;
    background: #002A5F;
    color: White;
    font-size: 12pt;
}
.used2-controls
{
    margin-bottom: 5px;
}
.used2-controls .left, #used2-detail .heading .left
{
    width: 48%;
    float: left;
}
.used2-controls .right, #used2-detail .heading .right
{
    width: 48%;
    float: right;
    text-align: right;
}
#used2-detail .heading .right span
{
    font-size: 8pt;
    float: right;
}
#used2-detail .heading .right a
{
    float: right;
    margin-left: 5px;
}

/* Used vehicle details page */
#used2-detail
{
    margin-bottom: 25px;
}
#used2-detail .used2-content
{
    border: solid 1px Silver;
}
#used2-detail table td.img
{
    text-align: right;
    border-right: solid 1px Silver;
}
#used2-detail table td
{
    vertical-align: top;
    padding: 0px;
}
#used2-detail table td.img input
{
    margin: 3px 0px 1px 0px;
}
#used2-detail table td.img input.next
{
    margin-right: 3px;
}
#used2-detail .details
{
}
#used2-detail .details .left
{
    width: 49%;
    float: left;
}
#used2-detail .details .right
{
    width: 49%;
    float: right;
}
#used2-detail .details .item
{
    display: block;
    padding: 4px 0px;
}
#used2-detail .details .item .lbl
{
    width: 40%;
    float: left;
    padding-right: 3px;
    text-align: right;
    color: Gray;
}
#used2-detail .details .item .val
{
    float: left;
    width: 50%;
}
.used2-footer
{
}
.used2-footer table
{
    width: 100%;
}
#used2-detail .used2-footer table td
{
    width: 25%;
    vertical-align: middle;
    padding: 3px 5px;
    border-top: solid 1px Silver;
    border-left: solid 1px Silver;
}
#used2-detail .used2-footer table td.company
{
    background-color: #002A5F;
    border-left: 0px;
    color: White;
}
.used2-footer table td.tel
{
    font-size: 10pt;
    text-align: center;
}

#used2-detail #vstaff .AspNet-DataList table
{
    width: 100%;
}
#used2-detail #vstaff .AspNet-DataList table td
{
    width: 50%;
    padding: 0px 5px 20px 0px;
    line-height: 20px;
}
#used2-detail #vstaff .AspNet-DataList table td h5
{
    margin-bottom: 5px;
}

/* Tabs */
.used-tabs
{
    font-size: 8pt;
}
.used-tabs .ajax__tab_header
{
    border-bottom: solid 1px Silver;
    background-color: #EBECEE;
    padding-top: 5px;
}
.used-tabs .ajax__tab_body
{
    padding: 10px 5px 5px 5px;
}
.used-tabs .ajax__tab_outer
{
    height: 16px;
    width: 106px;
    text-align: center;
    background: Transparent url("used/tab_bg.png") no-repeat top left;
    padding-top: 2px;
    margin: 0px 0px 0px 3px;
}
.used-tabs .ajax__tab_tab
{
    display: block;
    cursor: pointer;
    height: 16px;
    width: 106px;
}
.used-tabs .ajax__tab_active .ajax__tab_outer
{
    background-image: url("used/tab_bg_selected.png");
    color: Navy;
}
.used-tabs .ajax__tab_hover .ajax__tab_outer
{
    color: Navy;
}
#home-items .used-tabs .ajax__tab_active .ajax__tab_outer
{
    background-image: url("used/home_bg_selected.png");
    color: White;
}