@charset "utf-8";
/* CSS Document */

* { margin : 0; padding : 0; }

html {
	background-color:#fff; 
	font : 76%/160% Verdana, Tahoma, Arial, sans-serif;
	line-height: 17px;
	}
	
body {

	margin : 0 auto; 
	color : #fff; 
	text-align : center;
	width: 100%;
	}

img {
	border:none;
	}

#container_main{
	background-color:#f1f6f8;
	width:970px;
	height:950px;
	padding:10px 10px;
	}
	
#top{
	background-color: #b9ab97;
	position:relative;
	clear:both;
	float:left;
	width:970px;
	height:30px;
	}
	
#left{
	background-color: #f1f6f8;
	position:relative;
	float:left;
	width:310px;
	height:390px;
	padding:0 0 0 5px;
	}
	
#container_player{
	background-color: #f1f6f8;
	position:relative;
	float:right;
	width:640px;
	height:390px;
	padding:0 0 0 5px;
	}

#center{
	background-color: #c2e1f6;
	position:relative;
	clear:both;
	float:left;
	width:970px;
	height:30px;
	}
	
	
#container_movie_gallery{
	background-color: #f1f6f8;
	overflow-x: hidden;
    overflow-y: scroll; 
	position:relative;
	clear:both;
	float:left;
	width:970px;
	height:460px;
	padding:10px 0 0 0;
	}
	
#footer{
	background-color: #b9ab97;
	position:relative;
	clear:both;
	float:left;
	width:970px;
	height:30px;
	}
	
	/* END main grid arcitecture */
	
	
	/* START textformating */

.header_top{
	position:relative;
	float:left;
	text-align:left;
	width: 94%;
	color:#fff;
    font-size:18px;
	font-weight:bold;
	text-indent:15px;
	margin: 6px 0 3px  0;
	}


.header{
	position:relative;
	float:left;
	width: 94%;
	color:#444;
	font-size:16px;
	font-weight:bold;
	margin: 5px 0 3px  0;
	}
	
.header_center{
	position:relative;
	text-align: left;
	text-indent: 15px;
	float:left;
	width: 94%;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-top: 5px;
	margin: 2px 0 3px  0;
	}

.header2{
	width: 94%;
	position:relative;
	float:left;
	color:#333;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 3px  0;
	}
	
.header_genre{
	width: 94%;
	position:relative;
	float:left;
	color:#8f8475;
	font-size:13px;
	font-weight:bold;
	margin: 0 0 10px  0;
	}
	
.header4{
	position:relative;
	float:left;
	color:#655c4e;
	font-weight:bold;
	font-size:13px;
	margin: 0 5px 0 0;
	}
	
.header3{
	width: 100%;
	position:relative;
	float:left;
	font-weight:bold;
	color:#655c4e;
	font-size:11px;
	}
	
.text{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	}

.text2{
	width:100%;
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	}

.text_description{
	/*overflow-x: hidden;
    overflow-y: hidden;*/ 
	position:relative;
	float:left;
	height: 140px;
	width:282px;
	color:#666;
	font-size:12px;
	}
	
.text_short_description{
	position:relative;
	float:left;
	color:#333;
	font-size:10px;
	}
	
.container_text_movies{
	width:180px;
	color:#333;
	font-size:11px;
	text-align:left;
	margin:5px 5px;
	}
	
	
.time{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	}
	
.from{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	}
	
.to{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	margin: 0 0 0 10px;
	}
	
.text_url{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	margin: 0 0 0 16px;
	}

.text_embed{
	position:relative;
	float:left;
	color:#333;
	font-size:11px;
	margin: 0 0 0 5px;
	}
	
	/* END textformating */
	
	
	/* START left, information area */
	
.info{
	position: relative;
	float: left;
	width:300px;
	height:100%;
	text-align: left;
	padding: 10px 10px 5px 10px;
	
	}
	
.holders{
	 position:relative;
	 float:left;
	 width: 94%;
	 height:25px;
	 margin: 10px 0 0 0;
	}

	/* END left, information area */
	
	/* START gallery */
	
.float{
	overflow: auto; 
	float: left; 
	height: 470px; 
	width: 100%
	}
	
.movies_placeholder_five{
	background-color: #f1f6f8;
	position:relative;
	float:left;
	width:960px;
	height:220px;
	margin-bottom:10px;
	}
	
.container_movies{
	background-color:#fff;
	position:relative;
	float:left;
	width:190px;
	height:220px;
	}
	
.gallery_image{
	width:180px;
	height:120px;
	margin:5px 5px 10px 5px;
	}




 	/* END gallery */




