
/* This CSS file is for the car and personal loan repayment pod.
   Based on GEMID cookies that are set via landing pages a diffrent promotional pod will display based around that landing pages promotion
   
   This to remember:
   Class names are based around 
   		1. prefixed with 'Gem' .. i.e. Gem123456768 or Gem987654321
		2. the number of the promotion caode that is stored on the LANDING PAGE!!!! (important)
	
	Please Please Please document ALL new pieces css and title with promotion offer!!! 
*/

/* default settings */


	
	#PurcellMainPod p 	{ margin-top: 16px; }	
	#PurcellMainPod	{ 
	height: 226px; padding: 16px; width: 434px; 
	}
	
	.offerGem{
		display:none;	
	}
	
	.showOffer{
			background: url(/assets/images/car-personal-loans/car-personal-loan-deal.jpg) top left no-repeat; 
	}
	.showOffer h1{
		display:none;
	}
	.showOffer .origGem{
		display:none;
	}
	.showOffer .offerGem{
		display:block;
		margin-left:238px;
		margin-top:32px;
	}
	
	.noShowOffer{
		background: url(/assets/images/car-personal-loans/car_personal_loans_calulator.jpg) top left no-repeat;
	}
	
	.HpshowOffer .offerCont{
	display:block;	
	}
	
	.HpshowOffer .nonOfferCont{
	display:none;	
	}

	.HpnoShowOffer .offerCont{
	display:none;	
	}
	
	.HpnoShowOffer .nonOfferCont{
	display:block;	
	}

	#PurcellMainPod h1{
	background-image: url(http://www.aussie.com.au/assets/images/car-personal-loans/personalLoan_h1.jpg);
	display:block;
	text-indent:-9999px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	height:46px;
	width:341px;
    }
	
    #PurcellMainPod h1 a {
	background-position:0 0px;
	height:46px;
    } 

	
	
