/* ---------------------------- */
/* ------ GET INSPIRED LANDING PAGE ------ */
/* ---------------------------- */
/*
 Content Wrapper
*/
div#inspired_content {
	width:960px;
	margin: 0px;
	padding: 0px;	
	background:url('/i/inspired-images/inspired_landing_background.jpg') no-repeat bottom right;
}

div#inspired_container {
	margin:0px 10px 0px 0px;
	width:950px;
	height: 1%;
	overflow: hidden;
}


/*
 Main Content
*/
div#inspired_container div#inspired_left {
	float:left;
	width:670px;
	margin:0px 0px 0px 0px;
}


div#inspired_left div#header_strip {
	margin:10px 0px 0px 30px;
	width:636px;
	height:45px;
}

div#inspired_left div#header_strip div#h_left {
	float:left;
	width:405px;
	margin:0px 10px 0px 0px;
}

div#header_strip div#h_left img#h1_header {
	margin:0px 0px 0px 0px;
}

div#header_strip div#h_left a {
	margin:0px 0px 0px 38px;
	font:bold 0.8em Arial,sans-serif;
	color:#d70025;
	text-align:left;
}

div#inspired_left div#header_strip ul#h_right {
	float:left;
	width:216px;
	margin:10px 0px 0px 0px;
	list-style-type:none;
	display:inline;
}

div#inspired_left div#header_strip ul#h_right li {
	float:left;
}

div#inspired_left div#header_strip ul#h_right li img {
}

div#inspired_left div#header_strip ul#h_right li a {
	margin: -14px 0px 0px 5px;
	font:0.70em Arial,Helvetica,sans-serif;
	text-align:left;
	color:#333333;
}


/*
 Promotional Area Styles
*/
div#inspired_left div#promotional_container {
	width:650px;
	height:280px;
	margin:0px 10px 10px 10px;
}



/*
 Adverts Container 
*/
div#inspired_left div#other_container {
	width:670px;
	margin:20px 0px 10px 0px;
	height: 1%;
	overflow: hidden;
	
}

div#other_container div#other_left {
	float:left;
	width:468px;
	margin:0px;
}

div#other_container div#other_right {
	float: right;
	width:202px;
	margin: 0;
}



/*
 On Screen / Off Screen 
*/
div#other_right div.or_panel {
	margin:0px 0px 0px 0px;
	padding: 10px 0 0 0;
	width:196px;
	height:664px;
	background:url('/i/inspired-images/panel_column.gif') no-repeat 0 0;
}

div.or_panel div.or_container {
	width:164px;
	height:320px;
	margin:0px 0px 0px 15px;
	padding: 10px 0 0 0;
}

div.or_container img {
	width:164px;
	margin:0px 0px 11px 0px;
	border:none;
}

div.or_container h2 {
	width:164px;
	margin:0px 0px 14px 0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#d70025;
}

div.or_container a.pr_header {
	width:164px;
	margin:0px 0px 14px 0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#d70025;
}

div.or_container p {
	width:164px;
	margin:0px 0px 15px 0px;
	font:normal 0.8em Arial,sans-serif;
	text-align:left;
	color:#666666;
}

div.or_container a {
	width:164px;
	margin:0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#d70025;
}



/*
 Sidebar Content
*/
div#inspired_container div#inspired_right {
	float: left;
	width:280px;
	margin:0px;
}

div#inspired_right div#get_inspired_panel {
	width:280px;
	height:280px;
	background:url('/i/inspired-images/get_inspired_panel.gif');
	margin:0px 0px 10px 0px;
}

div#get_inspired_panel div#get_inspired_para {
	margin:73px 20px 0px 20px;
	width:240px;
}

div#get_inspired_panel div#get_inspired_para p {
	margin:0px 0px 10px 0px;
	width:240px;
	font:normal 0.8em Arial,sans-serif;	
	text-align:left;
	color:#ffffff;
}


/*
 Case Study Panel
*/

/*
div#inspired_right div#case_study_panel, div#film_right div#case_study_panel  {
	width:280px;
	height:303px;
	background:url('/i/inspired-images/find_case_study_panel.gif');
	margin:0px 0px 10px 0px;
}

form#case_study_form {
	margin:68px 20px 0px 20px;
	width:240px;
}

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

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

form#case_study_form input#search_btn {
	margin:0px;
	width:58px;
}

*/

/*
 Contact Sidebar
*/
div#inspired_right div#contact_sidebar {
	margin:0px 0px 10px 0px;
	width:280px;
	height:193px;
	background:url('/i/inspired-images/contact_panel.gif') no-repeat 0 0;
}

div#contact_sidebar div#contact_wrapper {
	margin:75px 21px 10px 22px;
	width:243px;
}

div#contact_wrapper img#contact_left {
	float:left;
	margin:0px 12px 0px 0px;
	width:98px;
}

div#contact_wrapper div#contact_right {
	float:right;
	margin:0px;
	width:129px;
}

div#contact_wrapper div#contact_right p {
	margin:0px 0px 21px 0px;
	width:120px;
	font:normal 0.8em Arial,sans-serif;
	text-align:left;
	color:#ffffff;
}

div#contact_wrapper div#contact_right a {
	margin:0px;
	width:74px;
	height:21px;
}



/* ---------------------------- */
/* ------ INSPIRED ON SCREEN PAGE ------ */
/* ---------------------------- */
div#onscreen_content {
	width: 960px;
	margin: 0px;
	padding: 0px;	
	background:url('/i/inspired-images/on_screen_background.jpg') no-repeat bottom right;
	
}

div#inspired_left div#opportunity_screen_fixer {
	width: 640px;
	margin: 0;
	padding: 0 0 0 20px;
}

div#opportunity_screen_fixer img#opportunity_top_shadow {
	width:635px;
	border:none;
	display: block;
}

div#opportunity_screen_fixer div#opportunity_screen_container {
	width:635px;
	height: 1%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0;
}

div#opportunity_screen_container div#screen_navigation {
	float:left;
	display: inline;
	margin:0px 0px 0px 12px;
	width:149px;
	padding: 0;
}

div#screen_navigation ul {
	list-style-type:none;
	display:block;
	margin-bottom: 10px;
	padding: 0;
}

div#screen_navigation ul li {
	width:133px;
	margin:0px 0px 1px 0px;
	padding: 15px 0px 15px 15px;
}

div#screen_navigation ul li.sn_body {
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-right: none;
}

div#screen_navigation ul li.snblue_body {
	background-color: #37bee0;
	border: 1px #37bee0 solid;
	border-right: none;	
}

div#screen_navigation ul li.sn_body a {
	font:normal 0.75em Arial,sans-serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
}

div#screen_navigation ul li.snblue_body a {
	font:normal 0.75em Arial,sans-serif;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
}

/*
div#screen_navigation ul li img.sn_footer {
	width:149px;
	height:3px;
}
*/

/*
div#screen_navigation ul li {
	background:url('/i/inspired-images/blue_tab.gif') no-repeat 0 0;
	width:149px;
	height:40px;
	margin:0px 0px 0px 0px;
}

div#screen_navigation ul li a {
	margin:12px 0px 0px 20px;
	font:normal 0.75em Arial,sans-serif;
	color:#ffffff;
}
*/

/*
 Opportunity Content
*/
div#opportunity_screen_container div#screen_information {
	float: right;
	/* width:458px; */
	margin:0px 0px 0px -20px;
}

div#screen_information img#si_header {
	width:474px;
	height:40px;
	margin: 0;
	padding: 0 0 0 20px;
}


/*
 Panel Content
*/
div#screen_information div#si_body {
	margin: -19px 0px 0px 0px;
	padding: 0 20px 30px 40px;
	width: 418px;
	height: 1%;
	overflow: hidden;
	
}

div#si_body div#si_content {
	width: 419px;
	margin: 0;
	padding: 0;
}

div#si_body div#si_content h2#content_header {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font:normal 1.1em Arial, Helvetica, sans-serif;
	color:#30b1d9;
	text-align:left;
	text-transform:uppercase;
}

div#si_content div#tinymce_content {
	width:419px;
	margin:0px 0px 20px 0px;
	font:normal 0.8em Helvetica,sans-serif;
}

div#si_content div#tinymce_content table {
	width:419px;
	margin:0px 0px 20px 0px;
	color: #666;
}

div#si_content div#tinymce_content table td {
	vertical-align: top;
}

div#tinymce_content img.si_central_image {
	width:419px;
	margin:0px 0px 20px 0px;
}


/*
 Modified Thursday 21st January 2009
*/
div#tinymce_content div.tinymce_download {
	float:right;
	margin: 0 0 10px 10px;
	background:url('/i/inspired-images/download_placeholder.gif') no-repeat 0 0;
	width:233px;
	height:70px;
}

div#tinymce_content div.tinymce_download img {
	margin: 33px 0px 0px 15px;
}

div#tinymce_content div.tinymce_download a {
	display: block;
	margin: -18px 0 0 45px;
	padding: 0;
	text-align:left;
	font-weight: bold;
	color:#d70025;
	height: 20px;
	/*width:210px;*/
}


div#tinymce_content a {
	font:Arial,sans-serif;
	font-weight: bold;
	color:#d70025;
}

div#tinymce_content a.tinymce_link {
	margin:0px 0px 20px 0px;
	font-weight: bold;
	color:#d70025;
}

div#tinymce_content strong {
	font:bold Arial, Helvetica, sans-serif;
	color:#666666;
}

div#tinymce_content p {
	margin:0px 0px 20px 0px;
/*	font:normal 0.8em Arial, Helvetica, sans-serif; */
	color:#666666;
}

div#tinymce_content h2, div#tinymce_content h3, div#tinymce_content h4 {
	margin:0px 0px 20px 0px;
	font-weight: bold;
	color:#666666;
}

/*
 End
*/

div#tinymce_content ul {
	padding: 0 0 0 16px;
	margin: 15px 0 20px 0;
}

div#tinymce_content ol {
	padding: 0 0 0 16px;
	margin: 15px 0 20px 0;
}

div#tinymce_content ul li {
	list-style: disc;
	margin-left: 10px;
	padding: 4px 0 0 4px;
/*	font:normal 0.8em Arial,sans-serif;*/
	color:#666666;
}

div#tinymce_content ol li {
	list-style: decimal;
	margin-left: 10px;
	padding: 4px 0 0 4px;
/*	font:normal 0.8em Arial,sans-serif; */
	color:#666666;
}

/*
 Bottom Content
*/
div#si_content dl#bottom_content {
	width:419px;
	margin:0px 0px 0px 0px;
	display:block;
}


/*
 Bottom Panel Left
*/
dl#bottom_content dd {
	float:left;
	width:184px;
	margin:0px 14px 0px 0px;
}

dl#bottom_content dd h2 {
	width:184px;
	margin:0px 0px 12px 0px;
	font-weight: normal;
	font-size: 1.1em;
	color:#333333;
	text-align:left;
}

dl#bottom_content dd strong {
	width:184px;
	margin:0px 0px 10px 0px;
	font:bold 0.8em Helvetica,sans-serif;
	color:#d70025;
	text-align:left;
}

dl#bottom_content dd p {
	width:184px;
	margin:0px 0px 12px 0px;
	font:normal 13px Helvetica,sans-serif;
	color:#333333;
	text-align:left;
}

dl#bottom_content dd a {
	width:184px;
	margin:0px 0px 12px 0px;
	font:bold 0.8em Helvetica,sans-serif;
	color:#d70025;
	text-align:left;
	display: block;
}


/*
 Bottom Panel Right
*/
div#bottom_content div#bottom_right {
	float:right;
	width:184px;
	margin:0px;
}

div#bottom_right h2 {
	width:184px;
	margin:0px 0px 12px 0px;
	font:normal 1.1em Helvetica,sans-serif;
	color:#333333;
	text-align:left;
}

div#bottom_right strong {
	width:184px;
	margin:0px 0px 10px 0px;
	font:bold 0.8em Helvetica,sans-serif;
	color:#d70025;
	text-align:left;
}

div#bottom_right p {
	clear:left;
	float:left;
	width:184px;
	margin:0px 0px 12px 0px;
	font:normal 0.8em Helvetica,sans-serif;
	color:#333333;
	text-align:left;
}

div#bottom_right a {
	width:184px;
	margin:0px 0px 0px 0px;
	font:bold 0.8em Helvetica,sans-serif;
	color:#d70025;
	text-align:left;
}

/*
 Panel Footer
*/
div#screen_information img#si_footer {
	width:485px;
	height:29px;
	margin: 0px 0px 0px -1px;
	padding: 0 0 0 10px;
}

/*
 About Sidebar
*/
div#inspired_right div#about_sidebar {
	width:280px;
	margin:0px 0px 10px 0px;
}

div#inspired_right div#about_sidebar img#about_sidebar_header {
	width:280px;
	height:70px;
	margin:0px;
	background:url('/i/inspired-images/about_sidebar_header.gif') no-repeat 0 0;
}

div#inspired_right div#about_sidebar div#about_sidebar_body {
	width:280px;
	margin:0px;
	background:url('/i/inspired-images/did_you_know_body.gif') repeat-y 0 0;
}

div#inspired_right div#about_sidebar_body div#about_sidebar_content {
	margin:10px 0px 0px 20px;
	width:260px;
}

div#inspired_right div#about_sidebar_body div#about_sidebar_content p {
	width:232px;
	margin:0px 0px 10px 0px;
	font:normal 0.8em Arial,sans-serif;
	color:#ffffff;
	line-height:20px;
}

div#inspired_right div#about_sidebar img#about_sidebar_footer {
	width:280px;
	height:10px;
	margin:0px;
	background:url('/i/inspired-images/did_you_know_footer.png') no-repeat 0 0;
}



/*
 Packages Sidebar
*/
div#inspired_right div#packages_sidebar {
	width:280px;
	height:193px;	
	background:url('/i/inspired-images/packages_on_screen_panel.gif') no-repeat 0 0;
	margin:0px 0px 10px 0px;
}

div#packages_sidebar div#packages_wrapper {
	width:232px;
	margin:70px 0px 10px 20px;
}

div#packages_wrapper img#packages_left {
	float:left;
	width:94px;
	margin:0px 9px 0px 0px;
}

div#packages_wrapper div#packages_right {
	float:right;
	width:120px;
	margin:0px;
}

div#packages_wrapper div#packages_right p {
	width:120px;
	margin:0px 0px 15px 0px;
	font:normal 0.8em Arial,sans-serif;
	color:#ffffff;
	line-height:15px;
	text-align:left;
}

div#packages_wrapper div#packages_right a {
	width:120px;
	margin:0px;
	font:bold 0.8em Arial,sans-serif;
	color:#ffffff;
	text-align:left;
}



/* ---------------------------- */
/* ------ CASE STUDY LANDING PAGE ------ */
/* ---------------------------- */
div#cs_page_content {
	width:960px;
	margin: 0px;
	padding: 0px;	
	background:url('/i/film-images/cinema_sidebar_figures.jpg') no-repeat bottom right;
	
}

div#inspired_left div#case_study_wrapper {
	width:636px;
	margin:12px 0px 0px 14px;
}

img#case_study_header, img#case_study_header_1 {
	width:636px;
	height:37px;
	margin:0px;
	border:none;
}

div#case_study_body {
	width:636px;
	background:url('/i/inspired-images/case_study_panel_body.gif') repeat-y 0 0;
	height: 1%;
	overflow: hidden;
}

div#case_study_body div#case_study_content {
	width:636px;
	margin:0px 30px 0px 42px;
}

div#case_study_content dl#cs_dl {
	list-style-type:none;
	width:636px;
	height: 1%;
	overflow: hidden;
}

div#case_study_content dl#cs_dl dd {
	float:left;
	margin:0px 50px 30px 0px;
	display:block;
	width:240px;
	height:360px;
}

div#case_study_content dl#cs_dl dd img {
	width:240px;
	height:154px;
	margin:0px 0px 10px 0px;
}

div#case_study_content dl#cs_dl dd h3 {
	width:240px;
	margin:0px 0px 0px 0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#d70025;
}

div#case_study_content dl#cs_dl dd a.dl_header {
	width:240px;
	margin:0px 0px 0px 0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#d70025;
}

div#case_study_content dl#cs_dl dd strong {
	width:240px;
	margin:0px 0px 0px 0px;
	font:bold 0.8em Arial,sans-serif;
	text-align:left;
	color:#333333;
}

div#case_study_content dl#cs_dl dd p {
	width:240px;
	margin:10px 0px 10px 0px;
	font:normal 0.8em Arial,sans-serif;
	text-align:left;
	color:#666666;
}

div#case_study_content dl#cs_dl dd a {
	color:#d70025;
/*	font:bold 0.8em Arial,sans-serif; */
	font-weight: bold;
	font-size: 0.8em;
}

div#case_study_body div#case_study_content img#section_header {
	border:none;
	margin:0px 0px 20px 0px;
}

img#case_study_footer, img#case_study_footer_1 {
	width:636px;
	height:37px;
	margin:0px;
	border:none;
}

/* ---------------------------- */
/* ------ CASE STUDY DETAIL PAGE ------ */
/* ---------------------------- */
div#csd_page_content {
	width:960px;
	margin: 0px;
	padding: 0px;	
	background:url('/i/informed-images/audience_insight_detail_background.jpg') no-repeat bottom right;
	
}

div#case_study_content div#csd_title_wrapper {
	width:560px;
	height: 1%;
	overflow: hidden;
	margin:0px 0px 0px 0px;
}

div#csd_title_wrapper div#csd_title_left {
	float:left;
	width:312px;
	margin:0px 9px 0px 0px;
}

div#csd_title_left h1 {
	width:312px;
	margin:0px 0px 35px 0px;
	padding-left: 0;
	font:normal 1.0em Helvetica,sans-serif;
	color:#000000;
	text-align:left;
}

div#csd_title_left div.csd_data_container {
	width:312px;
	height: 1%;
	overflow: hidden;
	margin:0px 0px 5px 0px;
}

div.csd_data_container strong {
	float:left;
	width:121px;
	margin:0px 5px 0px 0px;
	font:normal 0.75em Arial,sans-serif;
	color:#333333;
	text-align:left;
}

div.csd_data_container div.csd_data {
	float:right;
	width:186px;
	margin:0px;
}

div.csd_data_container div.csd_data a {
	display: block;
	width:186px;
	margin:0px 0px 0px 0px;
	font:normal 0.75em Arial,sans-serif;
	color:#d70025;
	text-align:left;
}

div#csd_title_wrapper div#csd_title_right {
	float:right;
	width:216px;
	margin: 0;
	padding: 0;
}


/*
 Download Button
*/
div#dlb_wrapper {
	width:216px;
}

div#dlb_wrapper img#dlb_header {
	width:216px;
	margin:0px;
}

div#dlb_wrapper div#dlb_body {
	width: 198px;
	margin: 0px;
	background: url('/i/inspired-images/download_body.gif') 0 0 repeat-y;
	padding: 5px 5px 5px 15px;
}

div#dlb_body div#dlb_content {
	margin: 0;
	padding: 0;
}

div#dlb_body div#dlb_content strong {
	font:normal 1em Arial,sans-serif;
	text-align:left;
	color:#333333;
	margin:0px 0px 5px 0px;
}

div#dlb_body div#dlb_content div {
	height: 1%;
	overflow: hidden;
	padding: 3px 0;
}
div#dlb_body div#dlb_content a {
	float: left;
	width: 165px;
	font: bold 0.8em Arial,sans-serif;
	color: #d70025;
	margin-left: 3px;
	margin-top: 5px;
}

div#dlb_body div#dlb_content img {
	float: left;
	margin: 0;
	width: 25px;
	height: 25px;
}

div#dlb_wrapper img#dlb_footer {
	width:216px;
	margin:0px;
}

img.csd_splitter {
	margin:17px 0px 17px 0px;
	padding:0px;
	width:549px;
}


/*
 Synopsis
*/
div#synopsis_wrapper {
	width:560px;
	margin:0px 0px 0px 0px;
}

div#synopsis_wrapper h2, div#synopsis_wrapper h3, div#synopsis_wrapper h4 {
	width:560px;
	margin:0px 0px 12px 0px;
	font:bold 0.8em Arial,sans-serif;
	color:#666666;
	text-align:left;
}

div#synopsis_wrapper p {
	width:530px;
	margin:15px 0px 5px 0px;
	font:normal 0.8em Arial,sans-serif;
	color:#666666;
	text-align:left;
}

div#synopsis_wrapper a {
	color:#d70025;
	font-weight: bold;
}

div#synopsis_wrapper ul {
	padding: 0 0 0 16px;
	margin: 15px 0 20px 0;
}

div#synopsis_wrapper ol {
	padding: 0 0 0 16px;
	margin: 15px 0 20px 0;
}

div#synopsis_wrapper ul li {
	list-style: disc;
	padding: 4px 0 0 18px;
	font:normal 0.8em Arial,sans-serif;
	color:#666666;
	width:393px;
}

div#synopsis_wrapper ol li {
	list-style: decimal;
	padding: 4px 0 0 8px;
	font:normal 0.8em Arial,sans-serif;
	color:#666666;
	width:393px;
}

div#synopsis_wrapper div#synopsis_video {
	margin:0px 0px 20px 0px;
	padding:0px;
}

div#synopsis_wrapper span#synopsis_block {
	width:488px;
	margin:0px 0px 20px 0px;
	font:normal 1.2em Helvetica,sans-serif;
	color:#30b1d9;
	text-align:left;
	text-transform:uppercase;
}


div#synopsis_wrapper div#synopsis_gallery {
	margin:20px 0px 20px 0px;
	width:530px;
}	

div#synopsis_wrapper div#synopsis_gallery img#sg_left {
	float:left; 
	margin:0px 20px 0px 0px;
	width:242px;
}

div#synopsis_wrapper div#synopsis_gallery img#sg_right {
	float:right; 
	margin:0px;
	width:242px;
}

div#synopsis_wrapper table#percentages_table {
	margin:10px 0px 30px 0px;
	width:100%;
	border-collapse:collapse;
}

div#synopsis_wrapper table#percentages_table th {
	color:#dae049;
	font:bold 2.2em Helvetica,sans-serif;
	text-align:left;
}

div#synopsis_wrapper table#percentages_table td {
	color:#666666;
	font:normal 0.8em Arial,sans-serif;
	text-align:left;
	padding:0px 30px 0px 0px;
}


div#synopsis_wrapper div#synopsis_gallery {
	margin:20px 0px 20px 0px;
	width:530px;
}	

div#synopsis_wrapper div#synopsis_gallery img#sg_left {
	float:left; 
	margin:0px 20px 0px 0px;
	width:242px;
}

div#synopsis_wrapper div#synopsis_gallery img#sg_right {
	float:right; 
	margin:0px;
	width:242px;
}

div#description_wrapper {
	clear: both;
	margin-bottom: 20px;
}


/* ---------------------------- */
/* ------ BOX OFFICE COLUMN ------ */
/* ---------------------------- */

/*
div#top_brands_container {
	clear:left;
	float:left;
	width:279px;
	margin: 10px 0px 10px 0px;
}

div#top_brands_container div#top_bo_header {
	clear:left;
	float:left;
	height:27px;
	width:279px;
	padding: 70px 0px 0px 0px;
	background: url('/i/bk_box_office.jpg') 0 0 no-repeat;
}

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

div#top_bo_header a {
	clear:left;
	float:left;
	font:bold 0.8em Arial,sans-serif;
	margin:-15px 0px 0px 190px;
	width:80px;
	padding:0px;
	color:#ffffff;
}

*/

/* ---------------------------- */
/* ------ TOP TEN BRANDS ------ */
/* ---------------------------- */

/*
div#top_brands_container div#top_brands_header {
	clear:left;
	float:left;
	height:27px;
	width:279px;
	padding: 70px 0px 0px 0px;
	background: url('/i/informed-images/top_10_brands_sidebar_header.gif') 0 0 no-repeat;
}

div#top_brands_header h2 {
	clear:left;
	float:left;
	font:normal 0.8em Arial,sans-serif;
	margin:0px 0px 0px 30px;
	padding:0px;
	color:#ffffff;
	width:179px;
}

div#top_brands_header a {
	clear:left;
	float:left;
	font:normal 0.8em Arial,sans-serif;
	margin:-15px 0px 0px 190px;
	width:80px;
	padding:0px;
	color:#ffffff;
}

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

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

.tb_number_even {
	height:55px;
	background: #7f7f7f;
}

.tb_number_10 {
	background: #7f7f7f url('/i/bk_box_office_footer.jpg') no-repeat bottom;
	height:55px;
}

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

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

*/
select {
	background:#ffffff;
	height:18px;
}
