/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.0
build: 2026
*/
html { color:#000; background:#FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; }
legend { color:#000; }
/* 
	 orange 	 	#f26822
	 dark grey		#231f20
	 dotted line	#302d2e
*/
/* global elements
------------------------------------------------------------------------------------------ */ 
html, body { background-color: #231f20; }
body {
	font: 14px/1.5 arial, helvetica, sans-serif;
	color: #999;
	position: relative;
}
strong{font-weight:bold}em{font-style:italic}
#container, #branding {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#branding { z-index: 100; }
#container {
	z-index: 15;
	-moz-box-shadow: 0 20px 20px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 20px 20px rgba(0,0,0,.12);
	box-shadow: 0 20px 20px rgba(0,0,0,.12);
}
#logo {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	left: 22px;
	top: -70px;
	display: block;
	width: 140px;
	height: 178px;
	background: url('../../images/logo-fox-classics.png') no-repeat;
}
#logo:hover, #logo:focus{ top: -45px; }
#logo:active { top: -30px; }
#content {
	background-color: #231f20;
	padding: 0 20px 60px;
	width: 920px;
	overflow: hidden;
	position: relative;
}
a { text-decoration: none; color: #f26822; outline:none; }
a:hover,a:focus,a:active { color: #fff; }
.cta {
	background: url('../../images/bullet-arrow.gif') no-repeat 0 center;
	font-weight: bold;
	text-decoration: none;
	color: #ebebeb;
	display: inline-block;
	padding: 3px 3px 3px 21px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
.cta:hover { color: #f26822; }
.cta:focus {
	position: relative;
	top: 2px;
}
.floatLeft{float:left}
.floatRight{float:right}
::-moz-selection {
	color: #fff;
	background: #f26822;
}
::selection {
	color: #fff;
	background: #f26822;
}
#sitewidePromos {
	clear: both;
	width: 920px;
	overflow: hidden;
	padding: 30px 0 0;
	text-align: center;
	white-space: nowrap;
}
#sitewidePromos a { outline: 0 none; }
#sitewidePromos a img { border: 3px solid #181818; margin:0 6px 0 0; }
#sitewidePromos a:hover img, #sitewidePromos a:focus img { border: 3px solid #f26822; }
#lhsCol { min-height: 666px; }

/* navigation
------------------------------------------------------------------------------------------ */ 
#nav {
	width: 960px;
	height: 65px;
	background: url('../../images/nav.png') no-repeat;
	position: relative;
	z-index: 50;
}

#navFeatured, #navNowShowing, #navCommunity, #navWin, #navFilmClub, #navBillCollins, #navMyFoxClassics {
	display: inline;
	position: relative;
	float: left;
}
#navFeatured .navTab, #navNowShowing .navTab, #navCommunity .navTab, #navWin .navTab, #navFilmClub .navTab, #navBillCollins .navTab, #navMyFoxClassics .navTab {
	background: url('../../images/nav.png') no-repeat;
	display: block;
	height: 65px;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0 3px 0 0;
}
#navFeatured { margin: 0 0 0 163px; }
#navFeatured .navTab { width: 102px; background-position: -163px 0; }
#navFeatured .navTab:hover, #navFeatured .navTab:focus, #navFeatured.hovering .navTab { background-position: -163px -65px; }

#navNowShowing .navTab { width: 126px; background-position: -268px 0; }
#navNowShowing .navTab:hover, #navNowShowing .navTab:focus, #navNowShowing.hovering .navTab { background-position: -268px -65px; }

#navCommunity .navTab { width: 109px; background-position: -397px 0; }
#navCommunity .navTab:hover, #navCommunity .navTab:focus, #navCommunity.hovering .navTab { background-position: -397px -65px; }

#navWin .navTab { width: 68px; background-position: -509px 0; }
#navWin .navTab:hover, #navWin .navTab:focus, #navWin.hovering .navTab { background-position: -509px -65px; }

#navFilmClub .navTab { width: 97px;	background-position: -580px 0; }
#navFilmClub .navTab:hover, #navFilmClub .navTab:focus, #navFilmClub.hovering .navTab { background-position: -580px -65px; }

#navBillCollins .navTab { width: 141px; background-position: -680px 0; }
#navBillCollins .navTab:hover, #navBillCollins .navTab:focus, #navBillCollins.hovering .navTab { background-position: -680px -65px; }

#navMyFoxClassics .navTab { width: 135px; background-position: -824px 0; padding: 0 1px 0 0; }
#navMyFoxClassics .navTab:hover, #navMyFoxClassics .navTab:focus, #navMyFoxClassics.hovering .navTab { background-position: -824px -65px; }

/* drop-down menu
---------------------------------------- */
.dropDown { display: none; }
.hovering .dropDown {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #595757;
	padding: 6px;
	z-index: 60;
	width: 194px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.33);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.33);
	box-shadow: 5px 5px 5px rgba(0,0,0,.33);
}
.dropDown a {
	font-size: 14px;
	font-weight: bold;
	color: #dedede;
	text-decoration: none;
	display: block;
	padding: 6px 34px 6px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.dropDown a:hover { background: #3f3f3f url('../../images/bullet-arrow.gif') no-repeat 169px center; }
.dropDown a:focus { background-color: #f26822; }
.dropDown li {
	background: url('../../images/divider-nav-dropdown.gif') no-repeat center bottom;
	padding: 0 0 2px;
}
.dropDown li:last-child { background: none }
#navFeatured .dropDown { left: 1px; }

/* selected pages / sections
---------------------------------------- */
.sectionFeatured #navFeatured .navTab { background-position: -163px -130px; }
.sectionNowShowing #navNowShowing .navTab { background-position: -268px -130px; }
.sectionCommunity #navCommunity .navTab { background-position: -397px -130px; }
.sectionWin #navWin .navTab { background-position: -509px -130px; }
.sectionFilmClub #navFilmClub .navTab { background-position: -580px -130px; }
.sectionBillCollins #navBillCollins .navTab { background-position: -680px -130px; }
.sectionMyFoxClassics #navMyFoxClassics .navTab { background-position: -824px -130px; }

/* footer
------------------------------------------------------------------------------------------ */ 
#footerContainer {
	background: #1f1c1d url('../../images/bg-footer.gif') repeat-x;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 15;
}
#footer {
	background: #1f1c1d url('../../images/bg-footer.gif') repeat-x;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#footer a {
	text-decoration: none;
	color: #4f4f4f;
}
#footer a:hover, #footer a:focus { color: #f26822; }

/* expanded footer
---------------------------------------- */
#expandedFooter { overflow: hidden; width: 960px; font-size: 12px; color: #4f4f4f; line-height: 1.33em; padding: 18px 0 0; position: relative; }
#expandedFooter h6 a {
	font-weight: bold;
	color: #777;
	width: 95px;
}
#expandedFooter h6 a:hover, #expandedFooter h6 a:focus { color: #fff; }
#colWhatsOn, #colMostPopular, #colFilmClub {
	float: left;
	padding: 17px 30px 20px;
	width: 270px;
/*	background-color:#333;*/
}
#colWhatsOn {
	padding: 17px 30px 20px 20px;
}
#colMostPopular {
	width: 268px;
	min-height: 260px;
	border-left: 1px dotted #282526;
	border-right: 1px dotted #282526;
}
#colFilmClub {
	padding: 17px 20px 20px 10px;
	width: 280px;
	float: none;
	position: absolute;
	top: 18px;
	right: 0;
}
#colFilmClub a.cta {
	background: none;
	margin: 10px 4px 0 0;
	padding: 3px 6px;
	background-color: #0c0a0b;
	text-shadow: none;
	color: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#colFilmClub a.cta:hover, #colFilmClub a.cta:focus { background-color: #f26822; color: #fff; }

#expandedFooter h5 {
	height: 18px;
	width: 170px;
	background: url('../../images/sprites-footer.gif') no-repeat 0 -15px;
	margin: 0 0 20px;
	text-indent: -9999px;
}
#expandedFooter #colMostPopular h5 { background-position: 0 -51px; }
#expandedFooter #footerFilmClub h5 { background-position: 0 -87px; }
#expandedFooter #footerNewsletter h5 { background-position: 0 -123px; }
#expandedFooter h6 {
	width: 67px;
	white-space: nowrap;
	float: left;
}

#colWhatsOn li, #colMostPopular li { clear: both; margin: 0 0 23px; width: 270px; overflow: hidden; }
#colWhatsOn dl { float: left; width: 203px; }
#colWhatsOn dt { float: left; width: 47px; text-align: right; padding: 0 13px 0 0; }
#colWhatsOn dd { float: left; width: 143px; white-space: nowrap; overflow: hidden; }
#colWhatsOn p, #colMostPopular ol { float: left; width: 203px; }
#colMostPopular ol li { width: 203px; margin: 0; overflow: hidden; white-space: nowrap }

#footerFilmClub { padding: 0 0 17px 20px; border-bottom: 1px solid #292627; }
#footerNewsletter { padding: 22px 0 0 20px; }

/* leaderboard, copyright, legals, logos
---------------------------------------- */
#leaderboardAd { clear: both; text-align: center; margin: 6px 0 23px; }
#copyright {
	font-size: 12px;
	color: #777;
	width: 920px;
	overflow: hidden;
	margin: 16px 20px 14px;
}
#copyright p { float: left; }
#copyright #legals { color: #333; float: right; text-align: right; }
#copyright #legals a { color: #777 }
#copyright #legals a:hover, #copyright #legals a:focus { color: #f26822 }
#creditsContainer {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #171414;
}
#credits {
	width: 960px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #171414;
}
#credits #footerFoxtel, #credits #footerAustar, #credits #footerSwitch {
	float: left;
	display: block;
	background: url('../../images/sprites-footer.gif') no-repeat -205px -100px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
#credits #footerFoxtel {
	width: 76px;
	height: 17px;
	background-position: -204px -18px;
	margin: 22px 14px 0 20px;
}
#credits #footerAustar {
	width: 53px;
	height: 25px;
	background-position: -204px -53px;
	margin: 13px 0 0;
}
#credits #footerSwitch {
	padding: 2px 2px 0 86px;
	margin: 20px 20px 0 0;
	float: right;
	font-size: 11px;
	color: #555;
	text-indent: 0;
}
#credits #footerSwitch:hover, #credits #footerSwitch:focus { color: #59a4d9; background-position: -205px -127px; }

/* page tools
------------------------------------------------------------------------------------------ */ 
#pageTools {
	width: 960px;
	height: 30px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 15;
	border-bottom: 1px solid #110f10;
	background-color: rgba(19,19,19,.95);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#pageTools.short {
	padding: 0 0 0 370px;
	width: 590px;
}
/* breadcrumb
---------------------------------------- */
#breadcrumb {
	float: left;
	height: 23px;
	margin: 4px 0 3px 10px;
	max-width: 840px;
	white-space: nowrap;
	overflow: hidden;
}
#breadcrumb a {
	float: left;
	padding: 4px 12px 4px 19px;
	text-decoration: none;
	font-size: 11px;
	color: #585858;
	line-height: normal;
	background: url('../../images/sprites-page-tools.gif') no-repeat 0 -34px;
}
#breadcrumb a:hover, #breadcrumb a:focus { color: #f26822; } 
#breadcrumb #breadcrumbHome { padding: 4px 12px 4px 12px; background: none; }
/* tools
---------------------------------------- */
#tools {
	width: 81px;
	height: 23px;
	float: right;
	margin: 1px 0 0;
	padding: 6px 8px 0;
	overflow: hidden;
	white-space: nowrap;
	border-left: 1px dotted #212121;
}
#toolEmail, #toolPrint, #toolTextDefault, #toolTextLarge {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 0 0 0 3px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../../images/sprites-page-tools.gif') no-repeat;
}
#toolEmail { margin: 0; }
#toolEmail:hover,#toolEmail:focus { background-position: 0 -18px; }
#toolPrint { background-position: -21px 0; }
#toolPrint:hover,#toolPrint:focus { background-position: -21px -18px; }
#toolTextDefault { background-position: -60px 0; }
#toolTextDefault:hover,#toolTextDefault:focus { background-position: -60px -18px; }
#toolTextLarge { background-position: -43px 0; }
#toolTextLarge:hover,#toolTextLarge:focus { background-position: -43px -18px; }
/* user log status
---------------------------------------- */
#userLogStatus {
	width: 220px;
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 11px;
	color: #333;
	line-height: 1.15em;
	text-align: right;
}
#userLogStatus a { color: #bdbdbd; }
#userLogStatus a:hover, #userLogStatus a:focus { color: #f26822; text-decoration: none }
#userLogStatus p {
	padding: 0 0 2px;
	margin: 0;
	color: #666;
}
#userMember img, #userGuest img { float: right; margin: 0 0 0 10px; border: 2px solid #302d2e; }
#userLogStatus a:hover img, #userLogStatus a:focus img { border: 2px solid #f26822; }
#userMember strong { color: #BDBDBD; }

/* headings
------------------------------------------------------------------------------------------ */ 
.orange { color: #f26822!important;}
h1, h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #dedede;
	font-family: "Trebuchet MS";
}
h1 a, h2 a {
	text-decoration: none;
	color: #dedede;
	outline: 0 none;
}

/* forms, label styles, errors
------------------------------------------------------------------------------------------ */ 
/* label types
---------------------------------------- */
label { color: #8F9396; }
.labelCheckbox { cursor: pointer; }
.labelArea { vertical-align: top; }
/* input, select, textarea
---------------------------------------- */
.inputText, select, textarea {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333031;
	background-color:#2b2829;
	color: #dedede;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.inputText {
	padding: 7px 9px;
	width: 295px;
}
.inputText:focus {
	background-color: #434343;
	border-color: #000;
	outline: 0 none;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.22);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.22);
	box-shadow: 4px 4px 4px rgba(0,0,0,.22);
}
select {
	padding: 7px 9px;
}
select:focus {
	outline: 0 none;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.22);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,.22);
	box-shadow: 4px 4px 4px rgba(0,0,0,.22);
}
.btnSubmit {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	cursor: pointer;
	border: 0 none;
	padding: 6px 30px 6px 5px;
	background: url('../../images/bg-submit.gif') no-repeat right 0;
	color: #dedede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.btnSubmit:hover, .btnSubmit:focus { background-position: right -32px;  }
.btnSubmit::-moz-focus-inner { border: 0; }
.btnSubmit:active { background-position: right -64px; }
textarea:focus {
	background-color: #434343;
	outline: 0 none;
}
/* error messages - long
---------------------------------------- */
#ValidationSummary {
	border: 1px dashed #f23f22;
	padding: 15px;
	margin: 10px 0;
}
#ValidationSummary ul { margin: 10px 0 0;}
#ValidationSummary li {
	padding: 3px 0!important;
	margin: 0 0 0 25px;
	font-size: 14px;


	list-style-type: disc;
}
#compEntryForm #ValidationSummary {width: 570px}
/* error messages - short
---------------------------------------- */
.error {
	font-size: 14px;
	font-weight: bold;
	color: #f23f22;
	display: inline-block;
	padding: 6px 0 6px 31px;
	background: url('../../images/icon-error.gif') no-repeat 2px center;
}
.error.alignTop { vertical-align: top}
/* error pages
---------------------------------------- */
#errorPage {
	width: 600px;
	min-height: 293px;
}
#errorPage p { margin: 0 0 .5em; }
/* contact us form
---------------------------------------- */
#contactForm {
	float: left;
	position: relative;
	width: 600px;
}
#contactForm h1 {
	margin: 21px 0 12px;
	padding: 0 0 8px;
	font-size: 31px;
	line-height: 1em;
	border-bottom: 1px dotted #302d2e;
}
#contactForm li { padding: 9px 0 9px 7px; }
#contactForm .formInfo { font-size: 10px; padding: 2px 0 0 142px; color: #5E5F61; }
#contactForm label {
	display: inline-block;
	width: 135px;
	font-size: 12px;
	color: #8f9396;
}
#contactForm select { width: 315px; }
#contactForm textarea { padding: 7px 9px; width: 295px; height: 200px }
#contactForm .inputCheckbox { vertical-align: sub; margin: 0 3px 0 140px; }
#contactForm label.labelCheckbox { width: auto; color: #5e5f61; }
#contactForm .lastRow { border-top: 1px dotted #302d2e; height:45px; position: relative; }
#contactForm .lastRow .btnSubmit { margin: 6px 0 0 139px; }

/* page paragraph styles (affects featured section synopsis' too)
------------------------------------------------------------------------------------------ */ 
.pageParagraph {
	padding: 21px 20px 60px!important;
}
.pageParagraph a:hover, .pageParagraph a:hover strong{ text-decoration: underline; color: #fff }
.pageParagraph h2 a:hover { text-decoration: none;}
.pageParagraph em { color: #ccc; }
.pageParagraph strong { color: #bbb; }
.pageParagraph a strong { color: #f26822;}
.pageParagraph h1 {
	font-size: 31px;
	line-height: 1em;
	border-bottom: 1px dotted #302d2e;
	padding: 0 0 5px;
	margin: 0 0 12px;
}
.pageParagraph h2 {
	font-size: 21px;
	line-height: 1em;
	padding: 0 0 5px;
	margin: 1.4em 0 0;
}
.pageParagraph p, .pageParagraph ul, .pageParagraph ol {
	margin: 0 0 1.65em;
}
.pageParagraph ul li {
	margin: 0 0 .25em 10px;
	padding: 0 0 0 20px;
	background: url('../../images/bullet-arrow-orange.gif') no-repeat 4px 5px;
}
.pageParagraph ol li {
	margin: 0 0 .25em 30px;
	list-style-type: decimal;
}
.ppItem img {
	float: right;
	margin: 0 0 5px 20px;
	clear: right;
}
.ppVideo { clear: right }
.ppVideo a {
	display:block;
	width: 352px;
	height: 198px;
	float: right;
	margin: 0 0 5px 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.featuredVideo {
	clear: both;
	background-color: #110F10;
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 6px #000;
	-webkit-box-shadow: inset 0 0 6px #ffffff;
	box-shadow: inset 0 0 6px #ffffff;
}

/* tv guide widget
------------------------------------------------------------------------------------------ */ 
#tvGuideWidget { 
	padding: 12px 5px 0;
	width: 290px;
	position: absolute;
	top: 335px;
	right: 20px;
	font-size: 12px;
	height: 230px;
	background: url('../../images/bg-tvguide-widget.jpg') no-repeat;
}
#tvGuideWidget.competitionPage { top: 328px; }
#tvGuideWidget h3 { 
	width: 138px;
	height: 20px;
	margin: 0 0 10px 7px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../../images/title-tvguide-widget.gif') no-repeat;
}
#tvGuideWidget #todaysDate {
	background-color: #231f20;
	padding: 6px 12px;
	margin: 0 0 1px;
	font-weight: bold;
	font-size: 14px;
	color: #f26822;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tvGuideWidget #showList {
	overflow: hidden;
	width: 290px;
	height: 132px;
	margin: 0;
}
#tvGuideWidget #showList li {
	margin: 0 5px 0 5px;
	border-bottom: 1px dotted #3b3839;
}
#tvGuideWidget #showList li a {
	display: block;
	white-space: nowrap;
	padding: 7px 0 7px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tvGuideWidget #showList li a span {
	color: #8f9396;
	display: inline-block;
	width: 70px;
}
#tvGuideWidget #showList li a:hover { background-color: #292628; }
#tvGuideWidget a { color: #ccc; }
#tvGuideWidget #fullGuide { font-weight: bold; font-size: 11px; display: block; padding: 8px 0 8px 13px; }
#tvGuideWidget #earlier, #tvGuideWidget #later {
	position: absolute;
	top: 17px;
	right: 7px;
	display: block;
	padding: 0 8px 1px;
	line-height: 1em;
	font-size: 11px;
	color: #777;
}
#tvGuideWidget #earlier:hover, #tvGuideWidget #later:hover, #tvGuideWidget #fullGuide:hover { color: #f26822; }
#tvGuideWidget #earlier {
	right: 49px;
	border-right: 1px solid #484648;
}
#showList #end { padding: 7px 0 7px 7px; color: #666; }

/* home page
------------------------------------------------------------------------------------------ */ 
.pgHome #container {
	width: 960px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* hero content
---------------------------------------- */
#heroContent {
	position: relative;
	z-index: 10;
	clear: both;
	width: 960px;
	height: 350px;
	margin: 0 auto;
}
#heroContent div { display: none; }

#heroContent #static img {
	position:absolute;
	bottom:0;
	right:0;
}
#heroContent #video a {
	display: block;
	width: 590px;
	height: 350px;
	position:absolute;
	bottom:0;
	right:0;
}
#heroContent.halfSize { height:175px }

/* hero banners
---------------------------------------- */
#heroBannersContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1035px;
	overflow: hidden;
}
#heroBanners {position:relative; margin: 0 auto;}
.heroItem {
	height: 1035px;
	width: 100%;
	display: none;
}
.heroCalendar {
	height: 1035px;
	width: 100%;
}
.heroDetails {
	width: 960px;
	height: 520px;
	padding: 65px 0 0;
	margin: 0 auto;
}
#heroPagination {
	position: absolute;
	top: -30px;
	right: 10px;
}
#heroPagination a {
	color: #85898b;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin: 0 0 0 5px;
	background-color: rgba(35,31,32,.9);
	text-decoration: none;
	line-height: 1em;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 0 rgba(0,0,0,.65);
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.65);
	box-shadow: 1px 1px 0 rgba(0,0,0,.65);
}
#heroPagination a:hover, #heroPagination a:focus {
	background-color: rgba(143,147,150,.9);
	color: #fff;
}
#heroPagination a:active {
	background-color: rgba(242,104,34,.9);
	position: relative;
	top: 2px;
}
#heroPagination .activeSlide {
	color: #fff;
	background-color: rgba(242,104,34,.9);
}

/* Bond ReDirect slider
---------------------------------------- */
#BondContainer {
	position: relative;
	padding: 0;
	/*width: 924px;*/
	height: 138px;
	white-space: nowrap;
}
#BondContainer a {
	display: inline-block;
	margin: 0 16px 0 0;
}
#BondContainer a.lastItem { margin: 0}
#BondContainer a img {
	border: 2px solid #231f20;
	vertical-align: bottom;
}
#BondContainer a:hover img { border: 2px solid #f26822; }

/* promotions slider
---------------------------------------- */
#promotionsContainer {
	position: relative;
	background-color: #231f20;
	padding: 18px;
	width: 924px;
	height: 114px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.25);
	box-shadow: 1px 1px 2px rgba(0,0,0,.25);
}
#promotionsContainer a {
	display: inline-block;
	margin: 0 16px 0 0;
}

#promotionsContainer a.lastItem { margin: 0}
#promotionsContainer a img {
	border: 2px solid #231f20;
	vertical-align: bottom;
}

#promotionsContainer  a:hover img, #promotionsSlider a:focus img { border: 2px solid #f26822; }
#promotionsSlider { height: 114px; overflow: hidden; }
#prevArrow, #nextArrow {
	position: absolute;
	top: 45px;
	border: 3px solid #231f20;
	display: block;
	width: 27px;
	height: 46px;
	background: #000 url('../../images/sprites-homepage.png') no-repeat -184px -99px;
}
#prevArrow {
	left: -30px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 0 none;
}
#nextArrow {
	right: -30px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0 none;
	background-position: -326px -99px;
}
#prevArrow:hover, #prevArrow:focus { background-color: #666; background-position: -214px -99px; }
#nextArrow:hover, #nextArrow:focus { background-color: #666; background-position: -356px -99px; }
#prevArrow:active { background-color: #f26822; background-position: -214px -99px; }
#nextArrow:active { background-color: #f26822; background-position: -356px -99px; }
#prevArrow img, #nextArrow img { position: relative; top: 15px }
#prevArrow img { left: 9px; }
#nextArrow img { left: 3px; }

/* secondary links
---------------------------------------- */
#secondaryLinks {
	margin: 12px 0 0;
	width: 960px;
	float: left;
	height: 145px;
	overflow: hidden;
	position: relative;
}
#secondaryLinks #colOne, #secondaryLinks #colTwo, #secondaryLinks #colThree {
	background-color: rgba(25,25,25,.9);
	cursor: pointer;
	width: 280px;
	padding: 20px;
	min-height: 105px;
}
#secondaryLinks #colOne:hover, #secondaryLinks #colTwo:hover, #secondaryLinks #colThree:hover {
	background-color: #000;
}
#colOne:hover .cta, #colTwo:hover .cta, #colThree:hover .cta { color: #f26822; }
#secondaryLinks #colOne {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#secondaryLinks #colTwo {
	width: 278px;
	border-left: 1px dotted #424242;
	border-right: 1px dotted #424242;
	position: absolute;
	left: 320px;
	top: 0;
}
#secondaryLinks #colThree {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
#secondaryLinks h2 {
	line-height: 1em;
	margin: 0 0 10px;
}
#secondaryLinks .cta { margin: 10px 0 0; float: right; }

/* calendar
---------------------------------------- */
.checkout {
	background-color:#1F1F1F;
	border:1px solid #000;	
	width:580px;
	height:65px;
	padding: 10px 10px;
	margin: 15px 0;
}
.checkoutGallery {
	background-color:#1F1F1F;
	border:1px solid #000;	
	width:900px;
	height:65px;
	padding: 10px 10px;
	margin: 35px 0 15px 0;
}
.buyNow {
	background:url(../../images/calendar/buy-now.png) no-repeat;
	width:180px;
	float:left;
	height:90px;
	overflow:hidden;
}
.payment {
	width:200px;
	float:left;
	margin: 5px 0 0 130px
}
.paymentGallery {
	width:200px;
	float:left;
	margin: 5px 0 0 200px
}
.buyNowTag {
	position:absolute;
	top:-370px;
	right:0px;
	z-index:100;
}
#facebookContainer {
	position: absolute;
	top: 23px;
	right: 20px;
	font-size: 11px;
	color: #333;
	line-height: 1.15em;
	text-align: right;
}
#content .ctaFacebook {
	background: url(../../images/calendar/facebook.png) no-repeat 2px 2px;
	padding: 3px 8px 3px 36px;
	background-color: #0c0a0b;
	text-shadow: none;
	display: inline-block;
	color: #fff;
	font:12px/1.5 Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .ctaFacebook:hover, #content .ctaFacebook:focus  { 
	background-color:#f06618; 
	color: #fff; 
	background: url(../../images/calendar/facebook-over.png) no-repeat 2px 2px #f06618; 
}
.price {
	width:590px;
	padding: 0 0 0 10px;
}
.priceGallery {
	float:left;
	width:240px;
	padding: 5px 0 0 10px;
}

/* home content
---------------------------------------- */
#homeContent {
	background-color: rgba(35,31,32,.8);
	padding: 0 0 50px 19px;
	border: 1px solid #231f20;
	position: relative;
	float: left;
	width: 939px;
	height: 300px;
}
#billCollins {
	width: 620px;
	padding: 50px 0 0;
	position: relative;
}
#billCollins h2, #billCollinsLogo h1 {
	background: url('../../images/sprites-homepage.png') no-repeat -169px 0;
	width: 330px;
	height: 86px;
	text-indent: -9999px;
	overflow: hidden;
}
#billCollinsNav {
	overflow: hidden;
	width: 336px;
	height: 20px;
	margin: 14px 0;
	position: relative;
	left: -7px;
	z-index: 10;
}
#billCollinsNav li {
	float: left;
	display: inline;
}
#bcNavAsk a, #bcNavBlog a, #bcNavPhotos a, #bcNavVideos a, #bcNavBiography a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0 7px;
	background: url('../../images/nav-bill-collins.png') no-repeat;
}
#bcNavAsk a{width: 50px; background-position: 7px 0;}
#bcNavBlog a{width: 68px; background-position: -57px 0;}
#bcNavPhotos a{width: 46px; background-position: -139px 0;}
#bcNavVideos a{width: 36px; background-position: -199px 0;}
#bcNavBiography a{width: 66px; background-position: -249px 0;}
#bcNavAsk a:hover, #bcNavAsk.currentSubNav a{background-position: 7px -21px;}
#bcNavBlog a:hover, #bcNavBlog.currentSubNav a{background-position: -57px -21px;}
#bcNavPhotos a:hover, #bcNavPhotos.currentSubNav a{background-position: -139px -21px;}
#bcNavVideos a:hover, #bcNavVideos.currentSubNav a{background-position: -199px -21px;}
#bcNavBiography a:hover, #bcNavBiography.currentSubNav a{background-position: -249px -21px;}
#bcNavAsk a:focus{background-position: 7px -19px;}
#bcNavBlog a:focus{background-position: -57px -19px;}
#bcNavPhotos a:focus{background-position: -139px -19px;}
#bcNavVideos a:focus{background-position: -199px -19px;}
#bcNavBiography a:focus{background-position: -249px -19px;}

#billCollins p {
	width: 322px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
#billCollins p .cta { margin: 4px 0 0; }
#billCollinsImage {
	position: absolute;
	top: 40px;
	right: 36px;
	z-index: 3;
}
#islandAd {
	position: absolute;
	right: 20px;
	top: 64px;
	width: 300px;
	height: 250px;
}
#islandAd.home { right: 19px; }
#islandAd.detailPages { top: 40px; }
#pgBillCollinsIndex #islandAd, #islandAd.smallHeading {top: 50px; }
#islandAd.mediaPages { top: 71px; }

/* community
---------------------------------------- */
#communityContainer {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #2d292a;
	clear: both;
}
#community {
	clear: both;
	padding: 30px 20px 30px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
#communityPanel {
	width: 590px;
	margin: 0 30px 0 0;
	float: left;
}
#communityPanel h2 {
	margin: 13px 0 10px;
	line-height: 1em;
}
#communityPanel .cta {
	float: right;
}
#threadList {
	margin: 0 0 10px;
}
#threadList li {
	clear: both;
	border-bottom: 1px solid #373435;
}
#threadList li:first-child { border-top: 1px solid #373435}
#threadList li a {
	display: block;
	padding: 8px;
	margin: 1px 0;
	color: #b3b3b3;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	position: relative;
}
#threadList li a:hover {background-color: #231f20}
#threadList li a:focus {background-color: #f26822; color: #fff}
#threadList li a span { position: absolute; top:7px; right: 10px; text-align: right; color: #7a7a7a; }
#rhsPromos {
	width: 300px;
	float: right;
}
#rhsPromos a img { display: block; border: 3px solid #231f20;}
#rhsPromos a:hover img { border: 3px solid #f26822; }
#rhsPromos a.rhsPromoOne img { margin: 0 0 6px; }

/* my fox classics account management pages
------------------------------------------------------------------------------------------ */ 
/* email a friend
---------------------------------------- */
#emailFriendForm {
	float: left;
	position: relative;
	width: 595px;
	margin: 20px 0 0;
}
#emailFriendForm textarea {
	padding: 7px 9px;
	width: 296px;
	height: 230px;
}
#emailFriendForm .formDivider {
	border-bottom: 1px dotted #302d2e;
	padding: 9px 0 18px 7px;
	margin: 0 0 10px;
}
#emailFriendForm h2 {
	margin: 16px 0 8px;
	padding: 0 0 2px;
	border-bottom: 1px dotted #302d2e;
}
#emailFriendForm li { padding: 9px 0 9px 7px; }
#emailFriendForm .formInfo { font-size: 10px; padding: 2px 0 0 142px; color: #5E5F61; }
#emailFriendForm label {
	display: inline-block;
	width: 135px;
	font-size: 12px;
	color: #8f9396;
}
#emailFriendForm .inputCheckbox { vertical-align: sub; margin: 0 3px 0 140px; }
#emailFriendForm label.labelCheckbox { width: auto; color: #5e5f61; }
#emailFriendForm .lastRow { border-top: 1px dotted #302d2e; height:45px; position: relative; }
#emailFriendForm .lastRow .btnSubmit { margin: 6px 0 0 139px; }
/* register for account
---------------------------------------- */
#registerInfo {
	float: left;
	width: 273px;
	padding: 16px;
	margin: 20px 20px 0 0;
	min-height: 435px;
	background-color: #181616;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#registerInfo h1 {
	padding: 0 0 2px;
	border-bottom: 1px dotted #302d2e;
}
#registerInfo p { margin: 1.24em 0; }
#registerInfo ul li {
	padding: 0 0 10px 20px;
	background: url('../../images/bullet-arrow-orange.gif') no-repeat 4px 6px;
}
#registerRequired {
	position: absolute;
	top: 24px;
	left: 350px;
	font-size: 11px;
	color: #5e5f61;
}
#registerForm {
	float: left;
	position: relative;
	width: 595px;
	margin: 20px 0 0;
}
#registerForm h2 {
	margin: 16px 0 8px;
	padding: 0 0 2px;
	border-bottom: 1px dotted #302d2e;
}
#registerForm li { padding: 9px 0 9px 7px; }
#registerForm .formInfo { font-size: 10px; padding: 2px 0 0 142px; color: #5E5F61; }
#registerForm label {
	display: inline-block;
	width: 135px;
	font-size: 12px;
	color: #8f9396;
}
#registerForm .inputCheckbox { margin: 0 3px 0 140px; position: relative; top:1px; }
#registerForm label.labelCheckbox { width: auto; color: #5e5f61; }
#registerForm .lastRow { border-top: 1px dotted #302d2e; height:45px; position: relative; }
#registerForm .lastRow .btnSubmit { margin: 6px 0 0 139px; }
#noSpam {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 11px;
	line-height: normal;
	color: #5e5f61;
	width: 186px;
	height: 29px;
	padding: 0 0 0 36px;
	background: url('../../images/icon-lock.gif') no-repeat;
}
.forgotPassword { font-size: 11px; padding: 0 0 0 10px}
/* reminders
---------------------------------------- */
#remindMePanel .pageParagraph { padding: 21px 0 0!important;}
#remindMePanel {
	width: 600px;
	min-height: 578px;
}
.remindMe {	border-top: 1px dotted #302d2e; padding: 20px 0;}
#remindMeForm li { padding: 5px 0 5px 20px; }
#remindMeForm strong { color: #dedede; }
#remindMeForm label {
	display: inline-block;
	width: 100px;
	color: #8f9396;
	font-size: 12px;
}
#remindMeForm select {
	width: 330px;
	font-weight: normal;
	font-size: 12px;
}
#remindMeForm .lastRow {
	border-top: 1px dotted #302d2e;
	margin: 15px 0 0;
	padding: 10px 0 0 125px;
}
.remindMe .loggedOut, .remindMe .success {
	padding: 0 0 0 40px;
	margin: 0 0 0 10px;
}
.remindMe .loggedOut p, .remindMe .success p { padding: .3em 0 0; }
.remindMe .loggedOut { background: url('../../images/icon-lock.gif') no-repeat; }
.remindMe .success { background: url('../../images/icon-success.gif') no-repeat; }
/* update your details form
---------------------------------------- */
#updateDetailsForm {
	float: left;
	position: relative;
	width: 595px;
	margin: 20px 0 0;
}
#updateDetailsForm h2 {
	margin: 16px 0 8px;
	padding: 0 0 2px;
	border-bottom: 1px solid #302d2e;
}
#updateDetailsForm li { padding: 9px 0 9px 7px; }
#updateDetailsForm .formInfo { font-size: 10px; padding: 2px 0 0 142px; color: #5E5F61; }
#updateDetailsForm label {
	display: inline-block;
	width: 135px;
	font-size: 12px;
	color: #8f9396;
}
#updateDetailsForm .inputCheckbox { vertical-align: sub; margin: 0 3px 0 140px; }
#updateDetailsForm label.labelCheckbox { width: auto; color: #5e5f61; }
#updateDetailsForm .lastRow { border-top: 1px dotted #302d2e; height:45px; position: relative; }
#updateDetailsForm .lastRow .btnSubmit { margin: 6px 0 0 139px; }
#updateDetailsForm .formDivider {
	border-bottom: 1px dotted #302d2e;
	padding: 9px 0 18px 7px;
	margin: 0 0 10px;
}
#updateDetailsForm .avatar label { vertical-align: top; }
#currentAvatarImage { border: 2px solid #302D2E; }
#currentAvatarName { position: relative; left: 10px; top: -20px; font-size: 12px;}
#updateDetailsForm select {
	width: 315px;
}
/* faqs
---------------------------------------- */
.pgFaqs h1 {
	border-bottom: 1px dotted #302d2e;
	font-size: 31px;
	line-height: 1em;
	margin: 21px 0 6px 2px;
	padding: 0 0 8px 2px;
}
.pgFaqs #lhsCol {
	width: 600px;
}
#faqsListing {
	padding: 0 0 0 5px;
}
#faqsListing li {
	margin: 0 0 2px;
}
#faqsListing li a {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 2px 2px 2px 16px;
	background: url('../../images/bullet-arrow-orange.gif') no-repeat 0 7px;
}
.pageParagraph.pgFaqsAnswer h1 { width: 730px }
.faqCategory h4 {
	padding: 0 0 5px;
	margin: 18px 0 6px;
	border-bottom: 1px dotted #302d2e;
	text-transform: uppercase;
	font-size: 19px;
	color: #dedede;
}

/* now showing
------------------------------------------------------------------------------------------ */ 
.sectionNowShowing h1 {
	font-size: 31px;
	line-height: 1em;
	width: 598px;
	border-bottom: 1px dotted #302d2e;
	padding: 0 0 8px 2px;
	margin: 21px 0 6px 2px;
}
.highlights {
	width: 603px;
	margin: 0 0 33px;
	overflow: hidden;
	color: #7a7a7a;
	font-size: 12px;
	line-height: 1.458em; 
}
.highlights li {
	position: relative;
	background-color: #2b2829;
	margin: 0 3px 0 0;
	padding: 8px 8px 7px;
	width: 182px;
	overflow: hidden;
	display: inline;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.highlights .showTitle {
	margin: 12px 0 8px 6px;
	white-space: nowrap;
	color: #dedede;
	font-size: 14px;
	font-weight: bold;
}
.highlights a img { border: 2px solid #000; display: block; }
.highlights a:hover img, .highlights a:focus img { border-color: #f26822;}
.highlights p {
	margin: 0 6px;
	white-space: normal;
}
.highlights .cta {
	color: #f26822;
	font-weight: bold;
	margin: 5px 0 0;
	display: block;
	text-shadow: none;
}
.highlights .cta:hover, .highlights .cta :focus { color: #fff; }
.sectionNowShowing h2 {
	padding: 0 0 2px 2px;
}
.tvGuideNavContainer {
	position: relative;
	border-top: 1px dotted #302d2e;
	border-bottom: 1px dotted #302d2e;
}
.tvGuideNavContainer h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 14px 0 18px 10px;
	color: #f26822;
}
.tvGuideNav {
	position: absolute;
	top: 6px;
	right: 10px;
}
.tvGuideNav li {
	display: inline;
	float: left;
	border-left: 1px solid #302d2e;
	border-top: 1px solid #302d2e;
	border-bottom: 1px solid #302d2e;
	background-color: #2b2829;
	text-align: center;
}
.tvGuideNav .prev {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.tvGuideNav .next {
	border-right: 1px solid #302d2e;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.tvGuideNav .next a, .tvGuideNav .prev a {
	background: #2b2829 url('../../images/icon-tvguide-tools.gif') no-repeat -6px -210px;
	overflow: hidden;
	text-indent: -9999px;
	height: 43px;
	width: 13px;
}
.tvGuideNav .prev a { background-position: -6px -159px; }
.tvGuideNav a {
	display: block;
	padding: 3px 4px;
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 10px;
}
.tvGuideNav a span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: .8em;
}
.tvGuideNav .selectedDate a, .tvGuideNav a:hover, .tvGuideNav a:focus {
	background-color: #1c1a1b;
	color: #f26822
}
.tvGuideDayNav {
	clear: both;
	position: relative;
	padding: 5px 0 9px 14px;
	color: #302d2e;
}
.tvGuideDayNav.btm { padding: 3px 0 9px 14px; }
.tvGuideDayNav p { font-size: 11px; color: #4a4a4a; position: absolute; text-align: right; top: 9px; right: 9px; }
.tvGuideDayNav.btm p { top: 7px; }
.tvGuideDayNav a { color: #6a6869; font-size: 12px; }
.tvGuideDayNav a:hover, .tvGuideDayNav a:focus { color: #f26822; }
.tvGuideDayNav .email, .tvGuideDayNav .review { display: inline-block; padding: 0 1px 0 21px; background: url('../../images/icon-tvguide-tools.gif') no-repeat -7px -51px; color: #7c7c7c; }
.tvGuideDayNav .review { background-position: -8px -133px; padding: 0 1px 0 20px; }
#tvGuide li {
	background-color:#1f1d1e;
	margin: 0 0 2px 10px;
	color: #b3b3b3;
	border: 1px solid #2b2829;
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* section titles i.e. morning, daytime etc... */
#tvGuide .tvGuideSection {
	background-color: #000;
	padding: 3px 14px 3px;
	margin: 0 0 2px 0;
	border: none;
}
#tvGuide .tvGuideSection h4 {
	font-size: 19px;
	text-transform: uppercase;
	color: #dedede;
}
/* show name + time + classification row */
#tvGuide .showName {
	position: relative;
	height: 38px;
	background-color: #2b2829;
	cursor: pointer;
}
#tvGuide .showName:hover { background-color: #1F1D1E; }
#tvGuide .open .showName { background-color:transparent; }
.showTime {
	position: absolute;
	top: 8px;
	left: 17px;
	width: 115px;
	white-space: nowrap;
	color: #a3a3a3;
	font-weight: bold;
}
#tvGuide .showName h4 {
	position: absolute;
	top: 8px;
	left: 152px;
	width: 680px;
	white-space: nowrap;
	color: #f26822;
	font-weight: bold;
}
#tvGuide .showTitle {
	display:block;
	white-space: nowrap;
	color: #FFF;
	font-size:14px;
}
#tvGuide .showTitle {
	display:block;
	white-space: nowrap;
	color: #FFF;
	font-size:14px;
}
.tvGuideClassificationIcons {
	position: absolute;
	right: 10px;
	top: 5px;
}
.tvGuideClassificationIcons span {
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	background: url('../../images/icon-classifications.gif') no-repeat 0 -7px;
}
.tvGuideClassificationIcons .g { background-position: 0 -49px; }
.tvGuideClassificationIcons .pg { background-position: 0 -91px; }
.tvGuideClassificationIcons .m { background-position: 0 -133px; }
.tvGuideClassificationIcons .ma { background-position: 0 -176px; }
/* show drop-down details */
.showDetails {
	display: none;
	position: relative;
	padding: 0 0 16px;
	min-height: 63px;
}
.open .showDetails {
	display: block;
}
.showDetails .showDesc {
	padding: 0 25px 0 152px;
}
	/* show tools */
	.tvGuideTools {
		width: 125px;
		position: absolute;
		left: 11px;
		top: 9px;
	}
	.tvGuideTools a {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		padding: 0 0 0 24px;
		margin: 0 0 1px;
		background: url('../../images/icon-tvguide-tools.gif') no-repeat -7px -51px;
	}
	.tvGuideTools a:hover, .tvGuideTools a:focus { color: #f26822 }
	.tvGuideTools .tvGuideToolRemind { margin: 0 0 2px }
	.tvGuideTools .tvGuideToolTweet { background-position: -7px -92px; }
	.tvGuideTools .tvGuideToolReview { background-position: -7px -132px; }
#nowShowing {
	position: absolute;
	left: -31px;
	top: -38px;
	width: 30px;
	height: 117px;
	overflow: hidden;
	background-color: #000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#nowShowing img { position: relative; left: 5px; top: 11px; }

/* bill collins section
------------------------------------------------------------------------------------------ */ 
#billCollinsHeroContent {
	clear: both;
	height: 350px;
	margin: 0 auto;
	width: 960px;
	z-index: 10;
	position: relative;
}
#billCollinsHeroContent #static, #billCollinsHeroContent #video { display: none }
#billCollinsImageSmall {
	position: absolute;
	right: 0;
	bottom: 0;
}
#pageIntro {
	position: relative;
	width: 960px;
	height: 101px;
	margin: 0 auto;
	z-index: 15;
	background-color: rgba(19,19,19,.85);
}
#pageIntro h2 {
	padding: 23px 30px 0 390px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #8f9396;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
#pageIntro h2 a { color: #f26822; text-decoration: none; }
#pageIntro h2 a:hover, #pageIntro h2 a:focus { text-decoration: underline; }
#billCollinsLogo {
	position: absolute;
	top: -57px;
	left: 0;
	height: 138px;
	width: 330px;
	overflow: hidden;
	padding: 20px 20px 0;
	background-color: #231f20;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
	box-shadow: 0 0 20px rgba(0,0,0,.12);
}
#billCollinsLogo #billCollinsNav { margin: 14px 0 0; }
/* ask bill */
#bcAskBill {
	position: relative;
	margin: 9px 0 0;
	width: 600px;
	overflow: hidden;
	min-height: 293px;
}
#bcAskBill .cta {
	position: absolute;
	right: 0;
	top: 3px;
}
#bcAskBill h2 {
	padding: 0 0 2px;
	border-bottom: 1px dotted #302d2e;
}
.askBillQuestionContainer  {
	position: relative;
	padding: 16px;
	width: 566px;
	float: left;
	margin: 5px 0 0;
	background-color: #2b2829;
	border: 1px solid #211d1e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.askBillQuestionContainer .question, .askBillQuestionContainer .answer {
	position: absolute;
	top: 13px;
	left: 17px;
	font-weight: bold;
	color: #dedede;
}
.askBillQuestionContainer .answer { top: 39px; }
.askBillQuestionContainer h3 {
	color: #f26822;
	padding: 0 0 7px 24px;
	line-height: normal;
	font-weight: bold;
}
.askBillQuestionContainer p { padding: 0 0 0 24px; }
.questionFrom {
	padding: 6px 7px 0 32px;
	font-size: 11px;
	color: #535355;
	text-align: right;
	float: right;
	display: block;
	position: relative;
	top: -1px;
	background: url('../../images/speech-bubble-pointer.gif') no-repeat;
}
.questionFrom img { border: 1px solid #302d2e; margin: 0 7px 0 0; vertical-align: middle; }
.questionFrom strong { color: #8f9396; font-weight: normal; }
#topicCategoryList { 
	margin: 9px 0 0; 
	width: 930px;
	overflow: hidden;
}
#topicCategoryList li {
	background: #292526 url('../../images/icon-star.gif') no-repeat 10px 10px;
	padding: 0 0 0 34px;
	position: relative;
	margin: 0 10px 10px 0;
	width: 420px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#topicCategoryList a {
	padding: 8px 28px 8px 3px;
	display: block;
	font-weight: bold;
	color: #dedede;
	width: 389px;
	overflow: hidden;
	white-space: nowrap;
	background: url('../../images/icon-msgboard-plus.gif') no-repeat 395px 0;
}
#topicCategoryList a h3 {
	font-weight: bold;
	width: 389px;
	overflow: hidden;
	white-space: nowrap;
}
#topicCategoryList a:hover h3 {
	color: #f26822;
}
#topicCategoryList a .topicQuestions { 
	color: #666;
	font: 14px/1.5 arial, helvetica, sans-serif;
}
/* questions listing */
#askBillQuestionsListing {
	width: 920px;
	overflow: hidden;
	margin: 10px 0 0;
}
#askBillQuestionsListing li {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 920px;
	margin: 0 0 6px;
}
#askBillQuestionsListing a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 900px;
	padding: 5px 8px 5px 4px;
	background-color: #292526;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#askBillQuestionsListing a:hover h3 {
	color: #fff;
}
#askBillQuestionsListing a .question {
	float: left;
	padding: 4px 6px;
	margin: 0 2px 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}
#askBillQuestionsListing a h3 {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 4px 0;
	overflow: hidden;
	color: #f26822;
	cursor: pointer;
}
/* photos & videos preview row */
#photosVideosPreview {
	position: relative;
	width: 920px;
	margin: 35px 0 0;
	height: 225px;
}
#photosVideosPreview h2 { border-bottom: 1px dotted #302d2e; padding: 0 0 2px; }
#photosVideosPreview span.cta { position: absolute; top: 3px; right: 0; }
#photosVideosPreview span.cta, #photosVideosPreview span.cta a  { color: #fff; }
#photosVideosPreview span.cta a:hover, #photosVideosPreview span.cta a:focus{ color: #f26822; }
#photosVideos {
	margin: 10px 0 0;
	width: 920px;
	float: left;
}
#photosVideos li {
	display: inline;
	float: left;
	margin: 0 14px 0 0;
}
#photosVideos li.video {
	margin: 0;
}
#photosVideos img {
	border: 2px solid #2b2829;
	display: block;
}
#photosVideos a:hover img, #photosVideos a:focus img {
	border: 2px solid #f26822;
}
#photosVideos a {
	position: relative;
	color: #8f9396;
	font-size: 12px;
	line-height: normal;
	display: block;
}
#photosVideos a:hover, #photosVideos a:focus { color: #fff; }
#photosVideos a span {
	display: inline-block;
	background: #2b2829 url('../../images/icon-photo-video.gif') no-repeat 6px 0;
	padding: 5px 5px 5px 30px;
	position: absolute;
	bottom: -10px;
	left: 12px;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#photosVideos a:hover span, #photosVideos a:focus span { background: #f26822 url('../../images/icon-photo-video.gif') no-repeat 6px -26px; }
#photosVideos .video a span { background: #2b2829 url('../../images/icon-photo-video.gif') no-repeat 6px -52px; }
#photosVideos .video a:hover span, #photosVideos .video a:focus span { background: #f26822 url('../../images/icon-photo-video.gif') no-repeat 6px -78px; }
/* bill's latest topics */
#bcLatestTopics { position: relative; }
#bcLatestTopics h2 { padding: 0 0 3px }
#bcLatestTopics .cta {
	position: absolute;
	top: 3px;
	right: 0;
}
.topicItem {
	clear: both;
	width: 920px;
	overflow: hidden;
	margin: 0 0 30px;
	border-bottom: 1px dotted #302d2e;
	background-color: #2b2829;
}
#bcLatestTopics .userDetails {
	background-color: #2b2829;
	padding: 12px;
	width: 264px;
	float: left;
	min-height: 103px;
	border-right: 2px solid #231f20;
}
#bcLatestTopics .userDetails .avatar {
	float: left;
	border: 3px solid #302d2e;
	margin: 0 19px 0 0;
}
#bcLatestTopics .userName, #bcLatestTopics .userStatus, #bcLatestTopics .postTime { font-size: 11px; line-height: normal; }
#bcLatestTopics .userName {
	font-size: 14px;
	font-weight: bold;
	color: #f26822;
	padding: 9px 0 0;
}
#bcLatestTopics .userStatus {
	color: #dedede;
	margin: 2px 0;
}
#bcLatestTopics .postTime {
	color: #5b595a;
}
#bcLatestTopics .userComments {
	float: left;
	background-color: #1c191a;
	width: 586px;
	padding: 18px 22px 20px;
	position: relative;
	min-height: 89px;
}
#bcLatestTopics .userComments h3 {
	font-weight: bold;
	color: #dedede;
	margin: 0 0 5px;
}
.numberOfComments {
	font-size: 11px;
	color: #6a6868;
	position: absolute;
	top: 22px;
	right: 22px;
}
.latestReply {
	border-top: 1px dotted #302d2e;
	background-color: #231F20;
	float: left;
	clear: both;
	width: 920px;
	color: #5c595a;
	font-size: 11px;
	margin: 0;
	padding: 6px 0 6px;
}
.latestReply img { border: 1px solid #302d2e; vertical-align: middle; margin: 0 7px 0 0; }
.latestReply strong { color: #f26822; }
.latestReply span {
	color: #939292;
	font-size: 11px;
	text-align: right;
	width: 280px;
	float: left;
	padding: 0 15px 0 0;
	vertical-align: top;
}
.latestReply p {
	position: relative;
	float: left;
	padding: 0 0 0 18px;
	width: 600px;
	white-space:nowrap;
	overflow: hidden;

}
.latestReply a {
	position: absolute;
	right: 0;
	top: 0;
	color: #5a7f22;
	display:block;
	background: url('../../images/icon-reply-arrow.gif') no-repeat 0 -1px;
	padding: 0 5px 0 22px;
}
.latestReply a:hover, .latestReply a:focus { color: #fff; }

/* blog
---------------------------------------- */
#content.pgBlog {
	background: #231F20 url('../../images/bg-bill-collins-blog.jpg') no-repeat;
}
#content.pgBlog h1 { border-bottom: 0 none; }
#bcIntro {
	position: relative;
	width: 600px;
	min-height: 250px;
}
.blogItem {
	margin: 20px 0 60px;
	clear: both;
	width: 600px;
	overflow: hidden;
}
.blogItem img {
	float: right;
	margin: 0 0 5px 20px;
}
.blogItem h2 {
	padding: 0 0;
	margin: 0 0 2px;
	color: #dedede;
}
.pageParagraph.noPadding { padding: 21px 0 0!important; }
.pageParagraph .blogItem p { margin: 0 0 .3em; }
.pageParagraph .blogItem .postTime {
	border-bottom: 1px dotted #302d2e;
	font-size: 11px;
	color: #535355;
	margin: 0 0 10px;
	padding: 0 0 4px;
}
.blogItem .btnSubmit { margin: 0 10px 0 0; }
.blogItem .blogCommentsCount { font-size: 11px; }
.blogItem .cta { color: #fff;}
.blogItem .cta:hover { text-decoration: none; color: #f26822 }
.postTime.fullPost { color: #535355; font-size: 12px; position: relative; top: -7px; margin: 0 0 5px; }
/* comments */
#postCommentTitle {
	font-size: 31px;
	padding: 8px 0 8px 15px;
	background-color: #1F1C1D;
	border-bottom: 1px dotted #302d2e;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#blogComments { width:920px; overflow:hidden;}
#blogComments .userComments { border-left: 1px dotted #302d2e; }
#blogComments li { list-style-type: none; margin: 0; width:920px; border-bottom: 1px dotted #302d2e; float:left; clear:both; }

/* ask bill
---------------------------------------- */
#content.pgAskBill { background: #231F20 url('../../images/bg-ask-bill.jpg') no-repeat; }
#bcIntro .btnSubmit {
	position: absolute;
	left: 16px;
	bottom: 80px;
}
#askBillIntro {
	position: absolute;
	left: 17px;
	top: 20px;
	width: 183px;
	height: 120px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #dedede;
	line-height: 1.2em;
}
.pgAskBill h1 {
	font-size: 31px;
	line-height: 1em;
	margin: 0 0 12px;
	padding: 21px 0 5px;
}
.pgAskBill #bcAskBill {
	position: relative;
	margin: 40px 0 0;
	width: 920px;
	overflow: hidden;
	min-height: 293px;
}
.pgAskBill .askBillQuestionContainer {
	width: 887px;
}
#askBillQuestion {
	width: 700px;
}
#questionBy {
	background-color: #191818;
	padding: 15px;
	overflow: hidden;
	width: 890px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#questionBy h2 {
	line-height: 1em;
	padding: 0 0 4px;
	font-size: 18px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #302d2e;
}
#questionBy img {
	border: 3px solid #302D2E;
	margin: 0 10px 0 0;
	float: left;
}
#questionBy h3 {
	color: #f26822;
	font-weight: bold;
	padding: 12px 0 0;
}
#questionBy .userStatus {
	font-size: 11px;
	line-height: normal;
	color: #dedede;
}
#questionBy .userDetails {
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
	border-right: 1px dotted #302d2e;
}
#questionBy .userFavorites {
	float: left;
	width: 595px;
	white-space: nowrap;
	padding: 15px 0 0;
	font-size: 11px;
}
/*submit question */
#content.submitQuestion {
	padding: 40px 20px 60px;
}

/* featured section
------------------------------------------------------------------------------------------ */ 
/* featured index
---------------------------------------- */
.pgFeatured #lhsCol { width: 600px; min-height: 578px }
.pgFeatured h1 {
	font-size: 31px;
	line-height: 1em;
	padding: 0 0 8px 0;
	margin: 21px 0 0 0;
}
#featuredPromo {
	width: 620px;
	margin: 0 0 20px;
}
#featuredPromo a {
	display: block;
	width: 600px;
	height: 251px;
}
.pgFeatured h2 {
	border-bottom: 1px dotted #302d2e;
	margin: 0 0 13px;
}
.mostPopularCol {
	width: 189px;
	padding: 0 0 0 6px;
	margin: 0 7px 0 0;
	float: left;
}
.mostPopularCol.lastItem {
	border-right: 0 none;
	margin: 0;
}
.mostPopularCol h3 { margin: 0 0 4px; }
.mostPopularCol h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #dedede;
}
.mostPopularCol li {
	padding: 1px 0 1px 1px;
	white-space: nowrap;
	overflow: hidden;
}
.mostPopularCol li a { font-size: 12px; }
.mostPopularCol li .cta {
	display: inline;
	background: none;
	padding: 0;
	color: #dedede;
}
/* tv show / movie tools
---------------------------------------- */
#showTools {
	margin: 63px 0 10px;
	height: 39px;
	position: relative;
	z-index: 25;
	width: 601px;
	white-space: nowrap;
}
#btnRemindMe, #btnTweet, #btnReview, #btnNextOn {
	background: #2b2829 url('../../images/icon-show-tools.gif') no-repeat;
	display: block;
	float: left;
	color: #dedede;
	vertical-align: bottom;
	margin: 0 4px 0 0;
	padding: 7px 14px 7px 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.movies #btnRemindMe, .movies #btnTweet, .movies #btnReview, .movies #btnNextOn { padding: 7px 12px 7px 28px; }
#showTools a:hover { background-color: #3f3e3f; }
#btnRemindMe { background-position: 8px 2px;}
#btnRemindMe:hover { background-position: 8px -140px;}
#btnRemindMe.selected { background-position: 8px -140px; }
#btnTweet { background-position: 8px -35px;}
#btnTweet:hover { background-position: 8px -177px;}
#btnReview { background-position: 6px -70px;}
#btnReview:hover { background-position: 6px -212px;}
#btnNextOn { background-position: 6px -105px;}
#btnNextOn:hover { background-position: 6px -247px;}
#btnNextOn.selected {
	background-position: 6px -247px;
	background-color: #3F3E3F;
	padding: 7px 14px 11px 28px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,.25);
}
#nextOnPanel {
	display: none;
	position: absolute;
	z-index: 25;
	top: 39px;
	right: 4px;
	width: 286px;
	padding: 23px 23px 12px;
	background-color: #3f3e3f;
	font-size: 12px;
	color: #dedede;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
#nextAirDate {
	font-weight: bold;
	font-size: 16px;
	color: #8f9396;
	margin: 2px 0 10px;
}
#nextAirDate strong {
	font-size: 18px;
	color: #dedede;
}
#followingAirDates {
	color: #7f7e7f;
	font-size: 11px;
}
#nextOnPanel ol { border-top: 1px dotted #494849; margin: 0 0 9px;}
#nextOnPanel li {
	padding: 4px 0;
	border-bottom: 1px dotted #494849;
	text-align: right;
	position: relative;
}
#nextOnPanel li span {
	padding: 0 0 0 7px;
	position: absolute;
	left: 0;
	top: 4px;
}
#nextOnPanel .cta { text-shadow: none; font-size: 11px; }
/* tv shows detail page
---------------------------------------- */
#pageIntro.tvShowIntro { height: 82px; }
#tvShowLogo {
	position: absolute;
	top: -57px;
	left: 0;
	height: 138px;
	width: 330px;
	overflow: hidden;
	padding: 27px 20px 0;
	background-color: #231f20;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
	box-shadow: 0 0 20px rgba(0,0,0,.12);
}
#tvShowLogo h1 {
	font-size: 36px;
	border-bottom: 1px dotted #302d2e;
	line-height: .8em;
	padding: 0 0 11px;
	margin: 0 0 2px;
}
#tvShowLogo a {
	font-size: 11px;
	color: #585858;
	display: inline-block;
	padding: 3px 3px 3px 12px;
	background:url('../../images/sprites-page-tools.gif') no-repeat 0 -51px;
}
#tvShowLogo a:hover { color: #f26822;}
#tvShowSubNav {
	padding: 22px 0 0 0;
	margin: 0 0 0 379px;
	width: 580px;
	overflow: hidden;
}
#tvShowSubNav li {
	display: inline;
	float: left;
}
#tvShowSubNav li a {
	color: #dedede; 
	text-transform: uppercase;
	font-size: 21px;
	display: block;
	padding: 3px 13px;
}
#tvShowSubNav li a:hover, #tvShowSubNav li .currentSubNav { color: #f26822}
#tvSynopsis { width: 600px; }
#tvSynopsis h2 {
	padding: 0 0 2px;
	margin: 0 0 12px;
	line-height: 1.5em;
	border-bottom: 1px dotted #302d2e;
}
#tvSynopsis.pageParagraph { padding: 0!important; }
#castPreview {
	position: relative;
	width: 600px;
	margin: 29px 0 0;
	overflow: hidden;
}
#castPreview h2 {
	padding: 0 0 2px;
	margin: 0 0 12px;
	border-bottom: 1px dotted #302d2e;
}
.castPreviewListing {
	width: 600px;
	overflow: hidden;
} 
.castPreviewListing li {
	margin: 0 0 5px 10px;
	line-height: normal;
	width: 290px;
	height: 54px;
	float: left;
	display: inline;
	overflow: hidden;
}
.castPreviewListing li:hover { background-color: #1B1819; cursor: pointer; }
.castPreviewListing li img { float: left; margin: 0 11px 0 0; border: 3px solid #302d2e; }
.castPreviewListing li a:focus img { border: 3px solid #f26822; }
.castPreviewListing li h3 { color: #dedede; padding: 11px 0 1px; font-size: 12px; }
.castPreviewListing li p { font-style: italic; font-size: 12px; }
#tvReviews { position: relative; }
#tvReviews h2 { border-bottom: 1px dotted #302d2e; padding: 0 0 2px; }
#tvReviews .cta { position: absolute; right: 0; top: 3px; }
#tvReviews li { margin: 0 0 1px; clear: both; overflow: hidden; width: 920px }
#tvReviews.userName, #tvReviews .userStatus, #tvReviews .postTime { font-size: 11px; line-height: normal; }
#tvReviews .userDetails { background-color: #1b1819; min-height: 54px; padding: 10px; width: 206px; border-right: 1px solid #231f20; float:left; }
#tvReviews .avatar { margin: 0 17px 0 0; float: left; border: 3px solid #302d2e; }
#tvReviews .userName { padding: 5px 0 1px; color: #f26822; font-weight: bold; line-height: normal; }
#tvReviews .userStatus { color: #dedede; }
#tvReviews .postTime { color: #545454; }
#tvReviews .userComments { background-color: #1f1c1d; padding: 13px 20px 20px; width: 653px; min-height: 53px; float: left; position: relative; }
#tvReviews .userComments h3 { white-space:nowrap; overflow:hidden; margin: 0; font-weight: bold; color: #dedede; }
#tvReviews .userComments h3 a { color: #dedede; }
#tvReviews .userComments p { font-size: 12px; color: #595959; width:530px; white-space:nowrap; overflow:hidden; }
#tvReviews .userComments .readReview { position: absolute; right: 15px; top: 35px; display:block; font-size: 11px; color: #5a7f22; background: url('../../images/icon-reply-arrow.gif') no-repeat 0 -1px; padding: 0 5px 0 22px; }
#tvReviews .userComments a:hover { color:#FFF }
#btnDiscuss {
	position: absolute;
	right: 0;
	top: 587px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 321px;
	height: 106px;
	background: url('../../images/btn-discuss-on-messageboards.png') no-repeat;
}
#btnDiscuss:hover { background-position: 0 -106px }
/* episode guide page 
---------------------------------------- */
.episodeGuide #lhsCol { width: 600px; }
.episodeGuide h1 {
	font-size: 21px;
	border-bottom: 1px dotted #302d2e;
	line-height: 1em;
	margin: 21px 0 6px 2px;
	padding: 0 0 8px 2px;
	width: 596px;
}
#tvGuide.episodeGuideList li { margin: 0 0 2px 0;}
#tvGuide.episodeGuideList .showName .showTime { width: 20px; }
#tvGuide.episodeGuideList .showName h4 { left: 42px; width: 480px; }
.episodeGuideList .showDetails .showDesc { padding: 0 25px 0 42px; }
.episodeGuideList .showDetails {padding: 0 0 40px;}
.episodeGuideList .tvGuideTools { top: auto; bottom: 13px; left: 39px; }
/* stars detail page
---------------------------------------- */
#starsTitle {
	position: absolute;
	top: -57px;
	left: 0;
	height: 119px;
	width: 330px;
	overflow: hidden;
	padding: 20px 20px 0;
	background-color: #231f20;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.12);
	box-shadow: 0 0 20px rgba(0,0,0,.12);
}
#starsTitle h1 {
	font-size: 36px;
	line-height: .8em;
	padding: 6px 0 3px;
}
.starsHeading {
	border-bottom: 1px dotted #302d2e;
	margin: 23px 0 12px;
	padding: 0 0 2px;
	width: 600px;
}
#tvSynopsis .starsHeading { margin: 6px 0 12px; }
#starsTitle .dob {
	font-size: 11px;
	color: #999;
	display: inline-block;
	padding: 2px 3px;
}
.dob strong { color: #585858; font-weight: normal;}
#starsTitle img {
	float: left;
	margin: 0 11px 0 0;
	border: 3px solid #302D2E;
}
.starsPageListing { width: 600px; overflow: hidden; }
.starsPageListing li {
	padding: 0 0 0 20px;
	margin: 0;
	line-height: normal;
	width: 280px;
	height: 54px;
	float: left;
	display: inline;
	background: url('../../images/bullet-arrow-orange.gif') no-repeat 3px 3px;
	overflow: hidden;
}
.starsPageListing li:hover { background-color: transparent; cursor: default; }
.starsPageListing li h3 { padding: 0 0 1px; font-size: 12px; }
.starsPageListing li h3 a { cursor: pointer; }
.starsPageListing li p { font-style: italic; font-size: 12px; cursor: text; }
/* themes page
---------------------------------------- */
#themeIndexList {
	margin: 20px 0 0;
}
#themeIndexList li {
	clear: both;
	overflow: hidden;
	width: 576px;
	padding: 12px;
	border-top: 1px dotted #302d2e;
}
#themeIndexList li:last-child { border-bottom: 1px dotted #302d2e; }
#themeIndexList img { margin: 0 10px 0 0; }
#themeIndexList h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-bottom:10px;
}
#themeIndexList li p{
    margin-top:10px;
}

#castPreview.fullWidth {
	width: 920px;
}
#castPreview.fullWidth .castPreviewListing {
	width: 920px;
}
h2.themesHeading {
	padding: 0 0 2px;
	margin: 20px 0 12px;
	border-bottom: 1px dotted #302d2e;
}
h1.themesHeading {
	font-size: 31px;
	border-bottom: 1px dotted #302d2e;
	line-height: 1em;
	margin: 21px 0 12px 0;
	padding: 0 0 8px 2px;
	width: 600px;
}
.highlights.fullWidth {
	width: 924px;
}
.highlights.fullWidth li {
	width: 211px;
	margin: 0 4px 4px 0;
}
#themeIntro {
	width: 600px;
	min-height: 244px;
	padding: 0!important;
}
#fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.33em;
	margin: 0 0 16px;
	color: #ccc;
}
/* movies/tv shows/stars index pages
---------------------------------------- */
.subIndex h1 {
	border-bottom: 1px dotted #302d2e;
	font-size: 31px;
	line-height: 1em;
	padding: 0 0 8px 0;
	margin: 21px 0 12px 0;
	width: 600px;
}
.subIndex #lhsCol {
	width: 600px;
}
.subIndex #lhsCol .subIndexTitle {
	display: block;
	border-bottom: 1px dotted #302d2e;
	font-size: 14px;
	color: #dedede;
	font-weight: bold;
	padding: 0 0 4px 10px;
	margin: 16px 0 8px;
	clear: both;
}
.subIndexList {
	font-size: 12px;
	width: 600px;
	overflow: hidden;
}
.subIndexList li {
	padding: 1px 0;
	width: 190px;
	padding: 0 0 0 10px;
	display: inline;
	float: left;
}
.subIndexList li a {
	display: inline-block;
	padding: 2px 1px;
}

/* community
------------------------------------------------------------------------------------------ */ 
.pgCommunityIndex h1 {
	border-bottom:1px dotted #302D2E;
	font-size:31px;
	line-height:1em;
	margin:21px 0 12px;
	padding:0 0 8px;
	width:600px;
}
.pgCommunityIndex #lhsCol {
	width: 600px;
	overflow: hidden;
}
#communityPromos {
	width: 609px;
	overflow: hidden;
	padding: 56px 0 20px;
}
#btnBill, #btnMsgboard, #btnTrivia {
	background: url('../../images/btn-community-index.png') no-repeat;
	float: left;
	padding: 0 9px 0 0;
	height: 62px;
	width: 194px;
	overflow: hidden;
	text-indent: -9999px;
}
#btnBill:hover, #btnBill:focus { background-position: 0 -62px; }
#btnMsgboard { background-position: -203px 0; }
#btnMsgboard:hover, #btnMsgboard:focus { background-position: -203px -62px; }
#btnTrivia { background-position: -406px 0; }
#btnTrivia:hover, #btnTrivia:focus { background-position: -406px -62px; }
#rhsPromos.rhs a img, #rhsPromos.rhs a img { border: 3px solid #181818; }
#rhsPromos.rhs a:hover img, #rhsPromos.rhs a:hover img { border: 3px solid #f26822; }
/* top 10's panel */
#topTensPanel {
	position: relative;
	background-color: #2d292a;
	padding: 15px;
	width: 265px;
	height: 212px;
	margin: 0 10px 12px 0;
	float: left;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#topTensPanel h2 { border-bottom: 1px dotted #3B3839; margin: 0 0 12px; }
#topTensPanel h3 {
	color: #dedede;
	font-weight: bold;
	padding: 0 0 2px 0;
}
#topTensPanel .btnSubmit {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 6px 30px 7px 6px;
}
/* trivia panel */
#triviaPanel {
	position: relative;
	background-color: #2d292a;
	padding: 15px;
	width: 265px;
	margin: 0 0 12px;
	height: 212px;
	float: left;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#triviaPanel h2 { border-bottom: 1px dotted #3B3839; margin: 0 0 12px; }
#triviaPanel h3 { color: #dedede; font-weight: bold; padding: 0 0 2px 0; }
#triviaPanel .btnSubmit {
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding: 6px 30px 7px 6px;
}
/* msgboard panel */
.pgCommunityIndex #communityPanel {
	padding: 0 0 0 15px;
	width:580px;
}
.pgCommunityIndex #communityPanel h2, .pgFilmClubIndex #communityPanel h2 {
	background: 0 none;
	width: auto;
	height: 28px;
	margin: 13px 0;
	text-indent: 0;
}
.pgCommunityIndex #threadList li a:hover, .pgCommunityIndex #threadList li a:focus, .pgFilmClubIndex #threadList li a:hover, .pgFilmClubIndex #threadList li a:focus { background-color: #191818; color: #fff; }
.pgCommunityIndex #threadList li a:active, .pgFilmClubIndex #threadList li a:active { background-color: #f26822; }
.pgCommunityIndex #threadList li:first-child, .pgFilmClubIndex #threadList li:first-child { border-top: 1px dotted #302d2e;}
.pgCommunityIndex #threadList li, .pgFilmClubIndex #threadList li { border-bottom: 1px dotted #302d2e;}
#rhsPromos.rhs {
	position: absolute;
	float: none;
	top: 595px;
	right: 20px;
}
/* classic top 10's
---------------------------------------- */
.pgTopTens #lhsCol { width: 600px; }
.pgTopTens h1 {
	font-size: 31px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #302d2e;
	line-height: 1em;
	margin: 21px 0 12px;
}
.topTenItem h2 {
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	border-bottom: 1px dotted #302d2e;
	padding: 0 0 4px;
	margin: 0 0 8px;
}
.topTenItem { margin: 25px 0; }
.topTenItem li {
	position: relative;
	margin: 0 0 5px;
}
.topTenItem li em {
	display: inline-block;
	padding: 6px;
	background-color: #191818;
	color: #dedede;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	height: 18px;
	width: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.topTenItem li a {
	position: relative;
	display: inline-block;
	width: 550px;
	padding: 6px 6px;
	line-height: 18px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.topTenItem li a:hover { background-color: #191818; } 
.topTenItem .btnVote {
	position: absolute;
	right: 0;
	top: 2px;
	color: #5A7F22;
	font-size: 12px;
	margin: 4px 0 0;
	padding: 0 0 0 18px;
	width: 63px;
	background: url('../../images/icon-vote-up.png') no-repeat 0 1px;
	font-weight: normal;
}
.topTenItem .voteCount {
	color: #737373;
	position: absolute;
	text-align: right;
	font-size: 12px;
	width: 55px;
	top: 6px;
	right: 105px;
	font-weight: normal;
}
.topTenItem li:first-child { font-weight: bold; }
/* classic movie trivia
---------------------------------------- */
#ctaTrivia {
	position: absolute;
	right: 0;
	top: 573px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 321px;
	height: 106px;
	background: url('../../images/btn-trivia.png') no-repeat;
}
#ctaTrivia:hover { background-position: 0 -106px }
.topTenIntro { width: 600px; overflow: hidden; clear: both; margin: 25px 0; padding: 20px 0 0; border-top: 1px dotted #302d2e; }
.topTenIntro.fullPoll { padding: 0; border-top: 0 none;}
.topTenIntro h2 { line-height: 1em; margin: 10px 0 4px; }
.topTenIntro img { float: left; margin: 0 15px 0 0; }
.topTenIntro .cta { margin: 4px 0 0; }
#goToNextPoll { text-align: right; border-top: 1px dotted #302d2e; padding: 6px 0 0;}
#goToNextPoll a {
	font-size: 12px;
	display: inline-block;
	padding: 2px 2px 2px 10px;
	color: #6A6869;
	background: url('../../images/sprites-page-tools.gif') no-repeat 0 -35px;
}
#goToNextPoll a:hover { color: #f26822; }
.pgTopTens #pagination { width: 600px; }
/* classic movie quizzes
---------------------------------------- */
#quizzList li {
	border-bottom: 1px dotted #302d2e;
}
#quizzList li h2 {
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
}
#quizzList li h2 .cta {
	position: absolute;
	right: 8px;
	top: 7px;
	color: #5a7f22;
	background: url('../../images/icon-reply-arrow.gif') no-repeat 0 2px;
	font-size: 12px;
	font-weight: normal;
}
#quizzList li h2 a {
	display: block;
	padding: 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#quizzList li h2 a:hover { background-color: #191818;}

/* downloads
---------------------------------------- */
#downloadsList {
	overflow: hidden;
	margin: 0 0 0 1px;
	width: 924px;
}
#downloadsList h2 { text-transform: none; font-family: Arial, Helvetica, sans-serif; font-size: 14px; padding: 4px; }
#downloadsList img { display: block; }
#downloadsList li {
	width: 225px;
	margin: 18px 6px 0 0;
	float: left;
}
.pgDownloads h1 {
	font-size: 31px;
	padding: 0 20px 8px 2px;
	margin: 21px 0 6px;
	line-height: 1em;
}

/* film club index
------------------------------------------------------------------------------------------ */ 
.pgFilmClubIndex h1 {
	font-size: 31px;
	padding: 0 0 8px;
	margin: 21px 0 0;
	line-height: 1em;
}
.pgFilmClubIndex #lhsCol {
	width: 600px;
	min-height: 815px;
	overflow: hidden;
}
.pgFilmClubIndex .mostPopularTitle {
	clear: both;
	width: 920px;
	float: left;
	border-bottom: 1px dotted #302d2e;
	margin: 35px 0 13px;
}
.pgFilmClubIndex #communityPanel {
	margin: 5px 0 0;
}
.pgFilmClubIndex #threadList li:first-child { border-top: 1px dotted #302D2E;}
.pgFilmClubIndex #threadList li{ border-bottom: 1px dotted #302D2E;}
#filmClubPromos {
	width: 609px;
	overflow: hidden;
	padding: 25px 0 16px;
}
#btnComps, #btnBillsBlog {
	float: left;

	background: url('../../images/btn-film-club-index.png') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	height: 93px;
}
#btnComps {
	width: 272px;
	margin: 0 4px 0 0;
}
#btnComps:hover, #btnComps:focus { background-position: 0 -93px; }
#btnBillsBlog {
	width: 324px;
	background-position: -276px 0;
}
#btnBillsBlog:hover, #btnBillsBlog:focus { background-position: -276px -93px; }
.pgFilmClubIndex #featuredPromo { margin: 0 0 20px; }
.pgFilmClubIndex .mostPopularCol { width: 172px; }

/* messageboard
------------------------------------------------------------------------------------------ */ 
.sectionMessageboard h1 {
	border-bottom: 1px dotted #302d2e;
	font-size: 31px;
	line-height: 1em;
	padding: 0 0 8px 2px;
	margin: 21px 0 6px 2px;
	width: 598px;
}
/* visitor logged in */
#msgBoardLoggedIn {
	color: #dedede;
	width: 600px;
	padding: 0 0 12px;
	overflow: hidden;
	position: relative;
}
#msgBoardLoggedIn .avatar { border: 3px solid #302D2E; margin: 6px 15px 0 5px; float: left;}
#msgBoardLoggedIn .greeting { padding: 13px 0 2px; line-height: 1em;}
#msgBoardLoggedIn .status { font-size: 11px; color: #8f9396;}
#msgBoardLoggedIn .update-avatar { font-size: 11px; color: #f26822;}
#latestComments {
	position: absolute;
	right: 0;
	top: -2px;
	padding: 14px 19px 11px;
	width: 286px;
	border-left: 1px dotted #302d2e;
	font-size: 11px;
	height: 89px;
}
#latestComments ol { margin: 2px 0 0; }
#latestComments li {
	white-space: nowrap;
	padding: 2px 0 1px;
	overflow: hidden;
}
#latestComments a { color: #8f9396; }
#latestComments a:hover, #latestComments a:focus { color: #f26822; }
/* visitor logged out */
#msgBoardLoggedOut {
	padding: 27px 0;
	color: #dedede;
	width: 600px;
	overflow: hidden;
}
#msgBoardLoggedOut p { line-height: 1em; padding: 17px 0 0; }
#msgBoardLoggedOut .login { color: #8f9396; font-size: 11px; position: relative; top: -4px; left: 1px; }
#msgBoardRegisterBtn {
	background: url('../../images/btn-msgboard-signup.gif') no-repeat;
	line-height: normal;
	display: block;
	float: left;
	width: 281px;
	padding: 18px 70px 18px 20px;
	margin: 0 22px 0 0;
	height: 30px;
	color: #dedede;
	font-weight: bold;
	text-shadow: 1px 1px 0 #c5460c;
}
#msgBoardRegisterBtn span {
	display: block;
	font-size: 11px;
	padding: 0 0 0 1px;
	color: #dedede;
	font-weight: normal;
}
#msgBoardRegisterBtn:hover, #msgBoardRegisterBtn:focus { background-position: 0 -66px; }
#msgBoardRegisterBtn:active { background-position: 0 -132px; }
/* most active members */
#mostActive {
	font-size: 11px;
	padding: 12px 0 6px;
	margin: 0 0 23px;
	width: 600px;
	overflow: hidden;
	border-top: 1px dotted #302d2e;
	border-bottom: 1px dotted #302d2e;
}
#mostActive p {
	font-weight: bold;
	color: #dedede;
	margin: 0 0 12px 7px;
}
#mostActive ol {
	width: 606px;
	overflow: hidden;
}
#mostActive li {
	color: #8f9396;
	display: inline;
	width: 194px;
	float: left;
	margin: 0 0 10px 6px;
}
#mostActive li img { vertical-align: middle; border: 2px solid #302d2e; margin: 0 7px 0 0; }
/* index categories list */
#msgBoardCategoryList { margin: 9px 0 0; }
#msgBoardCategoryList li {
	background: #292526 url('../../images/icon-star.gif') no-repeat 10px center;
	padding: 0 0 0 34px;
	position: relative;
	margin: 0 0 10px;
	height: 38px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#msgBoardCategoryList h3 a {
	display: inline-block;
	padding: 8px;
	font-weight: bold;
	color: #dedede;
}
#msgBoardCategoryList li h3 a:hover { color: #f26822; }
#msgBoardCategoryList .viewAll {
	font-size: 11px;
	color: #515151;
	width: 120px;
	height: 27px;
	padding: 11px 34px 0 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../../images/icon-msgboard-plus.gif') no-repeat 126px 0;
}
#msgBoardCategoryList .viewAll span { color: #888; }
#msgBoardCategoryList .viewAll:hover span, #msgBoardCategoryList .viewAll:focus span { color: #fff; }
#msgBoardCategoryList .viewAll:hover, #msgBoardCategoryList .viewAll:focus {
	color: #f26822;
	background-position: 126px -38px;
}
/* sub category listing */
#msgBoardSubCategoryList {
	margin: 32px 0 0;
}
#msgBoardBreadcrumb {
	color: #3d3d3d;
	padding: 8px 15px;
	background-color: #292526;
	width: 890px!important;
	border-bottom: 1px dotted #302d2e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#msgBoardBreadcrumb h3 { white-space: nowrap; }
#msgBoardBreadcrumb h3 a {
	font-weight: bold;
	color: #dedede;
}
#msgBoardBreadcrumb h3 a:hover, #msgBoardBreadcrumb h3 a:focus { color: #f26822; }
#msgBoardBreadcrumb h3 a.currentCategory { color: #f26822; }
#subCategories {
	width: 920px;
	overflow: hidden;
	font-size: 11px;
	color: #737373;
	background-color: #252122;
	padding: 0 0 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#subCategories li {
	width: 193px;
	display: inline;
	float: left;
	padding: 20px 10px 0 27px;
	background: url('../../images/bullet-arrow-orange.gif') no-repeat 14px 23px;
	line-height: 1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#subCategories li:nth-child(4n+5) { 
	clear: left; /* every 5th li gets clear:left - no worky in IE8 and below */
}
#subCategories li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #dedede;
}
/*#subCategories li a .newPost { font-size: 9px; font-weight: bold;  font-family: Tahoma, Arial, Helvetica, sans-serif; color: #0C3; text-transform: uppercase; position: relative; top: -5px; }*/
#subCategories li a:hover, #subCategories li a:hover { color: #f26822; }
/* topic listing */
#msgBoardTopicList { margin: 0 0 0; }
#msgBoardTopicList li {
	width: 920px;
	overflow: hidden;
	border-bottom: 1px dotted #302D2E;	
}
#msgBoardTopicList #colHeadings {
	padding: 6px 0 8px;
	background-color: #252122;
	font-size: 10px;
	font-weight: bold;
	color: #dedede;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}
#msgBoardTopicList .colTitle, #msgBoardTopicList .colReplies, #msgBoardTopicList .colViews, #msgBoardTopicList .colPostedBy, #msgBoardTopicList .colLatestReply {
	float: left;
}
#msgBoardTopicList .colTitle { width: 450px; }
#msgBoardTopicList .colTitle h4 a {
	display: inline-block;
	padding: 0 15px;
	margin: 8px 0 0;
	color: #8f9396;
	white-space: nowrap;
	overflow: hidden;
}
#msgBoardTopicList .colTitle h4 a:hover, #msgBoardTopicList .colTitle h4 a:focus { color: #fff; }
#msgBoardTopicList .colReplies, #msgBoardTopicList .colViews {
	padding: 8px 10px;
	width: 50px;
	text-align: center;
}
#msgBoardTopicList .colPostedBy, #msgBoardTopicList .colLatestReply {
	padding: 10px 0 7px 5px;
	width: 160px;
	font-size: 10px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #dedede;
}
#msgBoardTopicList .colPostedBy img, #msgBoardTopicList .colLatestReply img { float: left; margin: 0 4px 0 0; }
#msgBoardTopicList .colPostedBy p, #msgBoardTopicList .colLatestReply p { line-height: 1.05em; white-space: nowrap; }
#msgBoardTopicList .colPostedBy span, #msgBoardTopicList .colLatestReply span { display:block; font-weight: normal; color: #8f9396 }

#msgBoardTopicList #colHeadings .colTitle { padding: 0 0 0 15px; width: 435px; }
#msgBoardTopicList #colHeadings .colReplies, #msgBoardTopicList #colHeadings .colViews { padding: 0 10px; }
#msgBoardTopicList #colHeadings .colPostedBy, #msgBoardTopicList #colHeadings .colLatestReply { padding: 0 0 0 5px; }

.forumTitle {
	position: relative;
	height: 37px;
	padding: 0 0 0 15px;
}
.btnNewTopic {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 96px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../../images/btn-new-topic.gif') no-repeat 0 -37px;
}
.btnNewTopic:hover, .btnNewTopic:focus { background-position: 0 0; outline: 0 none; }
.btnNewTopic:active { top: 2px; }
.forumTitle.top .btnNewTopic { top: -7px; }
.forumTitle.top .btnNewTopic:active { top: -5px; }
/* view post */
.userPost {
	overflow: hidden;
	width: 920px;
	margin: 0 0 2px;
	clear: both;
	background-color: #1f1c1d;
}
.userPost .userDetails {
	padding: 12px;
	width: 264px;
	float: left;
	min-height: 64px;
}
.userPost .userDetails .avatar {
	float: left;
	border: 2px solid #302d2e;
	margin: 0 11px 0 0;
}
.userPost .userName, .userPost .userStatus, .userPost .postTime { font-size: 11px; line-height: normal; }
.userPost .userName {
	font-size: 14px;
	font-weight: bold;
	color: #f26822;
	padding: 11px 0 0;
}
.userPost .userStatus {
	color: #dedede;
}
.userPost .postTime {
	color: #545454;
}
.userPost .userComments {
	float: left;
	position: relative;
	width: 582px;
	color: #b3b3b3;
	padding: 21px 24px 45px;
	border-left: 2px solid #231f20;
}
.userPost .userComments h3 {
	font-weight: bold;
	color: #dedede;
	margin: 0 0 5px;
}
#originalPost { background-color: #191818; }
#originalPost .userComments { min-height: 59px; }
#originalPost .userDetails .avatar { border: 3px solid #302d2e; }
.postTools {
	position: absolute;
	left: 17px;
	bottom: 6px;
	width: 601px;
}
.postTools a {
	color: #575757;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 0 3px 0 20px;
	background: url('../../images/icon-tvguide-tools.gif') no-repeat;
}
.postTools a:hover, .postTools a:focus { color: #fff; }
.postTools .toolOffensive { background-position: -8px -271px; }
.postTools .toolTweet { background-position: -6px -91px; }
.postTools .toolQuote {
	position: absolute;
	right: 115px;
	bottom: 1px;
	background-position: -8px -310px;
}
.postTools .toolReply {
	position: absolute;
	right: 0;
	bottom: 1px;
	background-position: -8px -352px;
}
#originalPost .postTools .toolReply {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #61ac12;
	background: url('../../images/icon-reply-arrow.gif') no-repeat -1px 1px;
}
#originalPost .postTools .toolQuote { position: relative; top:0; left: 0; }
#originalPost .postTools .toolReply:hover, #originalPost .postTools .toolReply:focus { color: #fff; }
/* reply to post + new post */
#replyLoggedIn, #replyLoggedOut, #newTopicLoggedIn, #newTopicLoggedOut {
	clear: both;
	width: 920px;
	overflow: hidden;
	margin: 30px 0 0;
}
#replyLoggedOut p, #newTopicLoggedOut p {
	color: #b3b3b3;
	margin: 0 0 1em;
}
#replyLoggedOut #replyTitle { padding: 0 40px 0 0; }
#replyLoggedIn textarea, #newTopicLoggedIn textarea {
	width: 592px;
	font-weight: normal;
	padding: 15px;
	margin: 0 0 4px;
	line-height: 1.3em;
}
#replyTitle {
	width: 275px;
	padding: 0 20px 0 0;
	float: left;
	text-align: right;
	min-height: 80px;
}
#replyTitle h4 {
	text-transform: uppercase;
	color: #dedede;
	font-size: 21px;
	padding: 0 0 3px;
	margin: 0 0 7px;
	border-bottom: 1px dotted #302d2e;
}
#replyRules {
	font-size: 11px;
	color: #575757;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #302d2e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#charsRemaining {
	font-size: 11px;
	color: #575757;
}
#replyLoggedIn .error, #newTopicLoggedIn .error {
	font-size: 11px;
	line-height: normal;
	background-position: 4px center;
	padding: 6px 0 6px 34px;
	width: 440px;
	vertical-align: middle;
}
#content.newTopic h1 { width: auto; }
.newTopic #msgBoardBreadcrumb { border-bottom: 0 none; }
#newTopicLoggedIn label { display: block; font-size: 11px; font-weight: bold; color: #dedede; padding: 2px 4px 5px; }
#newTopicLoggedIn .inputText { width: 470px; margin: 0 0 10px; }
#newTopicLoggedIn .error.short { width: auto; }
/* quotes */
.userQuote {
	padding: 10px;
	margin: 10px 0 0;
	font-size: 11px;
	border: 1px dotted #413e3f;
	color: #616161;
	background-color: rgba(43,40,41,.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.userComments > div > .userQuote{ margin: 0 0 10px; }
/* pagination */
#pagination {
	background-color: #292526;
	border-bottom: 0 none!important;
	clear: both;
	width: 920px;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#pagination a {
	display: inline-block;
	padding: 4px 7px;
	font-weight: bold;
	color: #757575;
}
#pagination a:hover, #pagination a:focus { color: #dedede; }
#pagination a:active, #pagination a.currentPage { color: #f26822; }
#pagination a.next, #pagination a.prev {
	font-size: 11px;
	line-height: normal;
	position: relative;
	top: -1px;
}
#pagination a.prev { margin: 0 0 0 8px; }

/* media pages - photos + videos
------------------------------------------------------------------------------------------ */ 
.sectionMedia h1 {
	font-size: 31px;
	border-bottom: 1px dotted #302d2e;
	line-height: 1em;
	margin: 21px 0 6px 2px;
	padding: 0 0 8px 2px;
	width: 596px;
}
.sectionMedia .small { font-size: 21px; }
.sectionMedia #btnDiscuss { top: 324px; }
.sectionMedia #btnDiscuss.individualMediaPages { top: 314px; }
/* category index
---------------------------------------- */
#mediaCategoryList {
	width: 600px;
	min-height: 244px;
}
#mediaCategoryList ol {
	width: 600px;
	overflow: hidden;
	font-size: 11px;
	color: #737373;
	padding: 0 0 20px;
}
#mediaCategoryList li {
	width: 263px;
	display: inline;
	float: left;
	padding: 20px 10px 0 5px;
	line-height: 1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#mediaCategoryList li img { float: left; display: block; margin: 0 10px 0 0; border: 2px solid #302D2E; }
#mediaCategoryList li a:hover img { border: 2px solid #f26822; }
#mediaCategoryList li:nth-child(2n+3) { clear: left;}
#mediaCategoryList li h2 { text-transform: none; padding: 5px 0 0; }
#mediaCategoryList li a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #dedede;
}
#mediaCategoryList li a:hover, #mediaCategoryList li a:hover { color: #f26822; }
#mediaCategoryList .noContent { width: 600px;}
/* view media page
---------------------------------------- */
#galleryInfo {
	position: relative;
	padding: 5px 0 5px;
	margin: 0 0 15px;
	background-color: #151414;
	width: 600px;
	min-height: 40px;
	z-index: 50;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#galleryInfo h2 {
	padding: 5px 10px;
	width: 505px;
	text-transform: none;
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	min-height: 29px;
}
#photoGalleryLarge img {
	display: none;
	border: 3px solid #151414;
}
#movieGalleryLarge a {
	display: block;
	width: 600px;
	height: 307px;
}
#photoGalleryLarge img:first-child { display: block }
#galleryNavigation {
	position: absolute;
	top: 11px;
	right: 14px;
}
#galleryNavigation a {
	display: block;
	float: right;
	margin: 0 0 0 6px;
	text-indent: -9999px;
	overflow: hidden;
	width: 24px;
	height: 24px;
	background: #2B2829 url('../../images/icon-tvguide-tools.gif') no-repeat scroll -5px -222px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.8);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.8);
	box-shadow: 0 0 4px rgba(0,0,0,.8);
}
#galleryNavigation #prev { background-position: -5px -172px; }
#galleryNavigation a:hover { background-color: #1C1A1B; }
/* thumbnail list of media items */
#galleryThumbs {
	width: 924px;
	overflow: hidden;
	padding: 7px 0 0;
	margin: 0 0 0 2px;
	border-top: 1px dotted #302D2E;
}
#galleryThumbs li {
	display: inline;
	float: left;
	margin: 0 9px 9px 0 ;
}
#galleryThumbs a img {
	display: block;
	border: 2px solid #302D2E;	
}
#galleryThumbs a:hover img, #galleryThumbs a:focus img, #galleryThumbs .activeSlide img {
	border-color: #f26822;
}
#backToCategories {
	border-top: 1px dotted #302D2E;
	clear: both;
	margin: 3px 0 0;
	padding: 5px 0 0;
}
#backToCategories a {
	font-size: 12px;
	display: inline-block;
	padding: 2px 2px 2px 10px;
	color: #6A6869;
	background: url('../../images/sprites-page-tools.gif') no-repeat 0 -52px;
}
#backToCategories a:hover { color: #f26822; text-decoration: none; }
#backToCategories.noBorder { border-top: 0 none; }

/* win section 
------------------------------------------------------------------------------------------ */ 
#lhsCol.compList h1, .compHeading {
	font-size: 31px;
	line-height: 1em;
	margin: 21px 0 12px;
	padding: 0 0 8px;
	width: 606px;
	border-bottom: 1px dotted #302d2e;
}
#lhsCol.compList { width: 600px }
.comp {
	position: relative;
	background-color: #2b2829;
	overflow: hidden;
	width: 578px;
	margin: 0 10px 14px 0;
	padding: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comp .compImage img { float: left; display: block; margin: 0 15px 0 0;}
.comp h2 {
	text-transform: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 4px;
}
.comp .btnSubmit {
	display: inline-block;
	padding: 6px 31px 6px 7px;
	margin: 8px 0 0;
}
.comp .compIntro {
	float: left;
	width: 308px;
}

/* full detail page */
.detailsPage h2 { padding: 23px 0 4px; }
#compEntryForm {
	position: relative;
	padding: 40px 0 0 5px;
	width: 800px;
}
#compEntryForm li {
	padding: 9px 0 9px 7px;
}
#compEntryForm .checkboxRow { padding: 0 0 9px 7px; }
#compEntryForm label {
	display: inline-block;
	width: 130px;
	font-size: 12px;
}
#compFullDesc {
	background-color: #2b2829;
	margin: 10px 0 0;
	width: 566px;
	padding: 20px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#compEntryForm textarea {
	padding: 7px 9px;
	width: 440px;
}
#compEntryForm .inputText { width: 440px; }
#compEntryForm select { width: 460px; }
#compEntryForm .inputCheckbox { margin: 0 5px 0 145px; }
#compEntryForm .labelCheckbox { width: 300px; color:#5E5F61; }
#compEntryForm .btnSubmit { margin: 0 0 0 140px; }
#compEntryForm .lastRow { border-top: 1px dotted #302D2E; }
#compEntryForm #registerRequired { left: 500px; }
.termsConditions { font-weight: normal; font-size: 11px;}
#compQuestion {
	font-size: 12px;
	padding: 20px;
	width: 566px;
	margin: 14px 0 0;
	background-color: #2B2829;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#compQuestion h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* trivia
------------------------------------------------------------------------------------------ */ 
/* trivia hub */
#imageflowContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
/*	overflow: hidden;*/
	clear: both;
	z-index: 15;
}
#imageflowContainer h1 {
	position: absolute;
	width: 100%;
	top: 0; left: 0;
	text-align: center;
	font-size: 61px;
	margin: 40px 0 0;
	line-height: 1em;
	color: #231F20;
}
#triviaHubCarousel {
	width: 960px;
	height: 500px;
/*	overflow: hidden;*/
}
#imageflowContainer #share {
	position: absolute;
	bottom: 19px;
	right: 0;
	z-index: 10010;
}
#pgTriviaHub #promotionsContainer {
	background-color: #151515;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#pgTriviaHub #content {
	height: 272px;
	padding-top: 20px;
}
#pgTriviaHub .heroItem { display: block; }
#pgTriviaHub #islandAd {
	top: 30px;
}
#share a {
	float: left;
	overflow: hidden;
	height: 20px;
	margin: 0 0 0 4px;
	opacity: .7;
}
#share a:hover { opacity: 1; }
#share .addthis_button_facebook_like {
	width: 47px;
	overflow: hidden;
}
/* graeme blundell */
#triviaHubContent {
	background-color: rgba(35,31,32,.8);
	padding: 0 0 30px 19px;
	border: 1px solid #231f20;
	position: relative;
	float: left;
	width: 939px;
	height: 300px;
}
#graemeBlundell {
	width: 620px;
	padding: 30px 0 0;
	position: relative;
}
#graemeBlundell h2 {
	background: url('../../images/sprites-homepage.png') no-repeat -505px 0;
	width: 349px;
	height: 86px;
	text-indent: -9999px;
	overflow: hidden;
	/* temp if no nav */
	margin: 0 0 10px;
}
#graemeBlundellNav {
	display: none;
	overflow: hidden;
	width: 336px;
	height: 20px;
	margin: 14px 0;
	position: relative;
	left: -7px;
	z-index: 10;
}
#graemeBlundellNav li {
	float: left;
	display: inline;
}
#graemeBlundell p {
	width: 322px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
}
#graemeBlundell p .cta {
	margin: 4px 0 0;
	background-position: 0 6px;
}
#graemeBlundellImage {
	position: absolute;
	top: 0;
	right: 36px;
	z-index: 3;
}

/* trivia questions page */
.sectionTrivia h1 {
	border-bottom:1px dotted #302D2E;
	font-size:31px;
	line-height:1em;
	margin:21px 0 6px 2px;
	padding:0 0 8px 2px;
	width:596px;
}
#triviaResource img { border: 3px solid #151414; display: block;}
#triviaResource .customFlowPlayer {
	display: block;
	width: 600px;
	height: 307px;
}
#triviaResource p {
	padding: 20px;
	width: 540px;
	font-style: italic;
}
#triviaQuestion {
	width: 570px;
	padding: 15px 15px;
	border-bottom:1px dotted #302D2E;
	position: relative;
}
#triviaQuestion h2 {
	text-transform: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	width: 495px;
	padding: 0 15px 0 0;
	border-right: 1px dotted #302d2e;
}
#triviaProgress {
	position: absolute;
	right: 8px;
	top: 10px;
	color: #999;
	line-height: 1.7em;
	font-size: 9px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	text-align: center;
}
#triviaProgress span { color: #dedede; display: inline-block; padding: 0 0 0 1px;font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.triviaContent {
	padding: 12px 0;
	width: 600px;
}
#triviaOptions li { padding: 2px 20px 2px 15px; }
#triviaOptions .inputRadio { margin: 0 2px 0 0; vertical-align: baseline; }
#triviaOptions label {
	display: inline-block;
	width: 560px;
	padding: 5px 0 5px 8px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#triviaOptions label:hover { background-color: #191818; }
#triviaOptions .lastRow {
	border-top: 1px dotted #302D2E;
	padding: 10px 20px;
	margin: 12px 0 0;
}
.triviaContent h3 {
	padding: 0 0 15px 15px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #302D2E;
}
.triviaContent h3 strong, .triviaResults .fail strong, .triviaFinished strong { color: #dedede; }
.triviaResults { margin: 0 0 0 15px; min-height: 180px;}
.triviaResults p { padding: 5px 0 25px 45px; }
.triviaResults .success {
	color: #61AC12;
	background: url('../../images/icon-success.gif') no-repeat;
}
.triviaResults .fail {
	color: #c6231c;
	background: url('../../images/icon-block.gif') no-repeat;
}
.triviaResults .triviaFinished { padding: 5px 0 25px 0; }
/* reviews
------------------------------------------------------------------------------------------ */ 
.sectionReviews h1 {
	border-bottom: 1px dotted #302d2e;
	font-size: 31px;
	line-height: 1em;
	padding: 0 0 8px 2px;
	margin: 21px 0 6px 2px;
	width: 598px;
}
.sectionReviewsDetails h1 {
	font-size: 31px;
	line-height: 1em;
	padding: 0 0 8px 2px;
	margin: 21px 0 6px 2px;
}
.sectionReviews #msgBoardLoggedIn, .sectionReviews #msgBoardLoggedOut {
	border-bottom: 1px dotted #302D2E;
	margin: 0 0 20px;
}
#writeReview {
	position: absolute;
	right: 0;
	top: -2px;
	padding: 14px 19px 11px;
	width: 286px;
	border-left: 1px dotted #302d2e;
	height: 89px;
}
#writeReview p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #dedede;
	margin: 0 0 12px 7px;
}
#writeReview .btnSubmit { margin: 0 0 0 7px; }
.sectionReviews .forumTitle {
	padding: 0;
	width: 600px;
}
.sectionReviews .forumTitle span {
	font-size: 11px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #302D2E;
}
#reviewsCategoryList { margin: 9px 0 0; width: 600px; }
#reviewsCategoryList li {
	position: relative;
	background-color: #292526;
	margin: 0 0 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#reviewsCategoryList h3 {
	padding: 8px 0 8px 10px;
	font-weight: bold;
	color: #dedede;
}
#reviewsCategoryList #subCategories { width: 610px; }
#reviewsCategoryList #subCategories li {
	background-color: transparent;
	margin: 0;
	width: 166px;
}
#reviewsCategoryList #subCategories li:nth-child(4n+5) { clear: none; }
#reviewsCategoryList #subCategories li:nth-child(3n+4) {
	clear: left; /* every 3rd li gets clear:left - no worky in IE8 and below */
}
#writeReviewCta { text-align: right; }
#writeReviewCta .btnSubmit {
	position: relative;
	top: -20px;
}
.sectionReviews #msgBoardTopicList #colHeadings .colTitle { width: 660px; }
.sectionReviews #msgBoardTopicList .colTitle { width: 675px; }
.sectionReviews #backToCategories { border-top: none }
.userComments h4 {
	font-weight: bold;
	color: #dedede;
	margin: 0 0 6px;
}
.reviewType, .reviewShow {
	width: 238px;
	margin: 0 10px 10px 0;
}
.reviewShow { margin: 0 0 10px 0; }
.noContent { padding: 9px 9px 9px 14px; }
/* fix nielson image creating extra space in footer */
img[src*="http://secure-au"] { position: absolute!important; top:0; right: 0; }
