﻿/*	--[ Homepage Offers Heading ]--------------------------------------------	*/

    .BestPAYGDeals  
    {
		float:left;
        background-image:url("/_images/homepage/best_deals_title_bg.gif");
        background-repeat:no-repeat;
        width:640px;
        height:25px;
        margin-top:6px;
        margin-bottom:8px;
	}
	
	.BestPAYGDeals strong
    {
        line-height:25px; 
        position:relative; 
        margin-left:10px; 
        color:#006699;
	}


/*	--[ Homepage Offers ]-------------------------------------------------	*/
	
	/*	-- [ Main Offer Container ] -- */
	.Offer 
	{
		float: left;
		width:312px;
		height:209px;
		font-size: 75%;
		margin: 0px 3px 8px 3px;
		overflow: hidden;
	}
	
	/*	-- [ Offer Header Text ] -- */
	.Offer .Top .HandsetText
	{
		background-color: #005EB8;
		width: 308px;
		height:auto;
		text-align: center;
	
		border-width:0px 2px 0px 2px;
		border-style:solid;
		border-color:#4A4A4A;
	}
	
	.Offer .Top .BottomSpacer
	{
		background-color: #005EB8;
		width: 308px;
		height: 10px;
		font-size:0%;

		border-width:0px 2px 0px 2px;
		border-style:solid;
		border-color:#4A4A4A;
	}
	
	/*	-- [ Handset Text ] -- */
	.Offer .Top  
	{
		
		color: #FFCC00;
		background-color:  #005EB8;
		font-size: 190%;
		margin: 0px 0px 0px 0px;
	}
	
	/*	-- [ Inner Container for the Main Offer ] -- */
	.Offer .Inner 
	{
		height: 160px;
		background: url(/_images/homepage/placements/hpg_mid.gif) repeat ;

	}
	
	/*	-- [ Bottom image for Main Offer ] -- */
	.Offer .Bottom
	{
		height: 15px;
		background: url(/_images/homepage/placements/hpg_bottom.gif) no-repeat ;

	}
	
	/*	-- [ Handset Image Area for the Main Offer ] -- */
	.Offer .Handset 
	{
		position:absolute;
		float: left;
		margin-left:20px;
		height:145px;
	}
	
	.Offer .Handset img 
	{
		margin-top:5px;
		height:140px;
		float: left;
	}

	/*	-- [ Offer Details for the Main Offer ] -- */
	.Offer .OfferDetails
	{
		width:190px;
		float:right;
	}
	
	.Offer .OfferDetails .Price
	{
		float: left;
		overflow: hidden;
	}
	
	.Offer .NetworkLogo
	{
		position:relative;
		margin-right: 16px;
		float: right;
	}

	/*	-- [ Handset Price ] -- */
	.Offer .OfferDetails .Price  
	{
		color: #000000;
		font-size: 200%;
		padding-top: 13px;

	}
	
	.Offer .OfferDetails .RRP  
	{
		color: red;
		font-size: 150%;
		padding-top: 17px;
		margin-left:10px;
		text-decoration:line-through;
		float:left;

	}
	
	/*	-- [ Promotional Text ] -- */
	.Offer .PromoText 
	{
		height: 80px;
		overflow: hidden;
		font-size: 125%;
		clear: both;
		vertical-align: middle;
		padding-top: 5px;
		color:#000000;
	}
	
	.Offer .PromoText p
	{
		margin: 0;
		padding: 0px 8px 0px 0px;
	}
	
	.Offer .PromoText a 
	{
		color: #000000;
		font-weight: normal;
	}
	
	.Offer .PromoText a:hover
	{
		color: #FFCC00;
		font-weight: normal;
	}
	
	.Offer .JS_ImgSwap {
	    float:left;
	}

	/*	-- [ Alternate Offers Container ] -- */
	.AlternateOffers 
	{
		background: url(/_images/_prepay/backgrounds/home_alt_offers.gif) no-repeat left bottom ;
		padding: 2px 0px 7px 0px;
	}
	
	.AlternateOffers table 
	{
		border-collapse: collapse;
		width: 200px;
	}

	/*	-- [ Individual Alternate Offers Container ] -- */
	.AlternateOffers td 
	{
		border-top: 0px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 1px solid #CCCCCC;
		text-align: center;
		height: 45px;
		font-size: 120%
	}
