@import url(grid.css);

body{
	height: 100%;	
	margin: 0px 0px 0px 0px; 
	background: white url(../images/body.png) no-repeat -200px 0px; 
}

html{
	height: 100%;	
}

.orange{
	color: #e38502;
}

.blue{
	color: #1392cd;
}

.blue:hover{
	color: #e38502;
}

.grey{
	color: #7a7a7a;
}

.grey:hover{
	color: #e38502;
}

.container{
	min-height: 100%;
	margin-top: 17px;	
}

.header{
	background: transparent url(../images/header.png) no-repeat 0px 0px; 
	height: 133px;
}

.home{
	display: block;
	width: 335px;
	height: 70px;
	position: absolute; 
	margin: 45px 0px 0px 40px; 
}

.searchlogin{
	position: absolute;
	width: 400px;
	height: 75px;
	margin: 67px 0px 0px 540px;  
}

.searchlogin ul.login{
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	float: right;
}

.searchlogin ul.login li{
	float: left;
	padding: 0px 4px 0px 4px; 
}

div.search{
	list-style-type: none;
	margin: 3px 0px 5px 0px; 
	padding: 1px; 
	float: right;	
	background-color: #dcdcdc;
}

div.search div{
	float: left;
	margin: 0px 5px 0px 0px; 
}

div.search div.searchin{
	margin: 2px 2px 0px 0px;
}

div.search input.text{
	background-color: white;
	border: 0; 
	margin: 0px 0px 0px 0px; 
	width: 190px;
	color: #b0b0b0;
}

div.search input.text:focus{
	color: #3c3c3c;
}

div.search div.where{
	padding: 0px 25px 0px 7px; 
	margin: 0px; 
	color: white;
	font-size: 1em;
	background: transparent url(../images/where.png) no-repeat top right; 
	cursor: pointer;
	width: 30px;
}

div.search div.wrapwhere{
	margin: 1px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	background: transparent url(../images/wrapwhere.png) no-repeat 0px 0px; 
}

div.search div.searchoption{
	position: absolute; 
	margin: 18px 0px 0px 0px; 
	padding: 2px 5px 1px 5px; 
	width: 51px;
	height: 30px;
	background: transparent url(../images/searchoption.png) no-repeat 0px 0px; 
	display:none;
}

div.search div.searchoption a{
	color: white;
	text-decoration: none;
	display: block;
	line-height: 1.2em;
}

div.search div.searchoption a:hover{
	background-color: #e38601;	
}

div.search div.go{
	margin: 1px 3px 0px 4px; 
}

.menu div{
	height: 24px;
	border: 1px solid #dcdddc; 
	background: white url(../images/menu.png) repeat-x bottom;  
	margin: 0px 5px 0px 5px;  
}

.menu ul{
	list-style-type: none;
	margin: 1px 0px 0px 0px; 
	padding: 0px 0px 0px 10px; 
}

.menu li{
	float: left;
	padding: 2px 10px 3px 10px; 
}

.menu a{
	color: #343434;
	text-decoration: none;
}

.menu a:hover{
	color: #e38502;
}

.menu .current{
	background: transparent url(../images/menucurrent.png) no-repeat 0px 0px; 
	padding: 0px; 
}

.menu .current a{
	color: white; 
	display: block;
	padding: 2px 12px 3px 15px; 
	background: transparent url(../images/menucurrentcorner.png) no-repeat top right; 
}

.secondmenu div{
	height: 24px;
	border: 1px solid #dcdddc; 
	background: white url(../images/menu.png) repeat-x bottom;  
	margin: 3px 5px 15px 5px; 
}

.secondmenu ul{
	list-style-type: none;
	margin: 1px 0px 0px 0px; 
	padding: 0px 0px 0px 10px; 
}

.secondmenu li{
	float: left;
	padding: 2px 7px 3px 7px; 
}

.secondmenu a{
	color: #343434;
	text-decoration: none;
}

.secondmenu a:hover{
	color: #e38502;
}

.secondmenu .current{
	background: transparent url(../images/smenucurrent.png) no-repeat 0px 0px; 
	padding: 0px; 
}

.secondmenu .current a{
	color: white; 
	display: block;
	padding: 2px 12px 3px 15px; 
	background: transparent url(../images/smenucurrentcorner.png) no-repeat top right; 
}

.shortnews ul{
	list-style-type: none;		
	margin: 20px 0px 20px 10px; 
	height: 14px;
}

.shortnews li{
	float: left;
	padding: 0px 0px 0px 10px; 
	white-space: nowrap;
}

.maincontent{
	background: transparent url(../images/maincontent.png) no-repeat 0px 0px; 
}

.intcontent{
	background: transparent url(../images/intcontent.png) no-repeat 0px 0px; 
}

.intcontent h1{
	margin-bottom: 1em;
}


div.review{
	width: 183px;
	float: left;
	margin: 0px 20px 0px 0px; 
} 

div.review h3{
	margin: 0px 15px 10px 15px; 
}

div.review p{
	margin: 0px 0px 7px 15px; 
}

div.review .photo{
	background: transparent url(../images/reviewphoto.png) no-repeat 0px 0px; 	
	height: 230px;
	padding: 8px 0px 0px 0px; 
	margin: 0px 0px 5px 0px; 
	text-align: center;
}

div.review .photo img{
	width: 150px;
	height: 220px;
}

.fbox{
	background: transparent url(../images/fbox.png) no-repeat top center; 
	width: 633px;
}

.fboxb{
	background: transparent url(../images/fboxb.png) no-repeat bottom center; 
	padding: 15px 15px 15px 15px; 	
}

.fboxint{
	background: transparent url(../images/fboxint.png) repeat-y 0px 0px; 
	padding: 10px 10px 10px 10px; 
}

.featureimage{
	background-color: white;
	padding: 5px; 
	border: 1px solid #dedede;
	width: 100px;
}

.feature{
	margin-bottom: 5px;
	min-height: 150px;
	float: left;	
	padding: 0px 5px 0px 5px;  
	margin: 0px 15px 0px 0px; 
	width: 110px;	
}

.fboxint p{
	margin: 0px 10px 0px 10px;
}


.fboxint h4{
	margin: 5px 10px 10px 10px;
}

.poster{
	width: 205px;
	background: transparent url(../images/poster.png) no-repeat 0px 0px;
	line-height: 110%;
	float: left;
	margin-right: 3px;
}

.posterbottom{
	background: transparent url(../images/poster-bottom.png) no-repeat bottom left;
	padding: 10px 8px 10px 10px; 
}

.imgleft{
	float: left;
	margin: 0px 10px 5px 0px; 
}

.rbox{
	padding: 15px 25px 0px 0px; 
}

h2.line{
/*	background: transparent url(../images/line5.png) no-repeat center right; */
	border: 0px;
	letter-spacing: -1px;	
}

h2.line span{
	background-color: white;	
}

h2.top5{
	letter-spacing: -1px;
}

.rss{
	float: right;
}

ul.list{
	list-style-type: none;
	margin: 0px 0px 0px 10px; 	
}

ul.list strong{
	color: #149bcc;
}

ul.list li{
	background: transparent url(../images/listbottom.png) no-repeat left bottom; 
	padding: 3px 13px 10px 0px;  
}

ul.list li a{
	color: #1392cd;
	text-decoration: none;
}

ul.list li a:hover{
	text-decoration: underline;
}

ul.list li span.list-numbers{
	display: block;
	float: right;
	margin: 0px 0px 0px 10px;
}

ul.similar li{
	min-height: 105px;
	padding-left: 10px;
	padding-top: 7px;
}

ul.similar li img{
	height: 100px;
}

ul.list li.last{
	background-image: none;
}

ul.fulsimilar{
	list-style-type: none;
	margin: 0px 0px 0px 10px; 		
}

ul.fulsimilar li{
/*	min-height: 200px;*/
	padding-left: 10px;
	padding-top: 7px;
	float: left;
	width: 80px;
}

ul.fulsimilar p{
	line-height: 120%;
	margin: 0px 10px 0px 0px; 
}

ul.fulsimilar li img{
	height: 100px;
}

ul.fulsimilar li.clear{
	float: none;
	width: 100%;
	height: 1px;
	min-height: 1px;
	clear: both;
	padding: 0px; 
	font-size: 0px;
}

.mrphotos{
	padding: 15px 0px 0px 0px; 
}

.mrphotos div{
	width: 105px;
	float: left; 
}

.mrphotos div img{
	padding: 3px; 
	border: 1px solid #cccccc; 
	height: 100px;
}

.mrphotos div.browse{
	margin: 60px 0px 0px 10px;
}

.mrphotos div.browse img{
	height: auto;
	border: 0;
	padding: 0px;  
}

.footer div{
	background: transparent url(../images/footer.png) no-repeat 0px 0px; 
	height: 81px;
	margin: 20px 0px 0px 0px;  
	padding: 27px 0px 0px 80px; 
}

.footer a{
	color: #737373;
}

.film{
	position: absolute; 	
	margin: -57px 0px 0px 500px; 
}

.footer div.filmbox{
	position: absolute; 
	margin: 0px 0px 0px 800px; 
	background-image: none;
}

/*.bigposter{
	height: 256px;
	width: 188px;
	background: transparent url(../images/bigposter.png) no-repeat 0px 0px;  
	float: left;
	margin: 0px 20px 10px 0px; 
	border: 2px solid #eaeaea;   
}

.bigposter img{
	margin: 15px 20px 15px 20px; 
	width: 150px;
	height: 225px;
}*/

.bigposter{
	background: transparent url(../images/bigposter-lt.png) no-repeat 0px 0px;  
	float: left;
	margin: 0px 20px 10px 0px; 
}

.bigposter div{
	background: transparent url(../images/bigposter-rb.png) no-repeat right bottom;  
}

.bigposter div div{
	background: transparent url(../images/bigposter-rt.png) no-repeat right top; 
}

.bigposter div div div{
	background: transparent url(../images/bigposter-lb.png) no-repeat left bottom; 
}

.bigposter img{
	margin: 15px 20px 15px 20px; 
}

.sinopsys{
	margin: 20px 30px 0px 0px; 
}

.material{
	background: transparent url(../images/material.png) no-repeat 0px 0px; 
	padding: 15px 0px 0px 0px; 
}

.mul{
	list-style-type: none;
	width: 70px;
	padding: 7px 0px 5px 0px; 
	margin: 0px 15px 10px 0px; 
	line-height: 120%;
	float: left;
	visibility: hidden;
}

.mul img{
	width: 50px;
	border: 4px solid #f1f1f1; 
}

.gul{
	list-style-type: none;
	padding: 5px 0px 5px 0px; 
	margin: 0px 5px 5px 0px; 
	line-height: 120%;
	float: left;
	width: 280px;
	min-height: 85px;
}

.gul:after{
	clear:both;
}

.gul img{
	width: 50px;
	border: 4px solid #f1f1f1; 
	margin: 0px 15px 0px 0px;  
}

.gul li{
	float:left;
}

.tul{
	list-style-type: none;
	text-align: center;
	border: 1px solid silver;
	padding: 7px 5px; 
	margin: 0px 15px 0px 0px; 
	line-height: 120%;
	float: left;
}

div.poster .tul{
	margin: 0px 0px 0px 8px; 
	float: none;
	border: 0;
}

.mbox{
	background: transparent url(../images/mbox.png) no-repeat bottom right;
	min-height: 100px; 
	margin: 0px 0px 0px 0px; 
	padding: 10px 20px 7px 20px; 
}

.material h4{
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 5px;
}

.mcontent{
	margin: 0px 10px; 
	clear: both;
}

.material .photos a img{
	margin: 0px 5px 0px 0px; 
	width: 65px;
	height: 65px;
	border: 1px solid #B9B9B9;
}

.mnews{
	list-style-type: none;
}

.mnews li{
	float: left;
	width: 50%;
	margin: 0px 0px 10px 0px; 	
}

.rate{
	border: 1px solid #cccccc; 
}

.line{
	border-bottom: 1px solid #dddddd; 
}

dl{
	margin: 10px 0px 15px 0px; 
}

dt{
	float: left;
	color: #1392cd;
	padding: 0px 3px 0px 0px; 
}

div.rbox dd{
	margin-left: 85px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.poster{
		line-height: 110%;
		margin-right: 3px;
	}
	
	div.search input.text{
		padding: 4px 2px 3px 3px; 
	}
		
}

.commentform label{
	width: 60px;
	display: block;
	float: left;
	padding: 5px 0px 0px 0px; 
}

.commentform input.text{
	width: 200px;
}

input.text{
	background:transparent url(../images/input.png) no-repeat scroll right bottom;
}

input.button{
	background:transparent url(../images/button.png) repeat-x scroll left top;
	border: 1px solid #e4e4e4;
}

textarea{
	background:white url(../images/mbox.png) no-repeat scroll right bottom;
}

.floatleft{
	float: left;
}

.pages{
	padding: 5px 10px 5px 10px; 
	border: 1px solid #e7e7e7; 
	margin: 10px 20px 10px 0px; 
}

.filter{
	margin-left: 20px;
}

.ccright{
	margin: 0px 20px; 
}

p.right{
	margin-top: 10px;
}

.movieprop{
	padding: 0px 10px 5px 15px; 
	border: 1px solid #e2e2e2; 
	background-color: white;
	margin: 0px 0px 10px 0px; 
	display: none;
}

.mbox dt{
	float: none;
}

.mbox dd{
	background-color:#FAFAFA;
	border-bottom:1px solid #E2E2E2;
	padding:2px 10px;
}

dl.comments{
	margin: 20px 0px 10px 30px;
}

dl.comments dt{
	background-color: #F3F3F3;
	padding: 2px 15px 3px 15px;
	float: left;	
}

dl.comments dd{
	font-size: 1.1em;
	background: transparent url(../images/listbottom.png) no-repeat scroll left bottom;
	padding: 5px 15px 10px 15px;
	margin: 0px 0px 15px 0px;
	border: 0;
	clear: both;
}

.ratelist{
	background: transparent url(../images/rating.png) no-repeat scroll right top;
	padding: 20px 0px 0px 0px;
}

.votelist{
	background: transparent url(../images/votes.png) no-repeat scroll 225px top;
	padding: 20px 0px 0px 0px;
}

h1.left{
	margin-bottom: 40px;
}

#trailerObj{
	margin: 30px 0px 20px 0px;
}

.bigdown{
	display: block;
	margin: 10px 0px 20px;
}

div.downloadgrid{
	margin: 5px 0px 0px 0px;
	padding: 3px;
	border: 1px solid #D4D4D4;
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px;  
	float: left;
}

table.download{
	width: 385px;
	margin: 0px;	
	border-spacing: 0px;
	border-collapse: collapse;
}

table.download th{
	background-color: #3685AA;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;	
}

table.download td{
	text-align: center;
	padding: 5px 0px;
	border-top: 1px solid #CACACA;
}

table.download td a{
	background: #DE8100 url(../images/alert-overlay.png) repeat-x;
	display: block;
	padding: 4px 15px 3px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

table.download td a:hover{
	background-color: #E7A243;
}










