﻿
/* Details Page
----------------------------------------------------------*/

#VehicleGalleria {
    width: 100%;
    height: 100%;
    min-height: 560px;
}

.askingPriceDisabled {
    text-decoration: line-through;
}

.salePrice {
    color: green;
}

.detailsSection {
    display: inline-block;
    width: 176px;
    vertical-align: top;
}

.detailsSectionLabelsColumn {
    display: inline-block;
    padding-right: 2px;
}

.detailsSectionValuesColumn {
    display: inline-block;
    vertical-align: top;
}

.optionLabel {
    font-weight: bold;
}

.optionLabelNested {
    font-weight: bold;
    margin-top: 8px;
}

.optionsHeading {
    font-weight: bold;
    margin: 18px 0px 4px 0px;
}

#LegalDisclaimer {
    font-size: 0.8em;
    opacity: 0.5;
}
