﻿        .featured_table
        {
            width: 235px;
            background-color: #DCDCDC;
            font-family: Arial,Helvetica,Verdana,Sans-Serif;
            border: 1px #000066 solid;
        }
        
         .featured_header
        {
            background:#000066 url(/sitebuildercontent/sitebuilderpictures/featured_vehicle_bg.jpg) repeat-x;
            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: #6E0000;
            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: #000066;
            font-weight:bold;
        }
        
        .featured_image_container 
        {
            text-align: center;
            padding: 5px;
        }
        
        .featured_image_container a
        {
            border: 1px solid white;
            display: block;
        }
