﻿/* Full offer text */
div.OfferBox9
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 11px;
    width           : 185px;
}

div.OfferBox9 div.OfferItem
{
    border          : 1px solid #ffffff;
    margin-bottom   : 1px;
    width           : 142px;
    height:99px;
}

div.OfferItem p
{
    margin          : 0;
}

div.OfferItem img.OfferImage
{
    text-align      : left;
}

div.OfferItem span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 5px;
    color           : #938B8B;
}

div.OfferItem span.Title a
{
    color           : #938B8B;
    text-decoration : underline;
}

div.OfferItem span.PreviewText
{
    display         : block;
    margin-bottom   : 5px;
}

div.OfferItem a.More
{
    color           : #FFFFFF;
    text-decoration : underline;
}

div.OfferItem a.More:hover
{
    color           : #938B8B;
    text-decoration : underline;
}

/* Preview text */
div.OfferBoxPreview
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 11px;
    width           : 100%;
    color           : #938B8B;
}

div.OfferBoxPreview div.OfferItem
{
    margin-bottom   : 5px;
    border          : 0px solid #938B8B;
}

div.OfferBoxPreview span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 5px;
    color           : #938B8B;
}

div.OfferBoxPreview span.Text
{
    display         : block;
    margin-bottom   : 5px;
}

/* Offer list */
div.OfferList
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 11px;
    width           : 100%;
}

div.OfferItem
{
    margin-bottom   : 10px;
}

.Image
{
    margin-right   : 5px;
    display: block;
    float: left;
}

div.OfferItem a.Title
{
    color           : #938B8B;
    text-decoration : underline;
}

div.OfferList a.More
{
    color           : #938B8B;
    text-decoration : none;
}