﻿div.vehicles {}
/* TODO 9/23/08 - scope and clean up */
/* START VEHICLE LISTINGS DISPLAY CLASSES */

table.vehiclesSummary { border-collapse: collapse; width: 100%; }
table.vehiclesSummary td { padding: 3px; border: none; border-bottom: 1px solid #999; font-size: 12px; }
table.vehiclesSummary th { padding: 3px; background: #999; border: 1px solid #c0c0c0; color: #fff; font-size: 12px; text-align: left; }

table.vehiclesSummary th a:link,
table.vehiclesSummary th a:visited,
table.vehiclesSummary th a:active { color: #fff; }

table.vehiclesSummary th a:hover { color: #eaeaea; }
table.vehiclesSummary .alternate td { background: #e1e1e1; }

table.vehiclesSummary a:link, 
table.vehiclesSummary a:visited, 
table.vehiclesSummary a:active { color: #000; }

table.vehiclesSummary a:hover { color: #999; }

table.vehiclesSummary .empty td 
{
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    background: #eaeaea;
    height: 100px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    
}


/* END VEHICLE LISTINGS DISPLAY CLASSES */

/* START VEHICLE ENTRY DISPLAY CLASSES */

table.vehicleDisplay {
    border-collapse: collapse;
    width: 100%;

}

table.vehicleDisplay td {
    padding: 5px;
    font-size: 11px;
}

table.vehicleDisplay th {
    background: #999;
    text-align: left;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    
}

table.vehicleDisplay td.contactContainer {
    background-color: #eaeaea;
    color: #000;
    padding: 0px;
}

table.vehicleDisplay td.contactContainer th {
    background-color: #888;
    font-size: 12px;
}

table.vehicleDisplay td.contactContainer table.contactContent {
    padding: 8px;
    width: 100%;
}

table.vehicleDisplay table.contactContainer table.contactContent td {
    padding: 8px;
    background-color: #eaeaea;
    color: #000;
}

table.vehicleDisplay table.contactContainer table.contactContent th {
    background-color: #888;
    font-size: 12px;
}

table.vehicleDisplay table.contactContainer a:link, 
table.vehicleDisplay table.contactContainer a:visited, 
table.vehicleDisplay table.contactContainer a:active {
    color: #fff;
    font-size: 12px;
}

table.vehicleDisplay table.contactContainer a:hover {
    color: #eaeaea;
}

table.vehicleDisplay td.pictureContainer {
    background: #f3f3f3;
    font-weight: bold;
    font-size: 14px;
}

table.vehicleDisplay td.pictureContainer img.mainImg 
{
    /*
    background-image: url(/vehicles/images/icons/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    */
   
}


a.thumbNailImage img { border: none; margin: 1px; }
a.thumbNailSelected img { border: 1px solid #ffcc00; }

table.vehicleDisplay table.featureContent { font-weight: normal; }

table.vehicleDisplay table.featureContent .featureLabel { font-weight: bold; }

table.vehicleDisplay table.featureContent .feature {
    padding-left: 10px;
}

table.vehicleDisplay .featureContentLarge td
{
    font-size: 12px;
}

table.vehicleDisplay .featureContentLarge .buyPower
{
    font-size: 14px;
    font-weight: bold;
 }
 
 table.vehicleDisplay .featureCats 
{
    width: 100%;
}

table.vehicleDisplay .featureList 
{
    width: 100%;
}

table.vehicleDisplay .featureList td 
{
    width: 50%;
}
table.vehicleDisplay input, table.vehicleDisplay textarea, table.vehicleDisplay select {
    font-size: 11px;
}

table.vehicleDisplay .menuContent,
table.vehicleDisplay .menuContent td
{
    color: #ffffff;
    background-color: #842910;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
}

table.vehicleDisplay .menuContent a { color: #ffffff; }


table.vehicleDisplay input.button {
    background: #999;
    color: #fff;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    
}

/* END VEHICLE ENTRY DISPLAY CLASSES */

/* SMALL VEHICLE SEARCH CLASSES */
table.vehicleSearch 
{
    border-collapse: collapse;
    border-bottom: 1px solid #999;
    width: 100%;
}

table.vehicleSearch td {
    padding: 3px;
    border: none;
    font-size: 11px;
}

table.vehicleSearch th {
    padding: 3px;
    background: #999;
    border: 1px solid #c0c0c0;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

table.vehicleSearch input,
table.vehicleSearch select,
table.vehicleSearch textarea
{
    font-size: 11px;
}

table.vehicleSearch input.button 
{
    background: #999;
    color: #fff;
    font-weight: bold;
    border: 1px solid #c0c0c0;
}

/* END SMALL VEHICLE SEARCH CLASSES */

/* MISC CLASSES */
div.helpBox, div#helpBox 
{
    width: 90%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 3px;
    border: solid 1px #D7D7D7;
    background-color: #F7F7F7;
}

span.onSale { font-weight: bold; }
