/*---------------------------------------------------------------------------
  Resets browsers' default styles, ensuring consistent styling cross-browser
  
  Notes:
  
  - For sizing: 1.0em = 10px, 1.1em = 11px, and so on...
    Note that nested elements are affected by size of ancestors, i.e.:
    
      div { font-size: 1.2em } => 12px
      div p { font-size: 0.9em } => 12 * 0.9 = 10.8px
      
    This might get confusing with deeply nested elements, so try not to size
    elements this way
      
  - Tables are rendered similar to when 'cellpadding="0" cellspacing="0"' is
    used. If cellspacing is required, use:
    
      border-collapse: separate;
      border-spacing: 1px;
      
    However, as IE does not support the border-spacing attribute, the
    following hack needs to be applied:
    
      behavior: expression((this.runtimeStyle.behavior="none")&&(this.cellSpacing=1));

  Portions extracted from:
  http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
---------------------------------------------------------------------------*/

html, body, a, abbr, acronym, address, applet, big, blockquote, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-weight: normal;
	font-size: 10px;
	*font-size: 62.5%;
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	color: black;
	background-color: white;
}

ol, ul {
	list-style: none;
}

address, em, h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea, button {
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
}/*---------------------------------------------------------------------------
  Base stylesheet used across all channels to control layout and positioning
---------------------------------------------------------------------------*/

body * {
	line-height: 1.3;
}

body strong { font-weight: bold; }

body em { font-style: italic; }

body input.text,
body select,
body textarea {
  font-family: "lucida sans unicode", "lucida sans", "lucida grande", geneva, arial, helvetica, sans-serif;
}

body .time span {
	font-size: 0.9em;
}

body span.unicode {
  font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
  font-family /**/:inherit;
}

body sup {
   font-size: 0.5em;
   vertical-align: top;
}

/* wrappers
---------------------------------------------------------------------------*/

div#wrapper {
	position: relative;
	*zoom: 1;
	width: 970px;
	margin: 0 auto;
	border-width: 0px 5px;
	border-style: solid;
	background-position: 0 0;
	background-repeat: repeat;
}

div#wrapper2 {
	position: relative;
	*zoom: 1;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

div#wrapper3 {
	position: relative;
	*zoom: 1;
}

/* toolbar
---------------------------------------------------------------------------*/

div#toolbar {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	background-position: 0 0;
	background-repeat: repeat;
}

/* --- */

div#toolbar h2 {
	font: normal 1.2em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div#toolbar h2,
body.cn_HK div#toolbar h2 { font: normal 1.3em arial, helvetica, sans-serif; }

div#toolbar div#nav_channels,
div#toolbar form#nav_countries {
	position: relative;
	padding: 11px 0 3px 0;
}

/* --- */

div#toolbar div#nav_channels {
	float: left;
	padding-left: 7px;
}

div#toolbar div#nav_channels ul {
	overflow: hidden;
}

div#toolbar div#nav_channels h2 {
	padding-left: 8px;
}

div#toolbar div#nav_channels li {
	float: left;
}

div#toolbar div#nav_channels a {
	display: block;
	padding: 2px 8px;
	margin-right: 15px;
}

/* --- */

div#toolbar form#nav_countries {
	float: right;
	padding-right: 15px;
}

div#toolbar form#nav_countries select {
	margin-top: 16px;
	font: normal 1.4em "trebuchet ms", arial, helvetica, sans-serif;
}

/* --- */

div#toolbar div#promotions_top {
	float: left;
	padding: 15px;
}

div#toolbar div#promotions_top h2 {
	display: none;
}

/* page
---------------------------------------------------------------------------*/

div#page {
	position: relative;
	min-height: 358px;
	_height: 358px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

/* nav_main
---------------------------------------------------------------------------*/

div#nav_main {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	padding: 8px 0 16px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* --- */

div#nav_main h2 {
	position: absolute;
	text-indent: -9000px;
}

/* --- */

div#nav_main ul#nav_sections {
	overflow: hidden;
	*zoom: 1;
	float: left;
}

div#nav_main ul#nav_sections li {
	float: left;
}

div#nav_main ul#nav_sections li a {
	display: block;
	height: 27px;
	text-indent: -9000px;
	background-repeat: no-repeat;
}

/* --- */

div#nav_main ul#nav_extras {
	overflow: hidden;
	*zoom: 1;
	float: right;
	width: 338px;
}

/* --- */

div#nav_main li#nav_item_login,
div#nav_main li#nav_item_logout {
	float: right;
	padding-top: 6px;
	padding-right: 15px;
	font-size: 1.1em;
	letter-spacing: 1px;
}
body.cn div#nav_main li#nav_item_login,
body.cn div#nav_main li#nav_item_logout,
body.cn_HK div#nav_main li#nav_item_login,
body.cn_HK div#nav_main li#nav_item_logout { font-size: 1.1em; }

div#nav_main li#nav_item_login a,
div#nav_main li#nav_item_logout a {
	text-decoration: none;
}

div#nav_main li#nav_item_login a:hover,
div#nav_main li#nav_item_logout a:hover {
	text-decoration: underline;
}

/* heading
---------------------------------------------------------------------------*/

div#heading {
	position: absolute;
	z-index: 1;
	left: 38px;
	width: 594px;
	height: 83px;
	overflow: visible;
}


div#heading h1 {
	position: absolute;
	left: 10px;
	top: 0px;
}

div#heading h3 {
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-weight: bold;
	font-size: 2.1em;
}
body.cn div#heading h3,
body.cn_HK div#heading h3 { font-size: 2.2em; }

div#heading h3 a {
	text-decoration: none;
}

/* search
---------------------------------------------------------------------------*/

form#search {
	position: absolute;
	right: 0px;
}

form#search h2 {
	position: absolute;
	text-indent: -9000px;
}

form#search p {
	overflow: hidden;
	*zoom: 1;
	float: right;
}

form#search input#search_textbox {
	float: left;
	width: 131px;
	height: 12px;
	padding: 1px 1px;
	margin-right: 3px;
}

form#search input#search_button {
	float: left;
	margin-right: 12px;
}

/* content
---------------------------------------------------------------------------*/

div#content {
	overflow: hidden;
	*zoom: 1;
	*display: inline;
	margin-top: 40px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

/* content_main
---------------------------------------------------------------------------*/

div#content_main {
	float: left;
	width: 594px;
	margin-top: 50px;
	padding-left: 38px;
}

/* --- */

div#content_main .display_none {
	display: none;
}

/* --- */

div#content_main h2 {
  *zoom: 1;
  position: relative;
	margin: 15px 0;
	padding: 0 10px;
	font: normal 2.4em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div#content_main h2,
body.cn_HK div#content_main h2 { font: normal 2.5em arial, helvetica, sans-serif; }

div#content_main h2 a.feed {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 10px 3px 17px;
	font-size: 0.4em;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.cn div#content_main h2 a.feed,
body.cn_HK div#content_main h2 a.feed { font-size: 0.4em; }

/* --- */

div#content_main ul#nav_sub {
  overflow: hidden;
  *zoom: 1;
 	margin: -10px 0 25px 0; 
 	font-size: 1.1em;
}
body.cn div#content_main ul#nav_sub,
body.cn_HK div#content_main ul#nav_sub {	font-size: 1.2em; }

div#content_main ul#nav_sub a { 
  font-weight: normal;
}

div#content_main ul#nav_sub a:hover { 
  text-decoration: underline;
}

div#content_main ul#nav_sub li {
  float: left;
	padding: 0 20px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-weight: bold;
}

div#content_main ul#nav_sub li.first {
  padding-left: 10px;
}

div#content_main ul#nav_sub li.last {
	background: none;
}

/* content_secondary
---------------------------------------------------------------------------*/

div#content_secondary {
	float: right;
	width: 300px;
	margin-top: 15px;
}

/* standard
---------------------------------------------------------------------------*/

body.cn div.standard *,
body.cn_HK div.standard * { line-height: 1.5; }

div.standard {
	padding: 0 10px;
	margin: 15px 0;
}

div.no_pad {
  padding: 0 !important;
}

div.LB_content div.standard {
  padding: 0 30px;
}

div.standard h3 {
	margin: 25px 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
body.cn div.standard h3,
body.cn_HK div.standard h3 { font-size: 1.6em; }

div.standard h4 {
	margin: 25px 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}
body.cn div.standard h4,
body.cn_HK div.standard h4 { font-size: 1.4em; }

div.standard h5 {
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
body.cn div.standard h5,
body.cn_HK div.standard h5 { font-size: 1.3em; }

div.standard p {
	margin: 10px 0;
	font-size: 1.2em;
	text-align: justify;
}
body.cn div.standard p,
body.cn_HK div.standard p { font-size: 1.3em; text-align: left; }

div.standard p.notice {
	font-weight: bold;
}

div.standard p.small {
	font-size: 1.1em;
  margin: 5px 0;
}
body.cn div.standard p.small,
body.cn_HK div.standard p.small { font-size: 1.2em; }

div.standard p.footer {
  margin-top: 30px;
}

div.standard ol,
div.standard ul {
	margin: 15px 35px;
}

div.standard ul li {
	list-style-type: disc;
}

div.standard ol li {
	list-style-type: decimal;
}

div.standard li {
  font-size: 1.2em;
}
body.cn div.standard li,
body.cn_HK div.standard li { font-size: 1.3em; }

div.standard ol ol {
  margin: 0px 35px;  
}

div.standard ol ol li {
  font-size: 1.0em !important;
  list-style-type: lower-alpha;
}

div.standard dl {
	margin: 15px 0;
}

div.standard dt {
	font-size: 1.3em;
	font-weight: bold;
}
body.cn div.standard dt,
body.cn_HK div.standard dt { font-size: 1.4em; }

div.standard dd {
	font-size: 1.2em;
}
body.cn div.standard dd,
body.cn_HK div.standard dd { font-size: 1.3em; }

div.standard blockquote {
	font-size: 1.2em;
	margin: 15px 10px;
}
body.cn div.standard blockquote,
body.cn_HK div.standard blockquote { font-size: 1.3em; }

div.standard table {
  font-size: 1.2em;
}
body.cn div.standard table,
body.cn_HK div.standard table { font-size: 1.3em; }

div.standard table td {
  padding: 3px;
}

/* --- */

div.standard form {
	margin: 30px 0;
}

div.standard form legend {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
body.cn div.standard form legend,
body.cn_HK div.standard form legend { font-size: 1.6em; }

div.standard form p label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

div.standard form fieldset.non_standard p label,
div.standard form fieldset.submit p label {
  width: auto;
  float: none;
  text-align: left;
  margin: 0;
}

div.standard form p input.text,
div.standard form p textarea {
	padding: 0 3px;
}

div.standard form fieldset.submit {
	margin-left: 160px;
}

/* --- */

body.cn div.standard form p input.text,
body.cn_HK div.standard form p input.text { font-size: 0.9em ; }
body.cn div.standard form p textarea,
body.cn_HK div.standard form p textarea { font-size: 0.9em; }
body.cn div.standard form p select,
body.cn_HK div.standard form p select { font-size: 0.9em ; }

/* --- */

div.standard form.profile fieldset.activities_contest {
  margin-top: 30px;
}

div.standard form.profile fieldset.submit {
  margin-top: 15px;  
}

/* --- */

div.standard div.errorExplanation {
  width: 459px;
  margin: 27px 0 15px 0;
  padding: 0;
  border: 2px solid #cc0000;
  background-color: #f0f0f0;
}

div#content_main div.standard div.errorExplanation h2 {
  padding: 5px 7px;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #cc0000 !important;
  color: #fff !important;  
}
body.cn div#content_main div.standard div.errorExplanation h2,
body.cn_HK div#content_main div.standard div.errorExplanation h2 { font-size: 1.3em; }

div.standard div.errorExplanation p {
  padding: 0 7px;
  margin: 7px 0;
  color: #333;
}

div.standard div.errorExplanation ul {
  padding: 0 7px;
  margin: 7px 35px;
  color: #333;
}

div.standard form p input.fieldWithErrors,
div.standard form p textarea.fieldWithErrors,
div.standard form p select.fieldWithErrors {
  border-color: #ff0000;
}

/* --- */

div.standard div.press_release_list h4 {
  margin-top: 20px;
  margin-bottom: 3px;
}

div.standard div.press_release_list ul {
  margin-top: 0;
  margin-left: 0;
}

div.standard div.press_release_list ul li {
  margin-left: 20px;
}

div.standard div.press_release_list ul li a {
  text-decoration: none;
}

/* --- */

div.standard div.faqs h3 {
  margin-top: 30px;
  margin-bottom: -8px;  
}

div.standard div.faqs p {
  margin-left: 10px;
}

/* --- */

div.standard div.channel_descriptors h3 {
  margin-top: 30px;
}

/* feature_main
---------------------------------------------------------------------------*/

div.feature_main {
	position: relative;
	margin: 15px 0;
}

/* --- */

div.feature_main h3 {
	position: absolute;
	text-indent: -9000px;
}

/* --- */

div.feature_main div.feature_top {
	width: 594px;
	height: 14px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.feature_main div.feature_mid {
	padding-bottom: 10px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.feature_main div.feature_bot {
	width: 594px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* --- */

div.feature_main div.feature_container {
	overflow: hidden;
	width: 570px;
	position: relative;
	margin: 0 14px 0 10px;
}

div.feature_main div.feature_scroller {
	overflow: hidden;
	*zoom: 1;
	width: 9000px;
	position: relative;
	top: 0;
	left: 0;
}

div.feature_main div.feature {
	width: 570px;
	float: left;
}

/* --- */

div.feature_main div.links {
	float: left;
	width: 378px;
	padding: 3px;
}

div.feature_main div.links h4 {
	overflow: hidden;
	*zoom: 1;
}

div.feature_main div.links h4 img {
	float: left;
	display: block;
	width: 378px;
	height: 288px;
}

div.feature_main div.links ul {
	position: relative;
	margin-top: 3px;
	min-height: 27px;
	_height: 27px;
	width: 100%;
}

div.feature_main div.links li {
	float: left;
}

div.feature_main div.links li a {
	display: block;
	_display: inline;
	*zoom: 1;
	margin-right: 10px;
	padding: 7px 5px 10px 0;
	font: normal 1.0em verdana, arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
body.cn div.feature_main div.links li a,
body.cn_HK div.feature_main div.links li a { font: normal 1.1em arial, helvetica, sans-serif; line-height: 1; }

div.feature_main div.links li.watch_trailer a {
	padding-left: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.feature_main div.links li.watch_trailer a { width: 80px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

div.feature_main div.links li.myhbo_add a {
	padding-left: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.feature_main div.links li.myhbo_add a { width: 100px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

div.feature_main div.links li.go_to_microsite a {
	padding-left: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.feature_main div.links li.go_to_microsite a { width: 50px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

/* --- */

div.feature_main dl.info {
  overflow: hidden;
	float: right;
	width: 176px;
	padding-left: 10px;
}

div.feature_main dl.info dt.icon {
  margin-bottom: 2px;
}

div.feature_main dl.info dt.group {
	margin-bottom: 2px;
	font: normal 1.1em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-transform: uppercase;
}
body.cn div.feature_main dl.info dt.group,
body.cn_HK div.feature_main dl.info dt.group { font: normal 1.2em arial, helvetica, sans-serif; line-height: 1; }

div.feature_main dl.info dt.title a {
	font: normal 2.4em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}
body.cn div.feature_main dl.info dt.title a,
body.cn_HK div.feature_main dl.info dt.title a { font: normal 2.5em arial, helvetica, sans-serif; line-height: 1; }

div.feature_main dl.info dd.time {
	margin-top: 1px;
	font-size: 1.2em;
	line-height: 1;
}
body.cn div.feature_main dl.info dd.time,
body.cn_HK div.feature_main dl.info dd.time { font-size: 1.3em; }

div.feature_main dl.info dd.blurb,
div.feature_main dl.info dd.starring,
div.feature_main dl.info dd.directed {
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 1.3;
}
body.cn div.feature_main dl.info dd.blurb,
body.cn div.feature_main dl.info dd.starring,
body.cn div.feature_main dl.info dd.directed,
body.cn_HK div.feature_main dl.info dd.blurb,
body.cn_HK div.feature_main dl.info dd.starring,
body.cn_HK div.feature_main dl.info dd.directed { font-size: 1.3em; }

div.feature_main dl.info dd.legal {
	margin: 10px 0;
  font-size: 1.1em;
	line-height: 1.3;
}
body.cn div.feature_main dl.info dd.legal,
body.cn_HK div.feature_main dl.info dd.legal { font-size: 1.1em; }

div.feature_main dl.info dd.extra_copy {
	margin: 10px 0;
	font-weight: bold;
  font-size: 1.2em;
	line-height: 1.3;  
}
body.cn div.feature_main dl.info dd.extra_copy,
body.cn_HK div.feature_main dl.info dd.extra_copy { font-size: 1.3em; }

/* --- */

div.feature_main h4.poster {
  overflow: hidden;
  *zoom: 1;
}

div.feature_main h4.poster a {
  float: left;
}

div.feature_main h4.poster a img {
  display: block;
}

/* --- */

div.feature_main div.spots {
  position: relative;
}

div.feature_main div.spot div.links {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

div.feature_main div.spot dl.info {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px;
  padding-right: 0;
  clear: right;
}

div.feature_main div.spot dl.info dt.title a {
  font-size: 1.3em;
  text-transform: none;
}

div.feature_main div.spot dl.info dd.blurb,
div.feature_main div.spot dl.info dd.extra_copy {
  display: none;
}

div.feature_main div.spot.active div.links,
div.feature_main div.spot.active dl.info dd.blurb,
div.feature_main div.spot.active dl.info dd.extra_copy {
  display: block;
}

div.feature_main div.spot.active dl.info dt.title a {
	font-size: 2.4em;
	text-transform: uppercase;
  cursor: default;
}

div.feature_main div.spot.previous dl.info {
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

div.feature_main div.spot.next dl.info {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

div.feature_main div.spot.active dl.info {
  padding-bottom: 1px;
}

div.feature_main div.spot.last dl.info {
  border: 0;
}

/* feature_secondary
---------------------------------------------------------------------------*/

div.feature_secondary {
	position: relative;
	margin: 15px 0;
}

/* --- */

div.feature_secondary h3 {
	float: left;
  margin: 0;
	padding: 0 0 0.1em 15px;
	font: normal 2.1em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 24px;
}
body.cn div.feature_secondary h3,
body.cn_HK div.feature_secondary h3 { font: normal 2.2em arial, helvetica, sans-serif; line-height: 24px; }

div.feature_secondary h4.subhead {
	float: left;
  margin: 0;
	padding: 0.25em 0 0.1em 0.4em;
	font: normal 1.2em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 24px;
}
body.cn div.feature_secondary h4.subhead,
body.cn_HK div.feature_secondary h4.subhead { padding-top: 0.575em; *padding-top: 0.5em; font: normal 1.3em arial, helvetica, sans-serif; line-height: 24px; }

/* --- */

div.feature_secondary div.feature_top {
	clear: both;
	width: 594px;
	height: 14px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.feature_secondary div.feature_mid {
	padding-bottom: 10px;	
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.feature_secondary div.feature_bot {
	width: 594px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* --- */

div.feature_secondary div.feature_container {
	overflow: hidden;
	width: 560px;
	position: relative;
	margin: 0 19px 0 15px;
}

div.feature_secondary div.feature_scroller {
	overflow: hidden;
	*zoom: 1;
	width: 9000px;
	position: relative;
	top: 0;
	left: 0;
	padding-bottom: 1px;
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

/* --- */

div.feature_secondary div.feature {
	width: 160px;
	float: left;
	margin-right: 16px;
	padding: 8px 8px 7px 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.feature_secondary div.feature h5 {
	margin-bottom: 4px;
	font: normal 1.0em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-transform: uppercase;
}
body.cn div.feature_secondary div.feature h5,
body.cn_HK div.feature_secondary div.feature h5 { font: normal 1.1em arial, helvetica, sans-serif; line-height: 1; }

div.feature_secondary div.feature h4 {
	float: none;
  position: relative;
  overflow: hidden;
  *zoom: 1;
	margin: 0 0 7px 0;
	padding: 0;
}

div.feature_secondary div.feature h4 img {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
}

div.feature_secondary div.feature h4 span.watch_trailer a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 17px;
	height: 17px;
	padding: 2px;
	margin: 0;
	text-indent: -9000px;	
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.feature_secondary div.feature dl {
	position: relative;
	width: 100%;
}

div.feature_secondary div.feature dt.group {
	margin-bottom: 2px;
	padding-left: 1px;
	font: normal 1.1em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 0.8;
}
body.cn div.feature_secondary div.feature dt.group,
body.cn_HK div.feature_secondary div.feature dt.group { font: normal 1.2em arial, helvetica, sans-serif; line-height: 1; }

div.feature_secondary div.feature dt.title {
	margin-bottom: 3px;
}

div.feature_secondary div.feature dt.title a {
	padding-left: 1px;
	font: normal 1.5em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
body.cn div.feature_secondary div.feature dt.title a,
body.cn_HK div.feature_secondary div.feature dt.title a { font: normal 1.6em arial, helvetica, sans-serif; line-height: 1; }

div.feature_secondary div.feature dd.time {
	float: left;
	padding-left: 1px;
	font-size: 1.2em;
	line-height: 1;
}
body.cn div.feature_secondary div.feature dd.time,
body.cn_HK div.feature_secondary div.feature dd.time { font-size: 1.3em; }

div.feature_secondary div.feature dd.mult_time { 
  padding-left: 1px;
  padding-bottom: 1px;
  line-height: 0.9;
}
body.cn div.feature_secondary div.feature dd.mult_time,
body.cn_HK div.feature_secondary div.feature dd.mult_time { line-height: 1.1; padding-bottom: 3px; }

/* --- */

div.feature_secondary div.feature dl.alt_display {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div.feature_secondary div.feature dl.last {
	border-bottom: 0 !important;
}

div.feature_secondary div.feature dl.alt_display dt.title {
	margin: 0;
}

div.feature_secondary div.feature dl.alt_display dt.title a {
	display: block;
	position: relative;
	z-index: 0;
	font: normal 1.1em arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
	padding: 3px 2px;
	*zoom: 1;
}
body.cn div.feature_secondary div.feature dl.alt_display dt.title a,
body.cn_HK div.feature_secondary div.feature dl.alt_display dt.title a { font: normal 1.2em arial, helvetica, sans-serif; line-height: 1; }

div.feature_secondary div.feature dl.alt_display dd.time {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	font: normal 1.1em arial, helvetica, sans-serif;
	line-height: 1;
	padding: 3px 2px;
	*padding: 2px 1px;
}
body.cn div.feature_secondary div.feature dl.alt_display dd.time,
body.cn_HK div.feature_secondary div.feature dl.alt_display dd.time { font: normal 1.2em arial, helvetica, sans-serif; line-height: 1; }

div.feature_secondary div.feature dl.highlight dt.title a {
  font-weight: bold; 
  font-size: 1.1em;
}
body.cn div.feature_secondary div.feature dl.highlight dt.title a,
body.cn_HK div.feature_secondary div.feature dl.highlight dt.title a { font-weight: bold; font-size: 1.2em; }

/* feature_control
---------------------------------------------------------------------------*/

div.feature_main,
div.feature_secondary {
	overflow: hidden;
	*zoom: 1;
}

div.feature_control {
	float: left;
	position: relative;
	left: 50%;
	margin-top: -15px;
}

div.feature_control ul {
	overflow: hidden;
	*zoom: 1;
	_display: inline;
	position: relative;
	left: -50%;
}

div.feature_control li {
	float: left;
}

div.feature_control li a {
	display: block;
	text-indent: -9000px;
	height: 31px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.feature_control li.indicator a { width: 21px; background-position: 0px 0px; }
div.feature_control li.indicator a:hover { background-position: 0px -31px; }
div.feature_control li.indicator a.selected { background-position: 0px -62px !important; cursor: default; }

div.feature_control li.back a { width: 36px; background-position: 0px 0px; cursor: default; }
div.feature_control li.back a.enabled { background-position: 0px -31px; cursor: pointer; }
div.feature_control li.back a.enabled:hover { background-position: 0px -62px; }

div.feature_control li.next a { width: 38px; background-position: 0px 0px; cursor: default; }
div.feature_control li.next a.enabled { background-position: 0 -31px; cursor: pointer; }
div.feature_control li.next a.enabled:hover { background-position: 0 -62px; }

/* movies
---------------------------------------------------------------------------*/

div.movies {
	margin-top: 20px;
}

/* --- */

div.movies form.movie_form {
	overflow: hidden;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	padding: 6px 10px;
}

div.movies form.movie_form p {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
}
body.cn div.movies form.movie_form p,
body.cn_HK div.movies form.movie_form p { font-size: 1.1em; }

div.movies form.movie_form label {
	float: left;
	margin: 3px 5px 0 0;
	font-size: 1.1em;
}
body.cn div.movies form.movie_form label,
body.cn_HK div.movies form.movie_form label { font-size: 1.2em; }

div.movies form.movie_form select {
	float: left;
	margin-right: 20px;
}

/* --- */

div.movies ul.movie_nav {
	overflow: hidden;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 10px;
}

div.movies ul.movie_nav li {
	float: left;
	margin: 1px 10px 0 0;
	font-size: 1.1em;
	letter-spacing: 1px;
}
body.cn div.movies ul.movie_nav li,
body.cn_HK div.movies ul.movie_nav li { font-size: 1.2em; }

div.movies ul.movie_nav li.selected {
	padding: 2px 5px 2px 6px;
  border-width: 1px;
  border-style: solid;
}

div.movies ul.movie_nav li a {
	display: block;
	text-decoration: none;
	padding: 3px 5px 2px 6px;
}

/* --- */

div.movies h3 {
	border-width: 1px;
	border-style: solid;
	padding: 6px 10px;
	margin: 20px 0 10px 0;
	font: normal 1.6em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div.movies h3,
body.cn_HK div.movies h3 { font: normal 1.7em arial, helvetica, sans-serif; }

div.movies p {
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.2em;
}
body.cn div.movies p,
body.cn_HK div.movies p { font-size: 1.3em; }

/* --- */

/* some of the following styles are also used for tooltips (preceded with div.tooltip_root) */

div.movies div.movie,
div.tooltip_root div.movie {
	position: relative;
	overflow: hidden;
	*zoom: 1;
	padding: 10px;
	padding-right: 0px;
	margin: 10px 0;
	border-width: 1px;
	border-style: solid;
}

div.tooltip_root div.movie {
	margin: 0;
	padding-right: 10px;
}

/* --- */

div.movies div.movie h5 {
  float: left;
  width: 50px;
  height: 84px;
  padding: 5px;
  margin-right: 10px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: repeat-x;  
}

div.movies div.movie h5 strong.rank {
  display: block;
  text-align: center;
  font-size: 2.7em;
  letter-spacing: -1px;
  margin-bottom: 9px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
body.cn div.movies div.movie h5 strong.rank,
body.cn_HK div.movies div.movie h5 strong.rank { font-size: 2.7em; margin-bottom: 7px; }
body.id div.movies div.movie h5 strong.rank { font-size: 2.3em; margin-bottom: 7px; }

div.movies div.movie h5.no_label strong.rank {
  border: 0; 
  margin-top: 25px;
  *margin-top: 30px;
}

div.movies div.movie h5 span.label {
  display: block;
  text-align: center;
  font-size: 1.1em;
  line-height: 0.8;
}
body.cn div.movies div.movie h5 span.label,
body.cn_HK div.movies div.movie h5 span.label { font-size: 1.2em; }

div.movies div.movie h5 span.label strong {
  display: block;
}

/* --- */

div.movies div.movie h4 {
	float: left;
	width: 90px;
	margin-right: 10px;
}

div.tooltip_root div.movie h4 {
  float: right;
  margin: 0 0 10px 10px;
}

div.movies div.movie h4 img,
div.tooltip_root div.movie h4 img {
	display: block;
	width: 90px;
	height: 94px;
}

/* --- */

div.movies div.movie dl {
	float: left;
	width: 475px;
}

div.movies div.rank dl {
  width: 405px;
}

div.movies div.movie dl.list {
	float: left;
	width: 49%;
}

div.movies div.movie dt.title,
div.tooltip_root div.movie dt.title {
	padding-bottom: 2px;
}

div.movies div.movie dt.title a,
div.tooltip_root div.movie dt.title a {
	font: normal 1.5em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
body.cn div.movies div.movie dt.title a,
body.cn div.tooltip_root div.movie dt.title a,
body.cn_HK div.movies div.movie dt.title a,
body.cn_HK div.tooltip_root div.movie dt.title a { font: normal 1.6em arial, helvetica, sans-serif; line-height: 1; }

div.movies div.movie dd.time,
div.tooltip_root div.movie dd.time {
	padding-bottom: 2px;
	font: normal 1.2em arial, helvetica, sans-serif;
	line-height: 1;
}
body.cn div.movies div.movie dd.time,
body.cn div.tooltip_root div.movie dd.time,
body.cn_HK div.movies div.movie dd.time,
body.cn_HK div.tooltip_root div.movie dd.time { font: normal 1.3em arial, helvetica, sans-serif; line-height: 1; }

div.movies div.movie dd.blurb,
div.tooltip_root div.movie dd.blurb {
	padding-bottom: 5px;
	*padding-bottom: 7px;
	font: normal 1.2em arial, helvetica, sans-serif;
	line-height: 1.2;
}
body.cn div.movies div.movie dd.blurb,
body.cn div.tooltip_root div.movie dd.blurb,
body.cn_HK div.movies div.movie dd.blurb,
body.cn_HK div.tooltip_root div.movie dd.blurb { font: normal 1.3em arial, helvetica, sans-serif; line-height: 1.2; }

/* --- */

div.movies div.movie .myhbo_delete a,
div.movies div.movie .myhbo_reminder a,
div.movies div.movie .myhbo_calendar a,
div.movies div.movie .myhbo_add a,
div.tooltip_root div.movie .myhbo_add a {
	display: block;
	*zoom: 1;
	_display: inline;
	padding: 7px 5px 7px 23px;
	margin-right: 10px;
	text-decoration: none;
	font: normal 1.0em verdana, arial, helvetica, sans-serif;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.cn div.movies div.movie .myhbo_delete a,
body.cn div.movies div.movie .myhbo_reminder a,
body.cn div.movies div.movie .myhbo_calendar a,
body.cn div.movies div.movie .myhbo_add a,
body.cn div.tooltip_root div.movie .myhbo_add a,
body.cn_HK div.movies div.movie .myhbo_delete a,
body.cn_HK div.movies div.movie .myhbo_reminder a,
body.cn_HK div.movies div.movie .myhbo_calendar a,
body.cn_HK div.movies div.movie .myhbo_add a,
body.cn_HK div.tooltip_root div.movie .myhbo_add a { font: normal 1.1em arial, helvetica, sans-serif; }

/* --- */

div.movies div.movie dd.myhbo_delete,
div.movies div.movie dd.myhbo_reminder,
div.movies div.movie dd.myhbo_calendar,
div.movies div.movie dd.myhbo_add,
div.tooltip_root div.movie dd.myhbo_add {
	float: left;
}

body.id div.movies div.movie dd.myhbo_delete a { width: 100px; padding-top: 2px; padding-bottom: 2px; }
body.id div.movies div.movie dd.myhbo_reminder a { width: 70px; padding-top: 2px; padding-bottom: 2px; }
body.id div.movies div.movie dd.myhbo_calendar a { width: 90px; padding-top: 2px; padding-bottom: 2px; }

/* --- */

div.movies div.movie ul.list {
	width: 49%;
	float: right;
}

div.movies div.movie li.myhbo_delete,
div.movies div.movie li.myhbo_reminder,
div.movies div.movie li.myhbo_calendar {
	float: right;
}

div.movies div.movie li.myhbo_delete a { width: 66px; }
body.cn div.movies div.movie li.myhbo_delete a,
body.cn_HK div.movies div.movie li.myhbo_delete a { width: 65px; }
body.id div.movies div.movie li.myhbo_delete a { padding-top: 3px; padding-bottom: 3px; }

div.movies div.movie li.myhbo_reminder a { width: 55px; }
body.cn div.movies div.movie li.myhbo_reminder a,
body.cn_HK div.movies div.movie li.myhbo_reminder a { width: 40px; }
body.id div.movies div.movie li.myhbo_reminder a { width: 45px; padding-top: 3px; padding-bottom: 3px; }

div.movies div.movie li.myhbo_calendar a { width: 45px; }
body.cn div.movies div.movie li.myhbo_calendar a,
body.cn_HK div.movies div.movie li.myhbo_calendar a { width: 40px; }
body.id div.movies div.movie li.myhbo_calendar a { padding-top: 3px; padding-bottom: 3px; }

/* --- */

div.movies div.run_ended {
  border-width: 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 0 10px;
}

div.movies div.run_ended p {
  padding: 0;
}

div.movies div.run_ended li {
  margin: 7px 0;
  *margin: 2px;
}

div.movies div.run_ended li input {
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
}

div.movies div.run_ended li label {
  padding-left: 3px;
}

div.movies div.run_ended li a {
	font: normal 1.3em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}

body.cn div.movies div.movies div.run_ended li a,
body.cn div.movies div.movies div.run_ended li a { font: normal 1.4em arial, helvetica, sans-serif; line-height: 1; }

/* movie_details
---------------------------------------------------------------------------*/

div.movie_details {
	position: relative;
	*zoom: 1;
	margin-top: 10px;
}

/* --- */

div.movie_details div.showtimes,
div.tooltip_root div.showtimes {
	margin-left: 10px;
	font-size: 1.2em;
}
body.cn div.movie_details div.showtimes,
body.cn_HK div.movie_details div.showtimes { font-size: 1.3em; }

div.tooltip_root div.showtimes {
  margin-left: 8px;
  padding-bottom: 5px;
}

/* clear floated children (because overflow: hidden method hides dropdown menus) */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
div.movie_details div.showtimes:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
div.movie_details div.showtimes {display: inline-block;}
/* Hides from IE-mac \*/
div.movie_details div.showtimes {display: block;}
* html div.movie_details div.showtimes {height: 1%;}
/* End hide from IE-mac */

div.movie_details div.showtimes h4 {
	float: left;
	margin-right: 5px;
}

div.movie_details div.showtimes h4.more_showtimes:hover {
	cursor: default;
}

div.movie_details div.showtimes dl,
div.tooltip_root div.showtimes dl {
  clear: both;
}

div.movie_details div.showtimes dl *,
div.tooltip_root div.showtimes dl * {
  line-height: 1.1;
}

div.movie_details div.showtimes dl dt,
div.tooltip_root div.showtimes dl dt {
	padding: 3px 0;
	padding-top: 7px;
	font-weight: bold;
}

div.movie_details div.showtimes dl dd,
div.tooltip_root div.showtimes dl dd {
	padding: 3px 0;
}

/* --- */

div.movie_details ul.meta_icons {
	position: absolute;
	right: 10px;
	top: -20px;
}

div.movie_details ul.meta_icons li {
	_display: inline;
	float: right;
	margin-left: 30px;
}

/* --- */

div.movie_details div.summary {
	overflow: hidden;
	*zoom: 1;
	padding: 10px;
	margin-top: 7px;
	border-width: 1px;
	border-style: solid;
}

/* --- */

div.movie_details div.links {
	float: left;
	width: 378px;
	padding: 3px;
}

div.movie_details div.links h4 {
	overflow: hidden;
	*zoom: 1;
}

div.movie_details div.links h4 img {
	float: left;
	display: block;
	width: 378px;
	height: 195px;
}

/* --- */

div.movie_details div.links ul.actions {
	position: relative;
	margin-top: 3px;
	width: 100%;
	overflow: hidden;
  padding-bottom: 3px;
  *padding-bottom: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

div.movie_details div.links ul.actions li {
	float: left;
}

div.movie_details div.links ul.actions li a {
	display: block;
	_display: inline;
	*zoom: 1;
	margin-right: 10px;
	padding: 7px 5px 10px 0;
	font: normal 1.0em verdana, arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
body.cn div.movie_details div.links ul.actions li a,
body.cn_HK div.movie_details div.links ul.actions li a { font: normal 1.1em arial, helvetica, sans-serif; line-height: 1; }

div.movie_details div.links ul.actions li.watch_trailer a {
	padding-left: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.movie_details div.links ul.actions li.watch_trailer a { width: 80px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

div.movie_details div.links ul.actions li.myhbo_add a {
	padding-left: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.movie_details div.links ul.actions li.myhbo_add a { width: 100px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

div.movie_details div.links ul.actions li.myhbo_add a.added {
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.movie_details div.links ul.actions li.go_to_microsite a {
	padding-left: 23px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.id div.movie_details div.links ul.actions li.go_to_microsite a { width: 50px; line-height: 1.1; padding-top: 2px; padding-bottom: 3px; }

/* --- */

div.movie_details div.links ul.rating {
  position: relative;
  width: 375px;
  height: 26px;
  margin: 1px 0 2px 3px;
  overflow: hidden;
  background-position: 0 0;
}

div.movie_details div.links ul.rating li {
  position: absolute;
  top: 5px;
  left: 0;
  height: 23px;
  overflow: visible;
  text-indent: -9000px;
}

div.movie_details div.links ul.rating li.current_rating,
div.movie_details div.links ul.rating li.current_rating span.not_rated,
div.movie_details div.links ul.rating li.current_rating span.rated,
div.movie_details div.links ul.rating li a:hover {
  background-repeat: repeat-x;
}

div.movie_details div.links ul.rating li.current_rating { width: 85px; z-index: 1; }
div.movie_details div.links ul.rating li.rate_1 { width: 17px; z-index: 6; }
div.movie_details div.links ul.rating li.rate_2 { width: 34px; z-index: 5; }
div.movie_details div.links ul.rating li.rate_3 { width: 51px; z-index: 4; }
div.movie_details div.links ul.rating li.rate_4 { width: 68px; z-index: 3; }
div.movie_details div.links ul.rating li.rate_5 { width: 85px; z-index: 2; }

div.movie_details div.links ul.rating li.current_rating span,
div.movie_details div.links ul.rating li a {
  display: block;
  height: 23px;
}

div.movie_details div.links ul.rating li.current_rating span.not_rated { background-position: 0 -23px; }
div.movie_details div.links ul.rating li.current_rating span.rated,
div.movie_details div.links ul.rating li a { background-position: 0 -46px; }

div.movie_details div.links ul.rating li.current_rating span.stats {
  position: absolute; 
  top: 3px;
  left: 90px;
  width: 250px;
  text-indent: 0;
  font-size: 1.0em;
}
body.cn div.movie_details div.links ul.rating li.current_rating span.stats,
body.cn_HK div.movie_details div.links ul.rating li.current_rating span.stats { font-size: 1.1em; }
body.id div.movie_details div.links ul.rating li.current_rating span.stats { top: 5px; *top: 4px; font-size: 0.9em; }

div.movie_details div.links ul.rating li.top_rated {
  position: absolute;
  top: 8px;
  *top: 7px;
  right: 0px;
  width: 372px;
  text-indent: 0;
  text-align: right;
  z-index: 1;
  font-weight: bold;
  font-size: 1.1em;
}
body.cn div.movie_details div.links ul.rating li.top_rated,
body.cn_HK div.movie_details div.links ul.rating li.top_rated { *top: 8px; font-weight: normal; font-size: 1.1em; }
body.id div.movie_details div.links ul.rating li.top_rated { *top: 8px; font-weight: normal; font-size: 1.0em; }

div.movie_details div.links ul.rating li.top_rated a {
  display: inline;
  text-decoration: none;
}

div.movie_details div.links ul.rating li.top_rated a:hover {
  background: none !important;
}

/* --- */

div.movie_details dl.info {
	float: right;
	width: 178px;
}

div.movie_details dl.info dt,
div.movie_details dl.info dd {
	font-size: 1.2em;
}
body.cn div.movie_details dl.info dt,
body.cn div.movie_details dl.info dd,
body.cn_HK div.movie_details dl.info dt,
body.cn_HK div.movie_details dl.info dd { font-size: 1.3em; }

div.movie_details dl.info dt {
	padding: 3px 5px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.movie_details dl.info dd {
	padding: 3px;
	margin-bottom: 5px;
}

/* --- */

div.movie_details div.movies_groups,
div.tooltip_root div.movies_groups {
  margin-left: 8px;
  padding-bottom: 5px;
}

div.movie_details div.movies_groups {
  clear: right;
  width: 175px;
  float: right;
  margin-top: 5px;
}

div.movie_details div.movies_groups h4 {
  font-size: 1.2em;
  font-weight: bold;
}
body.cn div.movie_details div.movies_groups h4,
body.cn_HK div.movie_details div.movies_groups h4 { font-size: 1.3em; }

div.movie_details div.movies_groups h4:hover {
  cursor: pointer;
}

div.movie_details div.movies_groups dl,
div.tooltip_root div.movies_groups dl {
  font-size: 1.2em;
}
body.cn div.movie_details div.movies_groups dl,
body.cn div.tooltip_root div.movies_groups dl,
body.cn_HK div.movie_details div.movies_groups dl,
body.cn_HK div.tooltip_root div.movies_groups dl { font-size: 1.3em; }

div.movie_details div.movies_groups dl *,
div.tooltip_root div.movies_groups dl * {
  line-height: 1.1;
}

div.movie_details div.movies_groups dl dt,
div.tooltip_root div.movies_groups dl dt {
	padding: 3px 0;
	padding-top: 7px;
	font-weight: bold;
}

div.movie_details div.movies_groups dl dd,
div.tooltip_root div.movies_groups dl dd {
	padding: 3px 0;
}

div.movie_details div.movies_groups dl dd a,
div.tooltip_root div.movies_groups dl dd a {
  text-decoration: none;
}

div.movie_details div.movies_groups dl dd a:hover,
div.tooltip_root div.movies_groups dl dd a:hover {
  text-decoration: underline;
}

/* --- */

div.movie_details div.synopsis p {
	margin: 20px 0;
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: justify;
}
body.cn div.movie_details div.synopsis p,
body.cn_HK div.movie_details div.synopsis p { font-size: 1.3em; text-align: left; }

/* --- */

div.movie_details div.legal p {
	margin: 20px 0;
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 1.3;
	text-align: left;
}
body.cn div.movie_details div.legal p,
body.cn_HK div.movie_details div.legal p { font-size: 1.1em; }

/* --- */

div.movie_details ul.external_urls li {
  padding: 3px 10px;
  font-size: 1.2em;
  font-weight: bold;
}
body.cn div.movie_details ul.external_urls li,
body.cn_HK div.movie_details ul.external_urls li { font-size: 1.2em; }

/* schedule
---------------------------------------------------------------------------*/

div.schedule form.schedule_form {
	overflow: hidden;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
	padding: 6px 9px;
	margin-bottom: 0px;
}

div.schedule form.schedule_form label {
	float: left;
	margin: 3px 5px 0 0;
	font-size: 1.1em;
}
body.cn div.schedule form.schedule_form label,
body.cn_HK div.schedule form.schedule_form label { font-size: 1.2em; }

div.schedule form.schedule_form select {
	float: left;
	margin-right: 20px;
}

div.schedule form.schedule_form img {
	float: left;
	margin-right: 20px;
}

div.schedule form.schedule_form input.text {
	float: left;
	width: 101px;
	height: 12px;
	padding: 1px 4px;
	margin-right: 3px;
}

div.schedule form.schedule_form input.image {
	float: left;
}

/* --- */

div.schedule table.schedule_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	*behavior: expression((this.runtimeStyle.behavior="none")&&(this.cellSpacing=1));
}

div.schedule table.schedule_table th,
div.schedule table.schedule_table td {
	padding: 4px 9px;
	text-align: left;
}

div.schedule table.schedule_table th {
	font: bold 1.2em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-transform: uppercase;	
	vertical-align: bottom;
}
body.cn div.schedule table.schedule_table th,
body.cn_HK div.schedule table.schedule_table th { font: bold 1.3em arial, helvetica, sans-serif; line-height: 1; }

div.schedule table.schedule_table td {
	vertical-align: top;
}

div.schedule table.schedule_table th.time,
div.schedule table.schedule_table td.time {
	text-align: right;
	width: 45px;
}

div.schedule table.schedule_table th.time {
	padding-bottom: 7px;
	*padding-bottom: 6px;
}

div.schedule table.schedule_table th.channel {
	text-align: center;
	*padding-bottom: 5px;
}

div.schedule table.schedule_table th.channel a {
	display: inline;
	line-height: 1;
}

div.schedule table.schedule_table td.time {
	font-size: 1.1em;
	line-height: 1;
}
body.cn div.schedule table.schedule_table td.time,
body.cn_HK div.schedule table.schedule_table td.time { font-size: 1.2em; }

div.schedule table.schedule_table td.program dt.title a {
	display: block;
	font: normal 1.3em "trebuchet ms", arial, helvetica, sans-serif;
	line-height: 1;
	text-decoration: none;
}
body.cn div.schedule table.schedule_table td.program dt.title a,
body.cn_HK div.schedule table.schedule_table td.program dt.title a { font: normal 1.4em arial, helvetica, sans-serif; line-height: 1; }

div.schedule table.schedule_table td.program dd.time {
	display: block;
	padding-top: 2px;
	font: normal 1.1em arial, helvetica, sans-serif;
	line-height: 1;
}
body.cn div.schedule table.schedule_table td.program dd.time,
body.cn_HK div.schedule table.schedule_table td.program dd.time { font: normal 1.2em arial, helvetica, sans-serif; line-height: 1; }

/* providers
---------------------------------------------------------------------------*/

div.providers form.providers_form {
	overflow: hidden;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	padding: 6px 10px;
	margin-bottom: 10px;
}

div.providers form.providers_form label {
	float: left;
	margin: 3px 5px 0 0;
	font-size: 1.1em;
}
body.cn div.providers form.providers_form label,
body.cn_HK div.providers form.providers_form label { font-size: 1.2em; }

div.providers form.providers_form select {
	float: left;
	margin-right: 20px;
}

/* --- */

div.providers h3 {
	padding-left: 10px;
	margin: 15px 0 5px 0;
	font: normal 1.8em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div.providers h3,
body.cn_HK div.providers h3 { font: normal 1.9em arial, helvetica, sans-serif; }

div.providers h3 a {
	text-decoration: none;
}

div.providers dt.has_hd {
	float: right;
}

/* --- */

div.providers dl {
	padding: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;

}

div.providers dt {
	font-size: 1.4em;
	font-weight: bold;
}
body.cn div.providers dt,
body.cn_HK div.providers dt { font-size: 1.5em; }

div.providers dd {
	font-size: 1.2em;
}
body.cn div.providers dd,
body.cn_HK div.providers dd { font-size: 1.3em; }

/* search
---------------------------------------------------------------------------*/

div.search p {
	margin: 5px 0;
	padding: 0 10px;
	font-size: 1.2em;
}
body.cn div.search p,
body.cn_HK div.search p { font-size: 1.3em; }

div.search ol {
	list-style-type: decimal;
	margin-left: 35px;
}

div.search ol a {
	font: bold 1.6em "trebuchet ms", arial, helvetica, sans-serif;
	text-decoration: none;
}
body.cn div.search ol a,
body.cn_HK div.search ol a { font: bold 1.7em arial, helvetica, sans-serif; }

div.search li {
	margin-bottom: 15px;
	padding: 0 10px;
}

div.search li p {
	padding: 0;
}

/* mailing_lists
---------------------------------------------------------------------------*/

div.mailing_lists {
  margin: 20px 0;
}

/* --- */

div.mailing_lists table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	*behavior: expression((this.runtimeStyle.behavior="none")&&(this.cellSpacing=1));
}

div.mailing_lists table th,
div.mailing_lists table td {
	padding: 10px;
}

div.mailing_lists table th {
  width: 60px;
  text-align: center;
	vertical-align: middle;
}

div.mailing_lists table td {
  font-size: 1.2em;
  line-height: 1.7;
	text-align: left;
	vertical-align: middle;
}

div.mailing_lists table td input.checkbox {
  margin-right: 3px;
}

/* --- */

div.mailing_lists p {
	overflow: hidden;
	*zoom: 1;
	border-width: 1px;
	border-style: solid;
	padding: 6px 9px;
	margin: 10px 0 0 0;
}

div.mailing_lists p select {
  float: left;
  margin-right: 5px;
}

div.mailing_lists p input.text {
  float: left;
	width: 150px;
	height: 12px;
	padding: 1px 4px;
	margin-right: 5px;
}

div.mailing_lists p label {
	float: left;
	margin: 3px 5px 0 0;
	font-size: 1.1em;
}

div.mailing_lists p input.image {
  float: left;
  margin-right: 5px;
	margin-left: 15px;
}

/* content_secondary
---------------------------------------------------------------------------*/

div#content_secondary h2 {
  font: normal 2.3em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div#content_secondary h2,
body.cn_HK div#content_secondary h2 { font: normal 2.4em arial, helvetica, sans-serif; }

/* promotions_extra (sidebar)
---------------------------------------------------------------------------*/

div#promotions_extra {
	position: relative;
	margin: 15px;
	margin-top: 7px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*zoom: 1;
}

div#promotions_extra h2 {
	position: absolute;
	text-indent: -9000px;
}

/* schedule (sidebar)
---------------------------------------------------------------------------*/

div#schedule {
	margin: 15px;
	margin-top: 0;
}

div#schedule h2 {
	*zoom: 1;
	padding: 0 0 7px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#schedule li {
	margin: 0 -15px;
}

div#schedule a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	_cursor: pointer;
}

div#schedule span.time {
	display: block;
	width: 80px;
	float: left;
	font-size: 1.2em;
	text-align: right;
}
body.cn div#schedule span.time,
body.cn_HK div#schedule span.time { font-size: 1.3em; }

div#schedule span.title {
	display: block;
	width: 197px;
	padding-right: 15px;
	float: right;
	font-size: 1.2em;
}
body.cn div#schedule span.title,
body.cn_HK div#schedule span.title { font-size: 1.3em; }

/* poll (sidebar)
---------------------------------------------------------------------------*/

div#poll {
	margin: 15px;
	margin-top: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#poll h2 {
	*zoom: 1;
	padding: 0 0 7px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#poll dl {
  padding: 6px 0px 6px 30px;
}

div#poll dt {
  padding-bottom: 12px;
}

div#poll form dd {
  margin-left: -6px;
  *margin-left: -4px;
}

div#poll dt,
div#poll dd,
div#poll p {
  font-size: 1.2em;
}
body.cn div#poll dt,
body.cn_HK div#poll dd,
body.cn_HK div#poll p { font-size: 1.3em; }

div#poll p {
  overflow: hidden;
  *zoom: 1;
  padding: 6px 0px 6px 30px;
}

div#poll p input.image {
  float: left;
}

/* promotions (sidebar)
---------------------------------------------------------------------------*/

div#promotions {
  position: relative;
	margin: 15px;
	margin-top: 0;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#promotions h2 {
	position: absolute;
	text-indent: -9000px;
}

div#promotions ul {
	width: 270px;
	height: 145px;
	margin-bottom: 20px;
	overflow: hidden;
	*zoom: 1;
}

div#promotions li {
	float: left;
}

/* links (sidebar)
---------------------------------------------------------------------------*/

div#links {
	margin: 15px;
	margin-top: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#links h2 {
	*zoom: 1;
	padding: 0 0 7px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#links h3 {
	font-size: 1.4em;
	padding: 6px 15px 6px 15px;
}
body.cn div#links h3,
body.cn_HK div#links h3 { font-size: 1.5em; }

div#links li {
	margin: 0 -15px;
}

div#links a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 15px 6px 44px;
	font-size: 1.2em;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.cn div#links a,
body.cn_HK div#links a { font-size: 1.3em; }

/* links (sidebar)
---------------------------------------------------------------------------*/

div#extras {
	margin: 15px;
	margin-top: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#extras h2 {
	position: absolute;
	text-indent: -9000px;
}

div#extras li {
	margin: 0 -15px;
}

div#extras li.widget a {
  background-image: url(/images/sidebar_icon_widget.gif); 
}

div#extras li.facebook a {
  background-image: url(/images/sidebar_icon_facebook.gif); 
}

div#extras li.hbo_movie_buff a {
  background-image: url(/images/sidebar_icon_hbo_movie_buff.gif); 
}

div#extras li.twitter a {
  background-image: url(/images/sidebar_icon_twitter.gif); 
}

div#extras li.plurk a {
  background-image: url(/images/sidebar_icon_plurk.gif); 
}

div#extras li.hbo a {
  background-image: url(/images/sidebar_icon_hbo.gif); 
}

div#extras a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 15px 6px 44px;
	font-size: 1.2em;
	text-decoration: none;
	background-position: 21px 6px;
	background-repeat: no-repeat;
}
body.cn div#extras a,
body.cn_HK div#extras a { font-size: 1.3em; }

/* myhbo (sidebar)
---------------------------------------------------------------------------*/

div#myhbo {
	margin: 15px;
	margin-top: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#myhbo h2 {
	*zoom: 1;
	padding: 0 0 7px 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#myhbo li {
	margin: 0 -15px;
}

div#myhbo a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 15px 6px 44px;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#myhbo span.title {
	display: block;
	font-size: 1.3em;
	padding-bottom: 1px;
}
body.cn div#myhbo span.title,
body.cn_HK div#myhbo span.title { font-size: 1.4em; }

div#myhbo span.time {
	display: block;
	font-size: 1.2em;
}
body.cn div#myhbo span.time,
body.cn_HK div#myhbo span.time { font-size: 1.3em; }

div#myhbo li.no_movies {
	display: block;
	padding: 6px 15px 6px 44px;
	font-size: 1.3em;
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#myhbo li.more {
	font-size: 1.2em;
}
body.cn div#myhbo li.more,
body.cn_HK div#myhbo li.more { font-size: 1.3em; }

div#myhbo li.more a {
	padding-top: 6px;
	padding-left: 44px;
}

/* promotions_secondary (sidebar)
---------------------------------------------------------------------------*/

div#promotions_secondary {
	position: relative;
	margin: 15px;
	margin-top: 0;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#promotions_secondary h2 {
	position: absolute;
	text-indent: -9000px;
}

div#promotions_secondary li {
	margin: 0 0 15px 0;
}

/* channels (sidebar)
---------------------------------------------------------------------------*/

div#channels {
	margin: 15px;
	margin-top: 0;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#channels h2 {
	*zoom: 1;
	padding: 0 0 7px 15px;
}

div#channels h3 {
	font-size: 1.4em;
	padding: 6px 15px 6px 15px;
}
body.cn div#channels h3,
body.cn_HK div#channels h3 { font-size: 1.5em; }

div#channels li {
	margin: 0 -15px;
}

div#channels a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 15px 6px 44px;
	text-decoration: none;
	font-size: 1.2em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.cn div#channels a,
body.cn_HK div#channels a { font-size: 1.3em; }

/* mailing lists (side and bottombar)
---------------------------------------------------------------------------*/

div#content_secondary form#mailing_lists {
	margin: 0 15px 10px 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
}

div#content_secondary form#mailing_lists h2 {
	*zoom: 1;
	padding: 0 0 0 15px;
}

div#content_secondary form#mailing_lists ul {
  margin: 0 -15px;  
}

div#content_secondary form#mailing_lists li.form {
  padding-right: 15px;
  padding-left: 30px;
}

div#content_secondary form#mailing_lists li a {
	overflow: hidden;
	*zoom: 1;
	display: block;
	padding: 6px 15px 6px 44px;
	text-decoration: none;
	font-size: 1.2em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
body.cn div#content_secondary form#mailing_lists li a,
body.cn_HK div#content_secondary form#mailing_lists li a { font-size: 1.3em; }

/* --- */

form#mailing_lists ul {
	padding-top: 5px;
}

form#mailing_lists ul li {
	overflow: hidden;
	*zoom: 1;
	padding-top: 10px;
}

form#mailing_lists ul li.form  {
	font-size: 1.0em;
}
body.cn form#mailing_lists li.form,
body.cn_HK form#mailing_lists li.form { font-size: 1.1em; }

form#mailing_lists ul li.form label {
	display: block;
	padding-bottom: 3px;
	font-size: 1.2em;
	margin-top: -5px;
}
body.cn form#mailing_lists li.form label,
body.cn_HK form#mailing_lists li.form label { font-size: 1.3em; }

form#mailing_lists ul li a {
	display: inline;
}

form#mailing_lists select {
	display: block;
	font-size: 1.1em;
}
body.cn form#mailing_lists select,
body.cn_HK form#mailing_lists select { font-size: 1.0em; }

form#mailing_lists input.text {
	float: left;
	width: 120px;
	height: 12px;
	padding: 1px 3px;
	margin: 3px 3px 0 0;
	font-size: 1.1em;
}
body.cn form#mailing_lists input.text,
body.cn_HK form#mailing_lists input.text { font-size: 1.0em; }

form#mailing_lists input.image {
	float: left;
	margin-top: 3px;
}

/* content_text_columns
---------------------------------------------------------------------------*/

div#content_text_columns {
	overflow: hidden;
	*zoom: 1;
	margin-top: 40px;
	padding: 0 19px 20px 19px;
	border-width: 15px 0 4px 0;
	border-style: solid;
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

div#content_text_columns div#content_text_col1,
div#content_text_columns div#content_text_col2,
div#content_text_columns div#content_text_col3 {
	float: left;
	width: 272px;
	min-height: 1px;
	padding: 0 19px;
}

div#content_text_columns div#content_text_col1,
div#content_text_columns div#content_text_col2 {
	margin-right: 1px;
}

/* --- */

div#content_text_columns h2 {
	margin: 5px 0;
	font: normal 2.1em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div#content_text_columns h2,
body.cn_HK div#content_text_columns h2 { font: normal 2.2em arial, helvetica, sans-serif; }

div#content_text_columns p {
	font-size: 1.2em;
	padding: 5px 0 2px 0;
}
body.cn div#content_text_columns p,
body.cn_HK div#content_text_columns p { font-size: 1.3em; }

div#content_text_columns p a {
	text-decoration: underline;
}

div#content_text_columns li {
  *zoom: 1;
	font-size: 1.2em;
	padding: 2px 0;
}
body.cn div#content_text_columns li,
body.cn_HK div#content_text_columns li { font-size: 1.3em; }

div#content_text_columns li a {
	*zoom: 1;
	*position: relative;
	display: block;
	margin: 0 -19px;
	padding: 4px 19px 6px 32px;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#content_text_columns li a span {
  display: block;
}

div#content_text_columns li a span.extra {
  margin-top: -1px;
  font-size: 0.9em;
}

div#content_text_columns li.more a {
  display: inline;
  padding-left: 0;
  margin: 0;
}

/* nav_siteinfo
---------------------------------------------------------------------------*/

div#nav_siteinfo {
	padding: 30px 0 10px 0;
	font-size: 1.1em;
}
body.cn div#nav_siteinfo,
body.cn_HK div#nav_siteinfo { font-size: 1.2em; }

div#nav_siteinfo h2 {
	position: absolute;
	text-indent: -9000px;
}

div#nav_siteinfo ul {
	text-align: center;
}

div#nav_siteinfo li {
	display: inline;
	padding: 0 15px 0 11px;
	border-right-width: 1px;
	border-right-style: solid;
}

body.en div#nav_siteinfo li.terms_of_use { border: none; }

body.cn div#nav_siteinfo li.privacy_policy,
body.cn_HK div#nav_siteinfo li.privacy_policy { border: none; }

body.id div#nav_siteinfo { width: 670px; margin: 0 auto; }
body.id div#nav_siteinfo li.jobs_at_hbo,
body.id div#nav_siteinfo li.privacy_policy { border: none; }

/* siteinfo_legal
---------------------------------------------------------------------------*/

p#siteinfo_legal {
	padding-bottom: 35px;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
}
body.cn p#siteinfo_legal,
body.cn_HK p#siteinfo_legal { font-size: 1.2em; }

/* first_visit
------------------------------------------------------------------------------*/

div.LB_content div.first_visit {
  padding: 0 30px;
}

div.LB_content div.first_visit h2 {
  margin: 15px 0;
  margin-top: 17px;
  font: normal 1.9em "trebuchet ms", arial, helvetica, sans-serif;
}

div.LB_content div.first_visit ul {
  margin: 10px 0;
  overflow: hidden;
  *zoom: 1;
}

div.LB_content div.first_visit ul.countries {
  *margin-bottom: 15px;
}

div.LB_content div.first_visit ul.countries li {
  font-size: 1.2em;
  float: left;
  margin: 0 10px 15px 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
  padding-right: 13px;
}

div.LB_content div.first_visit ul.countries li.last {
  background: none;
}

div.LB_content div.first_visit ul.countries li a {
  text-decoration: none;
  white-space: nowrap;
}

div.LB_content div.first_visit ul.countries li a:hover {
  text-decoration: underline;
}

div.LB_content div.first_visit p {
  margin: 10px 0;
  font-size: 1.1em;
}

div.LB_content div.first_visit form {
  margin-bottom: 15px;
}

div.LB_content div.first_visit ul.channels {
  margin-bottom: 0;
}

div.LB_content div.first_visit ul.channels li {
  float: left;
  margin: 0 35px 0 0;
}

/* login_signup
------------------------------------------------------------------------------*/

div.LB_content div.login_signup {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  padding: 0 30px;
}

div.LB_content div.login_signup form.login,
div.LB_content div.login_signup form.signup {
  position: relative;
  width: 266px;
  _display: inline;
}

div.LB_content div.login_signup form.login {
  float: left;  
}

div.LB_content div.login_signup form.signup {
  float: right;
}

div.LB_content div.login_signup h3 {
  position: absolute;
  width: 50px;
  left: 50%;
  top: 69px;
  margin-left: -25px;
  text-align: center;
  font: normal 1.5em "trebuchet ms", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
body.cn div.LB_content div.login_signup h3,
body.cn_HK div.LB_content div.login_signup h3 { top: 73px; font: normal 1.6em arial, helvetica, sans-serif; }

div.LB_content div.login_signup h2 {
  margin: 13px 0;
  font: normal 2.3em "trebuchet ms", arial, helvetica, sans-serif;
}
body.cn div.LB_content div.login_signup h2,
body.cn_HK div.LB_content div.login_signup h2 { font: normal 2.4em arial, helvetica, sans-serif; }

div.LB_content div.login_signup p {
  width: 266px;
  float: left;
  margin: 0 0 8px 0;
  font-size: 1.1em;
}
body.cn div.LB_content div.login_signup p,
body.cn_HK div.LB_content div.login_signup p { font-size: 1.2em; }

div.LB_content div.login_signup p label {
  display: block;
  white-space: nowrap;
  margin-bottom: 1px;
}
div.LB_content div.login_signup p.remember_me label {
  display: inline; 
}

div.LB_content div.login_signup p input.text {
  width: 262px;
  *width: 260px;
}

div.LB_content div.login_signup p.name,
div.LB_content div.login_signup p.last_name {
  width: 130px;
}

div.LB_content div.login_signup p.last_name {
  float: right;
}

div.LB_content div.login_signup p.name input.text, 
div.LB_content div.login_signup p.last_name input.text {
  width: 126px;
  *width: 124px;
}

div.LB_content div.login_signup p.register {
  margin-top: 5px;
}

/* activities_contest
------------------------------------------------------------------------------*/

div.LB_content div.activities_contest {
  padding-top: 30px;
}

div.LB_content div.with_questions {
  padding-top: 0;
  margin-top: -7px;
}
body.cn div.LB_content div.with_questions,
body.cn_HK div.LB_content div.with_questions {
  margin-top: -12px;
}

div.LB_content div.activities_contest form {
  margin: -8px 0 12px 0;
}

div.LB_content div.activities_contest dl {
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0;
}

div.LB_content div.activities_contest dd {
  float: left;
  margin-right: 10px;
}

div.LB_content div.activities_contest fieldset.submit,
div.LB_content div.activities_contest fieldset.submit p {
  margin: 0;
}

div.LB_content div.activities_contest div.notes {
  margin: 30px 0 0 0; 
}

div.LB_content div.with_questions div.notes {
  margin: 10px 0 0 0;
}

body.cn div.LB_content div.with_questions div.notes p.small,
body.cn_HK div.LB_content div.with_questions div.notes p.small {
  margin: 2px 0; 
}/*--------------------------------------------------------------------------
Litbox
--------------------------------------------------------------------------*/

.LB_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 999;
}

.LB_window {
  position: absolute;
  display: none;
  border-width: 4px;
  border-style: solid;
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
	z-index: 1000;
	overflow: hidden;
}

.LB_closeAjaxWindow {
  overflow: hidden;
  *zoom: 1;
}

.LB_closeAjaxWindow a {
	display: block;
  float: right;
	width: 15px;
	height: 15px;
	text-indent: -9000px;
	background-image: url(/images/close.gif);
}

.LB_content {
	overflow: auto;
}

/* --- */

.LB_banner .LB_closeAjaxWindow a {
  position: absolute;
  top: 0;
  right: 0;
}

.LB_banner .LB_content {
  overflow: hidden;
}
/*--------------------------------------------------------------------------
Tooltip
--------------------------------------------------------------------------*/

div.tooltip_root div.top {
	width: 300px;
	padding: 0 12px 0 8px;
	height: 13px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.tooltip_root div.mid {
	width: 290px;
	padding: 0 17px 0 13px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

div.tooltip_root div.mid * {
	_position: relative;
}

div.tooltip_root div.bot {
	width: 300px;
	padding: 0 12px 0 8px;
	height: 17px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.tooltip_root p.loading {
	font-size: 1.1em;
}/*--------------------------------------------------------------------------
Loading
--------------------------------------------------------------------------*/

div.loadingOverlay {
  position: fixed;
	z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 	background-color: #000;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
  _position: absolute;
  _height: expression(document.body.offsetHeight + 'px');
}

div.loadingContent {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  width: 32px;
  height: 32px;
	padding: 10px;
	border: 1px solid #fff;
	background: #000 url('../images/loading.gif') 50% 50% no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
  _position: absolute;
  _top: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat')?documentElement.scrollTop+((documentElement.clientHeight)/2):document.body.scrollTop+((document.body.clientHeight)/2));
  _left: expression(eval(document.compatMode&&document.compatMode=='CSS1Compat')?documentElement.scrollLeft+((documentElement.clientWidth)/2):document.body.scrollTop+((document.body.clientWidth)/2));
}

/* hack to prevent jerkiness of 'div.loadingContent' when scrolling on IE6 and below */
* html, * html body {
  background-image: url('../images/spacer.gif');
  background-position: fixed;
}
.calendar_date_select {
  color:white;
  border:#777 1px solid;
  display:block;
  width:210px;
  z-index: 1000;
}
/* this is a fun ie6 hack to get drop downs to stay behind the popup window.  This should always be just underneath .calendar_date_select */
iframe.ie6_blocker {
  position: absolute;
  z-index: 999;
}

.calendar_date_select thead th {
  font-weight:bold;
  background-color: #aaa;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
  color: white !important;
}

.calendar_date_select .cds_buttons {
  text-align:center;
  padding:5px 0px;
  background-color: #555;
}

.calendar_date_select .cds_footer {
  background-color: black;
  padding:3px;
  font-size:12px;
  text-align:center;
}

.calendar_date_select table {
  margin: 0px;
  padding: 0px;
}


.calendar_date_select .cds_header {
  background-color: #ccc;
  border-bottom: 2px solid #aaa;
  text-align:center;
}

.calendar_date_select .cds_header span {
  font-size:15px;
  color: black;
  font-weight: bold;
}

.calendar_date_select select { font-size:11px;}

.calendar_date_select .cds_header a:hover {
  color: white;
}
.calendar_date_select .cds_header a {
  width:22px;
  height:20px;
  text-decoration: none;
  font-size:14px;
  color:black !important;
}

.calendar_date_select .cds_header a.prev {
  float:left;
}
.calendar_date_select .cds_header a.next {
  float:right;
}

.calendar_date_select .cds_header a.close {
  float:right;
  display:none;
}

.calendar_date_select .cds_header select.month {
  width:90px;
}

.calendar_date_select .cds_header select.year {
  width:61px;
}
.calendar_date_select .cds_buttons a {
  color: white;
  font-size: 9px;
  text-decoration: none;
}

.calendar_date_select td {
  font-size:12px;
  width: 24px;
  height: 21px;
  text-align:center;
  vertical-align: middle;
  background-color: #fff;
}
.calendar_date_select td.weekend {
  background-color: #eee;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

.calendar_date_select td div {
  color: #000;
}
.calendar_date_select td div.other {
  color: #ccc;
}
.calendar_date_select td.selected div {
  color:white;
}

.calendar_date_select tbody td {
  border-bottom: 1px solid #ddd;
}
.calendar_date_select td.selected {
  background-color:#777;
}

.calendar_date_select td:hover {
  background-color:#ccc;
}

.calendar_date_select td.today {
  border: 1px dashed #999;
}

.calendar_date_select td.disabled div {
  color: #e6e6e6;
}

.fieldWithErrors .calendar_date_select {
  border: 2px solid red;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*--------------------------------------------------------------------------
Stylesheet specific to Cinemax channel
	Controls colour scheme
	Can also be used to override styles from screen_base.css to achieve channel specific layout
--------------------------------------------------------------------------*/

body { background-color: #f2f2f2; }
body input.text,
body select,
body textarea { color: #000; font-family: arial, helvetica, sans-serif; }

div#wrapper { border-color: #f2f2f2; background-color: #000; background-image: url(/images/max/wrapper_bgd.gif); }
div#wrapper2 { background-image: url(/images/max/wrapper2_bgd.jpg); }
div#page { background-image: url(/images/max/page_bgd.jpg); }

div#toolbar { background-color: #262626; background-image: url(/images/max/toolbar_bgd.gif); }
div#toolbar h2 { color: #f2f2f2; font-family: arial, helvetica, sans-serif; }
div#toolbar form#nav_countries select { color: #f2f2f2; background-color: #262626; font-family: arial, helvetica, sans-serif; }

div#nav_main { background-image: url(/images/max/nav_main_color_bar.gif); }

/* en
-------------------------------------------------------------------*/
div#nav_main ul#nav_sections li a { background-image: url(/images/max/nav_sections_tabs_en.gif); }
/* --- */
div#nav_main li#nav_item_home a { width: 62px; background-position: 0px 0px; }
div#nav_main li#nav_item_myhbo a { width: 72px; background-position: -62px 0px; }
/*div#nav_main li#nav_item_boxing a { width: 68px; background-position: -134px 0px; }*/
div#nav_main li#nav_item_movies a { width: 70px; background-position: -134px 0px; }
div#nav_main li#nav_item_schedule a { width: 81px; background-position: -204px 0px; }
div#nav_main li#nav_item_subscribe a { width: 85px; background-position: -285px 0px; }
/* --- */
div#nav_main li#nav_item_home a:hover { background-position: 0px -27px; }
div#nav_main li#nav_item_myhbo a:hover { background-position: -62px -27px; }
/*div#nav_main li#nav_item_boxing a:hover { background-position: -134px -27px; }*/
div#nav_main li#nav_item_movies a:hover { background-position: -134px -27px; }
div#nav_main li#nav_item_schedule a:hover { background-position: -204px -27px; }
div#nav_main li#nav_item_subscribe a:hover { background-position: -285px -27px; }
/* --- */
body#home div#nav_main li#nav_item_home a { background-position: 0px -54px !important; }
body#myhbo div#nav_main li#nav_item_myhbo a { background-position: -62px -54px !important; }
/*body#boxing div#nav_main li#nav_item_boxing a { background-position: -134px -54px !important; }*/
body#movies div#nav_main li#nav_item_movies a { background-position: -134px -54px !important; }
body#schedule div#nav_main li#nav_item_schedule a { background-position: -205px -54px !important; }
body#subscribe div#nav_main li#nav_item_subscribe a { background-position: -285px -54px !important; }

/* cn/cn_HK
-------------------------------------------------------------------*/
body.cn div#nav_main ul#nav_sections li a,
body.cn_HK div#nav_main ul#nav_sections li a { background-image: url(/images/max/nav_sections_tabs_cn.gif); }
/* --- */
body.cn div#nav_main li#nav_item_home a,
body.cn_HK div#nav_main li#nav_item_home a { width: 56px; background-position: 0px 0px; }
body.cn div#nav_main li#nav_item_myhbo a,
body.cn_HK div#nav_main li#nav_item_myhbo a { width: 78px; background-position: -56px 0px; }
/*body.cn div#nav_main li#nav_item_boxing a,
body.cn_HK div#nav_main li#nav_item_boxing a { width: 95px; background-position: -134px 0px; }*/
body.cn div#nav_main li#nav_item_movies a,
body.cn_HK div#nav_main li#nav_item_movies a { width: 55px; background-position: -134px 0px; }
body.cn div#nav_main li#nav_item_schedule a,
body.cn_HK div#nav_main li#nav_item_schedule a { width: 68px; background-position: -189px 0px; }
body.cn div#nav_main li#nav_item_subscribe a,
body.cn_HK div#nav_main li#nav_item_subscribe a { width: 77px; background-position: -257px 0px; }
/* --- */
body.cn div#nav_main li#nav_item_home a:hover,
body.cn_HK div#nav_main li#nav_item_home a:hover { background-position: 0px -27px; }
body.cn div#nav_main li#nav_item_myhbo a:hover,
body.cn_HK div#nav_main li#nav_item_myhbo a:hover { background-position: -56px -27px; }
/*body.cn div#nav_main li#nav_item_boxing a:hover,
body.cn_HK div#nav_main li#nav_item_boxing a:hover { background-position: -134px -27px; }*/
body.cn div#nav_main li#nav_item_movies a:hover,
body.cn_HK div#nav_main li#nav_item_movies a:hover { background-position: -134px -27px; }
body.cn div#nav_main li#nav_item_schedule a:hover,
body.cn_HK div#nav_main li#nav_item_schedule a:hover { background-position: -189px -27px; }
body.cn div#nav_main li#nav_item_subscribe a:hover,
body.cn_HK div#nav_main li#nav_item_subscribe a:hover { background-position: -257px -27px; }
/* --- */
body#home.cn div#nav_main li#nav_item_home a,
body#home.cn_HK div#nav_main li#nav_item_home a { background-position: 0px -54px !important; }
body#myhbo.cn div#nav_main li#nav_item_myhbo a,
body#myhbo.cn_HK div#nav_main li#nav_item_myhbo a { background-position: -56px -54px !important; }
/*body#boxing.cn div#nav_main li#nav_item_boxing a,
body#boxing.cn_HK div#nav_main li#nav_item_boxing a { background-position: -134px -54px !important; }*/
body#movies.cn div#nav_main li#nav_item_movies a,
body#movies.cn_HK div#nav_main li#nav_item_movies a { background-position: -134px -54px !important; }
body#schedule.cn div#nav_main li#nav_item_schedule a,
body#schedule.cn_HK div#nav_main li#nav_item_schedule a { background-position: -189px -54px !important; }
body#subscribe.cn div#nav_main li#nav_item_subscribe a,
body#subscribe.cn_HK div#nav_main li#nav_item_subscribe a { background-position: -257px -54px !important; }

/* id
-------------------------------------------------------------------*/
body.id div#nav_main ul#nav_sections li a { background-image: url(/images/max/nav_sections_tabs_id.gif); }
/* --- */
body.id div#nav_main li#nav_item_home a { width: 112px; background-position: 0px 0px; }
body.id div#nav_main li#nav_item_myhbo a { width: 72px; background-position: -112px 0px; }
/*body.id div#nav_main li#nav_item_boxing a { width: 67px; background-position: -184px 0px; }*/
body.id div#nav_main li#nav_item_movies a { width: 73px; background-position: -184px 0px; }
body.id div#nav_main li#nav_item_schedule a { width: 64px; background-position: -257px 0px; }
body.id div#nav_main li#nav_item_subscribe a { width: 103px; background-position: -321px 0px; }
/* --- */
body.id div#nav_main li#nav_item_home a:hover { background-position: 0px -27px; }
body.id div#nav_main li#nav_item_myhbo a:hover { background-position: -112px -27px; }
/*body.id div#nav_main li#nav_item_boxing a:hover { background-position: -184px -27px; }*/
body.id div#nav_main li#nav_item_movies a:hover { background-position: -184px -27px; }
body.id div#nav_main li#nav_item_schedule a:hover { background-position: -257px -27px; }
body.id div#nav_main li#nav_item_subscribe a:hover { background-position: -321px -27px; }
/* --- */
body#home.id div#nav_main li#nav_item_home a { background-position: 0px -54px !important; }
body#myhbo.id div#nav_main li#nav_item_myhbo a { background-position: -112px -54px !important; }
/*body#boxing.id div#nav_main li#nav_item_boxing a { background-position: -184px -54px !important; }*/
body#movies.id div#nav_main li#nav_item_movies a { background-position: -184px -54px !important; }
body#schedule.id div#nav_main li#nav_item_schedule a { background-position: -257px -54px !important; }
body#subscribe.id div#nav_main li#nav_item_subscribe a { background-position: -321px -54px !important; }

div#nav_main li#nav_item_login,
div#nav_main li#nav_item_logout { color: #c4d4d0; }
div#nav_main li#nav_item_login a,
div#nav_main li#nav_item_logout a { color: #dae4e6; }
div#nav_main li#nav_item_toolbar_toggle a { background-image: url(/images/max/nav_item_toolbar_toggle.gif); }

div#heading h1 { top: -7px; }
div#heading h3 { color: #f2f2f2; font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#heading h3 a { color: #f2f2f2; }
div#heading h3 a:hover { color: #c80707; }

div#content { background-image: url(/images/max/content_bgd.gif); }

div#content_main { color: #f2f2f2; }
div#content_main h2 { font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#content_main h2 a { color: #f2c305; }
div#content_main h2 a:hover { color: #c80707; }
div#content_main h2 a.feed { background-image: url(/images/feed_icon.png); color: #fff; }
div#content_main h2 a:hover.feed { color: #c80707; }
div#content_main ul#nav_sub a { color: #f2f2f2; text-decoration: none; }
div#content_main ul#nav_sub a:hover { color: #c80707; }
div#content_main ul#nav_sub li { background-image: url(/images/max/nav_sub_divider.gif); }

div.standard { color: #f2f2f2; }
div.standard a { color: #f2f2f2; }
div.standard a:hover { color: #c80707; }

div.feature_main div.feature_top { background-image: url(/images/max/feature_main_bgd_top.png); }
div.feature_main div.feature_mid { background-image: url(/images/max/feature_main_bgd_mid.gif); }
div.feature_main div.feature_bot { background-image: url(/images/max/feature_main_bgd_bot.png); }
div.feature_main div.links { background-color: #ffd42d; }
div.feature_main div.links h4 img { background-color: #ffd945; color: #999; }
div.feature_main div.links li a:hover { background-color: #fbda5b; }
div.feature_main div.links li.watch_trailer a { color: #000; background-image: url(/images/max/feature_main_icon_watch_trailer.png); }
div.feature_main div.links li.myhbo_add a { color: #000; background-image: url(/images/feature_main_icon_myhbo_add.png); }
div.feature_main div.links li.myhbo_add a.added { background-image: url(/images/feature_main_icon_myhbo_added.png); cursor: default; color: #887b49; }
div.feature_main div.links li.myhbo_add a.added:hover { background-color: transparent; }
div.feature_main div.links li.go_to_microsite a { color: #000; padding-left: 23px; background-image: url(/images/max/feature_main_icon_go_to_microsite.png); }
div.feature_main dl.info dt.group { color: #c80707; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.feature_main dl.info dt.title a { color: #c80707; font-family: impact, arial, helvetica, sans-serif; font-size: 2.5em; font-weight: bold; }
div.feature_main dl.info dt.title a:hover { color: #df0707; }
div.feature_main dl.info dd.time { color: #555; font-weight: bold; }
div.feature_main dl.info dd.blurb,
div.feature_main dl.info dd.starring,
div.feature_main dl.info dd.directed { color: #262626; }
div.feature_main dl.info dd.legal { color: #262626; }
div.feature_main dl.info dd.extra_copy { color: #262626; }
div.feature_main div.spot dl.info { border-bottom-color: #ffd42d; }
div.feature_main div.spot dl.info dt.title a { font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.feature_main div.spot.active dl.info dt.title a { color: #df0707; font-family: impact, arial, helvetica, sans-serif; font-weight: bold; }
div.feature_main div.spot.previous dl.info { background-image: url(/images/max/spot_shadow_top.gif); }
div.feature_main div.spot.next dl.info { background-image: url(/images/max/spot_shadow_bottom.gif); }

div.feature_secondary { margin: 30px 0; }
div.feature_secondary h3 { font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; margin-bottom: -5px; position: relative; z-index: 0; }
div.feature_secondary h3.next_7_days_on_cinemax { text-indent: -9000px; width: 237px; height: 40px; background: transparent url(/images/max/heading_next_7_days_on_cinemax.gif) 15px 0px no-repeat; }
div.feature_secondary h3.hbo_world_boxing { text-indent: -9000px; width: 177px; height: 29px; background: transparent url(/images/max/heading_hbo_world_boxing.gif) 15px 3px no-repeat; }
div.feature_secondary h3.next_week_on_cinemax { text-indent: -9000px; width: 237px; height: 40px; background: transparent url(/images/max/heading_next_week_on_cinemax.gif) 15px 10px no-repeat; }
body.cn div.feature_secondary h3.next_7_days_on_cinemax,
body.cn_HK div.feature_secondary h3.next_7_days_on_cinemax,
body.id div.feature_secondary h3.next_7_days_on_cinemax,
body.cn div.feature_secondary h3.hbo_world_boxing,
body.cn_HK div.feature_secondary h3.hbo_world_boxing,
body.id div.feature_secondary h3.hbo_world_boxing,
body.cn div.feature_secondary h3.next_week_on_cinemax,
body.cn_HK div.feature_secondary h3.next_week_on_cinemax,
body.id div.feature_secondary h3.next_week_on_cinemax { margin-bottom: 0; text-indent: 0; width: auto; height: auto; background: none; }
div.feature_secondary div.feature_top { background-image: url(/images/max/feature_secondary_bgd_top.png); position: relative; z-index: 1; }
div.feature_secondary div.feature_mid { background-image: url(/images/max/feature_secondary_bgd_mid.gif); }
div.feature_secondary div.feature_bot { background-image: url(/images/max/feature_secondary_bgd_bot.png); }
div.feature_secondary div.feature_scroller { background-image: url(/images/max/feature_secondary_bgd_scroller.gif); }
div.feature_secondary div.feature { background-image: url(/images/max/feature_secondary_bgd_scroller.gif); }
div.feature_secondary div.feature h5 { color: #f2f2f2; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 1.1em; }
div.feature_secondary div.feature h4 img { background-color: #2e2e2e; color: #999; }
div.feature_secondary div.feature h4 span.watch_trailer a { background-image: url(/images/max/feature_secondary_icon_watch_trailer.png); }
div.feature_secondary div.feature h4 span.watch_trailer a:hover { background-color: #262626; }
div.feature_secondary div.feature dt.group { color: #c80707; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.feature_secondary div.feature dt.title a { color: #c80707; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.feature_secondary div.feature dt.title a:hover { color: #df0707; }
div.feature_secondary div.feature dd.time { color: #bebebe; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.feature_secondary div.feature dl.alt_display { border-bottom-color: #2e2e2e; }
div.feature_secondary div.feature dl.alt_display dt.title a:hover { color: #df0707; background-color: #2e2e2e; }

div.feature_main div.feature_control li.indicator a { background-image: url(/images/max/feature_main_control_item.gif) }
div.feature_main div.feature_control li.back a { background-image: url(/images/max/feature_main_control_back.gif) }
div.feature_main div.feature_control li.next a { background-image: url(/images/max/feature_main_control_next.gif) }
div.feature_secondary div.feature_control li.indicator a { background-image: url(/images/max/feature_secondary_control_item.gif) }
div.feature_secondary div.feature_control li.back a { background-image: url(/images/max/feature_secondary_control_back.gif) }
div.feature_secondary div.feature_control li.next a { background-image: url(/images/max/feature_secondary_control_next.gif) }

div.movies form.movie_form { border-color: #ffd42d; background-color: #f2c305; color: #000; font-weight: bold; }
div.movies ul.movie_nav { border-color: #ffd42d; background-color: #f2c305; font-weight: bold; }
div.movies ul.movie_nav li.selected { color: #c80707; border-color: #ffd42d; }
div.movies ul.movie_nav li a { color: #000; }
div.movies ul.movie_nav li a:hover { background-color: #c80707; color: #f2f2f2; }
div.movies h3 { border-color: #333; background-color: #f2c305; color: #000; font-family: arial, helvetica, sans-serif; font-weight: bold; text-transform: uppercase; font-size: 1.3em; }
div.movies div.movie { background-color: #262626; border-color: #333; }
div.tooltip_root div.movie { background-color: #262626; border-color: #262626; }
div.movies div.movie h5 { background-color: #ad4a00; background-image: url(/images/max/rank_bgd.jpg); }
div.movies div.movie h5 strong.rank { border-bottom-color: #262626; color: #f2f2f2; }
div.movies div.movie h5 span.label { color: #f2f2f2; }
div.movies div.movie h4 img,
div.tooltip_root div.movie h4 img { background-color: #2e2e2e; color: #999; }
div.movies div.movie dt.title a,
div.tooltip_root div.movie dt.title a { color: #c80707; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.movies div.movie dt.title a:hover,
div.tooltip_root div.movie dt.title a:hover { color: #df0707; }
div.movies div.movie dd.time,
div.tooltip_root div.movie dd.time { color: #bebebe; font-family: arial, helvetica, sans-serif; font-weight: bold; }
div.movies div.movie dd.blurb,
div.tooltip_root div.movie dd.blurb { color: #f2f2f2; }
div.movies div.movie .myhbo_delete a,
div.movies div.movie .myhbo_reminder a,
div.movies div.movie .myhbo_add a,
div.movies div.movie .myhbo_calendar a,
div.tooltip_root div.movie .myhbo_add a { color: #fff; }
div.movies div.movie .myhbo_delete a:hover,
div.movies div.movie .myhbo_reminder a:hover,
div.movies div.movie .myhbo_calendar a:hover,
div.movies div.movie .myhbo_add a:hover,
div.tooltip_root div.movie .myhbo_add a:hover { background-color: #333; color: #fff; }
div.movies div.movie .myhbo_delete a { background-image: url(/images/movie_icon_myhbo_delete.png); }
div.movies div.movie .myhbo_reminder a { background-image: url(/images/max/movie_icon_myhbo_remind_set.png); }
div.movies div.movie .myhbo_reminder a.edit { background-image: url(/images/max/movie_icon_myhbo_remind_edit.png); }
div.movies div.movie .myhbo_calendar a { background-image: url(/images/max/movie_icon_myhbo_calendar.png); }
div.movies div.movie .myhbo_add a,
div.tooltip_root div.movie .myhbo_add a { background-image: url(/images/movie_icon_myhbo_add.png); }
div.movies div.movie .myhbo_add a.added,
div.tooltip_root div.movie .myhbo_add a.added { background-image: url(/images/movie_icon_myhbo_added.png); cursor: default; color: #bebebe; }
div.movies div.movie .myhbo_add a.added:hover,
div.tooltip_root div.movie .myhbo_add a.added:hover { background-color: transparent; color: #bebebe; }
div.movies div.run_ended { background-color: #262626; border-color: #333; }
div.movies div.run_ended li a { color: #c80707; }
div.movies div.run_ended li a:hover { color: #df0707; }
div.movies div.run_ended p.selection_shortcuts a { color: #f2f2f2; text-decoration: none; font-weight: bold; }
div.movies div.run_ended p.selection_shortcuts a:hover { color: #c80707; }

div.movie_details div.showtimes h4.next_showtime { color: #bebebe; font-weight: bold; }
div.movie_details div.showtimes h4.more_showtimes { color: #c80707; }
div.movie_details div.showtimes dl dt,
div.tooltip_root div.showtimes dl dt { color: #c80707; }
div.movie_details div.showtimes dl dd,
div.tooltip_root div.showtimes dl dd { color: #f2f2f2; }
div.movie_details div.summary { background-color: #f2c305; border-color: #ffd42d; }
div.movie_details div.links { background-color: #ffd42d; }
div.movie_details div.links h4 img { background-color: #ffd945; color: #999; }
div.movie_details div.links ul.actions { border-bottom-color: #f2c305; }
div.movie_details div.links ul.actions li a:hover { background-color: #fbda5b !important; }
div.movie_details div.links ul.actions li.watch_trailer a { color: #000; background-image: url(/images/max/feature_main_icon_watch_trailer.png); }
div.movie_details div.links ul.actions li.myhbo_add a { color: #000; background-image: url(/images/feature_main_icon_myhbo_add.png); }
div.movie_details div.links ul.actions li.myhbo_add a.added { background-image: url(/images/feature_main_icon_myhbo_added.png); cursor: default; color: #887b49; }
div.movie_details div.links ul.actions li.myhbo_add a.added:hover { background-color: transparent !important; }
div.movie_details div.links ul.actions li.go_to_microsite a { color: #000; background-image: url(/images/max/feature_main_icon_go_to_microsite.png); }
div.movie_details div.links ul.rating li.current_rating,
div.movie_details div.links ul.rating li.current_rating span.not_rated,
div.movie_details div.links ul.rating li.current_rating span.rated,
div.movie_details div.links ul.rating li a:hover { background-image: url(/images/max/movie_details_star.gif); }
div.movie_details div.links ul.rating li.current_rating span.stats { color: #000; }
div.movie_details div.links ul.rating li.top_rated a { color: #000; }
div.movie_details div.links ul.rating li.top_rated a:hover { color: #c80707; }
div.movie_details div.summary dl.info dd { color: #000; }
div.movie_details div.summary dl.info dt { background-color: #262626; color: #fff; }
div.movie_details div.synopsis p { color: #f2f2f2; }
div.movie_details div.legal p { color: #f2f2f2; }
div.movie_details ul.external_urls li a { color: #f2f2f2; text-decoration: none; }
div.movie_details ul.external_urls li a:hover { color: #c80707 }
div.movie_details div.movies_groups h4 { color: #000; }
div.movie_details div.movies_groups h4:hover { color: #c80707; }
div.movie_details div.movies_groups dl dt,
div.tooltip_root div.movies_groups dl dt { color: #c80707; }
div.movie_details div.movies_groups dl dd,
div.tooltip_root div.movies_groups dl dd { color: #f2f2f2; }
div.movie_details div.movies_groups dl dd a,
div.tooltip_root div.movies_groups dl dd a { color: #f2f2f2; }

div.schedule form.schedule_form { border-color: #333; background-color: #333; }
div.schedule form.schedule_form label { color: #f2f2f2; font-weight: bold; }
div.schedule table.schedule_table { background-color: #333; }
div.schedule table.schedule_table th,
div.schedule table.schedule_table td { color: #f2f2f2; }
div.schedule table.schedule_table th { background-color: #333; }
div.schedule table.schedule_table td { background-color: #262626; }
div.schedule table.schedule_table td.program dt.title a { color: #c80707; font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 1.3em; }
div.schedule table.schedule_table td.program dt.title a:hover { color: #df0707; }
div.schedule table.schedule_table td.program dd.time { color: #bebebe; font-family: arial, helvetica, sans-serif; font-weight: bold; }

div.providers form.providers_form { border-color: #ffd42d; background-color: #f2c305;	}
div.providers form.providers_form label { color: #000; font-weight: bold; }
div.providers h3 a { color: #f2f2f2; }
div.providers h3 a:hover { color: #c80707; }
div.providers dl { color: #f2f2f2; background-color: #262626; border-color: #333; }
div.providers dl a { color: #f2f2f2; }
div.providers dl a:hover { color: #c80707; }

div.search ol a { color: #f2c305; }
div.search ol a:hover { color: #c80707; }

div.mailing_lists a { color: #f2f2f2; }
div.mailing_lists a:hover { color: #c80707; }
div.mailing_lists table { background-color: #333; }
div.mailing_lists table th,
div.mailing_lists table td { color: #f2f2f2; }
div.mailing_lists table th { background-color: #333; }
div.mailing_lists table td { background-color: #262626; }
div.mailing_lists p { border-color: #333; background-color: #262626; }
div.mailing_lists p label { color: #f2f2f2; font-weight: bold; }

div#promotions_extra { border-bottom-color: #333; }

div#schedule h2 { color: #f2f2f2; background-image: url(/images/sidebar_icon_schedule.png); font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; line-height: 1.1; padding-bottom: 10px; }
div#schedule a:hover { background-color: #1c1c1c; }
div#schedule span.time { color: #bebebe; }
div#schedule span.title { color: #f2f2f2; }
div#schedule a:hover span.title { color: #c80707; }

div#poll { border-top-color: #333; }
div#poll h2 { color: #f2f2f2; background-image: url(/images/sidebar_icon_poll.png); font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#poll dt,
div#poll dd,
div#poll p { color: #f2f2f2; }
	
div#promotions { border-top-color: #333; }

div#extras { border-top-color: #333; }
div#extras h2 { color: #f2f2f2; font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#extras a { color: #f2f2f2; }
div#extras a:hover { background-color: #1c1c1c; color: #c80707; }

div#links { border-top-color: #333; }
div#links h2 { color: #f2f2f2; background-image: url(/images/sidebar_icon_links.png); font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#links h3 { color: #f2c305; }
div#links a { color: #f2f2f2; background-image: url(/images/sidebar_bullet_double_arrow.png); }
div#links a:hover { background-color: #1c1c1c; color: #c80707; }

div#myhbo { border-top-color: #333; }
div#myhbo h2 { color: #f2f2f2; background-image: url(/images/sidebar_icon_myhbo.png); font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#myhbo a { color: #f2f2f2; background-image: url(/images/sidebar_bullet_double_arrow.png); }
div#myhbo a:hover {	background-color: #1c1c1c; color: #c80707; }
div#myhbo span.time { color: #bebebe; }
div#myhbo li.no_movies { background-image: url(/images/sidebar_bullet_double_arrow.png); }
div#myhbo li.more a { background: none; }
div#myhbo li.more a:hover { background-color: transparent; }
	
div#promotions_secondary { border-top-color: #333; }

div#channels { border-top-color: #333; }
div#channels h2 { color: #f2f2f2; font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div#channels h3 { color: #f2c305; }
div#channels a { color: #f2f2f2; background-image: url(/images/sidebar_bullet_double_arrow.png); }
div#channels a:hover { background-color: #1c1c1c; color: #c80707; }

div#content_secondary form#mailing_lists { border-top-color: #4a3733; color: #f2f2f2; }
div#content_secondary form#mailing_lists li a { color: #f2f2f2; background-image: url(/images/sidebar_bullet_double_arrow.png); }
div#content_secondary form#mailing_lists li a:hover { color: #ff6f18; }
form#mailing_lists ul li a:hover { background-color: transparent; }

div#content_text_columns { border-top-color: #000; border-bottom-color: #000; color: #f2f2f2; background-color: #000; background-image: url(/images/max/content_text_columns_bgd.gif); }
div#content_text_columns h2 { font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; margin: 10px 0; }
div#content_text_columns p a { color: #f2f2f2; }
div#content_text_columns p a:hover { color: #c80707; }
div#content_text_columns li a { color: #f2f2f2; background-image: url(/images/text_columns_bullet_double_arrow.png); }
div#content_text_columns li a:hover { background-color: #262626; color: #c80707; }
div#content_text_columns li a span.extra { color: #fffc00; }
div#content_text_columns li.more a { background: none; }
div#content_text_columns li.more a:hover { background-color: transparent }
div#content_text_columns div#top_added_movies h2 { text-indent: -9000px; width: 142px; height: 30px; background: transparent url(/images/max/heading_top_25_movies.gif) 0px 0px no-repeat; }
div#content_text_columns div#top_rated_movies h2 { text-indent: -9000px; width: 173px; height: 28px; background: transparent url(/images/max/heading_top_rated_movies.gif) 0px 0px no-repeat; }
div#content_text_columns form#mailing_lists h2 { text-indent: -9000px; width: 126px; height: 28px; background: transparent url(/images/max/heading_mailing_lists.gif) 0px 0px no-repeat; }
body.cn div#content_text_columns div#top_added_movies h2,
body.cn_HK div#content_text_columns div#top_added_movies h2,
body.id div#content_text_columns div#top_added_movies h2,
body.cn div#content_text_columns div#top_rated_movies h2,
body.cn_HK div#content_text_columns div#top_rated_movies h2,
body.id div#content_text_columns div#top_rated_movies h2,
body.cn div#content_text_columns form#mailing_lists h2,
body.cn_HK div#content_text_columns form#mailing_lists h2,
body.id div#content_text_columns form#mailing_lists h2 { text-indent: 0; width: auto; height: auto; background: none; }

div#nav_siteinfo { color: #f2f2f2; }
div#nav_siteinfo a { color: #f2f2f2; }
div#nav_siteinfo a:hover { color: #c80707; }
div#nav_siteinfo li { border-right-color: #f2f2f2; }

p#siteinfo_legal { color: #f2f2f2; }
p#siteinfo_legal a { color: #f2f2f2; }
p#siteinfo_legal a:hover { color: #c80707; }

div.tooltip_root div.top { background-image: url(/images/max/tooltip_bgd_top.png); }
div.tooltip_root div.mid { background-image: url(/images/max/tooltip_bgd_mid.png); }
div.tooltip_root div.bot { background-image: url(/images/max/tooltip_bgd_bot.png); }
div.tooltip_root p.loading { color: #f2f2f2; }

div.LB_window { border-color: #f2f2f2; background-color: #000; }
div.LB_content { color: #f2f2f2; }
div.LB_content a { color: #f2f2f2; }
div.LB_content a:hover { color: #c80707; }

div.LB_content div.first_visit ul.countries li { background-image: url(/images/max/nav_sub_divider.gif); }

div.LB_content div.login_signup h2 { font-family: impact, arial, helvetica, sans-serif; font-size: 2.4em; }
div.LB_content div.login_signup h3 { font-family: impact, arial, helvetica, sans-serif; font-size: 2.0em; }
