.used-vehicles, .used-vehicles-ctrls, .used, .used .left, .used .right
{
    overflow: hidden;
    height: 100%;
}
.used
{
    padding: 10px 0px;
    border-bottom: dashed 1px Gray;
}
.used .left
{
    float: left;
    width: 80%;
}
.used .right
{
    float: right;
    width: 19%;
    text-align: right;
}
.used-vehicles
{
    border-top: dashed 1px Gray;
    margin-bottom: 10px;
}
.used img
{
    float: left;
    margin-right: 10px;
}
.used p
{
    padding: 0px;
    margin: 0px 0px 8px 0px;
}
#right a.img
{
    padding: 0px;
    background-image: none;
}

.used-vehicles-ctrls
{
    margin: 10px 0px;
}
.used-vehicles-ctrls .left
{
    float: left;
    width: 70%;
}
.used-vehicles-ctrls .right
{
    float: right;
    width: 29%;
    text-align: right;
}

table.vehicle
{
    width: 100%;
    border: solid 1px Silver;
}
table.vehicle tbody tr td,
table.vehicle tfoot tr td
{
    border: solid 1px Silver;
    padding: 2px;
    vertical-align: top;
}
table.vehicle tbody tr td.labl,
table.vehicle tfoot tr td.labl
{
    color: #606060;
    background: #F9F9F9;
}

/* inherits from content.css */
#vstaff .AspNet-DataList table,
#vstaff .AspNet-DataList table td
{
    border: 0px;
}
