﻿#FeaturedContent
{
    background:transparent url(../Images/ap_featuredContentBg.jpg) top left repeat-x;
    height:302px;
    padding:9px 11px;
    width:639px;
    overflow:hidden;
}
.FeaturedContentItem
{
    float:left;
    width:283px;
    height:115px;
    margin:9px 6px;
    background:transparent url(../Images/featuredContentItemBg.png) top left no-repeat;
    padding:9px 12px;
}
.FeaturedContentItemTitle
{
    float:left;
    width:283px;
    height:15px;
    margin-bottom:9px;
    font-size:14px;
    font-weight:bold;
}
.FeaturedContentItemImage
{
    float:left;
    width:121px;
    height:89px;
    background-color:#666;
    overflow:hidden;
    margin-right:11px;
}
.FeaturedContentItemDesc
{
    float:left;
    width:151px;
    height:68px;
    overflow:hidden;
    margin-bottom:9px;
    font-size:11px;
}
.FeaturedContentItemReadMore
{
    float:left;
}