@charset "utf-8";
/* CSS Document */
.searchOptionProgramme .searchSubmit {
	vertical-align: middle;
	margin-top: -4px;
}
.searchSubmit {
	background-color:#eee;
}
.codeSearchText {
	width:185px;
	margin-top:10px;
}
.codeSearchText + .searchSubmit {
	margin-top:10px;
	margin-left:0;
}
select + .searchText {
	margin-left: 6px;
}
.resultsProgramme h2, .contentPage h2 {
	height: 55px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
}
.contentPage h2 {
	margin-top:0;
}
.resultsProgramme h2.title, .contentPage h2.title {
	height: auto;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.contentPage h2.title-gallery {
	margin-top:40px;
	padding-bottom:5px;
}
.resultsProgramme, .contentPage {
	float: left;
	width: 575px;
}
.contentPage {
	position:relative;
}
.pressContent {
	position: relative;
}
.pressPage {
	width: 380px;
	position:relative
}
.pressPage h2 {
	line-height: 28px;
	width: 300px;
}
.resultsProgramme .icoNav {
	overflow:hidden;
	position:static;
	margin-bottom:10px;
}
.resultsProgramme .textStrips {
	width: 370px;
}
.resultsProgramme .strips, .resultsProgramme .strips > a, .textDescription {
	width: 575px;
}
.textDescription {
	margin-bottom: 10px;
}
.textDescription, .textDescription p, .textDescription p em, .textDescription p strong {
	font-size: 13px;
	line-height: 17px;
}
.textDescription p {
	margin-bottom: 20px;
}
.resultsProgramme .textStrips h4 {
	color: #000;
	font-weight: bold;
}
.resultsProgramme .filmStrips {
	padding: 8px 10px;
	width: 565px;
}
.resultsProgramme h3 {
	color: #333333;
}

/*Icon alphabet
 -----------------------------------*/
.alph {
	width: 165px;
}
.alph a {
	display: block;
	float: left;
	height: 18px;
	padding: 2px 0 0 6px !important;
	width: 15px;
	color: #000;
}
.alph a.alpha {
	background: url("../graphics/icons/alpha_bg.gif") no-repeat scroll 0 0 transparent;
	display: block;
	margin: 0 1px 1px 0;
}
.alph a:hover {
	background: url("../graphics/icons/alpha_bg.gif") #000000;
	text-decoration: none;
	color: #FFF;
}
.alph a.alpha.active {
	background: url("../graphics/icons/alpha_bg.gif") #CCCCCC;
	/*font-weight: bold;*/
}
#collapsing-nav:hover .alph a.alpha.active {
	background: url("../graphics/icons/alpha_bg.gif") #FFDD00;
	/*font-weight: bold;*/
}
.alph a.alpha.last {
	margin-bottom: 10px;
}
/*List col left
 ----------------------------------*/
.programmeColLeft {
	float: left;
	width: 185px;
	min-height: 335px;
	overflow: hidden;
	clear: left;
	margin-top: 5px;
	padding-right: 10px;
}
.colLeftNormal {
	margin-top: 0;
}
.programmeColLeft ul {
	list-style: none;
}
.programmeColLeft > ul li a {
	display: block;
	color: #000000;
	overflow: hidden;
	text-decoration: none;
	line-height: 17px;
}
.programmeColLeft > ul li a {
	background-image: url(../graphics/leftMenu/leftMenu.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
	padding-left: 14px;
	opacity: 0.4;
}
.programmeColLeft > ul li.openMenu > a {
	background-position: 0 -85px;
}
.programmeColLeft > ul li.openMenu.selected > a {
	background-position: 0 -43px;
}
.programmeColLeft > ul:hover li.openMenu.selected > a {
	opacity: 1;
}
.programmeColLeft > ul:hover li a {
	opacity: 0.8;
}
.programmeColLeft > ul li a:hover {
	opacity: 1;
}
.programmeColLeft > ul:hover li a.active, .programmeColLeft > ul li a.active:hover {
	opacity: 1;
	/*font-weight: bold;*/
}
.programmeColLeft > ul li ul {
	padding-left: 14px;
}
/*Country, DAYS
 ------------------------------------------*/
h2.H2country, h2.H2Sala {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	height: 20px;
	margin-top: 20px;
}
h2.H2country:first-child, h2.H2Sala:first-child {
	margin-top: 0;
}
.offProgramme {
	font-size: 11px;
	margin-bottom: 5px;
	width: 370px;
}

/*Col Right
 ____________________________*/
.programmeColRight, .pressColRight {
	position: absolute;
	left: 780px;
	top: 0;
	width: 185px;
	padding-right: 10px;
}
.pressColRight {
	top: 31px;
}
.programmeColRight > div, .pressColRight > div {
	margin-bottom: 10px;
}
.pressColRight {
	left: 585px;
}
.iFramePressReview {
	width: 200px;
	height: 212px;
	background-color: #CCCCCC;
}
.iFramePressReview iframe {
	width: 200px;
	height: 212px;
	border: 0 none;
	background-color: #CCCCCC;
}

/*Strip film
 -------------------------------------------*/
.filmCatalogue .imgStrips {
	float: left;
}
.filmCatalogue .textStrips {
	margin-left: 185px;
}
/*footerResults
 -------------------------------------------*/
.footerResults .bgGrey {
	clear: none;
}
.footerResults {
	width: 770px;
}
.footerResults .boxgridSmall, .footerResults .programminoDownload {
	float: left;
	margin-right: 10px;
}
.footerResults .programminoDownload h2 {
	padding-bottom: 2px;
}




/*RESPONSIVE BIG
--------------------------------------------------------------------------------*/
/*6 col + = 1180px*/
@media only screen and (min-width: 1180px) {

	.programmeColLeft {
		width: 200px;
	}
	.programmeColLeft > ul li a {
		line-height: 19px;
	}
	.resultsProgramme,
	.contentPage {
		width: 630px;
	}
	.programmeColRight,
	.pressColRight {
		left: 860px;
		width: 200px;
		padding-right: 15px;
	}
	.archiveArea ul.tabNavigation li {
		line-height:1em;
	}

	.resultsProgramme .strips,
	.resultsProgramme .strips > a,
	.textDescription {
		width: 630px;
	}
	.SearchOption,
	.pager,
	.shortStrips,
	.textStrips .articleAuthor,
	.techStrips {
		font-size: 13px;
		line-height: 17px;
	}
	.pressPage {
		width: 415px;
	}
	.pressColRight {
		left:645px;
	}
	.strips.stripsPress.item {
		min-height:203px;
	}
	.filmCatalogue .textStrips {
		margin-left:200px;
	}
	.offProgramme {
		font-size: 13px;
	}

}
