﻿
.ddlYrMkMd
{
    width: 190px;
    font-size: large;
    color: #000000;
}

    .ddlYrMkMd:hover
    {
        width: 190px;
        font-size: large;
        color: #000000;
        cursor: pointer;
    }

.pageTitle
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px;
}

.VehicleCategories
{
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    border: thin solid silver;
    border-top-right-radius: 15px;
}
.VehicleCategories:hover
{
   cursor: pointer;
}

.category
{
    font-size: large;
    background-color: #808080;
    color: #FFFFFF;
    font-weight: bold;
}
.subcategory
{
    font-weight: bold;
}

    .subcategory:hover
    {
        font-weight: bold;
        color: #000080;
        cursor: pointer;
    }

.tablist
{
    list-style: none;
    height: 2em;
    padding: 0;
    margin: 0;
    border: none;
    font-size: large;
}

    .tablist li
    {
        float: left;
        margin-right: 0.13em;
    }

        .tablist li a
        {
            display: block;
            padding: 0 1em;
            text-decoration: none;
            border: 0.06em solid #000;
            border-bottom: 0;
            font: bold 0.88em/2em arial,geneva,helvetica,sans-serif;
            color: #000;
            background-color: #ccc; /* CSS 3 elements */
            -webkit-border-top-right-radius: 0.50em;
            -webkit-border-top-left-radius: 0.50em;
            -moz-border-radius-topright: 0.50em;
            -moz-border-radius-topleft: 0.50em;
            border-top-right-radius: 0.50em;
            border-top-left-radius: 0.50em;
        }

            .tablist li a:hover
            {
                background: #808080;
                color: #fff;
                text-decoration: none;
            }

.mediumfontbold
{
    padding: 5px;
    font-size: medium;
    color: #000000;
    font-weight: normal;
}

.chkOEM
{
    white-space: nowrap;
    width: 100%;
}
