/* Test stylesheet for OffersClick sites */

#Header { /* header image used on the offer pages */
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;	
}

#Incentive { display: none; }
#OptIn { display: none; }
#LandingNext { display: none; }
#Permission-next { display: none;}

	/* Landing page formatting */

#LandingPage {
	margin: 0 auto;
	margin-bottom: 20px; /* Pushes the bottom page banner further down */ 
	padding: 0;
	padding-top: 305px; /* Distance from middle page content to the top of the page */ 
	height: auto;
	width: 800px; 
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center; 
}

#LandingPageCoreQuestions {
	margin: 0;
	margin-right: 25px; /* moves text entry box away from the right */
	padding: 10px; /* Increase blue space inside the blue box */
	width: 320px; /* width of the box, excluding the amount of padding on the edges */ /* 340px width makes the edges all uniform */
	float: right; /* alligns box to the right side of the container */
	margin-top: -45px;
}

#LandingPageCoreQuestions div{ /* text formatting and spacing of the text entry box */
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 5px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif; 
	font-size: 12px;		
}

#LandingPageCoreQuestions div .CoreQuestionLabel { /* name, address label text formatting */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 65px;
	float: left;	
	text-align: left;
}

#LandingPageCoreQuestions div .CoreQuestionLabelEmail { /* name, address label text formatting */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 132px;
	float: left;	
	text-align: left;
}

#LandingPageCoreQuestions div .CoreQuestionLabelDOB { /* name, address label text formatting */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 110px;
	float: left;	
	text-align: left;
}

#LandingPageCoreQuestions div .CoreQuestionLabelX { /* mobile and phone nummber label formatting... */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 85px;
	float: left;	
	text-align: left;
}

#LandingPageCoreQuestions div .CoreQuestionLabelXX { /* mobile and phone nummber label formatting... */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 222px;
	float: left;	
	text-align: left;
}

.RegExLanding {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 222px;
	float: left;	
	text-align: left;
}

/* Postcode formatting START */
	
#ctl_QASPostcoder {
	
	clear: both;
	float: left;
	
/*	background-color: #C90; */
}
.PostcodeSearchLabel { /* the label that says 'post code' can be tinkered from here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	float: left;
	margin:0;
	padding:0;
}

.PostcodeSearchTextBox { /* this is the actual text box entry where the post code is entered */
	border: 1px solid  #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0 0 0 62px;
	float: left;
}

.PostcodeSearchButton { /* this is the button that needs to be clicked in order to perform the post code look up */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 100px;
	float: left;
	border:0;
	height: 30px;
	position: relative;
	left: 20px;
}

.PostcodeRegularExpressionValidator {
	position: relative; left: -50px;
	margin:0;
	padding:0;
	clear: both;
} /* reg ex control */

#ctl_Postcode_rfv_Address {
	position: relative;
	margin:0;
	padding:0;
	clear: both;
	float: left;
}
.Hide {
	background-color:#03F;
}

#ctl_Postcode_txt_PostcodeSearchResult { /* address results box */
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	width: 300px;
	background-color: #c9e0ff;
}

#ctl_Postcode_warp_Main input {
	/*background-color: #CCC; */
}

#ltb_PostcodeResults_SelectedIndex { 
	background-color: #03F;
}

#PostCode_warp_Main #ctl_Postcode_btn_Search { /* moves the submit button for the post code search tool */
	position: relative;
	left: 0px;
}

	/* Postcode formatting END */



#LandingPageLeadgenQuestions div { /* styles the two leadgen questions on the landing page */
	margin: 0 auto;
	margin-top: 13px; /* vertical gap */
	padding: 10px;
	height: 95px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	width: 725px;
	display: table;
	clear: both; /* allows the core question box to float to the right, without this element sitting next to it on the left side */
}

#LandingPageLeadgenQuestions div span input { /* formats the radio buttons */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;	/* keeps radio button on the left side */
	width: 20px; /* keeps the radio button and label squashed together so that they fit on the left side */
}

#LandingPageLeadgenQuestions div span label { /* formats the radio button label */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;
	width: 25px; /* label size, which ultimately adjusts the size of the gap between them */
}

#LandingPageLeadgenQuestions div .LeadgenLabel { /* formats the text element of the question */
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 0; 
	display: block; /* doesnt appear to do anything */
	width: 600px;
	float: left; /* spaces out the text from the radio buttons, but i dont understand why */
}

#LandingPageLeadgenQuestions div span h1 { /* formats the tittle inside the leadgen box */
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border: 0;
	font-size: 12px; color: #000000;
}

#LandingPageLeadgenQuestions div span a { /* formats the static color of the link */
	color: #000000;
}

#LandingPageLeadgenQuestions div span a:hover { /* rollover effect on the link */
	text-decoration: none;
	/*background-color: #b2b2b2; */
	color: #b2b2b2;
} 

div#LandingPageNextButton { /* Houses the next button */
	margin: 0 auto;
	margin-top: 15px; /* spaces next button vertically */
	padding: 0;
	border: 0;
	height: auto;
	width: 203px;
	text-align: center;
}

div#LandingPageNextButton span input {
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
	width: 203px; /* width used to be 204px*/
	height: 33px;
	background-repeat: no-repeat;	
	cursor: pointer;
	border: 0;
}

div#Opt { /* formats the box after the next button which speaks about consent etc */
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;	
	height: 40px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	width: 724px;
	display: table;
}

	/* Landing page END */

/* Main survey styles */

em { /* used to underline "Direct Marketing Association" in the page footer */
	text-decoration: underline;
	font-style: normal;
}

.AFT_hidden {
	display: none; /* show/hide - self explanatory */
}

/* Hidden Leadgen Questions Start */

#LeadgenQuestions .Hidden { /* houses the hidden elements into an indented box under the parent element */
	margin: 0 auto;
	margin-bottom: 13px;
	padding: 10px;
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 718px;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: center;
	height: auto;
}

#LeadgenQuestions .Hidden  div { /* houses the elements inside the hidden box */
	margin: 0;
	padding: 0;
	border: 0;
	height: 30px;
	display: table;
	width: 718px;
}

#LeadgenQuestions .Hidden  div span { /* keeps the lebel and form elements inside a 400px box */
	margin: 0;
	padding: 0;
	border: 0;
	width: 400px;
}

#LeadgenQuestions .Hidden  div table { /* formats some radio button elements for hidden Q's such as on page ID#8 */
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 20px;
}

#LeadgenQuestions .Hidden  div table td { /* formats the width of the radio button labels for some questions, like on page ID#8 */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	width: 100%; 
}

/* Hidden Leadgen Questions End */

/* FILTER QUESTIONS START page ID#2 */

#FilterQuestions { /* houses the filter questions into the centre of the page */
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 800px;
}

#FilterQuestions div{ /* formats the filter questions */
	margin: 0;
	border: 0;
	padding: 5px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: left;
}

#FilterQuestions div .QuestionLabel { /* houses individual questions and spaces them from their input elements with block + width */
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	width: 200px;
	float: left;	
	text-align: left;
}

#FilterQuestions div select { /* keeps the filter questions spaced closer together vertically, but i dont understand why */
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 150px;
}

/* ----------------------------------------- page 2 leadgen question section START ----------------------------------- */

#FilterQuestions .page2leadgen { /* houses the leadgen questions into nice boxes */
	margin: 0 auto;
	margin-top: 13px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	min-height: 85px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	width: 789px;
	display: table; /* makes the boxes expand with content...why would this be chosen over the height: auto option? */
}

#FilterQuestions .page2leadgen span { /* spaces out the hidden box text from the components */
	display: block;
	float: left; /* if removed, component goes underneath label text */
}

#FilterQuestions .page2leadgen span input { /* keeps the input radio buttons on the left side of the box */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;	
	width: 20px;
}

#FilterQuestions .page2leadgen span label {
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;
	width: 25px; /* spaces the radio buttons + label */
}

#FilterQuestions .page2leadgen .LeadgenLabel { /* positions the main text area in a block after the radio buttons but i dont understand why */
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 0; 
	display: block; /* doesnt do anything */
	width: 525px;
	float: left;
}

#FilterQuestions .page2leadgen span h1 { /* tittle of the leadgen boxes */
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border: 0;
	font-size: 12px;
	color: #da482b;	
}

#FilterQuestions .page2leadgen span a { /* link color formatting */
	color: #999;
}

#FilterQuestions .page2leadgen span a:hover { /* rollover effect for links */
	text-decoration: none;
	background-color: #da482b;	
	color: #fff;
} 

#FilterQuestions .page2leadgen table { /* formats different style leadgen questions in page id #10 > */
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0; 
	border-right: 1px dashed #ccc;
	width: 100px;
	height: 99px;
	float: left
}

#FilterQuestions .page2leadgen table td { /* aligns the checkbox so that it's in the top-left position */
	margin: 0;
	padding: 0;
	border:0; 
	display: block;
	width: 50px;
}

#FilterQuestions .page2leadgen img { /* aligns the position of the image on the right side */
	margin: 0;
	padding: 0;
	padding-right: 10px;
	border:0; 
	float: right;
}

#FilterQuestions .Hidden { /* houses the hidden elements into an indented box under the parent element */
	margin: 0 auto;
	margin-bottom: 13px;
	padding: 10px;
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 718px;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-align: center;
	height: auto;
}

#FilterQuestions .Hidden  div { /* houses the elements inside the hidden box */
	margin: 0;
	padding: 0;
	border: 0;
	display: table;
	width: 718px;
	clear:both;
}

#FilterQuestions .Hidden  div span { /* keeps the lebel and form elements inside a 400px box */
	margin: 0;
	padding: 0;
	border: 0;
	width: 600px;
	display:table;
}

#FilterQuestions .Hidden  div .HiddenLabel { /* keeps the lebel and form elements inside a 400px box */
	margin: 5px 30px 5px 0;
	padding: 0;
	border: 0;
	width: 250px;
	display: block;
	float:left;
	clear:both;
}


#FilterQuestions .Hidden  div table { /* formats some radio button elements for hidden Q's such as on page ID#8 */
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 20px;
}

#FilterQuestions .Hidden  div table td { /* formats the width of the radio button labels for some questions, like on page ID#8 */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	width: 100%;
}

/* ----------------------------------------- page 2 leadgen question section END ----------------------------------- */

/* FILTER QUESTIONS END */

/* Leadgen Questions Start */


#LeadgenQuestions div { /* houses the leadgen questions into nice boxes */
	margin: 0 auto;
	margin-top: 13px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	height: 85px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	width: 789px;
	display: table; /* makes the boxes expand with content...why would this be chosen over the height: auto option? */
}

#LeadgenQuestions div span { /* spaces out the hidden box text from the components */
	display: block;
	float: left; /* if removed, component goes underneath label text */
}

#LeadgenQuestions div span input { /* keeps the input radio buttons on the left side of the box */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;	
	width: 20px;
}

#LeadgenQuestions div span label {
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;
	width: 25px; /* spaces the radio buttons + label */
}

#LeadgenQuestions div .LeadgenLabel { /* positions the main text area in a block after the radio buttons but i dont understand why */
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 0; 
	display: block; /* doesnt do anything */
	width: 525px;
	float: left;
}

#LeadgenQuestions div span h1 { /* tittle of the leadgen boxes */
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border: 0;
	font-size: 12px;
	color: #da482b;	
}

#LeadgenQuestions div span a { /* link color formatting */
	color: #999;
}

#LeadgenQuestions div span a:hover { /* rollover effect for links */
	text-decoration: none;
	background-color: #da482b;	
	color: #fff;
} 

#LeadgenQuestions div table { /* formats different style leadgen questions in page id #10 > */
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0; 
	border-right: 1px dashed #ccc;
	width: 100px;
	height: 99px;
	float: left
}

#LeadgenQuestions div table td { /* aligns the checkbox so that it's in the top-left position */
	margin: 0;
	padding: 0;
	border:0; 
	display: block;
	width: 50px;
}

#LeadgenQuestions div img { /* aligns the position of the image on the right side */
	margin: 0;
	padding: 0;
	padding-right: 10px;
	border:0; 
	float: right;
}

/* Leadgen Questions End */

/* Next button for the survey side of the site */

div #NextButton {
	margin: 0 auto;
	margin-top: 30px; /* spaces it vertically */
	padding: 0;
	border: 0;
	height: 50px;
	width: 800px;
}

div #NextButton span input {
	margin: 0 auto;
	padding: 0;
	border: 0;
	display: block;
	width: 800px;
	height: 33px;

	background-repeat: no-repeat;	
	background-position: top center;
	background-color:#FFF;
	cursor: pointer;
}

/* Next button end */

/* Thankyou page */

#ThankYou {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	border: 0;
	width: 800px;
}

#ThankYou h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #F00;
}

#ThankYou p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

/* Thankyou page end */

/* Footer Style  Start */

#Footer { /* houses the image for the page footer with the offerclick logo */
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	padding: 0;
	width: 800px;
	/*background-image: url('http://www.navreg.com/img/thomas-cook-footer.gif'); */
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: center;
}

ul#FooterNav {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	width: 800px;
	position: relative;
	top: 19px; /* aligns the links vertically so that they sit on the purple part of the banner */
}

ul#FooterNav li {
	margin: 0;
	padding: 1px 10px 1px 10px;
	border: 0;
	border-left: 1px solid #fff;	
	display: inline; /* displays the unordered list links horizontally */
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;	
	font-size: 11px; /* changed from 0.7em to 11px */
	font-weight: bold;	
}

ul#FooterNav li a { /* formats the color of the footer links */
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	color: #fff;
}

ul#FooterNav li#FooterNavFirstItem {
	border: 0;
}

ul#FooterNav li a:hover { /* formats the rollover effect of the footlinks */
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: underline;	
}

#Footer p { /* formats the footer blurb out not being a thomas cook promotion */
	margin: 0 auto;
	border: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 800px;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	font-size: 0.7em;
	color: #999;
	position: relative;
	top: 30px;
}

/* Footer Style  End */

/* Progress bar start */

.progress0 {
	background-image: url('/img/OC-Progress-bar-0-8.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	position: relative;
	left: -10px;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.progress1 {
	background-image: url('/img/OC-Progress-bar-1-8.gif');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress2 {
	background-image: url('/img/OC-Progress-bar-2-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress3 {
	background-image: url('/img/OC-Progress-bar-3-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress4 {
	background-image: url('/img/OC-Progress-bar-4-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress5 {
	background-image: url('/img/OC-Progress-bar-5-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress6 {
	background-image: url('/img/OC-Progress-bar-6-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 200px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress7 {
	background-image: url('/img/OC-Progress-bar-7-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.progress8 {
	background-image: url('/img/OC-Progress-bar-8-8.gif');
		background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 160px;
	float: right;
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#LeadgenQuestions .ProgressHouse {
	margin: 0 auto;
	width: 789px;
	height: 5px;
	display: block;
	background-color:#fff;
	border: 1px solid #fff;
	border-bottom: 3px solid #fff;
}

#LeadgenQuestions .ProgressHouse span {
	float: left;
	display: block;
	width: 789px;
}

.ProgressHouseThankyou {
		margin: 0 auto;
	width: 789px;
	height: 5px;
	display: block;
	background-color:#fff;
}


/* Progress bar end */

.Mandatory { /* used on the landing page fields to stop the layout from breaking */
	background-image: URL('/img/Invalid.gif');
	background-repeat: no-repeat;
	margin: 0; padding: 0; border: 0;
	position: relative; top: 2px; left: 3px;
} .mandatoryDots { visibility: hidden; } /* gets rid of the four dots that are on ereg to form the width of the image */ 
.MandatoryTitle { /* used on the landing page fields to stop the layout from breaking */
/*	background-image: URL('/img/ROP-Jan-2010/Invalid.jpg');
	background-repeat: no-repeat; */
	margin: 0; padding: 0; border: 0;
	float: right;
	position: relative; top: 6px;
}

.MandatoryDOB { /* used on the landing page fields to stop the layout from breaking */
/*	background-image: URL('/img/ROP-Jan-2010/Invalid.jpg');
	background-repeat: no-repeat; */
	margin: 0; padding: 0; border: 0;
	float: right;
	position: relative; top: 6px;
}

#Required_DOB { /* formats the list boxes */
	border: 1px solid #666; /* not possible to change border to 1px on IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666; /*background-color:#9C3;*/
}

.selectborder { /* formats the list boxes */
	border: 1px solid #666; /* not possible to change border to 1px on IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666; /*background-color:#9C3;*/
}
.textboxborder { /* formats the list boxes */
	border: 1px solid #666; /* not possible to change border to 1px on IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666; /*background-color:#9C3;*/
}

#Main div #Summary { /* summary styling for the site */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	text-align: left;
	padding:10px;
	border: 2px solid #F00;
}

.italic { font-style:italic;}
.bold { font-weight:bold;}
.float-left { float: left;}
.white { color:#FFF;}
.select { border: 1px solid #333; font-size: 11px; }
.textbox { border: 1px solid #333; font-size: 11px; }

#FilterQuestions #leftcol { 
	margin-top: 13px;
	width: 380px;
	float: left;
	}
	
#FilterQuestions #rightcol { 
	width: 380px;
	float: left;
	}
	
#LeadgenQuestionsTwoCol .ProgressHouse {
	margin: 0 auto;
	width: 789px;
	height: 5px;
	display: block;
	background-color:#fff;
	border: 1px solid #fff;
	border-bottom: 3px solid #fff;
}

#LeadgenQuestionsTwoCol .ProgressHouse span {
	float: left;
	display: block;
	width: 789px;
}
	
#LeadgenQuestionsTwoCol { width: 810px; display: table; margin: 0 auto; }
	
#LeadgenQuestionsTwoCol #leftcol { 
	width: 380px;
	float: left;
	}

#LeadgenQuestionsTwoCol #rightcol { 
	width: 380px;
	float: left;
	position: relative; left:10px;
	}
	
#LeadgenQuestionsTwoCol #leftcol { /* houses the leadgen questions into nice boxes */
	margin: 0 auto;
	margin-top: 13px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	width: 380px;
	display: table; /* makes the boxes expand with content...why would this be chosen over the height: auto option? */
}

#LeadgenQuestionsTwoCol #rightcol { /* houses the leadgen questions into nice boxes */
	margin: 0 auto;
	margin-top: 13px;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	width: 380px;
	display: table; /* makes the boxes expand with content...why would this be chosen over the height: auto option? */
}

#LeadgenQuestionsTwoCol div span { /* spaces out the hidden box text from the components */
	display: block;
	float: left; /* if removed, component goes underneath label text */
}

#LeadgenQuestionsTwoCol div span input { /* keeps the input radio buttons on the left side of the box */
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;	
}

#LeadgenQuestionsTwoCol div span label {
	margin: 0;
	padding: 0;
	border: 0; 
	display: block;
	float: left;
	width: 25px; /* spaces the radio buttons + label */
}

#LeadgenQuestionsTwoCol div .LeadgenLabel { /* positions the main text area in a block after the radio buttons but i dont understand why */
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 15px;
	border: 0; 
	display: block; /* doesnt do anything */
	width: 290px;
	float: left;
	position: relative; top: -17px;
}

#LeadgenQuestionsTwoCol div span h1 { /* tittle of the leadgen boxes */
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border: 0;
	font-size: 12px;
	color: #da482b;	
}

#LeadgenQuestionsTwoCol div span a { /* link color formatting */
	color: #999;
}

#LeadgenQuestionsTwoCol div span a:hover { /* rollover effect for links */
	text-decoration: none;
	background-color: #da482b;	
	color: #fff;
} 

#LeadgenQuestionsTwoCol div .options { /* formats different style leadgen questions in page id #10 > */
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0; 
/*	border-right: 1px dashed #ccc; */
	position: relative;
	left:-70px;
}

#LeadgenQuestionsTwoCol div .options input { /* aligns the checkbox so that it's in the top-left position */
	margin: 0;
	padding: 0;
	border:0; 
	display: block;
	
}

#LeadgenQuestionsTwoCol div img { /* aligns the position of the image on the right side */
	margin: 20px 0 0 0;
	padding: 0;
	border:0; 
	float: left;
}

#LeadgenQuestionsTwoCol .landscape img { /* aligns the position of the image on the right side */
	width: 70px;
	height:35px;
	display: block;
}

#LeadgenQuestionsTwoCol .portrait img { /* aligns the position of the image on the right side */
	width: 45px;
	height: 70px;
	display: block;
	margin-left:29px;
}


	
.clear { clear: both;}

.Filter_title { 
	padding-top:5px; 
	border-top: 1px dotted #CCC; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color: #039;
	font-weight:bold;
	width:800px; 
	display:block; 
	}

#LeadgenQuestions #hidden_ImperialtobaccoImperialtobaccoConfirmyourage .ThreeCol table td { width: 200px; float: left; }