﻿.MostRecentContainer
{
    width:300px;
    margin-top:19px;
}
.MostRecentHeader
{
    width:282px;
    height:37px;
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    background-position:-980px 0;
    padding:18px 0 0 18px;
    position:relative;
}
.MostRecentHeaderTitle
{
    font-family:"Berthold", Arial;
    font-weight:bold;
    font-size:18px;
    color:#fff;
}
.MostRecentFeatureHeader
{
    width:287px;
    height:17px;
    background-color:#e5e5e5;
    overflow:hidden;
    border-bottom:1px solid #000;
    color:#000000;
    font-size:12px;
    font-weight:bold;
    line-height:10px;
    padding:6px 0 0 13px;
}
.MostRecentListContainer
{
    width:100%;
    background-color:#bfbfbf;
}
.MostRecentItemContainer, .MostRecentItemContainer:visited
{
    display:block;
    width:281px;
    height:19px;
    background-image:url(../images/spriteBg.jpg);
    background-repeat:repeat-x;
    background-position:0 0;
    border-bottom:1px solid #000;
    font-size:12px;
    color:#6b6b6b;
    padding:4px 0 0 19px;
}
.MostRecentItemContainer:hover
{
    color:#fff;
    text-decoration:none;
    background-position:0 -372px;
}
.MostRecentItemNumber
{
    color:#333;
    font-weight:bold;
    margin-right:8px;
}
.MostRecentItemContainer:hover .MostRecentItemNumber
{
    color:#fff;
    text-decoration:none;
}
.MostRecentHeaderRSS
{
    position:absolute;
    right:9px;
    top:9px;
}
.MostRecentHeaderRSS a
{
    background-image:url(../images/sprite.jpg);
    background-repeat:no-repeat;
    background-position:-1461px -198px;
    width:36px;
    height:36px;
    display:block;
}
.MostRecentHeaderRSS a:hover
{
    background-position:-1497px -198px;
}
