#FeaturedProducts .mainFeature
{
    margin: 5px auto 5px auto;
    width: 578px;
    padding: 10px 0 10px 0;
    min-height: 110px;
    height: 110px;
    clear: both;
    border-top: dotted 1px #999;
}

#FeaturedProducts h2
{
    text-transform: capitalize;
    color: #666;
    font-size: 11pt;
}
#FeaturedProducts img
{
border: none;
}

#FeaturedProducts .mainFeature .first
{
    border: none;
}

#FeaturedProducts .mainFeatureIllustration
{
    width: 110px;
    height: 110px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: 0px solid red;
}

#FeaturedProducts .mainFeatureDescription
{
    margin-left: 115px;
}

#FeaturedProducts .mainFeatureDescription h4 a
{
    color: #7e7e81;
    background-color: inherit;
}

#FeaturedProducts .mainFeature p
{
    font-size: 8pt;
    margin-top: 2px;
    margin-bottom: 5px;
    line-height: 1.3em;
    border: 0px solid red;
}

#FeaturedProducts .mainFeature:hover
{
    color: #000;
    cursor: pointer;
    background-image: url(/Skin/Graphics/Backgrounds/arrows.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
