﻿.top_5_holder
{
    float:left;
    width:247px;
    min-height:50px;
    margin:0 0 10px 0;   
    color:#575757; 
    position: relative;
}

.top_5_holder h2 a
{
	 font-size:13pt;
    color:#888888;
    text-decoration:none;
    border:none;
    
}

.top_5_holder h2 a:hover
{
	 color: #f00;
}

.top_5_holder h2
{
    font-size:13pt;
    color:#888888;
}


.rosette
{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    background: url(/gfx/rosette_background.png);
    text-align: center;
    padding: 13px 2px;
    width: 53px;
    height: 31px;
    background-repeat: no-repeat;
    font-size: 0.8em;
    font-weight:bold;
}


.SpecialOffer
{    
    margin-bottom: 10px;     
    color:#333;   
    position: relative;
    border-bottom: 1px dotted #589EA4;
}

.SpecialOffer .Head
{
   display: none;
}

.SpecialOffer .Body
{   
    position: relative;
}

.SpecialOffer .Body .Image
{
    width: 170px;
    margin-right: 10px;
    margin-bottom: 5px;
    float:left;
}

.SpecialOffer .Body .Content
{    
    float:right;
    margin-bottom:30px;
    width:325px;
}

.SpecialOffer .Body .Image img
{
    width:160px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
}

.SpecialOffer .TotalPrice
{
    position: absolute;
    color: #244773;
    font-size: 1.5em;
    float:right;
    bottom: 0px;
    right: 0px;
    text-align: right;
}

.SpecialOffer  .Rating
{
    position: absolute;
    top: 0;
    right: 0;
    height: 26px;
    width: 28px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    background: url(/gfx/star.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 0.7em;
    font-weight: bold;
}

.SpecialOffer .Options
{   
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 0.75em;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.SpecialOffer .Conditions
{   
    position: absolute;
    bottom: 5px;
    left: 180px;   
    vertical-align: middle;
}


.SpecialOffer .Icons
{   
    padding: 5px 0 5px 5px;
    float: right;
}


.SpecialOffer .Foot
{    
    padding: 3px;
}


.LinkedOffers
{

    background-color:#FFFFFF;
	border:1px solid grey;
	font-weight:bold;
	margin:0 0 10px;
	padding:5px;
}

.LinkedOffers h2 {
	color:#012357;
	font-size:1em;
	margin:0 0 0.5em;
}


.LinkedOffers a
{
    
    display: block;   
    background-image: url(/gfx/btn_arrow.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    text-decoration:none;
    padding-right: 15px;
}

.LinkedOffers a:hover
{
    background-color: #f4f4f4;
}

.LinkedOffers .conditions
{   
	float:right;
	position:relative;	
	bottom:15px;
	right:5px;  
}


.LinkedOffers .head
{
   
    text-decoration: underline;
}

.LinkedOffers .text
{
    color: #333;
    text-decoration: none;
}

