﻿
.SpecialOffer
{    
    margin-bottom: 10px;     
    color:#fff;
    background: url(/gfx/specialoffer_background.png);
    background-position: bottom right;
    background-repeat:repeat-y;
    position: relative;
}

.SpecialOffer .Head
{
    font-size: 1em;
    color: #244773;
    font-weight: bold;
    padding: 3px 0;
    background: #fff;
}

.SpecialOffer .Body
{   
    position: relative;
}

.SpecialOffer .TotalPrice
{
    position: absolute;
    color: #244773;
    font-size: 1.5em;
    float:right;
    bottom: 0px;
    right: 0px;
    text-align: right;
}



.SpecialOffer .Left
{
    width: 180px; 
    margin-right: 5px; 
    float: left;
    position: relative;
}

.SpecialOffer .Left img
{
    width: 160px; 
}

.SpecialOffer .Right
{
	float: left; 
    width: 580px;
    position: relative;
    padding-bottom: 30px;
}

.SpecialOffer .Options
{   
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 0.75em;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.SpecialOffer .Icons
{   
    padding: 5px 0 5px 5px;
    float: right;
}


.SpecialOffer .Foot
{    
    display: none;
}



