/************************************/
/*				General				*/
/************************************/
body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#666;
	text-align:center;
	background:url(../images/bg_x.jpg) repeat-x;
	background-color:#fcfcfc;
}
a {
	text-decoration:underline;
	color:#666;
	outline:none;
}

#vw {
    outline:none;
}

h2 {
	color:#999999;
	margin:0 0 20px 0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}

.red {
	color:#F00;	
}

.span_buttons {
	display:none;
}

div#fields span.error {
	color:					#F00;
	margin:					0 0 0 5px;
	position:				relative;
	top:					3px;
}

div#fields span.align {
	position:relative;
	top:0;
}

div#fields span.new_line { /* to put error below tickbox */
	display:block;
	position:relative;
	top:6px;
	left:-20px;
	margin-left:130px;
}

div#fields input.error select.error {
	border:					1px solid #F00;
}
fields.input:error {
	border:					1px #F00 solid;
}
#shell {
	height:	580px;
	width: 960px;
	margin:0 auto;
	background:url(../images/bg.jpg);
	background-repeat:no-repeat;
}

.confirmation_msg {
	/*margin-top:70px;*/
	font-weight:bold;
	font-size:14px;
}

.with_tickets {
	margin-top:60px;
}

.with_tickets p {
	margin-bottom:20px;
}

.lrg_bottom_margin {
	margin-bottom:35px;
}

.lrg_margin {
	margin:35px 0;
}

.sml_margin {
	margin-bottom:30px;
}

#timeless_logo {
	position:absolute;
	left:377px;
	top:315px;
	border:none;
}

/************************************/
/*				Structure			*/
/************************************/

#left_display {
	height:235px;
	width:163px;
	position:relative;
	left:191px; /*233px*/
	top:35px;
	text-align:left;
	float:left;
	overflow:hidden;
}

/*generic page*/
#right_display {
	height:						405px;
	width:						500px;
	position:					relative;
	left:						200px; /*240px*/
	top:						45px;
	text-align:					left;
	padding:					6px 4px 6px 4px;
	float:						left;
	overflow:					hidden;
}

/*confirmation pages*/
div#confirm_with_ticket {
	height:						405px;
	width:						500px;
	position:					relative;
	left:						275px;
	top:						45px;
	text-align:					left;
	padding:					6px 4px 6px 4px;
	float:						left;
	overflow:					hidden;
}

#middle {
	position:					relative;
	left:						50px;
	text-align:					left;
}

div#cinema_screening {
	position:					relative;
	left:						50px;
	top:						100px;
}

/* for longer text page??*/
/*div#confirm_with_ticket {
	height:						405px;
	width:						400px;
	position:					relative;
	left:						250px;
	top:						45px;
	text-align:					left;
	padding:					6px 4px 6px 4px;
	float:						left;
	overflow:					hidden;
}*/

/*used on all limited content pages to centre content*/
div#confirm_without_ticket {
	height:						405px;
	width:						350px;
	position:					relative;
	left:						50px;
	top:						5px;
	text-align:					left;
	padding:					6px 4px 6px 4px;
	float:						left;
	overflow:					hidden;
}

/*screening listings*/
span.left_padding {
	padding-left:39px;
}

/************************************/
/*			Structure Vars			*/
/************************************/

#left_display.grease {
	background-image:url(../images/types/grease.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.topgun {
	background-image:url(../images/types/topgun.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.bridgetjones {
	background-image:url(../images/types/bridgetjones.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.sexandthecity {
	background-image:url(../images/types/sexandthecity.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.loveactually {
	background-image:url(../images/types/loveactually.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.mammamia {
	background-image:url(../images/types/mammamia.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.prada {
	background-image:url(../images/types/prada.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.atonement {
	background-image:url(../images/types/atonement.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.firstdates {
	background-image:url(../images/types/firstdates.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

#left_display.prideprejudice {
	background-image:url(../images/types/prideprejudice.jpg);
	background-position:1px 4px;
	background-repeat:no-repeat;
}

/************************************/
/*				navigation			*/
/************************************/

#nav {
	height:26px;
	float:right;
	margin-right:40px;
}
form {
	
	width:						500px;
	position:					relative;
	left:						200px; /*240px;*/
	top:						45px;
	text-align:					left;
	padding:					6px 4px 6px 4px;
	float:						left;
	/*overflow:					hidden;*/
}
input.button {
	height:						26px;
	width:						84px;
	border:						none;
	/*text-indent: 				-1000em;*/
	cursor:						pointer;
	display:					inline;
}

input#next,input#back {
	background-repeat:			no-repeat;
	background-position:		0 0;
	display:					inline;
	float:						left;
}
input#next {
	background:					url(../images/next_01.png);
}

input#next:hover {
	background:					url(../images/next_02.png);	
}

input#back {
	background:					url(../images/back_01.png);
	margin-right:				15px;
}

input#back:hover {
	background:					url(../images/back_02.png);
	margin-right:				15px;
}

input#submit {
	background:					url(../images/submit_01.png);
}

input#submit:hover {
	background:					url(../images/submit_02.png);
}

input#confirmWithoutTickets {
	background:					url(../images/unable_to_attend_01.png);
	width:						186px;
}

input#confirmWithoutTickets:hover {
	background:					url(../images/unable_to_attend_02.png);
	width:						186px;
}

input#confirmWithTickets {
	background:					url(../images/get_free_tickets_01.png);
	width:						186px;
}

input#confirmWithTickets:hover {
	background:					url(../images/get_free_tickets_02.png);
	width:						186px;
}

input.confirmPrizeDrawEntry {
	background:					url(../images/sold_out_01.gif);
	width:						188px;
	height:						17px;
}

input.confirmPrizeDrawEntry:hover {
	background:					url(../images/sold_out_02.gif);
	width:						188px;
	height:						17px;
}

#conditions {
	float:						left;
	margin-left:				130px;
	margin-top:					7px;
	margin-right:				25px;
	font-size:					11px;
}

#conditions a {
	margin-right:				10px;
}

small#small_print {
	display:block;
	width:450px;
	margin-bottom:12px;
	margin-top:10px;
	font-size:9px;
	color:#999;
}

/************************************/
/*			final_page_links		*/
/************************************/

ul#final_links {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:20px;
}

ul#final_links li {
	margin:0;
	margin-bottom:5px;
}

a#polo_site {
	display:block;
	text-indent:-1000em;
	background:url(../images/Visit_Polo_Site_01.png) no-repeat;
	width:145px;
	height:26px;
}

a#polo_site:hover {
	background:url(../images/Visit_Polo_Site_02.png) no-repeat;
}


a#test_drive {
	display:block;
	text-indent:-1000em;
	background:url(../images/Book_a_test_drive_01.png) no-repeat;
	height:26px;
	width:175px;
}

a#test_drive:hover {
	background:					url(../images/Book_a_test_drive_02.png) no-repeat;
	
}

a#brochure {
	display:block;
	text-indent:-1000em;
	background:url(../images/request_a_brochure_01.png) no-repeat;
	height:26px;
	width:195px;
}

a#brochure:hover {
	background:url(../images/request_a_brochure_02.png) no-repeat;
}

a#retailer_site {
	display:block;
	text-indent:-1000em;
	background:url(../images/retailer_website_01.png) no-repeat;
	height:26px;
	width:165px;
}

a#retailer_site:hover {
	background:url(../images/retailer_website_02.png) no-repeat;
}




/************************************/
/*				Form				*/
/************************************/
form ol {
	list-style-type:			none;
	float:						left;
	padding:					0;
	margin:						10px 0;
}

form ol li{
	height:30px;
	margin:3px 0;
	width:115px;
}
div#fields {
	clear:both;
	height:30px;
}
div#fields label, div#fields input {
	display:block;
	float:left;
}
div#fields label {
	width:130px;
}
div#fields label.small_label {
	width:50px;
	padding:0;
	margin:0;
	margin-top:2px;
}
.findaddress {
	position:relative;
	width:40px;
	left:4px;
	top:4px;
}

div#fields input {
	width:180px; /*RIS*/
}

div#fields input.short {
	width:70px; /*RIS*/
}

div#fields select {
	width:180px;
}

div#mandatory {
	margin-bottom:10px;
	font-size:11px;
}

div#fields .radio {
	width:25px;	
}

div#fields .chk_box {
	width:25px;
}

div#fields select#nextPurchaseMonth, div#fields select#nextPurchaseYear {
	width:auto;
}

select#nextPurchaseMonth {
	margin-right:10px;
}

#retailerId {
	float:left;
	margin-right:20px;
}

#chk_box_text {
	position:relative;
	top:2px;
}

img#address_arrow {
	padding-left:4px;
}

#privacy {
	position:relative;
	left:-128px;
}

.radio_chk_align {
	position:relative;
	left:-6px;
}

.greyout {
	background-color:#e3e2d8;
	border:1px #999 solid;
}

/************************************/
/*				Footer				*/
/************************************/

div#footer {
	width: 960px;
	margin:0 auto;
	font-size:11px;
}

div#footer ul {
	list-style-type:none;
	margin:0;
	float:right;
}

div#footer ul li {
	display:inline;
	padding-right:10px;
	margin:0;
}

div#footer ul li a {
	height:50px;
	text-decoration:none;
	border-right:dotted 1px #666;
	padding-right:10px;
}

div#footer ul li a:hover {
	text-decoration:underline;
}

