@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(images/html-foxcrime-black-red-bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
.interview {
	background-image:none;
	padding:10px;
}
hr {
	color:#444;
	background-color:#444;
	height:1px;
	border:none;	
}
.font11px {
	font-size:11px;
}
.font10px {
	font-size:10px;
}
.font13px {
	font-size:13px;
}
.font14px {
	font-size:14px;
}
form, select {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
select {
	border: 1px solid #CCCCCC;
}

.dropselect {
	font-size:12px;
	height:20px;
	font-weight:bold;
	margin-top: 4px;
	border: 1px solid #CCCCCC;
}

.srchF {
	font-size:12px;
	color:#666666;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	height:22px;
	width:140px;
	margin-right:10px;
	margin-left:5px;
	position:relative;
	top:-3px;
}

#header {
	width:930px;
	margin:0 auto;
	height:114px;
}
#logowrappers {
	position:relative;
	height: 114px;
}
#navbar {
	height:32px; 
	background-image:url(images/navbar_bgr.png); 
	background-repeat:repeat-x; clear:both; 
	padding-left:20px; padding-right:20px;	
}

#menubar {
	width:930px;
	margin:0 auto;
	height: 32px;
	background-image:url(images/menubar-foxcrime-bg.jpg);
	background-repeat:no-repeat;
	background-color:#292929;
}
	#menubar ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#menubar ul li {
		float:left;
	}
		#menubar ul li a {
			display:block;
			padding:0px 15px 0px 15px;
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			font-size:13px;
			line-height:32px;
			font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
			width:auto;
		}
		#menubar ul li.activeItem {
			background-image:url(images/menubar-bg-active.gif);
			background-repeat:repeat-x;
			padding:0px 15px 0px 15px;
			background-color:#FFFFFF;
			color:#000000;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			font-size:13px;
			line-height:32px;
			font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
			cursor:default;
		}
		#menubar ul li a:hover, #menubar ul li a:active, #menubar ul li a:focus {
	background-image:url(images/menubar-bg-hover.gif);
	background-repeat:repeat-x;
	background-color:#343434;
	text-decoration:none !important;
		}
		#menubar ul li.activeItem a {
			display:inherit;
			padding:0px;
			color:#000;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			font-size:13px;
			line-height:32px;
			font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
			width:auto;
		}
		#menubar ul li.activeItem a:hover {
			background-image:none;
			background-color:transparent !important;
		}

#bgwrapper {

}
a {
	color: #EB2B28;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #ED8E1B;
	text-decoration: underline;
}

a.orangeArrow:link, a.orangeArrow:visited {
	background-image:url(images/arrow-orange.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-right:7px;
	text-decoration:underline;
}
a.orangeArrow:hover {
	text-decoration:none;
	background-image:url(images/arrow-orange-full.gif);
}
a.nolink {
	color: #EB2B28;
	text-decoration: none !important;
	cursor:default;
	background-image:none !important;
}
a.nolink:hover, a.nolink:active, a.nolink:focus {
	color: #EB2B28;
	text-decoration: none;
	cursor:default;
	border-bottom:none !important;
	background-image:none !important;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/dots-h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}
h1.logo {
	width:203px;
	height:60px;
	padding:0;
	margin:14px 0px 0px 0px;
	position:absolute;
	display:block;
	background-image:none;
}
h1.logo a {
	display:block;
	width:203px;
	height:60px;
	background-image:url(images/fox_crime_logo.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color: transparent;
}
h1.logo a span {
	position:absolute; top:-1000px;
}
h3 {
	color:#FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:4px 0px 15px 0px;
}
h4 {
	font-size:13px;
	margin:0px 0px 8px 0px;
}
h4 span {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin-top:2px;
}
h5 {
	font-size:11px;
	font-style:italic;
	color:#999;
	margin:0px 0px 10px 0px;
}
#searchField {
	position:absolute;
	right:2px;
	height:45px;
	top: 42px;
	width: 180px;
	background-image: url(images/search-field.gif);
	background-repeat: no-repeat;
}
#channelLogos img {
	margin-left: 26px;
}
#mainwrapper {
	background-color: #000;
	width: 914px;
	margin: 0 auto;
	padding: 8px;
	clear:both;
}
#footer {
	width:920px;
	padding:8px 8px 50px 2px;
	margin:0 auto;
	clear:both;
	background-color:#000;
}
#footerDiv {
	clear:both; height:30px;	
}
#footerLinks {
	float: left;
	width: 700px;
}
#footerLinks a {
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-size: 13px;
	border-right: 1px solid #EB2B28;
	color:#FFF !important;
}
.noborder {
	border: none !important;
}

#design {
	float: right;
	text-align:right;
	font-size:11px;
	color:#555;
	width: 200px;
}
/*#design img {
	position:relative;
	bottom: -1px;
}*/
#copyright {
	font-size:11px;
	color:#838383;
	padding-left: 10px;
}
#colWrapper {
	clear:both;	
}
#leftCol {
	float:left;
	width:605px;
}
.seriesHomePage {
	background-image:url(images/header-big-series-foxcrime.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:44px;
}
#rightCol {
	float:right; 
	width:300px; 
}
#leftColInnerPage {
	float:left;
	width:200px;
}
#rightColInnerPage {
	float:right;
	width:700px;
	padding-bottom:20px;
}
.mediaContainer {
	 padding-bottom:8px;
	 height:250px;
}
.actualno h2 {
	font-size:18px;
	
}
.actualno h3 {
	font-size:14px;
}
.mask {
	background-image:url(images/kare-actualno-crime-mask.png);
	background-repeat:no-repeat;
}
.actualnoText {
	height:151px;
	padding:0px 17px 20px 225px;
}
.redTitle {
	padding:0px 0px 0px 10px;
	margin:8px 0px 8px 0px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#9E0404;
	color:#FFF;
	height:28px;
	background-image:url(images/title-red.jpg);
	background-repeat:no-repeat;
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	line-height:26px;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EB2B28;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	text-transform: uppercase;
}
h2.programata {
	color:#FFF;
	font-size:15px !important;
}

.titlesEnBG {
	padding-left:10px;
	padding-right:10px;
}
h2.seriesTitleBg {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	margin-bottom:7px !important;
	text-transform:none;
}
h2.seriesTitleEn {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#C10100;
	margin-bottom:0;
	text-transform:none;
}
.orangeTitle {
	padding:0px 0px 0px 10px;
	margin:0px 0px 8px 0px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#B09A54;
	color:#FFF;
	height:28px;
	background-image:url(images/title-orange.jpg);
	background-repeat:no-repeat;
	font-family: "Century Gothic", Arial, Geneva, sans-serif;
	line-height: 26px;
}
#margins {
	padding-left:30px;
	padding-top:20px;
}
#margins h1 {
	color:#C10100;
}
#margins p {
	padding-right:20px;
}
.captionLeft {
	margin-right:15px;
	margin-bottom:12px;
}
#currentNew img {
	margin-right:15px;
	margin-bottom:12px;
	padding:1px;
	background-color:#000;
	border: 2px solid #5F5F5F;
}
#heroes img {
	margin-bottom:12px;
	padding:1px;
	background-color:#000;
	border: 2px solid #5F5F5F;
}
#margins div.newsArchive, #margins div.NavTitle {
	margin-right:20px;
}

/* titles */
#indexNewsTitle {
	display:block;
	width:68px;
	height:14px;
	background-image:url(images/title_index_news.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
	#indexNewsTitle span {
		position:absolute;
		top:-2000px;
	}
	
#indexSeriesTitle {
	display:block;
	width:83px;
	height:14px;
	background-image:url(images/title_index_series.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
	#indexSeriesTitle span {
		position:absolute;
		top:-2000px;
	}
#indexProgrammeTitle {
	display:block;
	width:113px;
	height:17px;
	background-image:url(images/title_index_programme.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
	#indexProgrammeTitle span {
		position:absolute;
		top:-2000px;
	}
/* titles end */

.seriesBoxIndex {
	background-image:url(images/index_series_kare_foxlife.jpg);
	background-repeat:no-repeat;
	padding:13px 17px 0px 17px;
}
.newsBoxIndex {
	background-image:url(images/index_news_kare_foxcrime.jpg);
	background-repeat:no-repeat;
	padding:13px 17px 17px 17px;
	background-position:top right;
}
.progIndexBox {
	background-image:url(images/programme-boxindex-bg.jpg);
	background-repeat:no-repeat;
	padding:13px 17px 17px 17px;
	height:211px;
}
.hour {
	width: 40px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #333;
	font-family: "Century Gothic", Arial, Geneva, sans-serif;
	background-color:#5B0101;
	font-size:13px;
}
.centuryfont {
	font-family: "Century Gothic", Arial, Geneva, sans-serif;
}

/* promo box */
#promoBoxIndex {
	height:90px; 
	padding:38px 17px 20px 225px; 
	background-image:url(images/promo-box-bg.jpg); 
	background-repeat:no-repeat;
}

.progTableIndex td {
	padding: 7px;
	
}
.progTableIndex td a {
	color:#CCC;
}
.progTableIndex td a:hover {
	color:#FFF;
}
.ProgIndex {
	list-style-type:none;
	margin:15px 0 8px 0px;
	padding:0;
}
.ProgIndex li {
	float:left;
	display:block;
	width:280px;
	padding-left:2px;
}
.dotsH {
	background-image: url(images/dots-h.gif);
	background-repeat: repeat-x;
	background-position: top left;	
}
.dotsHdown {
	background-image: url(images/dots-h.gif);
	background-repeat: repeat-x;
	background-position: bottom left;	
}
.ProgIndexSeries {
	padding-top:5px;
}
.ProgIndexSeriesBrowse {
	text-align:right; 
	height: 20px; 
	padding-top:1px; 
	padding-bottom:2px;	
}

.ProgIndexPicHolder {
	float:left; 
	width:130px;
}
.ProgIndexOnAir {
	float:right; 
	width:138px;
	padding-right:10px;
}
.ProgIndexOnAir img {
	position: relative;
	top: 3px;
	margin-right:7px;
}
.ProgIndexOnAir p {
	color: #ED8E1B;
	font-size: 16px;
	line-height: 15px;
	margin: 7px 0px 10px 0px;
	font-weight: bold;
}
.ProgIndexOnAir p a {
	color:#FFF;
	text-decoration:none;
}
.ProgIndexOnAir p a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #EB2B28;
}
.ProgIndexOnAir p a.orangeArrow {
	background-position: right 7px;
	text-decoration:none;
}
.ProgIndexTeaser {
	padding:5px 10px 5px 0px; 
	font-size:11px;
}
.ProgIndexFullProg {
	text-align:right; 
	padding:5px 10px;
}

#alphaBar {
	padding:7px;
	text-align:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-bottom-color: #333;
	background-color: #000;
	position:relative;
	width:auto;
}
#alphaBar a {
	padding-left:2px;
	padding-right:2px;
	color:#CCC;
}
#alphaBar a:hover {
	color:#FFF;
	background-color:#6B0908;
	text-decoration:none;
}
#alphaBar a.allseries {
	color:#FFF;
	text-decoration:underline;
	margin-right:10px;
	background-image:url(images/pic-next-arrow.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	display:block;
	position:absolute;
	right:505px;
	width:70px;
	text-align:left;
	background-position:2px center;
}
#alphaBar a.allseries:hover {
	color:#C10100;
	text-decoration:none;
	margin-right:10px;
	background-image:url(images/pic-next-arrow-hover.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	background-color:#000;
}

.imgBorder {
	padding:1px;
/*	background-color:#C3C3C3;*/
	background-color:#000;
	border: 2px solid #5F5F5F;
}
a:hover img.imgBorder {
	border: 2px solid #720A09;
}

.infoCols {
	padding: 0px;
	list-style-type: none;
	margin:0px 0px 5px 0px;
}
.infoCols li {
	display:block;
	float:left;
	width: 300px;
	padding:0;
	margin:0;
}
p.item {
	border-bottom: 1px solid #333;
	margin:0px 0px 14px 0px;
	padding:0px 0px 10px 0px;
}
p.item span {
	color:#9f9f9f;
	font-size:11px;
	font-weight:bold;
	margin-bottom:2px;
}
p.item a {
	background-image:url(images/arrow-grey.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right:7px;
	color:#FFF;
	background-color:#666;
	font-size:11px;
	font-weight:bold;
	padding-left:2px;

}
p.item a:hover {
	background-image:url(images/arrow-grey-full.gif);
	background-color:#6B0908;
	text-decoration:none;
	color:#FFF;
}
p.item a.newstitle {
	color:#9f9f9f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	background-image:none;
	background-color:transparent;
}
p.item a.newstitle:hover {
	color:#F2F2F2;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	background-image:none;
}
a.readmore {
	background-image:url(images/arrow-grey.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	padding-right:7px;
	color:#FFF;
	background-color:#666;
	font-size:11px;
	font-weight:bold;
	padding-left:2px;

}
a.readmore:hover {
	background-image:url(images/arrow-grey-full.gif);
	background-color:#6B0908;
	text-decoration:none;
	color:#FFF;
}

.seriesInfo {
	padding-bottom:8px;
	margin-bottom:9px;
	border-bottom:1px solid #333;
}
div.seriesInfo:hover {
	background-image:url(images/seriesinfobg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
div.seriesBoxIndex div.seriesInfo:hover {
	background-image:none !important;
}
div.seriesInfo:hover img.imgBorder{
	border: 2px solid #720A09;
}
div.seriesInfo:hover a {
	color: #ED8E1B;
	text-decoration:underline;
}

.seriesInfo span {
	display: block;
	color:#ED8E1B;
	font-size:13px;
	margin-bottom:8px;
}
.seriesInfoPic {
	float:left;
	width:125px;
}
.seriesInfoDesc {
	float:right; 
	width:140px;	
}
.rowlist {
	list-style-type:none;
	margin:0px 0px 5px 0px;
	padding:0;
}
.rowlist li {
	width:auto;
	border-bottom:1px solid #333;
	background-image:url(images/bullet-red.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding: 3px 10px 4px 10px;
}
.rowlist li:hover {
	background-image:url(images/bullet-orange.gif);
}
.rowlist li a {
	color:#CCC;	
}
.rowlist li a:hover {
	color:#FFF;	
}
.rowlist li.video {
	width:auto;
	background-image:none;
	border-bottom:1px solid #000;
	padding:0;
	background-color:#1E1E1E;
}

.rowlist li.video a.videoactive {
	display:block;
	padding: 2px 20px 3px 10px;
	color:#FFF;
	font-weight:bold;
	background-color:#474747;
	background-image:url(images/icon-rowlist-play-orange.gif);
	background-repeat:no-repeat;
	background-position: right center;
	text-decoration:none;
}
.rowlist li.video a.videoactive:hover {
	display:block;
	padding: 2px 20px 3px 10px;
	color:#FFF;
	font-weight:bold;
	background-color:#474747;
	background-image:url(images/icon-rowlist-play.gif);
	background-repeat:no-repeat;
	background-position: right center;
	text-decoration:none;
}

.rowlist li.video a.play {
	display:block;
	padding: 2px 20px 3px 10px;
	color:#CCC;
	font-weight:bold;
}
.rowlist li.video a.play:hover {
	background-color:#474747;
	text-decoration:none;
	color:#FFF;
	background-image:url(images/icon-rowlist-play.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
.beigecolor {
	color: #999;
}
.newsArchive {
	background-color:#000;
	padding:10px 20px 10px 20px;
	border-bottom:1px solid #444;
	background-image: url(images/newsarchivebg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;

}
div.newsArchive a.orangeArrow:visited {
	color:#ccc !important;
	background-image:url(images/arrow-grey.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-right:7px;
	text-decoration:underline;
}
div.newsArchive a.orangeArrow:hover {
	color:#ED8E1B;
	background-image:url(images/arrow-orange-full.gif);
	background-position:right 4px;
	background-repeat:no-repeat;
	font-weight:bold;
	padding-right:7px;
	text-decoration:none;
}

.bordersTopDown {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top:3px;
	padding-bottom:4px;
	margin-top:30px;
}

.NavTitle {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	background-image: url(images/subnav-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 22px;
}

.pageNav {
	text-align: center;
	margin-top: 15px;
	padding-left:156px;
	text-align:center; 
	position:relative;	
}
	.pageNav a {
		width:auto;
		padding:2px 6px 2px 6px;
		display:block;
		float:left;
		margin-right:6px;
		color:#CCC;
		border:1px solid #222;
	}
	.pageNav a:hover {
		text-decoration: none;
		background-color:#333;
		color:#FFFFFF;
		border:1px solid #444;
	
	}
	.pageNav span {
		width:auto;
		padding:2px 6px 2px 6px;
		display:block;
		float:left;
		margin-right:6px;
		border:1px solid #000;
	}
		.pageNav span.clicked {
			width:auto;
			background-color:#A10E07;
			color:#FFFFFF;
			display:block;
			float:left;
			margin-right:6px;
			font-weight:bold;
			border:1px solid #C11209;
		}
.pageNav div {
	position:absolute; 
	left:17px;	
	font-size:11px;
	color:#999;
}

.colListBasic {
	list-style-type:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 26px;
}
.colListBasic li {
	float:left;
	padding-right:16px;
	text-align:center;
	font-size:11px;
	color:#CCC;
	width:118px;
}
.colListBasic li span {
	width:auto;
	display:block;
	padding-bottom:7px;
	padding-top:5px;
	background-color:#333;
	border-bottom:1px solid #444;
	margin-bottom:20px;
}
.colListBasic li:hover span {
	background-color:#000;
	
}
.colListBasic li.cast {
	float:none;
	margin-right:16px;
	text-align:center;
	font-size:11px;
	width:auto;
	margin-bottom:15px;
	padding-bottom:10px;
	color: #FFF;
/*	background-image:url(images/dots-h.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}
.colListBasic li.cast img {
	float:left;
}
.colListBasic li.cast div {
	width:380px;
	display:block;
	float:left;
	background-color:transparent;
	border-bottom:none;
	margin-bottom:0px;
	padding-left:15px;
	text-align:left;
}
.colListBasic li.cast div h4 {
	color:#C10100;
	margin-bottom:0px;
}
.colListBasic li.cast div p {
	margin:0;
	font-size:12px;
	background-image:url(images/dots-h.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:5px;
}

.colList {
	list-style-type:none;
	margin:40px 0px 10px 0px;
	padding:0;
}
.colList li {
	background-image:none;
	width:280px;
	margin-left:17px;
	margin-bottom:25px;
	float:left;
}


a.prev {
	background-image:url(images/pic-prev-arrow.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:10px !important;	
}
a.prev:hover {
	background-image:url(images/pic-prev-arrow-hover.gif);
}
a.next {
	background-image:url(images/pic-next-arrow.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-right:10px !important;
	color:#CCC;
}
a.next:hover {
	background-image:url(images/pic-next-arrow-hover.gif);
}
.banner468x60 {
	text-align:center;
	padding-top:20px;
	margin-bottom:40px;
	margin-top:20px;
	background-image:url(images/dots-h.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.studio {
	padding-left:10px; 
	border-bottom:1px solid #666; 
	color:#999; 
	font-size:11px; 
	font-style:italic;	
}

#seriesTabs {
	list-style-type:none;
	margin:8px 0px 0px 0px;
	padding:0;
	height:28px;
	border-bottom:1px solid #666;
}
#seriesTabs li {
	background-image:none;
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	font-family: "Century Gothic", Verdana,Arial, Helvetica, sans-serif;
	line-height:27px;
	margin-right:5px;
}
#seriesTabs li.currentTab {
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #000;
	color:#FFF;
	background-image: url(images/seriestabactive.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
	cursor:default;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
}
#seriesTabs li a {
	display:block;
	line-height:27px;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	color:#ccc;
}
#seriesTabs li a:hover {
	display:block;
	line-height:27px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #000;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	color:#FFF;
	background-image: url(images/seriestabactive-hover.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
}
#tabContent {
	padding:15px 17px 0px 17px;
}

#galleryCoverTabLinks {
	text-align:right;
	padding-top:15px;
	border-top:1px solid #333;
	margin-top:30px;
}
a.rightArrow {
	background-image:url(images/pic-next-arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	font-weight:bold;
	padding-right:10px;
	text-decoration:underline;
}
a.rightArrow:hover {
	background-image:url(images/pic-next-arrow-hover.gif);
	background-repeat:no-repeat;
	background-position:right center;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;
}
#galleryColsWrapper {
	padding-top:15px;
	padding-bottom:20px;
}

/* video gallery */
#videoWrapper {
	clear:both;
	height:270px;
	margin-bottom:15px;
	background-image:url(images/video-clip-gallery-bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#playingVideo {
	float:left;
	width:310px;
}
#playingVideoInfo {
	float:right;
	width: 210px;
	padding-top:60px;
	padding-right: 20px;
}
#playingVideoInfo h2 {
	font-weight:bold;
	color:#FFF;
	text-transform: none;
}
.greencolor {
	color:#4E7F26;	
}
.orangecolor {
	color:#ED8E1B;	
}
/* programme */

#dayswrapper {
	padding:0px 17px 17px 17px; background-image:url(images/programme-days-bg.jpg); background-repeat:no-repeat; background-position:top right;
}

.tableprog {
	/*border-collapse:collapse;*/
}
.tableprog td {
	border:none;
}
.hourProg {
	font-weight:bold;
	font-size:14px !important;
	color:#999;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	text-align:center;
	width:60px;
}
.seriesProg a {
	font-weight:bold;
	font-size:12px !important;
}
.seriesProg a:hover {
	font-weight:bold;
	color:#FFF;
}
.tableprog tr {
	background-image:url(images/dots-h.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tableprog td {
	padding-bottom:6px;
	font-size:11px;
	color:#CCC;
}
.tableprog tr:hover {
	background-color:#333;
}
.tableprog tr:hover td a {
	color:#FFF;	
}
.tableprog tr:hover td.hourProg {
	color:#FFF;
	background-color:#910D0B;
}
.futureprog {
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	background-color:#900B0C;
	color:#FFF;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/title-red.jpg);
	background-repeat:no-repeat;
}
.oldprog {
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	background-color:#666;
	color:#FFF;
	font-weight:bold;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/title-grey.jpg);
	background-repeat:no-repeat;
}
#weektitle {
	color:#999;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background-image:url(images/plato2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-left:35px;
	padding-top:10px;
	position:relative;
	left:-15px;
}
.specialHour {
	color:#FFF !important;
	background-color:#272727;
}
.specialSerie a {
	color:#ED8E15;
}

#progDaysCol {
	float:right; 
	width:160px; 
	position:relative; 
	padding-top:70px;	
}
#progDaysCol h3 {
	font-weight:bold;
	font-size:14px;
	color:#CCC;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	margin-bottom:13px;
}
#progDaysCol h3 a {
	color:#CCC;
	padding: 4px 6px 5px 5px;
}
#progDaysCol h3 a:hover {
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	background-color:#770B09;
	text-decoration:none;
}
#progDaysCol h3.today {
	color:#ED8E1B;
	padding: 4px 6px 5px 5px;
	border:1px solid #333;
	font-size:15px;
}
#progDaysCol h3.today a, #progDaysCol h3.today a:hover {
	background-color:transparent !important;
	cursor:default;
	color:#ED8E1B;
	padding-left:0px;
}

#dayPointArrow {
	position:absolute;
	left:-50px;
	display:block;
}
.progBox {
	background-image:url(images/programme-boxsml-bg.jpg);
	background-repeat:no-repeat;
	padding:13px 17px 17px 17px;
	height:135px;
	margin-bottom: 10px;
}
.ProgOnAir {
	float:right;
	width:210px;
}
.ProgOnAir p a.orangeArrow {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	background-position: right 7px;
}
.ProgOnAir p a.orangeArrow:hover {
	border-bottom:1px solid #EB2B28;
}
.nextAir {
	background-image:url(images/plato.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding:12px 15px 15px 42px;
	font-weight:bold;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
}
div.nextAir span {
	font-size:13px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color:#C41111;
}
/* contact form */
.tablecontact {
	background-color:#222;
}
/* errors */
.error404 {
	font-weight:bold;
	font-size:24px;
	color:#EB2B28;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
