﻿/* Offer site */

div.OfferList
{
    font-family     :  Tahoma, Arial,Verdana;
    font-size       : 11px;
    width           : 100%;
}

div.OfferList .OfferItem
{
    color : #474646;
    padding-bottom  : 0px;
    margin-bottom  : 20px;
    display         : block;
    border-bottom:1px solid #f2cd76;
    bottom:20px;
}

div.OfferList .OfferItem span.Title
{
    font-weight     : bold;
    margin-bottom   : 0px;
    color : #f2cd76;
}

div.OfferList .OfferItem a.Title
{
    color : #474646;
    text-decoration : underline;
    display         : block;
}

div.OfferList .OfferItem a.Title:hover
{
    color           : #474646;
    text-decoration : underline;
}

div.OfferList .OfferItem .PreviewText
{
    color : #474646;
    margin-bottom   : 10px;
}

div.OfferList .OfferItem .Text
{
    color : #474646;
}

div.OfferList a.More
{
    color : #474646;
    margin-top      : 5px;
    text-align      : right;
    display         : block;
}

div.OfferList a.More:hover
{
    color           : #474646;
}

/* Offer detail site */

div.OfferBoxPreview div.OfferItem
{
}

div.OfferBoxPreview div.OfferItem span.Title
{
    display         : block;
    font-weight     : bold;
    margin-bottom   : 0px;
    color : #474646;
}

div.OfferBoxPreview div.OfferItem span.Text
{
    color : #474646;
}


/* Offerbox right */

div.OfferBox div.OfferItem
{
    margin-bottom   : 10px;
    margin-top      : 10px;
}

div.OfferBox div.OfferItem .Image
{
    width           : 270px;
    height           : 110px;
}

div.OfferBox div.OfferItem span.Title
{
    font-weight     : bold;
    margin-bottom   : 0px;
    color : #474646;
}

div.OfferBox div.OfferItem span.PreviewText
{
    display         : block;
    margin-bottom   : 0px;
    color : #474646;
}

div.OfferBox div.OfferItem a.More {
	color : #474646;
	text-decoration : underline;
	display : block;
	text-align : right;
	font-weight:bold;
}
div.OfferBox div.OfferItem a.More:hover {
	color : #f2cd76;
	text-decoration : underline;
	font-weight:bold;
}
.Text p img
{
    padding-right :5px;
    padding-top:5px;
    padding-bottom:5px;
   width:500px !important;
}

