﻿hr
{
    border: 0px;
    border-bottom: 1px solid #71AE9D;
    height: 1px;
    margin: 0px;
    margin-bottom: 10px;
}

/* Offer site */

div.OfferList
{
    width           : 100%;
	background-color: #fef4e0;
}

div.OfferList .OfferItem
{
    border-bottom:1px solid #71AE9D;
    color:#2A292D;
    display:block;
    padding-bottom:13px;
    padding-top:13px;
}

div.OfferList .OfferItem span.Title
{
    color:#2A292D;
    float:left;
    font-weight:bold;
    margin-bottom:0;
}

div.OfferList .OfferItem a.Title
{
    color           : #2A292D;
    text-decoration : underline;
    padding-left: 38px;
    font-weight: bold !important;
    background-image: url("images/layout/last-minute_more.gif");
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.OfferList .OfferItem a.Title:hover
{
    color           : #000000;
    text-decoration : underline;
}

div.OfferList .OfferItem .PreviewText
{
    color           : #ac7800;
    font-weight: bold;
    float: right;
}

div.OfferList .OfferItem .PreviewText p
{
    margin: 0px;
    text-align: right;
}


div.OfferList .OfferItem .Text
{
    color           : #2A292D;
}

div.OfferList a.More
{
    color           : #2A292D;
    margin-top      : 5px;
    text-align      : right;
    display         : none;
}

div.OfferList a.More:hover
{
    color           : #000000;
}

/* Offer detail site */

div.OfferBoxPreview div.OfferItem
{
}

div.OfferBoxPreview div.OfferItem span.Title
{
    display         : none;
    font-weight     : bold;
    margin-bottom   : 0px;
    color           : #2A292D;
}

div.OfferBoxPreview div.OfferItem span.Text
{
    color           : #2A292D;
}


/* Offerbox right */

div.OfferBox div.OfferItem
{
    margin-bottom   : 10px;
    margin-top      : 0px;
    font-size       : 12px;
    font-family     : Verdana, Arial;
    color           : #006F5D;
    line-height     : 16px;
}

div.OfferBox div.OfferItem .Image
{
    width           : 175px;
    margin-bottom   : 5px;
}

div.OfferBox div.OfferItem span.Title
{
    font-weight     : bold;
    margin-bottom   : 10px;
    margin-left     : 9px;
    margin-right    : 3px;
    color           : #006F5D;
}

div.OfferBox div.OfferItem span.Title a
{
    font-weight     : bold;
    margin-bottom   : 8px;
    color           : #006F5D;
    text-decoration : none;
    display         : block;
    margin-left     : 9px;
    margin-right    : 3px;
}

div.OfferBox div.OfferItem span.PreviewText
{
    display         : block;
    margin-bottom   : 0px;
    margin-left     : 9px;
    margin-right    : 3px;
}

div.OfferBox div.OfferItem a.More
{
    color           : #006F5D;
    text-decoration : none;
    display         : block;
    text-align      : right;
    background-image: url("images/layout/last-minute_more.gif");
    background-repeat: no-repeat;
    background-position: 150px center;
    padding-right   : 28px;
}

div.OfferBox div.OfferItem a.More:hover
{
    color           : #006F5D;
    text-decoration : underline;
}

