/* --------- */
/*    News   */
/* --------- */

.NewsSnippet .News
{
    float: left;
    margin: 0 4px 5px 0;
}

.NewsSnippet .Image
{
    height: 122px;
    width: 278px;
    cursor: pointer;
}

.NewsSnippet .Box
{
    width: 259px;
    height: 69px;
    padding: 10px;
    background: #ededea url('../Images/Containers/redcorner.jpg') no-repeat right bottom;
}

.NewsSnippet a
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 5px 0;
}


/* --------- */
/*    Adv    */
/* --------- */

.Advs a
{
    display:block;
    overflow: hidden;
}

/* Red */

.Advs.Red
{
    margin-bottom: -4px;
}

.Advs.Red a
{
    color: #a0002f;
    font-size: 18px;
    font-weight: bold;
    height: 63px;
    line-height: 63px;
    margin-bottom: 4px;
    background: url('../Images/Containers/redcornerFadingGray.jpg') no-repeat right bottom;
    text-transform: uppercase;
}

.Advs.Red img
{
    float: left;
    padding-right: 12px;
}

/* Links */

.Advs.Links a
{
    height: 29px;
    line-height: 28px;
    border-bottom: solid 1px #fff;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    background: url('../Images/arrow.gif') no-repeat 19px center;
    padding-left: 28px;
}

/* Rotate */
.Advs.Rotate
{
    height: 361px;
}

.Advs.Rotate a
{
    width: 756px;
    height: 361px;
    position: absolute;
    display: none;
}

.Advs.Rotate a:hover
{
    text-decoration:none;
}

.Advs.Rotate .Box
{
    margin-top: 200px;
    height: 60px;
    width: 288px;
    background-color: #fff;
    padding: 20px 20px 20px 30px;
    color: #a0002f;
    font-size: 14px;
}

.Advs.Rotate .Box .Title
{
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}