
table.vehicle-details {
    margin:                 0px;
    margin-bottom:          16px;
    border-style:           solid;
    border-color:           #c0c0c0;
    border-width:           0px;
    border-bottom-width:    1px;
    border-collapse:        collapse;
    width:                  528px;
}
table.vehicle-details tr {
    border-style:           solid;
    border-color:           #c0c0c0;
    border-width:           0px;
}
table.vehicle-details th {
    background:             #e0e0e0;
    color:                  #000000;
    font-weight:            bold;
    padding:                4px;
    border-style:           solid;
    border-color:           #a0a0a0;
    border-width:           0px;
}
table.vehicle-details td {
    text-align:             left;
    vertical-align:         top;
    padding:                4px;
    padding-left:           6px;
    padding-right:          10px;
}
tr.block-start {

}

td.label {
    font-weight:            bold;
    white-space:            nowrap;
}
td.detail {
    padding-left:           6px;
}
td.detail-email {
    background:             url(../images/design/email.gif);
    background-position:    0px 6px;
    background-repeat:      no-repeat;
    padding-left:           17px !important;
}

td.label-block-start {
    padding-top:            8px !important;
    font-weight:            bold;
    white-space:            nowrap;
    border-top-color:       #c0c0c0 !important;
    border-top-style:       solid !important;
    border-top-width:       1px !important;
}
td.detail-block-start {
    padding-top:            8px !important;
    padding-left:           6px;
    border-top-color:       #c0c0c0 !important;
    border-top-style:       solid !important;
    border-top-width:       1px !important;
}
