@charset "utf-8";
/* CSS Document */

.mod-title {
	float:left;
	width:100%;
	height:32px;
	background:url("../img/modules/title-left.gif") top left no-repeat #f7f7f7;
}

.mod-title-right {
	float:right;
	width:10px;
	height:32px;
	background:url("../img/modules/title-right.gif") top right no-repeat;
}

.mod-title-back {
	float:right;
	margin-top:5px;
}

.mod-title-back a {
	font-size:12px;
	line-height:12px;
	color:#FFF;
	white-space:nowrap;
	display:block;
	background:left top url( '../img/btns/back-left-btn.gif' ) no-repeat;
}

.mod-title-back a span {
	padding:5px 10px 5px 25px;
	display:block;
	background:right top url( '../img/btns/back-right-btn.gif' ) no-repeat;
}

.mod-footer, .mod-dark-footer, .mod-editorial-footer {
	float:left;
	width:100%;
	height:24px;
}

.mod-footer {background:url("../img/modules/footer-right.gif") top right no-repeat;}
.mod-dark-footer {background:url("../img/modules/footer-dark-right.gif") top right no-repeat;}
.mod-editorial-footer {background:url("../img/modules/footer-editorial-right.gif") top right no-repeat;}

.mod-footer-left, .mod-dark-footer-left, .mod-editorial-footer-left {
	float:left;
	width:10px;
	height:24px;
}

.mod-footer-left {background:url("../img/modules/footer-left.gif") top left no-repeat;}
.mod-dark-footer-left {background:url("../img/modules/footer-dark-left.gif") top left no-repeat;}
.mod-editorial-footer-left {background:url("../img/modules/footer-editorial-left.gif") top left no-repeat;}

.mod-content, .mod-editorial-content, .mod-dark-content-short, .mod-dark-content-tall {
	float:left;
	padding:10px 10px 0 10px;
	font-size:1.2em;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
}

.mod-content {background:url("../img/modules/tall-bg.gif") top left repeat-x #F7F7F7;}
.mod-dark-content-short {background:url("../img/modules/dark-bg.gif") top left repeat-x #E7E7E7;}
.mod-dark-content-tall {background:url("../img/modules/dark-tall-bg.gif") top left repeat-x #E7E7E7;}
.mod-editorial-content {background:url("../img/modules/editorial-bg.gif") bottom right no-repeat #FFF;}

.col302 .mod-content, .col302 .mod-editorial-content {
	width:280px;
}

.col662 .col324 .mod-content, .col662 .col324 .mod-editorial-content {
	width:302px;
}

.col662 .mod-content, .col662 .mod-dark-content-short, .col662 .mod-dark-content-tall {
	width:640px;
}

.col302 {
	float:right;
	width:302px;
}

.col302 .advert300 {
	float:left;
	width:300px;
	height:250px;
	border:1px solid #333;
	margin-bottom:14px;
}

.col324 {
	width:324px;
}

.col662 {
	float:left;
	width:662px;
}

/* ----- MODULE TABS ----- */

.mod-title ul {
	float:right;
	list-style-type:none;
}

.mod-title li {
	float:left;
	font-size:1.2em;
	font-weight:bold;
}

.mod-title li a.tab,
.mod-title li a.tabON,
.mod-title li a.tabcurve95,
.mod-title li a.tabcurve95ON,
.mod-title li a.tab120,
.mod-title li a.tabON120,
.mod-title li a.tabcurve120,
.mod-title li a.tabcurve120ON {
	float:left;
	display:block;
	height:24px;
	padding-top:8px;
	text-align:center;
}

.mod-title li a.tab,
.mod-title li a.tabON,
.mod-title li a.tabcurve95,
.mod-title li a.tabcurve95ON {width:95px;}

.mod-title li a.tab120,
.mod-title li a.tabON120,
.mod-title li a.tabcurve120,
.mod-title li a.tabcurve120ON {width:120px;}

.mod-title li a.tab, .mod-title li a.tab120 {color:#666;background:transparent url("../img/modules/tabs-bg.gif") no-repeat top left;}
.mod-title li a.tabON, .mod-title li a.tabON120 {color:#000;background:transparent url("../img/modules/tabs-bg.gif") no-repeat bottom left;}
.mod-title li a.tabcurve95 {color:#666;background:transparent url("../img/modules/tabs-curve95.gif") no-repeat top right;}
.mod-title li a.tabcurve95ON {color:#000;background:transparent url("../img/modules/tabs-curve95.gif") no-repeat bottom right;}
.mod-title li a.tabcurve120 {color:#666;background:transparent url("../img/modules/tabs-curve120.gif") no-repeat top right;}
.mod-title li a.tabcurve120ON {color:#000;background:transparent url("../img/modules/tabs-curve120.gif") no-repeat bottom right;}

.mod-title li a.tab:hover,
.mod-title li a.tabcurve95:hover,
.mod-title li a.tab120:hover,
.mod-title li a.tabcurve120:hover{
	color:#000;
}

.home-epg, .tvlistings-epg {
	position:absolute;
	width:640px;
	height:557px;
	left:16px;
}

.home-epg {top:524px;}
.tvlistings-epg {top:288px;}

.datesleft, .datesright {
	position:absolute;
	width:10px;
	height:40px;
	top:5px;
	z-index:100;
}

.datesright {
	left:304px;
}

.dates {
	position:absolute;
	width:294px;
	height:40px;
	top:5px;
	z-index:50;	
}

.home-epg .dropdowns,
.tvlistings-epg .dropdowns {
	position:absolute;
	width:316px;
	height:25px;
	top:5px;
	right:0;
	z-index:50;
}

.epg-outline {
	position: absolute;
	top:114px;
	right:0;
	width:610px;
	height:420px;
	border:1px solid #b4bdc9;
	z-index:15;
	
}

.dragwindow {
	position: absolute;
	width:520px;
	height:420px;
	overflow:hidden;
	left:119px;
	top:115px;
	cursor:move;
	z-index:25;
}

.tvicons-up {
	position: absolute;
	width:20px;
	height:20px;
	top:91px;
	cursor:pointer;
	}
	
.tvicons-down {
	position: absolute;
	width:20px;
	height:20px;
	top:539px;
	cursor:pointer;
	}

.tvicons {
	position: absolute;
	width:88px;
	height:420px;
	overflow:hidden;
	left:29px;
	top:115px;
}

.tvicons-wrap {
	position:relative;
	width:88px;
}

.tvicons .icon {
	display:block;
	float:left;
	overflow:hidden;
	height:40px;
	width:88px;
	margin-bottom:2px;
	background:url("../img/channel-icons/default.gif") top right no-repeat;
}

.tvicons .title {
	color:#000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:17px;
	margin:2px 2px 0 3px;
}

#frame {
	overflow:hidden;
	margin:0 auto;
	width:314px;
	height:40px;
}

#scroller {
	width:314px;
	margin: 0 auto;	
	overflow:hidden;
	height:40px;
}

#content {
	width:628px;
	height:40px;
}

.section {
	width:300px;
	float:left;
	padding:0 0 0 10px;
	height:40px;
}

.datesleft ul, .datesright ul {
	list-style-type:none;
}

.date-scroll a, .date-scroll-ON a {
	float:left;
	width:40px;
	height:36px;
	margin:0 1px 0 1px;
	padding-top:4px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	display:block;
}

.date-scroll a span, .date-scroll-ON a span {
	font-size:11px;
}

.date-scroll a {
	background:left top url( '../img/epg/date.gif' ) no-repeat;
}


.date-scroll a:hover {
	background:left top url( '../img/epg/date-ON.gif' ) no-repeat;
}

.date-scroll-ON a {
	background:left top url( '../img/epg/date-ON.gif' ) no-repeat;
}

.time-bar {
	position:absolute;
	width:640px;
	height:22px;
	top:58px;
	background:left top url( '../img/epg/timebar-bg.gif' ) no-repeat;
	z-index:1;
	overflow:hidden;
}

.timebar-mask-left {
	position:absolute;
	z-index:30;
	width:10px;
	height:22px;
	top:58px;
	left:0;
}

.timebar-mask-right {
	position:absolute;
	z-index:30;
	width:10px;
	height:22px;
	top:58px;
	right:0;
}

.handletime {
	position:absolute;
	z-index:40;  
	width:20px;
	padding:4px 0 4px 0;
	margin:0 4px 0 4px;
	font-size:11px;
	line-height:10px;
	font-weight:bold;
	text-align:center;
	top:2px;
}

.handletime span {
	font-size:9px;
	font-weight:normal;	
}

a.handletime:link, a.handletime:visited {
	text-decoration:none;
	color:#000;
}

a.handletime:hover {
	text-decoration:none;
	color:#f39;
}

.draghandle,
.draghandlemask {
	position:absolute;
	width:85px;
	height:22px;
}

.draghandle {
	z-index:20;
}

.draghandlemask {
	z-index:50;
	cursor:e-resize;
}
	
.timetabs {
	position:absolute;
	width:520px;
	height:22px;
	overflow:hidden;
	left:119px;
	top:93px;
}

.timetabs-mask-left, .timetabs-mask-right  {
	position:absolute;
	width:22px;
	height:22px;
	top:0;
	z-index:15;
}

.timetabs-mask-left {left:0;}
.timetabs-mask-right {right:0;}

.timetabswrap {
	position:relative;
	width:4368px;
	height:22px;
	z-index:5;
}

.timetabs .left {
	display:block;
	float:left;
	width:153px;
	height:22px;
	padding-left:15px;
	background-image:url("../img/epg/timetab-left.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

.timetabs .time {
	display:block;
	float:left;
	height:22px;
	padding-top:4px;
	font-size:11px;
	font-weight:bold;
	color:#000;
	background:url("../img/epg/timetab-bg.gif") repeat-x;
}

.timetabs .right {
	display:block;
	float:left;
	width:15px;
	height:22px;
	background-image:url("../img/epg/timetab-right.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

/* ----- DRAGGABLE CHANNEL HANDLE ----- */

.tvicons-scrollbar {
	position:absolute;
	width:10px;
	height:420px;
	overflow:hidden;
	left:5px;
	top:115px;
	background:url("../img/epg/tvicons-bg.gif") no-repeat top left;
	z-index:10;
}

.tvicons-mask-top {
	position:absolute;
	z-index:30;
	width:20px;
	height:20px;
	top:0;
	left:-5px;
}

.tvicons-mask-bottom {
	position:absolute;
	z-index:30;
	width:20px;
	height:20px;
	top:400px;
	left:-5px;
}

.tvicons-handle {
	position:relative;
	z-index:20;
	width:10px;
	cursor:n-resize;
}

.tvicons-handle-top {
	position:relative;
	z-index:20;
	width:10px;
	height:8px;
	background:#000 url("../img/epg/tvicons-handle-top.gif") no-repeat top;
	text-align:left;
}

.tvicons-handle-middle {
	position:relative;
	z-index:20;
	width:10px;
	background-color:#000;
}

.tvicons-handle-bottom {
	position:relative;
	z-index:20;
	width:10px;
	height:8px;
	background:#000 url("../img/epg/tvicons-handle-bottom.gif") no-repeat bottom;
}

/* ----- GENRE HIGHLIGHT ----- */

.highlight {
	float:left;
	cursor:pointer;
}

.highlight ol {
	float:left;
	display:none;
	background:#FFF;
	list-style: none;
	width:100px;
	border:1px solid #91a0b4;
}

.highlight .genre, {
	float:left;
	margin:-2px 0 0 0;
	margin:1px 0 0 0;
	width:80px;
}

.highlight .genre1,
.highlight .genre2,
.highlight .genre3,
.highlight .genre4,
.highlight .genre5,
.highlight .genre6,
.highlight .genre7,
.highlight .genre8,
.highlight .genre9,
.highlight .genre10,
.highlight .genre11,
.highlight .genre12 {
	clear:both;
	float:left;
	padding:2px 2px 2px 2px;
	color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	width:96px;
	margin:0;
}

.highlight .genre1 {border-bottom:4px solid #d50100}
.highlight .genre2 {border-bottom:4px solid #8c3916}
.highlight .genre3 {border-bottom:4px solid #ff6501}
.highlight .genre4 {border-bottom:4px solid #fddc03}
.highlight .genre5 {border-bottom:4px solid #87d600}
.highlight .genre6 {border-bottom:4px solid #009a08}
.highlight .genre7 {border-bottom:4px solid #11c6bf}
.highlight .genre8 {border-bottom:4px solid #018bd3}
.highlight .genre9 {border-bottom:4px solid #0049b8}
.highlight .genre10 {border-bottom:4px solid #000000}
.highlight .genre11 {border-bottom:4px solid #6b00fe}
.highlight .genre12 {border-bottom:4px solid #e91880}

a.dropdownON {
 	color:#FFF;
 	display:block;
 	float:left;
 	font-family:Arial, Helvetica, Verdana, sans-serif;
 	font-size:11px;
 	font-weight:bold;
 	height:25px;
 	text-decoration:none;
	background:transparent url("../img/forms/select_right.gif") no-repeat scroll top right;
 	padding-right:20px; /* sliding doors padding */
}

a.dropdownON span {
 	background:transparent url("../img/forms/select_left.gif") no-repeat;
 	display:block;
 	line-height:11px;
	padding:6px 0px 8px 8px;
	text-decoration:none;
}

.epg-dropdown {
	float:left;
	width:84px;
}

.watchtv-dropdown {
	float:left;
	width:192px;
}

/* ----- TILES ----- */

.col662 li.tile {
	float:left;
	list-style-type:none;
	padding:0 6px 10px 13px;
	width:145px;
	height:165px;
}

.col662 li.tile a.screen {
	float:left;
	width:140px;
	height:79px;
	margin-bottom:3px;
	background-position:center;
	background-repeat:no-repeat;
}

.col662 li.tile .thumb-details {float:left;width:145px;}

.col662 li.tile a.title {font-size:12px;font-weight:bold;color:#F39;}

.col662 li.tile .episode {font-size:11px;height:14px;width:145px;overflow:hidden;}

.col662 li.tile h2 {font-size:16px;margin-bottom:3px;width:145px;line-height:16px;}

.col662 li.tile h2 a {color:#666;}
.col662 li.tile h2 a:hover {color:#000}

/* ----- LISTS ----- */

.col324 ul,
.col445 ul,
.list662 ul {
	list-style-type:none;
}

.col324 li.list,
.col445 li.list,
.list662 li.list {
	float:left;
	width:100%;
	padding:10px 0 10px 0;
}

.col324 li a.screen,
.col445 li a.screen,
.list662 li a.screen {
	float:left;
	width:120px;
	height:68px;
	margin:0 10px 0 0;
	overflow:hidden;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url("../img/thumbs/Default-120x68.jpg");
}

.col324 .thumb-details {float:left;width:172px;}
.col445 .thumb-details {float:left;width:305px;}
.list662 .thumb-details {float:left;width:510px;}

.col324 li a.title,
.col445 li a.title,
.list662 li a.title {
	font-weight:bold;
	color:#F39;
}

.col324 li .episode,
.col445 li .episode,
.list662 li .episode {
	font-size:0.9em;
}

.col324 li .details,
.col445 li .details,
.list662 li .details {
	font-size:0.9em;
	color:#666;
}

.col662 .title {
	font-weight:bold;
}

.col662 p {
	margin-bottom:1.2em;
}

.col662 .desc .details {
	margin:0.7em 0 0.7em 0;
	font-size:0.95em;
}

.list662 h1 {
	float:left;
	margin-top:5px;
}

.col445 li h2, .list662 li h2 {
	float:left;
	width:100%;
	border-bottom:dashed 1px #CCC;
	padding:5px 0 7px 0;
	margin:5px 0 2px 0;
	font-size:1.3em;
}

.list662 .meaning {
	float:left;
	margin-top:5px;
	font-size:1.4em;
}

/* ----- SHOW SUMMARY ----- */

.hidden {
	display:none;
}

.unhidden {
	display:block;
}

.col662 .desc {
	float:left;
	width:159px;
	padding-right:15px;
}

.col662 .desc .episode {
	font-size:0.95em;
}

#desc-more-wrap {
	float:left;
	width:640px;
	margin:15px 0 5px 0;
}

#desc-more-wrap .advert {
	float:right;
	width:315px;
	height:250px;
}

#desc-more-wrap .advert .frame {
	position:relative;
	width:300px;
	height:250px;
	top:0;
	left:15px;
	overflow:hidden
}

#desc-more-wrap .advert .frame iframe {
	margin-left:-10px;
	margin-top:-15px;
}

.desc-more {
	width:305px;
}

.desc-more p {
	margin-bottom:1em;
}

/*----- SHOW MENU -----*/

.options {
	float:left;
	font-weight:bold;
	width: 109px;
}

.options h2 {
	margin-bottom:2px;
}

.option {
	float:left;
	margin-bottom:5px;
	width:109px;
}

a.option:link, a.option:visited, a.option-sub:link, a.option-sub:visited, a.option:hover, a.option-sub:hover {
	background:none;
	color:#F39;
}

.option-sub {
	font-size:0.95em;
	font-weight:normal;
}

.option .icon {
	float:left;
	border:0;
	width:13px;
	height:13px;
	margin-right:4px;
}

.col662 .options .icon-star {
	float:left;
	border:0;
	width:17px;
	height:17px;
	margin-left:1px;
}

.col662 .options .caption {
	float:left;
	width:100%;
	height:15px;
	font-size:11px;
	font-weight:normal;
}

/* ----- FORMS ----- */

.account-details {
	float:left;
	width:215px;
	padding-top:5px;
}

.account-details h2 {
	padding-bottom:5px;
}

.account-details p {
	margin-top:5px;
}

.account-password {
	float:left;
	width:404px;
	margin-left:5px;
	padding-left:15px;
	border-left:1px dashed #BBB;
}

#form662 {
	width:600px;
	margin-left:20px;
}

.account-password .field, #form662 .field {
	height:26px;
}

.account-password .hint, #form662 .hint {
	font-size:11px;
	line-height:12px;
}

.account-password label, #form662 label {
	float:left;
	font-weight:bold;
}

.account-password .hint {margin:0 0 15px 120px;}
#form662 .hint {margin:0 0 15px 140px;}

.account-password label {width:110px;}
#form662 label {width:130px;}

#form662 label.check-label {
	float:left;
	font-weight:normal;
	width:440px;
	margin:1px 0 0 5px;
}

#form662 .error, .account-password .error {
	color:#C00;
	font-weight:bold;
	padding:0 0 5px 140px;
}

.account-password .error {padding:0 0 5px 120px;}
#form662 .error {padding:0 0 5px 140px;}

.col662 li.points {
	margin:0 0 1em 20px;
	list-style-type: circle;
}

#channel-options .channels-select {
	padding:10px 0 5px 0;
}

#channel-options .channels-select ul {
	list-style-type:none;
}

#channel-options .channels-select li {
	float:left;
	width:160px;
	height:28px;
	overflow:hidden;
	font-size:11px;
	line-height:12px;
}

#channel-options input {
	float:left;
}

#channel-options label {
	float:left;
	width:134px;
	margin:2px 0 0 5px;
	font-size:11px;
}

.password {
	position:absolute;
	left:698px;
	top:234px;
	font-weight:bold;
	font-size:1.2em;
	color:#333;
}

/* ----- ONDEMAND COLUMNS ----- */

.demand {
	width:640px;
 	background:url("../img/modules/col-left-bg.gif") repeat-y top left;
	overflow:auto;
}

.demand .left {
	float:left;
	width:177px;	
}

.demand .left {display:inline;}

img.leftcol-top,
img.leftcol-bottom  {
	float:left;
	height:5px;
	width:177px;
}

.demand .left ul {
	float:left;
	list-style-type:none;
	width:150px;
	padding:5px 10px 0 15px;
}

.demand .left li {
	padding:1px 0 1px 0;
	font-weight:bold;
}

.demand .left li a {
	display:block;
	color:#666;
	width:100%;
}

.demand .left li a:hover {
	color:#000;
}

.demand .left li a.ON {
	color:#000;
}

.demand .left ul.suboptions-az {
	list-style-type:none;
	width:167px;
	padding:0 0 0 10px;
}

.demand .left ul.suboptions-az li {
	float:left;
	outline:none;
	text-decoration:none;
	margin:0 6px 3px 0;
	text-align:center;
	white-space:nowrap;
	font-size:1.2em;
}

.demand .left ul.suboptions-az li.ON a {
	color:#000;
}

.demand .left ul.suboptions-az a:link, .demand .left ul.suboptions-az a:visited {
	color:#666;
	background:none;
	width:27px;
	height:23px;
	padding-top:5px;
}

.demand .left ul.suboptions-az a:hover {
	color:#000;
}

.demand .left ul.suboptions-az .ON a:link, .demand .left ul.suboptions-az .ON a:visited, .demand .left ul.suboptions-az .ON a:hover {
	color:#000;
	outline:none;
	text-decoration:none;
}

.demand .left .date {
	margin:10px 0 0 9px;
}

.demand .col445 {
	float:right;
	display:inline;
	position:relative;
	width:445px;
}

.demand .col445 h1 {
	float:left;
	margin-top:5px;
}

.demand .clear {clear:both;background:none;}

/* ----- SEARCH ----- */

.search-home-left {
	float:left;
	width:290px;
}

.search-title {
	font-size:13px;
	font-weight:bold;
	color:#F39
}

.search-home-right {
	float:right;
	width:310px;
	padding-top:3px;
}

.search-home-radio {
	float:left;
	width:320px;
	font-size:11px;
}

.search-left {
	float:left;
	width:315px;
	font-size:11px;
	padding-top:2px;
}

.search-right {
	float:right;
	width:310px;
}

/* ----- PAGINATION ----- */

.pagination {
	float:left;
	padding-top:5px;
	font-size:0.95em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:16px;
	text-align:right;
}

.pagination a {color:#666;padding:0 2px 0 2px;}
.pagination a:hover {color:#000;}
.pagination a:active {color:#000;}

.pagination a.ON {color:#000;}

.pagination a.page-left,
.pagination a.page-right,
.pagination span.page-OFF {
	width:8px;
	height:13px;
}

.pagination a.page-right {padding-left:2px;background:url("../img/epg/page-arrow-right.gif") no-repeat top right;}
.pagination a.page-left {padding-right:2px;background:url("../img/epg/page-arrow-left.gif") no-repeat top left;}

/* ----- SITEMAP ----- */

ul.column, ul.level2, ul.level3 {list-style-type:none;}

.column a {color:#666;}
.column a:hover {color:#000;}
.column a:active {color:#000;}

.column {
	float:left;
	width:114px;
	border-left:dotted #CCC 1px;
	padding:0 5px 0 8px;
	margin:5px 0 5px 0;
	font-size:1.2em;
	font-weight:bold;
}

.column li {padding-bottom:7px;}

ul.level2 {
	margin:0.5em 0 0 0;
	font-size:0.85em;
	line-height:1em;
	font-weight:normal;
}

ul.level3 {
	margin:0.5em 0 0 10px;
	font-size:0.9em;
	line-height:1.1em;
}