	/*
	--------------------------------------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------------------------------------
	IE6
	--------------------------------------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------------------------------------
	*/

	/* Fixed site layout */
	* html #container{
		padding: 0px;
		width: 832px;
	}

	* html #page{
		margin-left: 14px;
		margin-right: 0px;
		height: 520px;
		padding: 0px;
	}

	* html #header{
		margin-left: 14px;
		margin-right: 0px;
		width: 779px;
		padding:0px;
	}

	* html #navStrip{
		margin-left: 14px;
		margin-right: 0px;
		width: 779px;
	}

	* html #footer{
		margin-left: 0px;
		margin-right: 0px;
	}

	/* Fixed cinema's film layout */
	* html ul.view-list-films_in_cinema-page li .filmItem{
		height:334px;
	}
	
	
	/*
	ul.view-list-films_in_cinema-page .first ul.links {efd.css (line 441)
		float:none;
	}
	
	* html #feature-trailer-link{
		
	}

	* html .view-list-films_in_cinema-page .first{
		
		border: 1px solid green;
	}
	
	* html .view-list-films_in_cinema-page .first img{
		
		height: 300px;
		width: 180px;
	}
	
	* html .view-list-films_in_cinema-page .first *{
		border: 1px solid red;
	}
	*/
	
	
	/* Fixed coming soon feature film */
	* html ul.view-list-films_coming_soon-page .filmItem.first {
		width:560px;
		padding-bottom: 70px;
	}

	* html ul.view-list-films_coming_soon-page .filmItem{
		
	}
	
	* html ul.view-list-films_coming_soon-page li .filmItem{
		height:334px;
	}

	/* Fixed color first actor in coming soon */
	* html ul.view-list-films_coming_soon-page .links li{
		background: none;
	}
	
	/* Fixed first movie text */
	/*  To fix!!!
	* html ul.view-list-films_in_cinema-page .first ul.links{
		border: 1px red solid;
		margin: 0px;
		width: 370px;
	}

	* html ul.view-list-films_in_cinema-page .first p{
		border: 2px green solid;
		margin: 0px;
		width: 100%;
	}

	* html ul.view-list-films_in_cinema-page .first img{
		border: 1px blue solid;
	}

	* html ul.view-list-films_in_cinema-page .first h1{
		border: 1px black solid;
	}
	*/

	/*Fixed trailer section in cinemas */
	* html #container #page #main .content .content .trailer-links a{
		display: inline;
	}

	* html  .trailer-small .node-sidebar{
		position:absolute;
		top: 223px;
		right: 203px;
		height: 668px;
	}

	* html  .trailer-large h4, * html  .trailer-small h4{width:185px;}
	
	* html #container #page #main .trailer-small .content{
		height: 420px;
	}
	
	/* Fixed banner position on home entertainment */
	* html #header h1{
		width: 340px;
	}

	/* Fixed dvd layout */
	* html .dvd #main{
		margin-left: 5px;
		width: 578px;
	}

	* html .dvd .node-sidebar{
		height: 500px;
		display: inline;
		margin-top: 1px;
	}

	* html .dvd .node h4{width:185px;}

	* html .dvd .node{
		margin-left: 0px;
	}

	* html .dvd #container #page #main .content{
		height: 500px;
	}

	* html .dvd #container #page #main H4{
		float: none;
	}

	* html .dvd #container #page #main .content .content .trailer-links a{
		display: inline;
	}

	* html .dvd #similar{
		margin: 0px 0px -3px -10px;
	}
	
	/* Add padding in center_col */
	* html #dvd-info ul, * html .center_col h3{
		width: 175px;
	}
	
	/* Fixed register button size */
	* html .view-empty-competitions img{
		height: 21px;
		width: 65px;
	}
	
	/* Fixed links in the footer */
	* html #footer .fLeft{
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
		(
			enabled=true,
			sizingMethod=scale,
			src="/i/bg/bgDropGradBot2.png"
		);
		width: 773px;
		height: 28px;
		margin: 0px;
		padding: 10px 30px;
	}
	
	* html #footer .fLeft a{
		position: relative;
	}
	
	* html #footer .fRight{
		position: relative;
		top: -46px;
	}

	* html #footer{
		background-image: none;
		height: 28px;
	}
	
	/** IE < 7 hack for PNG transparancies **/

	* html img, * html #container, * html #footer, * html a {
		behavior: url("/css/iepngfix.htc");
	}

	/** Fixing backgroud repet*/

	* html #container{
		background-repeat: repeat;
		
	}

	/** Fixing problems derived from backgroud hack*/

	* html #similar{
		bottom: 0px;
	}

	*html #similar .image-dvd_medium{
		padding: 0px 0px 0px 0px;
		margin: 7px 0px 7px 7px;
	}
