
/* ---------------------------- */
/* ------ GLOBAL ------ */
/* ---------------------------- */

img, .rhs_snippet_box, #header_logo {
	behavior: url(/css/iepngfix.htc);
}

/*
html {
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
*/

body {
	font-family: Arial, sans-serif;
	font-weight:normal;
	margin: 0.5em 0.5em 1em 0.5em;
	padding: 0;
	background: black url('/i/background.jpg') repeat-x;

}

body * {
	font-size: 1em;
}

p {
	margin:0px;
	padding:0px;
	font-size:13px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 40px;
	height: 28px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input:focus {
  outline-width:0;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #0066cc;
}

ul, li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul.secondary_nav li {
	display:inline;
}

ul.secondary_nav li.on a {
	color:#ffffff;
}


#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2em;
}

input.default {
	color: #CCC;
}


#global_header {
	width:960px;
	height:172px;
}

#content {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff url('/i/content-bottom.jpg') 0px bottom no-repeat;
}

#header_bar {
	display:block;
	width:960px;
	height:10px;
	background: url('/i/content-top.jpg') no-repeat;
	font-size:0px;
	line-height:0px;
}

#site_header {
	height:152px;
	padding: 20px 0px 0px 0px;
}

#site_header #header_logo {
	width: 421px;
	height: 105px;
	float: left;
	margin: 0px; 
	padding: 0px;
	background: url('/i/logo.png') 0px 0px no-repeat; 
}

#site_header #header_logo span {
	display: none;
}

#early_bird {
	width:296px;
	height:116px;
	float:right;
	display:block;
}

#early_bird a {
	color:#fff;
}

#early_bird ul li {
	text-align:right;
}

#early_bird p {
	font-size:14px;
	color:#fff;
	text-align:right;
}



/* ---------------------------- */
/* ------ FOOTER ------ */
/* ---------------------------- */


#footer_holder {
	padding: 0px 0px 0px 0px;
	margin: 11px 0px 0px 0px;
	width:960px;
	height:51px;
	background: url('/i/bk_footer_bar.jpg') no-repeat;
}

#footer_holder ul {
	padding: 1px 0px 0px 0px;
}

#footer_holder ul li {
	height:49px;
	line-height:49px;
	float:left;
	display:inline;
	font-size:0.8em;
	color:#000;
}

.small_gap {
	margin:0px 5px 0px 0px;
}

.medium_gap {
	margin:0px 12px 0px 0px;
}
#footer_links {
	padding: 20px 0px 30px 20px;
}
#footer_links ul li {
	float:left;
	display:inline;
	padding: 0px 25px 0px 0px;
}

#footer_links a {
	font-weight:normal;
	font-size:13px;
	color: #fff
}


/* ---------------------------- */
/* ------ ADMIN NAVIGATION ------ */
/* ---------------------------- */



#nav li {
	border-left: 1px solid #05485a;
	float: none;
	list-style: none;
	margin: 0 0.5em 0 0;
	padding: 0 0 0 0.5em;
	display: inline;
	_display: block;
	_float: left;
	font-size: 0.8em;
	cursor: pointer;
}

#nav li:hover {
	text-decoration: underline;
}

#nav li#tell_a_friend {
	border: 0;
}

#nav li a {
	text-decoration: none;
}
#nav li a:hover {
	text-decoration : underline;
}



/* ---------------------------- */
/* ------ FRONT NAVIGATION ------ */
/* ---------------------------- */



.home_nav_bk {
	background-image:url('/i/nav_bar.png');
}

.other_nav_bk {
	background-image:url('/i/nav_bar_square.jpg');
}

#front_nav {
	width:960px;
	height:39px;
}

#front_nav ul,li {
	margin:0px;
	padding:0px;
}

#front_nav  li {
	float:left;
}

#searchformwrapper {
	position: absolute;
	margin: 7px 0 0 681px;
	background: #fff;
	height: 21px;
	padding: 2px;
	width: 268px;
	border: 1px solid #ccc;
}

#searchformwrapper fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}

#searchformwrapper input.text {
	float: left;
	border: 0;
	height: 19px;
	width: 195px;
}

#searchformwrapper input.button {
	float: right;
}

.nav_btn_film_off {
	display:block;
	width:88px;
	height:39px;
	background: url('/i/nav_home_film.png');
}

.nav_btn_film_off:hover {
	background: url('/i/nav_film_on.png');
}

.nav_btn_film_on {
	display:block;
	width:88px;
	height:39px;
	background: url('/i/nav_film_on.png');
}

.nav_btn_get_inspired_off {
	display:block;
	width:130px;
	height:39px;
	background: url('/i/nav_get_inspired_off.jpg');
}

.nav_btn_get_inspired_off:hover {
	background: url('/i/nav_get_inspired_on.jpg');
}

.nav_btn_get_inspired_on {
	display:block;
	width:130px;
	height:39px;
	background: url('/i/nav_get_inspired_on.jpg');
}

.nav_btn_get_informed_off {
	display:block;
	width:136px;
	height:39px;
	background: url('/i/nav_get_informed_off.jpg');
}

.nav_btn_get_informed_off:hover {
	background: url('/i/nav_get_informed_on.jpg');
}

.nav_btn_get_informed_on {
	display:block;
	width:136px;
	height:39px;
	background: url('/i/nav_get_informed_on.jpg');
}

.nav_btn_get_involved_off {
	display:block;
	width:130px;
	height:39px;
	background: url('/i/nav_get_involved_off.jpg');
}

.nav_btn_get_involved_off:hover {
	background: url('/i/nav_get_involved_on.jpg');
}

.nav_btn_get_involved_on {
	display:block;
	width:130px;
	height:39px;
	background: url('/i/nav_get_involved_on.jpg');
}

.nav_btn_about_off {
	display:block;
	width:86px;
	height:39px;
	background: url('/i/nav_about_off.jpg');
}

.nav_btn_about_off:hover {
	background: url('/i/nav_about_on.jpg');
}

.nav_btn_about_on {
	display:block;
	width:86px;
	height:39px;
	background: url('/i/nav_about_on.jpg');
}



/* ---------------------------- */
/* ------ FRONT SUB NAVIGATION ------ */
/* ---------------------------- */


.secondary_nav {
	display:block;
	width:930px;
	height:30px;
	padding:10px 0px 0px 30px;
	background: url('/i/nav_sub_bk.jpg');
}


.secondary_nav a {
	font-size: 0.75em;
	color:#dee366;
	padding:0px 10px 0px 0px;
}




/* ---------------------------- */
/* ------ (DO NOT TOUCH) ------ */
/* ---------------------------- */



div.auto_complete {
	background-color:#E9F6F9;
	border-bottom:1px solid #B6D9E2;
	color:#05485A;
	margin:0;
	padding:0;
	position:absolute;
	width:250px !important;
	z-index:100;
}

div.auto_complete ul {
	background-color:#E9F6F9;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.auto_complete ul li {
	background-color:#E9F6F9;
	border-color:#B6D9E2 #B6D9E2 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	cursor:pointer;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0.5em;
}

/* ---------------------------- */
/* ------ SITE BREADCRUMBS ------ */
/* ---------------------------- */

div#container div#site_breadcrumbs {
	
	width:900px;	
	margin:10px 0px 10px 30px;
}

div#container div#site_breadcrumbs ul {
	list-style-type:none;
	height: 20px;
}

div#container div#site_breadcrumbs ul li {
	float:left;
	display:inline;
	margin:0px 2px 0px 0px;
}

div#container div#site_breadcrumbs ul li a {
	font:normal 0.7em Arial,Helvetica,sans-serif;
	text-align:left;
	color:#ffffff;
}

div#errormsg {
	clear: both;
	margin: 10px 0 10px 0;
	background: url(/i/error_box_top.gif) no-repeat;
	padding-top:5px;
}

div#errormsg div {
	background: url(/i/error_box_bottom.gif) no-repeat left bottom;
	padding: 10px 30px 24px 30px;
	overflow: auto;
	height: 1%;
}


/* ---------------------------- */
/* ------ TINYMCE CONTENT ----- */
/* ---------------------------- */

div.tinymce_content table {
	clear: both;
	width: 100% !important;
	font-size: 0.8em;
	color: rgb(102, 102, 102);
	margin: 0;
	padding: 0;
	border-color: #333;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
}
div.tinymce_content tbody {
	margin: 0;
	padding: 0;
	border: 0;
}
div.tinymce_content table th {
	background-color: #666;
	margin: 0;
	padding: 5px;
}
div.tinymce_content table tr {
	margin: 0;
	padding: 0;
}
div.tinymce_content table td {
	border-color: #333;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

div.tinymce_content table p {
	width: 100% !important;
	font-size: 1.0em !important;
}

div.tinymce_content ul {
	display: block !important;
	float: none !important;
	clear: both !important;
	margin: 0 0 20px 20px !important;
	padding: 0 !important;
	list-style-type: disc !important;
}
div.tinymce_content ul li {
	float: none !important;
/*	display: block !important;*/
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: disc !important;
}

div.tinymce_content h2,
div.tinymce_content h3,
div.tinymce_content h4,
div.tinymce_content h5,
div.tinymce_content h6 {
	float: none !important;
	clear: both !important;
	margin: 0 0 8px 0 !important;
}
div.tinymce_content h2 {
	font-size: 1.0em !important;
}
div.tinymce_content h3 {
	font-size: 0.9em !important;
}
div.tinymce_content h4 {
	font-size: 0.9em !important;
}
div.tinymce_content h5 {
	font-size: 0.8em !important;
}
div.tinymce_content h6 {
	font-size: 0.8em !important;
}

div.tinymce_content h2.hd_upper_blue,
div#synopsis_wrapper h2.hd_upper_blue 
{
	color: #30B1D9 !important;
	font-size: 1.4em !important;
	font-weight: normal !important;
	text-transform: uppercase;
}
div.tinymce_content p {
	margin: 0 0 12px 0 !important;
}

div.tinymce_content table.table_no_border, 
div.tinymce_content table.table_no_border td, 
div.tinymce_content table.table_no_border tr, 
div#synopsis_wrapper table.table_no_border, 
div#synopsis_wrapper table.table_no_border td, 
div#synopsis_wrapper table.table_no_border tr
{
	border: 0;
}

div.tinymce_content td.td_large_yellow,
div#synopsis_wrapper td.td_large_yellow 
{
	font-size: 2.5em;
	color: #e1e66b;
}

/* ---------------------------- */
/* ------ (RHS SNIPPET BOX) ------ */
/* ---------------------------- */

.rhs_snippet_box {
	width: 280px;
	float: left;
	margin: 0 0 10px 0;
	padding: 16px 0px 0px 0px;
	background: url('/i/rhs_snippet_box_top3.png') 0px 0px no-repeat;
}

.rhs_snippet_box.figures {
	/*background: url('/i/rhs_snippet_box_top2.png') 0px 0px no-repeat;*/
	background: url('/i/rhs_snippet_box_top3.png') 0px 0px no-repeat;
}

.rhs_snippet_box_content  {
	background-color: #808080;
	padding: 12px 22px 5px 22px;
	width: 236px;
	height: 1%;
	overflow: hidden;
	margin: 0px;
	float: left;
	color: #ffffff;	
	line-height:20px;
}

.rhs_snippet_box_content div.insights_wrapper {
	margin-bottom: 15px;
}

.rhs_snippet_box.figures  .rhs_snippet_box_content {
	padding: 12px 0px 0px 0px;
	width: 280px;
}


.rhs_snippet_box_content p {
	font: 0.75em Arial,sans-serif;	
	margin:0px 0px 29px 0px;
}

.rhs_snippet_box_content a {
	color: #ffffff;
	font-weight: bold;
}

.rhs_snippet_box_content h3 {
	margin: 0px 0px 13px 0px;
	font-weight: bold;
	font-size: 1.5em;
}

.rhs_snippet_box_content h3.normal {
	margin: 0px 0px 13px 0px;
	font-weight: bold;
	font-size: 1.1em;
}

.rhs_snippet_box_content h3 a {
	margin:0px 0px 13px 0px;
/*	font:bold 0.6em Helvetica,Arial,sans-serif;*/
	font-weight: bold;
}

.rhs_snippet_box_content h4 {
	margin:0px 0px 29px 0px;
	font:normal 1.0em Arial,sans-serif;
}

.rhs_snippet_bottom {
	margin: 0px;
	padding: 0px;
}

.rhs_snippet_box h2 {
	color: #30b1d9;
	height: 19px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 40px 10px 42px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.rhs_snippet_box h2.long_title {
	padding-top: 5px;
	line-height: 0.9em;
	height: 25px;
}

/* 
	Classes to give the rhs h2 different background icons!
	Attention! Also used for the main h1!
*/

.default_hd {
	background-image: url('/i/hd_icon_question.png');
}

.question {
	background-image: url('/i/hd_icon_question.png');
}

.exclamation {
	background-image: url('/i/hd_icon_exclamation.png');
}

.boxoffice {
	background-image: url('/i/hd_icon_popcorn.png');
}

.error404 {
	background-image: url('/i/hd_icon_error.png');
}

.assets {
	background-image: url('/i/hd_icon_assets.png');
}

.caa {
	background-image: url('/i/hd_icon_caa.png');
}

.envelope {
	background-image: url('/i/hd_icon_envelope.png');
}

.person {
	background-image: url('/i/hd_icon_person.png');
}

.people {
	background-image: url('/i/hd_icon_people.png');
}

.cinema {
	background-image: url('/i/hd_icon_cinema.png');
}

.contact {
	background-image: url('/i/hd_icon_contact.png');
}

.generic {
	background-image: url('/i/hd_icon_text.png');
}

.search {
	background-image: url('/i/hd_icon_magnifying_glass.png');
}

.film {
	background-image: url('/i/hd_icon_film.png');
}

.reel {
	background-image: url('/i/hd_icon_reel.png');
}

.calendar {
	background-image: url('/i/hd_icon_calendar.png');
}


.impacts {
	background-image: url('/i/hd_icon_impacts.png');
}

.filmnews {
	background-image: url('/i/hd_icon_videocamera.png');
}

.about {
	background-image: url('/i/hd_icon_dcm.png');
}

.top10 {
	background-image: url('/i/hd_icon_star.png');
}

/* 
	top 10
*/

#top_bo_header {
	height: 1%;
	overflow: hidden;
	width:280px;
	padding: 10px 0px 15px 0px;
}

#top_bo_header h3 {
	float:left;
	font:normal 0.8em Arial,sans-serif;
	margin:0px 0px 0px 30px;
	padding:0px;
	color:#ffffff;
	width:160px;
}

#top_bo_header p {
	float:left;
	font:bold 0.8em Arial,sans-serif;
	margin:0px 0px 0px 0px;
	width:90px;
	padding:0px;
}

ul#top_brands_holder {
	margin: 0px;
	padding: 0px;
	height: 1%;
	overflow: hidden;
	width: 280x;
}

ul#top_brands_holder li {
	
	float: left;	
	font-size:13px;
	width: 280px;
}

.tb_number_odd {
	height:55px;
	background: #666666;
}

.tb_number_even {
	height:55px;
	background: #808080;
}

.tb_number_10 {
	background: #808080;
	height:55px;
}

.tb_info {
	padding: 10px 0px 0px 0px;
}

.tb_info .tb_position {
	width:70px;
	height:40px;
	float:left;
	display:block;
}


/*
  Subscribe Box and Packages Box
*/

#packages_img,
#subscribe_img {
	float: left;
	margin: 8px 12px 0px 0px;
	width:98px;
}

#packages_content,
#subscribe_content {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 116px;
}

#packages_content p,
#subscribe_content p {
	margin: 0px 0px 9px 0px;
	width: 116px;
	font:normal 0.8em Arial,sans-serif;
	text-align: left;
	color:#ffffff;
	float: left;
}

#subscribe_content img {
	margin:0px;
	width:74px;
	height:21px;
	float: left;
}

#packages_content a {
	font: bold 0.8em Arial,sans-serif;
}

/*
	Job vacancies box
*/

.job_vacancies .rhs_snippet_box_content  {
	padding: 22px 0px 5px 0px;
	width: 280px;
	font: normal 0.8em Arial,sans-serif;
}

.job_vacancies .rhs_snippet_box_content a {
	font-weight: normal;
	margin: 0px 22px 20px 22px;
	display: block;
}

.job_vacancies a#selected {
	color: #dae049;
}

.job_vacancies .rhs_snippet_box_content img {
	margin: 0px 0px 20px 0px;
}

/*
	Latest Job vacancies box
*/

.vacancies_block {
	height: 1%;
	display: hidden;
	padding: 10px 0px;
}

.vacancies_block strong {
	float:left;
	width:150px;
	margin:0px 5px 0px 0px;
	font:normal 0.8em Arial,sans-serif;
}

.vacancies_block a {
	float:right;
	margin:0px 0px 0px 0px;
	width:60px;
	font:bold 0.8em Arial,sans-serif;
}

/*
	Latest Job vacancies box
*/

.rhs_snippet_box_content  .press_release_block h3 {
	font-size: 0.8em;
	margin: 0 0 25px 0px;
}
 




/*
	Careers Box
*/

.careers .rhs_snippet_box_content {
	padding: 20px 22px 5px 22px;
}

.careers .rhs_snippet_box_content p {
	line-height: normal;
	margin: 0px 0px 12px 0px;
}



/*
	Events
*/

.events .rhs_snippet_box_content  {
	padding: 22px 0px 5px 0px;
	width: 280px;
	font: normal 0.8em Arial,sans-serif;
}

.events .rhs_snippet_box_content a {
	font-weight: normal;
	margin: 0px 22px 13px 22px;
	display: block;
}

.events a#selected {
	color: #dae049;
}

.events .rhs_snippet_box_content img {
	margin: 0px 0px 13px 0px;
}


/*
 Events Calendar Sidebar
*/

.rhs_snippet_box iframe {
	margin: 0 auto;
	padding: 0px;
	width:195px;
	height: 425px;
	display: block;
	background-color:#808080;
}

/*
 Recommended Buying Routes Panel 
*/


.packages_wrapper {
	margin: 10px 0px 0px 0px;
	font: normal 0.8em Arial,sans-serif;
}

.packages_wrapper span {
	font-weight: bold;
	text-align: left;
	margin: 0px 10px 0px 0px;
	width: 5px;
}

.packages_wrapper a {
	color:#ffffff;
	font-weight: bold;
}

.packages_wrapper a:hover {
	text-decoration: underline;
}

ul.packages_wrapper {
	font-weight: bold;
	color:#ffffff;
	text-align:left;
	margin: 0px 10px 0px 20px;
	list-style-type: disc;
}

ul.packages_wrapper li {
	list-style-type: disc;
	margin-bottom: 5px;
}

/*
 Contact Details Panel
*/



#contact_photo {
	float:left;
	margin: 8px 15px 8px 0px;
}

#contact_info {
	float: right;
	width: 120px;
	margin: 8px 0px 0px 0px;
/*	font: 0.75em Arial, sans-serif;*/
}

#contact_info strong {
	font-size: 0.9em;
}

#contact_info a, #contact_info span {
	font-size: 0.8em;
}

#contact_info p {	
	margin: 0px 0px 17px 0px;
	width: 120px;
}

#contact_info div {
	margin: 0px 0px 5px 0px;
	width: 120px;	
}


#contact_info img {
	margin: 2px 2px 0px 0px;
}

#contact_info span {
	margin: 0px;
	width: 85px;	
}


/*
 Address Details Sidebar
*/


.contact_box .rhs_snippet_box_content h3 {
	margin: 0 0 7px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
}
	
.contact_box .rhs_snippet_box_content {
	padding-top: 30px;
}

.contact_box .rhs_snippet_box_content p {
	margin-bottom: 15px;
}

/*
 Impacts Sidebar, Boxoffice Sidebar
*/

.rhs_snippet_box.boxoffice_sidebar .rhs_snippet_box_content,
.rhs_snippet_box.impacts_sidebar .rhs_snippet_box_content {
	padding: 0px;
	width: 280px;
}

.rhs_snippet_box.boxoffice_sidebar .rhs_snippet_box_content p,
.rhs_snippet_box.impacts_sidebar .rhs_snippet_box_content p {
	padding: 25px 30px 0px 22px;
	margin: 0px;
}


.rhs_snippet_box.boxoffice_sidebar .rhs_snippet_box_content h3, 
.rhs_snippet_box.impacts_sidebar .rhs_snippet_box_content h3 {
	margin:21px 0px 0px 20px;
	width:211px;
	font:normal 1.1em Helvetica,sans-serif;	
}

.rhs_snippet_box.boxoffice_sidebar .rhs_snippet_box_content a,
.rhs_snippet_box.impacts_sidebar .rhs_snippet_box_content a {
	margin:10px 0px 4px 0px;
	padding: 12px 0px 0px 20px;
	width:260px;
	font:bold 0.75em Arial,sans-serif;
	border-top: 1px #999999 solid;
	display: block;
}

.rhs_snippet_box.boxoffice_sidebar .rhs_snippet_box_content h3.topborder {
	border-top: 1px #999999 solid;
	width: 260px;
	margin: 15px 0px 0px 0px;
	padding: 14px 0px 0px 20px;
}

.rhs_snippet_box.boxoffice_sidebar a.on {
	color:#dae049;
}





/*
 Find a... Form
*/

.rhs_snippet_box.find_a_box .rhs_snippet_box_content {
	padding: 0px 20px;
	width: 240px;
}


#find_a_form {
	margin: 10px 0px 0px 0px;
	width:240px;
	height: 1%;
	overflow: hidden;
}

#find_a_form label{
	float:left;
	margin:5px 0px 3px 0px;
	font:bold 0.70em Arial,sans-serif;
	text-align:left;
	color:#ffffff;
	width:238px;
}

#find_a_form select {
	float:left;
	margin:1px 0px 10px 0px;
	width:238px;
	font:normal 0.8em Helvetica,Arial,sans-serif;
	border:none;
}

#find_a_form input#search_btn {
	float:left;
	margin:0px;
	width:58px;
}


/*
	Cinema Finder
*/

.rhs_snippet_box.cinema_finder_box .rhs_snippet_box_content {
	padding: 0px;
	width: 280px;
	height: 1%;
	overflow: auto;
}

#postcode_finder {
	float:left;
	margin:10px 0px 5px 20px;
	width:210px;
	background:none;
}

#postcode_finder h3 {
	margin:4px 0px 16px 0px;
	width:210px;
	font:normal 0.75em Arial,Arial,sans-serif;
	color:#ffffff;
	text-align:left;
}

#postcode_finder label{
	float:left;
	margin:0px 0px 5px 0px;
	font:bold 0.70em Arial,sans-serif;
	text-align:left;
	color:#ffffff;
	width:210px;
}

#postcode_finder img#search_field {
	float:left;
	width:194px;
	height:27px;
	margin:0px 0px 0px 0px;
	border:none;
}

#postcode_finder input#postcode {
	float:left;
	margin:-23px 0px 0px 5px;
	width:120px;
	font:0.70em Helvetica,sans-serif;
	text-align:left;
	color:#666666;
	padding:3px;
	border:none;
}

form#postcode_finder input#postcode_btn {
	float:left;
	margin:-24px 0px 16px 133px;
	width:58px;
	height:21px;
	border:none;
}

#region_finder {
	float:left;
	margin:0px 0px 10px 20px;
	width:210px;
	background:none;
}

#region_finder label#region_label{
	float:left;
	margin:12px 0px 5px 0px;
	font:bold 0.70em Arial,sans-serif;
	text-align:left;
	width:190px;
	color:#ffffff;
}

#region_finder select#tv_region {
	float:left;
	margin:1px 0px 10px 0px;
	width:156px;
	font:normal 0.8em Helvetica,Arial,sans-serif;
	border:none;
}

#region_finder input#region_btn {
	float:left;
	margin:0px;
	width:58px;
}



/*
	Film Sidebar - 3 searches for the price of 1
*/

.rhs_snippet_box.searchby3 h2 {
	
}


.rhs_snippet_box.searchby3 .rhs_h2_container {
	width: 280px;
	height: 40px;
	background: url('/i/rhs_snippet_box_top3.png') 0px bottom no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}

.rhs_snippet_box.searchby3 .rhs_snippet_box_content {
	margin: 0px;
	width:280px;
	padding: 0px 0px 15px 0px;
}

.rhs_snippet_box.searchby3 .rhs_snippet_box_content p {
	margin:5px 0px 10px 0px;
	width:240px;
	padding: 10px 0px 0px 20px;
	font:normal 0.8em Arial,Helvetica,sans-serif;
	color:#ffffff;
	text-align:left;
}

#search_sb {
	margin:20px 0px 0px 20px;
	width:260px;
	padding: 0px;
	background: url('/i/film-images/search_field.gif') 0px 0px no-repeat;
	height: 27px;
}

#search_sb input#film_title {
	margin:4px 21px 0px 4px;
	padding: 0px;
	width:150px;
	height:18px;
	border:0px;
	font:normal 0.8em Arial,Helvetica,sans-serif;
	color:#000;
	display: inline;
	float: left;
}

#search_sb input#film_title.default {
	color: #666;
}

#search_sb input#search_btn {
	margin: 3px 5px 0px 0px;
	width:58px;
	height:21px;
	border:0px;
	display: inline;
	float: left;
}

#date_sb {
	margin:15px 0px 0px 20px;
	width:260px;
}

#date_sb ul {
	width: 260px;
	height: 27px;	
}

#from_date,
#to_date {
	background: url('/i/film-images/date_field.gif') 0px 0px no-repeat;
	height: 27px;
	width: 76px;
	border: none;
}

#date_sb ul li {
	float:left;
	list-style-type:none;
	margin:0px 9px 0px 0px;
}

#date_sb ul li span {
	margin:3px 0px 0px 0px;
	font:normal 0.8em Arial,Helvetica,sans-serif;
	color:#ffffff;
}

#date_sb ul li img {
	margin:0px;
	width:76px;
	height:27px;
}

#date_sb ul li input {
	margin:-25px 0px 0px 2px;
	padding:5px;
	width:60px;
	border:0px;	
	font:normal 0.7em Arial,Helvetica,sans-serif;
	color: #000;
	text-align:left;
}

#date_sb ul li input.default {
	color: #666;
}

#date_sb input#date_btn {
	margin:11px 0px 0px 0px;
	width:58px;
	height:21px;
}

#searchby_sb {
	margin:15px 0px 0px 20px;
	width:240px;
}

#searchby_sb label {
	margin:0px 0px 8px 0px;
	font:normal 0.8em Arial,Helvetica,sans-serif;
	text-align:left;
	color:#ffffff;
}

#searchby_sb select {
	margin:0px 0px 5px 0px;
	font:normal 0.7em Arial,Helvetica,sans-serif;
	text-align:left;
	color:#000000;
	width:240px;
}

#searchby_sb input#searchby_btn {
	margin:6px 0px 0px 0px;
	width:58px;
	height:21px;
}


div#opportunity_screen_container {
	position: relative;
	overflow: hidden;
}

div#screen_navigation {
	position: relative;
	left:0px;
	z-index:3;
}

div#screen_information {
	
}

div#screen_information {
	background:url('/i/inspired-images/shadow_background.gif') right;
	width: 494px;
}