﻿/*div.group 
{
	width:640px;
	height:122px;
    margin-left:5px;
    float:left;
}

div.groupLeft
{
  width:300px;
  height:120px;
  float:left;
  background-color:Aqua;
}

div.groupRight 
{
  width:300px;
  height:120px;
  float:right;
  background-color:Aqua;
}*/
table#Offers
{
	width:649px;
	height:auto;
}

td.headerOffer
{
  background-image:url('images/top_offer/header_offer.GIF');
  background-repeat:no-repeat;
  width:100%;
  height:13px;
}

td.contentOffer 
{
	width:649px;
	height:120px;
	background-image:url('images/top_offer/content_offer.GIF');
    background-repeat:repeat-y;
}

td.footerOffer
{
  background-image:url('images/top_offer/footer_offer.GIF');
  background-repeat:no-repeat;
  width:100%;
  height:13px;
}
td.spacerOffer 
{ 
	width:649px;
	height:10px;
}

table.groups
{
	width:649px;
	height:auto;
	
}

table.groups a 
{
  text-decoration:none;
  color:Black;
}

table.groups a:hover 
{
  text-decoration:underline;
  color:Black;
}

tr.group 
{
  width:649px;
  height:120px;
}

td.groupLeftImage 
{
  width:110px;
  height:120px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  padding-left:4px;
  
}

td.groupLeftText 
{
  width:212px;
  height:120px;
  text-align:left;
  vertical-align:top;
  font-size:8pt;
  padding-top:5px;

}

td.groupRightImage 
{
  width:110px;
  height:120px;
  margin-left:10px;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  
}

td.groupRightText 
{
  width:212px;
  height:120px;
  text-align:right;
  vertical-align:top;
  font-size:8pt;
  padding-top:5px;
  border-left:solid 1px #b2b2b2;
}



