/* Stylesheet to amend changing elements of the landing pages on the OffersClick website themes */

	/* Landing page formatting for "Argos" */

#LandingPage {
	background-image: url('/img/OffersClick-themes-argos.jpg'); /* change for landing page image */
	border: 1px solid #72c865;
}

#LandingPageCoreQuestions {
	border: 1px solid #72c865; /* styles the colour of the core questions */
	background-color: #f7f7f7;	
}

#LandingPageLeadgenQuestions div { /* styles the color theme two leadgen questions on the landing page */
	border: 1px solid #72c865;
	background-color: #f7f7f7;
}

div#Opt { 
	border: 1px solid #72c865;	/* formats colour scheme of the box after the next button which speaks about consent etc */
	background-color: #f7f7f7;
}

#ctl_Postcode_btn_Search { /* moves the submit button for the post code search tool */
	background-image: url('/img/Lookup-Argos.jpg');
}

div#LandingPageNextButton {
	border: 0; /* needed to keep the next button housed without a blue border */
}

div#LandingPageNextButton span input {
	background-image: url('/img/OffersClick-argos-next.jpg'); /* image for next button */
}

div#NextButton span input {
	background-image: url('/img/OffersClick-argos-next.jpg');
}

#Header { 
	background-image: url('/img/argos-header.gif'); /* header image used on the offer pages */
}

#Footer { /* houses the image for the page footer with the offerclick logo */
	background-image: url('/img/OffersClick-argos-footer.jpg');
}