/* $Workfile: deals.css $ */
/* $Revision: 3 $ */


#columnoffers
{
	width: 227px;
	float: left;
}

.offerbox 
{
    position: relative;
	text-align: center;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}

.offerbox a div
{
	cursor: pointer;
}

.red_offer
{
    color:#e8324b;
    background:#FFFFFF;
    background-image: url('images/promoback_red.gif');
    background-repeat: repeat-x;
    border-left:solid #e8324b 1px; 
    border-top:solid #e8324b 1px;
    border-right:solid #e8324b 1px;
    border-bottom:solid #e8324b 1px;
    width: 227px;
}

.red_offer .line1
{
    font-size:22pt;
    text-align: center;
}

.red_offer .line2
{
    font-size:12pt;
    text-align: center;
    font-weight:bold;
}

.red_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.red_offer .price
{
    font-size:28pt;
    font-style:italic;
    font-weight:bold;
    text-align: center;
}

.blue_offer
{
    background:#0060b0;
    color:#ffffff;
    border-left:solid #c6e3fa 1px; 
    border-top:solid #c6e3fa 1px;
    border-right:solid #c6e3fa 1px;
    border-bottom:solid #c6e3fa 1px;
    width: 227px;
}

.blue_offer .line1
{
    font-size:22pt;
    text-align: center; 
}

.blue_offer .line2
{
    font-size:12pt;
    text-align: center;
    font-weight:bold;
}

.blue_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.blue_offer .price
{
    font-size:28pt;
    text-align: center;
    font-style:italic;
    font-weight:bold;
}

.green_offer
{
    background:#FFFFFF;
    background-image: url('images/promoback_green.gif');
    background-repeat: repeat-x;
    color:#05943a;
    border-left:solid #05943a 1px; 
    border-top:solid #05943a 1px;
    border-right:solid #05943a 1px;
    border-bottom:solid #05943a 1px;
    width: 227px;
}

.green_offer .line1
{
    font-size:22pt;
    text-align: center; 
}

.green_offer .line2
{
    margin-left:3px;
    font-size:12pt;
    font-weight:bold;
}

.green_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.green_offer .price
{
    font-size:28pt;
    text-align: center;
    font-style:italic;
    font-weight:bold;
}

.white_offer
{
    color:#f49a22;
}

.white_offer .line1
{
    font-size:28pt;
    font-weight:bold;
    text-align: center; 
}

.white_offer .line2
{
    font-size:22pt;
    text-align: center;
}

.white_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.white_offer .price
{
    font-size:28pt;
    text-align: center;
    font-style:italic;
    font-weight:bold;
}

.blueshade_offer
{
    background:#bfd6ea;
    background-image: url('images/promoback_blue.gif');
    background-repeat: repeat-x;
    color:#ffffff;
    border-left:solid #0d68b4 1px; 
    border-top:solid #0d68b4 1px;
    border-right:solid #0d68b4 1px;
    border-bottom:solid #0d68b4 1px;
    width: 227px;
}

.blueshade_offer .line1
{
    font-size:22pt;
    text-align: center; 
}

.blueshade_offer .line2
{
    font-size:12pt;
    text-align: center;
    font-weight:bold;
}

.blueshade_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.blueshade_offer .price
{
    font-size:28pt;
    text-align: center;
    font-style:italic;
    font-weight:bold;
}

.orange_offer
{
    background:#fce3c3;
    background-image: url('images/promoback_orange.gif');
    background-repeat: repeat-x;
    color:#ffffff;
    border-left:solid #f49a22 1px; 
    border-top:solid #f49a22 1px;
    border-right:solid #f49a22 1px;
    border-bottom:solid #f49a22 1px;
    width: 227px;
}

.orange_offer .line1
{
    font-size:22pt;
    text-align: center; 
}

.orange_offer .line2
{
    font-size:12pt;
    text-align: center;
    font-weight:bold;
}

.orange_offer .line3
{
    font-size:10pt;
    text-align: center;
}

.orange_offer .price
{
    font-size:28pt;
    text-align: center;
    font-style:italic;
    font-weight:bold;
}
