﻿div.featuredRule {
    height: 1px;
    width: 775px;
    background-color: #999;
    margin-bottom: 10px;
    clear: both;
}

div.featured {
    width: 375px;
    float: left;
}

    div.featured > a {
        display:inline-block;
    }

    div.featured > div.caption {
        height: 26px;
        text-align: center;
        width: 375px;
        line-height: 25px;
    }

        div.featured > div.caption > a {
            color: #000;
            font-size: 17px;
            font-weight: bold;
            text-decoration: none;
        }

    div.featured:hover > div.caption > a {
        color: #d4232d;
    }

    div.featured img {
        display: block;
        width: 375px;
        height: 169px;
    }

div.featuredSeparator {
    width: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #999;
    height: 187px;
    background-color: #999;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
