﻿        .featured_table
        {
            width: 235px;
            background-color: #61aff8;
            font-family: Arial,Helvetica,Verdana,Sans-Serif;
        }
        
         .featured_header
        {
            background-color: #044D92;
           
            color: #FFFFFF;
            text-align:center;
            line-height: 1.5em;
            font-weight: bold;
        }
        
        .featured_content
        {
            background-color: #FFFFFF;
            width: 100%;
            border: 3px solid white;
        }
        
        
        .featured_content_container
        {
            padding: 5px;
        }
        
        .featured_vehicle_title 
        {
            background-color: #AE1A1A;
            color: #FFFFFF;
            font-weight: bold;
            text-align:center;
            line-height: 1.5em;
        }
        
        .featured_vehicle_overview 
        {
            padding: 5px;
        }
        
        .featured_vehicle_price
        {
            padding: 5px;
            text-align: right;
            font-size: 1.5em;
            color: #183f6a;
            font-weight:bold;
        }
        
        .featured_image_container 
        {
            text-align: center;
            padding: 5px;
        }
        
        .featured_image_container a
        {
            border: 1px solid white;
            display: block;
        }
