﻿
div.carTitle {
    font-size: 10pt;
    padding: 30px 0 5px 0;
}
 
.carBackground {
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 250px;
    border-top: 1px solid #dae2e8;
    border-bottom: 1px solid #dae2e8;
    padding: 20px 20px 10px 30px;
}

.carInfo {
    line-height: 20px;
}

hr.lineSeparator {
    color: #a9b5be;
    background-color: #a9b5be;
    height: 1px;
    border: none;
}
 
