/* Classes for Offer module */  
.offer_MainHeader
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  margin-left:9px;
  margin-top: 6px;
  margin-bottom: 13px; }

.offer_TopImageContainer
{ margin-top: 0px;
  margin-bottom: 8px; }
  
.offer_RightImageContainer
{ margin-left: 8px; }
  
.offer_IngressText
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  margin-left:9px;
  margin-right: 9px;
  margin-bottom: 17px; }
  
.offer_MainText
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  margin-right: 9px;
  margin-left:9px; }
  
.offer_CompanyInfo
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: italic;
  font-weight: normal; 
  margin-top: 25px;
  margin-left:9px; }

.offer_OfferLink_Category
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 6px; }
  
.offer_OfferLink_CityHeader
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 6px; }
  
.offer_OfferLink_LinkContainer
{ margin-bottom: 5px; }
  
.offer_OfferLink_Header
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal; }
  
A.offer_OfferLink_Link:link, A.offer_OfferLink_Link:visited, A.offer_OfferLink_Link:active 	
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:12px;
  color:#000000; }
A.offer_OfferLink_Link:hover				
{ font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
  font-size:12px;
  color:#555555; }
