﻿@media(min-width:1260px) {

    div.featured {
        width: 230px;
    }

        div.featured img {
            width: 230px;
            height: 161px;
        }

        div.featured > a.caption {
            width: 230px;
            font-size: 15px;
        }

        div.featured span.tm,
        div.featured span.rtm {
            top: -4px;
        }

    div.featuredSeparator {
        height: 178px;
    }

    html[data-useragent*='Trident'] div.featuredSeparator {
        margin-left: 35px;
    }

    div.featuredRule {
        width: 996px;
    }
}
