﻿
/* Browse Page
----------------------------------------------------------*/


#SearchFilter label {
    width: 60px;
}

#SearchFilter select {
    width: 160px;
}

#SearchFilter button {
    margin-left: 144px;
}

.vehicleResult {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
}

    .vehicleResult:hover {
        background-color: #cee7ff;
        border: 1px solid #3290e9;
        color: black;
    }

.vehiclePreview {
    width: 200px;
    height: 150px;
    background-color: silver;
    background-size: 200px 150px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 8px 0px 0px 0px;
}

.salePrice {
    color: green;
    display: block;
    float: right;
    margin-right: 40pt;
}

.askingPriceDisabled {
    text-decoration: line-through;
    display: block;
    float: right;
    margin-right: 40pt;
}