﻿/* -----------------------------------------------------------------------------

    --------------
    re_preview.css
    --------------

------------------------------------------------------------------------------*/

.Preview_Cell
{
    background: White url('../img/thumb_back0.png');
    height: 150px;
    width: 120px;
}


.Preview_Headline
{
    height: 45px;
    position: relative;
    text-align: center;
    top: 12px;
    width: 120px;
}


.Preview_Headline a
{
    color: #9d0000;
    font-family: Verdana;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
}


.Preview_Headline a:hover
{
    color: #3c76b5;
    font-family: Verdana;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: underline;
}


.Preview_Image
{
    float: right;
}
img.Preview_Image
{
    border:solid 1px Black;
}


