/*	CSS CSMtvReplay version 3.2 June 2010	*/

/*	1.	GENERAL 	*/
/*	2.	HEADER 	*/
/*	3.	MENU	*/
/*	4.	SCHEDULE	*/
/*  5.  CAROUSEL  */

/** 1. General **/

body {
	text-align: left; 
    color: #fff; 
    background: #202138 url(../../media/bkgd/bkgd-nycity.jpg) no-repeat top center; 
    font-family: Arial, sans-serif; 
    font-size: 62.5%; /* Resets 1em to 10px */
}
#wrapper {
    width:990px;
    margin: 0 auto;
}
.white24 {
    font-size:44px;
    color:#fff;
    font-weight:bold;
}
.white12 {
    font-size:12px;
    color:#fff;
    font-weight:bold
}
.right {
    float:right
}


/** 2. Header **/
#header {
    width: 100%; 
    height:100%
}
#wrapperNavigation {
	width: 994px;
	height: 134px;
	margin: 0 auto;
	background: url(../img/topBarBg.png) no-repeat left center;
}
* html #wrapperNavigation {
    height:134px
}


/** 3. Menu **/
#menu {
	width: 984px;
	height: 39px;
	margin: 0 auto;
}
ol#navigation {
	margin: 13px 0 0 100px;
	position: relative;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	top:45px;
}
ol#navigation li {
	float: left;
	height: 50px;
}
ol#navigation li.seperator {
	width: 2px;
	height: 47px;
	background: transparent url(../img/topBarBorder.gif) no-repeat top left;
}
ol#navigation li.navigation.active {
	cursor: pointer;
	border-bottom: 3px solid #ff8020;
	background:none
}
ol#navigation li.navigation.current {
	border-bottom: 3px solid #ff8020
	cursor: pointer;
}
ol#navigation li.navigation.open {
	border-bottom: 3px solid #ff8020
}
ol#navigation li a {
	padding: 13px;
	display: inline-block;
	color: #f4f6f7;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	text-shadow: #00486c 2px 2px 3px;
	vertical-align: top;
	text-transform : uppercase
}
ol#navigation li:hover {
	border-bottom: 3px solid #ff8020;
	background:none;
}
ol#navigation li img {
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom: 12px;
	margin-left: -5px;
	cursor: pointer;
}
#wrapperMegamenu {
	width: 984px;
	margin: 0 auto;
	text-align: center;
	background: #000;
	display: none;
}
.megamenu {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	display: none;
	padding: 0 0 0 0;
	background: #000;
	position:relative;
	top:-45px
}
#subMenuPrograms {
    text-align:left; 
    width: 980px; 
    background: url(../img/dropdownBg.png) left bottom no-repeat; 
    height:465px;
    padding-bottom:55px
}
#subMenuPrograms .inner-content{
    width: 940px;
    padding: 10px 20px 10px;
    background: #000;
}
#subMenuPrograms h2{
    margin-bottom: 30px; 
    font: normal 2.0em Arial, Helvetica, sans-serif;
    color: #fff;
}
#subMenuPrograms h3{
    border-bottom: 1px solid #898989; 
    margin-bottom: 5px; 
    padding-bottom: 7px; 
    font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#subMenuPrograms h3.hidden-text{
    text-indent: -9999px;
}
#subMenuPrograms .program-columns{
    float: left; 
    width: 100%;
}
#subMenuPrograms .column{
    float: left; 
    width: 194px; 
    margin-right: 15px;
}
#subMenuPrograms ul{
    list-style: none; 
    margin-bottom:7px; 
    width: 204px;
}
#subMenuPrograms a{
    font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
}
#subMenuPrograms #programs-alphabetically h3 {
    color: #898989;
}
#subMenuPrograms .program-columns a{
    display: block; 
    width: 89%; 
    padding: 2px; 
    text-decoration: none;
}
#subMenuPrograms .program-columns .column ul {
    padding-left:0; 
    margin-left:1%
}
#subMenuPrograms .program-columns .column li {
    line-height:12px
}
#subMenuPrograms .program-columns .column ul li a:hover{
    background: #414646;
    text-decoration:none
}

/** 4. Schedule **/
/* SCHEDULE HEADER */
#headerSchedule {
    height:120px; 
    margin:0 auto; 
    width:984px
}
#headerSchedule #logoProgram {
    width: 740px; 
    height: 51px;
}
#headerSchedule #logoProgram img{
    float:left; 
    width: 140px; 
}
#headerSchedule .timer li{
    background: url(../img/timer_bg.png) no-repeat; 
    float:left;
    text-align:center;
    width:80px;
    margin-right:9px;
    padding:5px 0 0 0
}
#headerSchedule .timer li.sep{
    background: none; 
    float:left;
    text-align:center;
    width:7px;
    color:#fff;
    padding: 3px 0 0 0;
    font-size:44px
}
.nextMAJInfoHeader {
	 width: 736px;  
     height: 100px; 
     z-index: 10000; 
     margin:0 auto; 
     padding: 46px 0 0 0 ;
}
.nextMAJdate { 
	width: auto; 
    font-size: 11px; 
    font-weight: 700; 
    display: block; 
    padding-left: 15px; 
    position: relative; 
    top:-7px;
}
.latestMAJ {
	padding: 4px 40px 9px 15px;  
    margin: 0; width: auto; 
    background: url(../img/nav_fep_bar.png) no-repeat top right; 
    font-size: 10px; 
    text-decoration: none !important; 
    cursor: pointer !important; 
    color:#ff8020;
}	
.latestMAJ span{
	text-transform: uppercase; 
    font-size: 10px;
    color: #ffffff; 
    text-decoration: none !important; 
    margin-right:8px;
}


/** 5. Carousel **/

/* jcarousel */
.jcarousel-container { 
    position:relative; 
}
.jcarousel-clip { 
    z-index:2; 
    padding:0; 
    margin:0; 
    overflow:hidden; 
    position:relative; 
}
.jcarousel-list { 
    z-index:1; 
    overflow:hidden; 
    position:relative; 
    top:0; 
    left:0; 
}
.jcarousel-list li, .jcarousel-item { 
    float:left; 
    list-style:none; 
}
.jcarousel-next { 
    z-index:3; cursor:pointer; 
}
.jcarousel-prev { 
    z-index:3; cursor:pointer; 
}
.jcarousel-prev-disabled, .jcarousel-next-disabled { 
    filter:alpha(opacity=35)!important; 
    -moz-opacity:.35!important; 
    opacity:0.35!important; 
}

/* index carousel */
#iCarousel {
    background: url(../img/trans_bg.png) repeat top left; 
    overflow:hidden; 
    padding:10px; 
    margin: 12px 0 12px 0
}
#iCarousel .h2 { 
    font-size:20px; 
    color:white; 
    font-weight:bold; 
}
#iCarousel .h3 { 
    font-size:14px; 
    font-weight:bold; 
    text-transform:uppercase; 
    color:#8035b4; 
    padding-bottom:10px; 
}
#iCarousel .jcarousel-container { 
    width:817px; 
    /*height:99px;*/ 
    padding:0 30px; 
    overflow:hidden; 
    margin:0 auto; 
}
#iCarousel .jcarousel-clip { 
    width:817px; 
}
#iCarousel .jcarousel-item {
    background: url(../img/play-li-bg.gif) no-repeat top left;  
    position:relative; 
    padding:3px; 
    width:196px; 
    margin: 0 0 0 3px
}
#iCarousel .jcarousel-next { 
    width:23px; 
    height:37px; 
    background:url(../img/buttons-miscellaneous.png) no-repeat -126px -570px; 
    position:absolute; 
    right:0px; 
    top:57px; 
}
#iCarousel .jcarousel-prev { 
    width:23px; height:37px; 
    background:url(../img/buttons-miscellaneous.png) no-repeat -100px -570px; 
    position:absolute; 
    left:0px; 
    top:57px; 
}
#iCarousel li h2 a { 
    display:block; 
    width:163px; 
    background:#0e161d; 
    padding:5px 10px 5px 14px; 
    filter:alpha(opacity=70); 
    opacity:0.70; 
    -moz-opacity:0.70; 
    color:#fff; 
    line-height:16px; 
    font-weight: bold;
    font-size:12px
}
#iCarousel li .h4 a { 
    display:none; 
    width:163px; 
    background:#0e161d; 
    height:30px; 
    overflow:hidden; 
    padding:0 10px 5px 14px; 
    filter:alpha(opacity=70); 
    opacity:0.70; 
    -moz-opacity:0.70; 
    color:#ff8020; 
    font-size:11px; 
    line-height:16px; 
    font-weight:bold; 
}
#iCarousel li:hover h2 a { 
    padding-bottom:0; 
}
#iCarousel li:hover .h4 a { 
    display:block; 
}
#iCarousel li .text { 
    position:absolute; 
    bottom:53px; 
    left:1px; 
    color:white; 
}


/* WHERE I AM */
.ou-suis-je {
    font-size: 10px; 
    color: #FFF;
    padding-bottom:3px
}	
.ou-suis-je A{
    font-size: 10px; 
    color: #ff8020
}

/* VIDEO SELECT CONTENT */
#contentWrapper { 
    position: relative; 
    z-index: 1; 
}
#contentWrapper .position {
    height:37px
}
.search{
font: 800  13px arial, sans-serif;
color: #aaa;
background:transparent;
border: 0px;
outline:none;
}
#colL {
    background:url(../img/shows-footer.png) no-repeat -2px bottom; 
    overflow:hidden; 
    margin: 12px 0 12px 0
}
#colL .colLContent {
   padding: 13px 0 5px 13px;  height:435px; margin-bottom:54px;
   background: url(../img/shows-player-content.png) no-repeat top left;
}
h3.title{
    font-size:21px;font-weight:bold;margin-right:15px;margin-top:3px;clear:both;
}   


  
    
/* VIDEOS LISTING */
div.contentVideos{
   height:auto; 
   padding:5px; 
   width:970px; 
}
.videoLayer ul {
   padding:6px;
   margin-top:8px; 
   width:990px;
   height:480px
}
.contentVideos li {
   height:170px; 
   margin-right:6px
}
.contentVideos ul li:hover {
   background: url() repeat-x left top
}
.contentVideos ul li:hover, .contentVideos ul li h4:hover, .contentVideos ul li h5:hover, .contentVideos ul li h3:hover {
   text-decoration: none; color:#ff8020
}
.contentVideos li h3 {
   font-size: 1em;
   color:#E0E0E0;
   text-transform: uppercase
}
.contentVideos li h4 {
   font-size:12px; 
   text-transform: uppercase;
   color:#fff
}
.contentVideos li h5 {
   font-size:1em;
   color:#666;
   height:auto;
   mtimeargin-top:.3em;
}
.contentVideos li img.avatar:hover {
   border: 1px solid white
}
.contentVideos li img.avatar {
   border: 1px solid #808080
}
.contentVideos li img.new {
   position:absolute; 
}
.contentVideos span{
   color: #f55f07 ; 
   font-weight:bold
}
.contentVideos span strong{
   color: #ffffff ; 
}
.contentVideos .layer2 {
   position:absolute; 
   left:20px
   width:90px; 
   border: none; 
   float:right
}


/* WHATS ON */
#g_panel_300 {
    height:430px; width:100%
}
ul.whatson em {
    color: #ff8020; font-size:9px
}
ul.whatson li ul.channels {
	display: none;
}
ul.whatson li.selected ul.channels {
	display: block;
}
ul.whatson li.selected ul.channels li ul.programmes {
	display: none;
}
ul.whatson li.selected ul.channels li.selected ul.programmes {
	display: block;
}
ul.whatson li {
	float: left; width: 150px; font-size: 13px; line-height: 25px; text-align: center; color: #000000; font-weight: normal; background: #081f29;
}
ul.whatson li a {
	outline: none;
}
ul.whatson li a.today, ul.whatson li a.yesterday {
	color: white; text-decoration: none; display: block;
}
ul.whatson li.selected a{
	background: #ffa518; line-height:25px  
}
ul.whatson li.selected a, ul.whatson li.selected, ul.whatson li a.yesterday:hover, ul.whatson li a.today:hover {
	color: #333;
}
ul.whatson li.selected a.yesterday, ul.whatson li.selected a.today {
	cursor: default;
}
ul.whatson li ul.channels {
	width: 300px; margin-top: 10px; overflow: hidden;
}
ul.whatson li.today ul.channels {
	margin-left: -150px;
}
ul.whatson li ul.channels li {
	float: left; font-size: 12px; line-height: 13px; text-align: left; width: 46px; padding-right: 10px; margin-right: 10px;
}
ul.whatson li ul.channels li a.itv1, ul.whatson li ul.channels li a.itv2, ul.whatson li ul.channels li a.itv3, ul.whatson li ul.channels li a.itv4 {
	display: block; height: 13px; width: 46px; color:white; padding: 0px 4px 4px 4px
}
ul.whatson li ul.channels li.itv1 {
	margin-left: 10px;
}
ul.whatson li ul.channels li.itv4 {
	padding-right: 0; margin-right: 0; background: none;
	}
ul.whatson li ul.channels li.selected a.itv1, ul.whatson li ul.channels li a.itv1:hover {
	background: #081f29;
}
ul.whatson li ul.channels li.selected a.itv2, ul.whatson li ul.channels li a.itv2:hover, ul.whatson li ul.channels li.selected a.itv3, ul.whatson li ul.channels li a.itv3:hover, ul.whatson li ul.channels li.selected a.itv4,
ul.whatson li ul.channels li a.itv4:hover {
	background: #666;
}
ul.whatson li ul.channels li ul.programmes {
	width: 280px; padding-top: 1px; background: transparent url(http://www.itv.com/_app/itvplayer/images/dot-grey.gif) top repeat-x;margin: 10px 10px 0 0; overflow-y: auto; height: 200px;
}
body#programmesindex ul.whatson li ul.channels li ul.programmes {
	height: 180px;
}
ul.whatson li ul.channels li.itv2 ul.programmes {
	margin: 10px 10px 0 -66px;
}
ul.whatson li ul.channels li.itv3 ul.programmes {
	margin: 10px 10px 0 -132px;
}
ul.whatson li ul.channels li.itv4 ul.programmes {
	margin: 10px 10px 0 -198px;
}
ul.whatson li ul.channels li ul.programmes li {
	text-indent: -9999px; text-indent: 0; font-size: 12px; line-height: 29px; text-align: left; padding: 0; margin: 0; padding-bottom: 1px;
	background: transparent url(http://www.itv.com/_app/itvplayer/images/dot-grey.gif) bottom repeat-x; clear: both; overflow: hidden; display: block; width: 256px;
}
ul.whatson li ul.channels li ul.programmes li.simEnabled span.title, ul.whatson li ul.channels li ul.programmes li.bbEnabled span.title{
	margin-left: 30px; color: #2faadb;
}
ul.whatson li ul.channels li ul.programmes-scroll li {
	width: 256px;
}
ul.whatson li ul.channels li ul.programmes li span.time {
	color: #333; background: transparent url('http://www.itv.com/_app/itvplayer/images/whatson-grey-bg.jpg') 0 0 no-repeat; padding: 5px 9px;
}
ul.whatson li ul.channels li ul.programmes a span.time, ul.whatson li ul.channels li ul.programmes li.simEnabled span.time {
	color: #fff; background: transparent url('http://www.itv.com/_app/itvplayer/images/whatson-blue-bg.jpg') 0 0 no-repeat;
}
ul.whatson li ul.channels li ul.programmes li span.title {
	color: #999; margin-left: 30px;
}
ul.whatson li ul.channels li ul.programmes a {
	text-decoration: none; display: block; background: transparent url(http://www.itv.com/_app/itvplayer/images/play-arrow-blue.png) 54px 6px no-repeat;
}
ul.whatson li ul.channels li ul.programmes a span.title {
	color: #2faadb;
}
ul.whatson li ul.channels li ul.programmes a:hover {
	background: transparent url(http://www.itv.com/_app/itvplayer/images/play-arrow-grey.png) 54px 6px no-repeat;
}	
ul.whatson li ul.channels li ul.programmes a:hover span.title {
	color: #333;
}


/* COMMUNITY BLOCK */	
#accordion h3 a {
    color:#fff; font-size:15px; background:#010101 url(../effects/accordeon/toogleHeaderBg.gif) no-repeat;
}

/* Vertical Accordions	*/	
#communityBlock	.accordion_toggle {
	background:#010101 url(../effects/accordeon/toogleHeaderBg.gif) no-repeat; border-bottom:1px solid #1d1d1d; color:#ffffff; font-weight:bold; font-size:12px; cursor:pointer; display: block; height: 40px; width: 290px; padding: 0 10px 0 10px; line-height: 30px; font-weight: normal; text-decoration: none; outline: none; margin: 0 0 0 0;
}
#communityBlock	.accordion_toggle_active {
	background: url(../effects/accordeon/toogleHeaderBg.gif) no-repeat top left ; color: #ffffff; height:30px;padding-bottom:6px	
}
#communityBlock .ui-widget-content {
    background-color: #ffffff; color: #444444; overflow: hidden; font-size:10px; width:290px
}
#communityBlock .ui-widget-content h2 {
	margin: 15px 0 5px 10px; color: #0099FF; font-size:11px
}
#communityBlock	.ui-widget-content p {
    line-height: 150%; padding: 5px 10px 15px 10px;
}
#communityBlock form {
	margin: 10px 10px 10px 0;
}
#communityBlock ul.accountForm {
	padding-left:10px; width:290px
}
#communityBlock ul.accountForm li {
    width:290px; height:19px
}
#communityBlock label {
	float: left; padding-top: 8px; clear: both; width: 75px; display: block; font-size:11px;
}
#communityBlock input.field {
	border: 1px #1A1A1A solid; background: #414141; margin-right: 5px; margin-top: 4px; width: 150px; color: white; height: 16px;
}
#communityBlock input:focus.field {
	background: #545454;
}
#communityBlock input.bt_login {
	display: block; float: left; clear: left; height: 24px; text-align: center; cursor: pointer; border: none; font-weight: bold; margin: 10px 0; width: 24px;
}
#communityBlock .lost-pwd {
	display: block; float:left; clear: right; padding: 15px 5px 0; font-size: 0.95em; text-decoration: underline;
}
#communityBlock .viewComment {
    padding: 0px 5px 5px 5px
}
#communityBlock .viewComment ul li {
   height:40px; border-top: #ccc 1px solid;margin:2px; padding:4px
}
#communityBlock .viewComment ul li img {
   width:30px; height:30px; float:left; margin-right:4px; padding-bottom:17px
}
#communityBlock .viewComment ul li span.autorComment {
   font-weight: bold; font-size:11px 
}
#communityBlock .viewComment ul li span.comment {
   font-size:10px 
}
#communityBlock .viewComment ul li span.dateComment {
   #E0E0E0; font-size:9px;
}
#communityBlock #postComment p {
   height:0px; width:270px
}    
#communityBlock #postComment input#pseudo, input#email, input#site {
   background: #E0E0E0; margin-right: 5px; margin-top: 4px; width: 130px; color: black; height: 16px;
}
#communityBlock #postComment label {
   float:left; width:115px
}
#communityBlock #postComment textarea#texte {
   background: #E0E0E0; margin-right: 5px; margin-top: 0px; width: 120px; color: black; height: 26px;
}
#communityBlock #postComment p.submit {
}


/* FOOTER */
#footer{
   background-attachment:fixed; background:transparent url(../images/containers/footer_top_bg.png) repeat-x 0 7px; height:96px; border-top:1px solid #444444;
}
#footerWrapper_bottom{
   background:#181818 url(../images/containers/footer_bot_bg.png) repeat-x; padding:15px; margin-top:-2px;
}
#footerContent{
   width: 100%; margin: auto; color: #aaaaaa; height: 97px; padding-top: 5px; 
}
#footerContent a:link, #footerContent a:visited, #footerContent a:hover{
   color: #aaaaaa; text-decoration: none;
}
#footerContent a:hover{
   text-decoration: underline;
}
#footer .colLeft{
   width: 180px; float: left; font-weight: bold; padding-left:5%
}
#footer .colLeft h2{
   font-size:14px; color:#fff; font-weight: bold;
}
#footer .colLeft ul{
   padding-left:8px
}
#footer .colRight {
   width: 820px; float: left;
}
#footer .colRight .ad{
   width: 470px; padding: 0 0 12px 0; margin: 0 auto;
}
#footer .colRight ul.moreInfos{
   float: none; width:480px; margin: 0 auto
}
#footer .colRight ul.copyright{
   float: none; width:350px; margin: 0 auto
}
#footer .colRight li{
   float: left; background: url(../images/miscellaneous/dot.gif) no-repeat center right; padding-right:10px; padding-left:5px
}
#footer .colRight li.last{
   background: none; padding-right:0px
}
#footerContent a.csmLogo {
   position: relative; float: right; right:10px; top:-15px; height:50px
}
#footerContent a.csmLogo img {
   width:60px; height:60px
}