﻿/* Full offer text */

div.OfferItem p
{
    margin          : 0;
}

div.OfferItem img.OfferImage
{
    text-align      : left;
}

div.OfferItem span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 5px;
    margin-top      : 5px;
    color           : #9D1C32;
}

div.OfferItem span.Title a
{
    color           : #67676A;
    text-decoration : underline;
}

div.OfferItem span.PreviewText
{
    margin-bottom   : 5px;
    display         : block;
}

div.OfferItem a.More
{
    color           : #FFFFFF;
    text-decoration : underline;
        
}

div.OfferItem a.More:hover
{
    color           : #67676A;
    text-decoration : underline;
}



/* Preview text */
div.OfferBoxPreview
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 12px;
    width           : 100%;
    color           : #000000;
}

div.OfferBoxPreview div.OfferItem
{
    margin-bottom   : 5px;
    border          : 0px solid #000000;
}

div.OfferBoxPreview span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 5px;
    color           : #9D1C32;
}

div.OfferBoxPreview span.Text
{
    display         : block;
    margin-bottom   : 5px;
    padding         : 0px;
    border          :0px;
    width           :100%;
    height          :100%;}


/* Offer list */
div.OfferList
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 12px;
    width           : 100%;
}

div.OfferList div.OfferItem img
{
    margin-right    : 6px;
}

div.OfferList div.OfferItem
{
    padding-bottom  : 20px;
    margin-bottom   : 20px;
    border-bottom   : 1px #9D1C32 solid;
}

div.OfferItem .Image
{
    margin-right   : 5px;
    display: block;
    float: left;
}

div.OfferItem a.Title
{
    color           : #000000;
    text-decoration : underline;
}

div.OfferList a.More
{
    color           : #67676A;
    text-decoration : none;
}

/* Offerbox right */

div.OfferBox
{
    font-family     : Verdana, Arial, Tahoma;
    font-size       : 12px;
    width           : 100%;
}

div.OfferBox div.OfferItem
{
    margin:           0px;
    width           : 100%;
    border:           0px;
}

div.OfferBox div.OfferItem span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 5px;
    color           : #ffffff;
}

div.OfferBox div.OfferItem span.Title a
{
    color           : #ffffff;
    text-decoration : none;
}


div.OfferBox div.OfferItem .More
{
    color           : #9d1b31;
    text-decoration : underline;
}

div.OfferBox div.OfferItem .More:hover
{
	color:                  #9d1b31;
}


div.OfferBox div.OfferItem .Image
{
    margin-right   : 5px;
    margin-bottom   : 5px;
    border: 0px;
    float: left;
    max-width: 254px;
}


