/* @override http://localhost:8080/manta2/css/default/layout.css */

/* @override http://localhost:8080/manta2/css/default/layout.css */


a img {
	border: none;
}
h1 {
	margin-bottom: 5px;
}
p {
	margin-bottom: 10px;
}
input.button, button {
	padding: 0 10px;
	height: 25px;
	min-width: 80px;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	text-shadow: 0 1px 0 #f4f4f4;
	border-width: 1px;
	border-style: solid;
	font-size: 0.9em;	
}
label {
	font-size: 0.9em;
	display: block;
	width: 150px;
	height: 22px;
	line-height: 22px;
}
.checkbox-item label {
	display: inline;
}
input[type=text], input[type=password] {
	height: 22px;
}
input[type=text],
input[type=password],
textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px;
	margin-right: 5px;

}
textarea {
	padding: 2px 5px;
}

input[type="text"] {
	border-style: solid;
	border-width: 1px;
}

input[type="radio"] {
	margin-right: 10px;
}



img.film-cover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*@group HEADER*/
#header {
	width:960px;
	margin-bottom: 10px;
}

#header-inner {

}

#custom-header {
	overflow: hidden;
}
#custom-header img.logoheader{
	width: 960px;
}

/*@group FORMS*/
.inner {
	margin: 10px;
}

#logo-img {
	width: 960px;
}

input, textarea {
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input[type=button],
input[type=submit] {
	width: 100px;
	height: 25px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-width: 1px;
	border-style: solid;	
}

input[type=text], input[type=password] {
	width: 200px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	padding:0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

div.form-field {
	clear: both;
}

div.checkbox {
	clear: both;
	float: none;
	position: relative;
}
div.checkbox input {
	position: absolute;
	top: 1px;
}
div.checkbox label {
	display: block;
	margin-left: 20px;
}
/*@end*/

/*@group LOGINBAR*/
#loginBar {
	height: 25px;
	padding-top: 5px;
	position: relative;
	top: -5px;
	z-index: 800;
	border-bottom: 1px solid #1f1f1d;

}
#loginBar-inner {
	width: 960px;
	float: left;
	margin: 0;
	position: relative;
	z-index: 850;
}

#loginBar img.logo {
	float: left;
	margin-top: 3px;
	margin-left: 12px;
	height: 18px;
}

#loginBar ul#loginBar-menu {
	margin-left: 10px;
	float: left;
}
#loginBar ul#loginBar-menu li{
	float: left;
	height: 24px;
}
#loginBar ul#loginBar-menu li.divisor{
	width: 12px;
	height: 24px;
}
#loginBar ul#loginBar-menu li.first {
	border-left: 1px solid;
}
#loginBar ul#loginBar-menu li a,
#loginBar ul#loginBar-signIn li a{
	padding: 0 10px;
	line-height: 18px;
	display: block;
	height: 18px;
	margin-top: 4px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;

}

#loginBar ul#loginBar-optLogin,
#loginBar div#loginBar-signIn {
	float: right;
	margin-top: 4px;
	line-height: 18px;
}

#loginBar div#loginBar-signIn .form-input {
	float: left;
}

#loginBar #loginBar-signIn .user-info {
	float: left;
}

#loginBar #loginForm-user form.login label{
	float: left;
}
#loginBar #loginForm .login .form-input {
	float: left;
}
#loginBar #loginForm .login .form-input label {
	position: absolute;
	margin: 0;
	margin-top: 0px;
	margin-left: 5px;
	width: 120px;
}

#loginBar input.text {
	width: 140px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;

}
#loginBar #loginForm .form-input {
	float: left;
}
#loginBar #loginForm a.submit-button {
	height: 22px;
	display: block;
	float: left;
	width: 100px;
	margin-top: 2px;
	margin-left: 1px;

}

#loginBar ul#loginBar-access {
	float: right;
	margin-right: 10px;
	z-index: 850;
	
}
#loginBar li#optLogin-cc {
	position: relative;
	z-index: 0;
}
#loginBar li#optLogin-fb .text{
	margin-bottom: 10px;
}
#loginBar ul#loginBar-access>li{
	float: left;
	padding: 0 10px;
}

#loginBar ul#loginBar-access>li.desplegable>a {
	padding-right: 26px;
	cursor: pointer;
}

#loginBar ul#loginBar-access>li>a {
	text-decoration: none;
	display: block;
	height: 19px;
	padding-top: 6px;
}
#loginBar ul#loginBar-access li div.submenu {
	display: none;
	margin-top: 1px;
	position: absolute;
	width: 250px;
	left: 710px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#loginform label {
	float: left;
	width:75px;
	text-align: left;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	font-size: 1em;
}
#loginform input[type=submit] {
	width: 80px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 80px;
}

#loginBar a.submit-button {
	display: block;
	width: 70px;
	height: 18px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#loginBar li#optLogin-fb {
	text-align: center;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft-: 5px;
	-moz-border-radius-bottomright-: 5px;
	
}
#loginBar ul#loginBar-access li div.submenu ul#optLogin>li{
	padding: 10px;
}

#loginBar {
	
}
/*@end*/

/*@group MENUBAR*/
#menuBar {
	height: 68px;
	width: 960px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 1000;
	position: relative;
}
#menuBar #menuBar-inner {
	height: 68px;
	z-index: 11;
}

#menuBar .HList .homeLink {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -100000px;
}

#menuBar ul.HList {
	height: 68px;
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
	list-style: none;
	z-index: 12;
}
#menuBar ul.HList #menuBar-category{
	float: left;
	clear: both;
}
#menuBar ul.HList li#menu-collection div.submenu a#menu-cineclub-button{
	display: block;
	height: 44px;
	width: 320px;
	padding: 0;
	text-indent: -999999px;
}

#menuBar ul.HList li .submenu {
	position: absolute;
	top: 68px;
	float: left;
	width: 320px;
	display: none;
	z-index: 1000;
	-webkit-box-shadow: 0 2px 2px black;
	-moz-box-shadow: 0 2px 2px #1f1f1d;
}
#menuBar ul.HList li .submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;

}
#menuBar ul.HList li .submenu ul.twocol{
	padding-top: 20px;
	padding-bottom: 10px;
	background:  transparent url(../../img/sep-submenu.png) -50px;
}
#menuBar ul.HList li .submenu ul.onecol{
}


#menuBar ul.HList li .submenu ul li a{
	float: none;
	text-indent: 0;
	height: 25px;
	display: block;
	line-height: 25px;
}
#menuBar ul.HList li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#menuBar ul.HList li.home {	
	padding: 0;
}
#menuBar ul.HList li a {
	display: block;
	line-height:68px;
	float: left;
	height: 68px;
}

#menuBar ul.HList .submenu ul li {
	width: 149px;
	float: left;
}
#menuBar ul.HList li .submenu ul.onecol li{
	width: 320px;
}
#menuBar ul.HList li.toplevel a {
	padding: 0 20px;
	cursor: pointer;
}
#menuBar ul.HList li.toplevel a.desplegable {
	padding-right: 50px;
}
#menuBar ul.HList li a.home {
	text-indent: -9999px;
	cursor: pointer;
	width: 119px;
	margin-left: 5px;
}
#menuBar-search {
	width: 330px;
	margin-right: 0px;
	margin-left: 630px; /*page width - this.width - margin right*/
	height: 68px;
}
#menuBar-search form#searchform{
	margin: 13px 20px;
	float: left;
	height: 43px;
	width: 300px;
}
#menuBar-search label{
	position: absolute;
	margin-top: 4px;
	margin-left: 15px;
}
#menuBar-search div {
	float: left;
}
#menuBar-search input.text{
	width:223px;
	height: 37px;
	margin: 0;
	padding: 6px 0 0 12px;
	line-height: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
#menuBar-search a.button{
	cursor: pointer;
	text-indent: -99999px;
	display: block;
	width: 65px;
	height: 43px;
	margin: 0;
	padding: 0;
	margin-left: 234px;
	margin-right: 14px;
}
a.menuBar-item {
	padding-left: 25px;
	line-height: 40px;
	display: block;
	height: 40px;
}
/*@end*/

/*@end*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	display:table;
	margin-bottom: 20px;
}
/*@group CONTAINER */
#container {
	clear: both;
	float: left;
	width: 960px;
}
#container-inner {
	float: left;
	border-bottom: 1px solid;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#main {
	width: 960px;
}
#widget-destacadas {
	margin: 0px;
}
ul.movielist li{
	display: inline;
}
ul.movielist img{
	width: 140px;
	height: 203px;
}
/*@group cineclub tag*/
.cineclub {
	width: 110px;
	height: 27px;
}
.cover .cineclub  {
	position: absolute;
	margin-left: -6px;
	margin-top: 178px;
}
.film-item .cineclub {
	position: absolute;
	margin-left: -6px;
	margin-top: -31px;
}
/*@end*/

/*@group CONTENT*/
#container #content {
	width: 640px;	
	float: left;
}
#container #content #overview-modules {
	min-height: 720px;	
}
#container #content.overview-modules div#1 {

}
#container #big-content {
	width: 960px;	
	float: left;
}
#container #content-inner {
	width: 640px;
	padding-top: 20px;
}
#content .block,
#content .covers-block {
	clear: both;
	margin-bottom: 20px;
}
#content .welcome-block p{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.covers-block ul.movielist {
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.covers-block ul.movielist li {
	margin-left: 20px;
	float: left;
	margin-bottom: 15px;
}
.covers-block ul.movielist li a{
	float: left;
}
div.covers-block img.film-cover {
	width: 140px;
	height: 203px;
}
#content .covers-block {
	width: 640px;
}

/*@group OVERVIEW MENU-TOPS*/
#content #menu-tops {
	width: 620px;
	float: left;
	margin: 10px;
	height: 41px;
}
#content #menu-tops li{
	cursor: pointer;
float: left;
	width: 205px;
	height: 41px;
}
#content #menu-tops li#menu-tops-1{	
	background: url(../../img/overview-sections.png) 0 0px no-repeat;
}
#content #menu-tops li#menu-tops-1:hover {
	background: url(../../img/overview-sections.png) 0 -41px no-repeat;	
}	
#content #menu-tops li#menu-tops-1.selected {
	background: url(../../img/overview-sections.png) 0 -82px no-repeat;	
}
#content #menu-tops li#menu-tops-2{
	width: 210px;
	background: url(../../img/overview-sections.png) -205px 0; 
}
#content #menu-tops li#menu-tops-2:hover {
	background: url(../../img/overview-sections.png) -205px -41px no-repeat;	
}	
#content #menu-tops li#menu-tops-2.selected {
	background: url(../../img/overview-sections.png) -205px -82px no-repeat;	
}
#content #menu-tops li#menu-tops-3{
	background: url(../../img/overview-sections.png) -415px 0;}
#content #menu-tops li#menu-tops-3:hover{
	background: url(../../img/overview-sections.png) -415px -41px;}
#content #menu-tops li#menu-tops-3.selected{
	background: url(../../img/overview-sections.png) -415px -82px;}

#content #module-1,
#content #module-2,
#content #module-0 .title-block,
#content #module-1 .title-block,
#content #module-2 .title-block{
	display: none;
}
#content #module-0,
#content #module-1,
#content #module-2 {
	position: absolute;
	margin-top: 61px;
}
/*@end*/

.covers-block .inner .cover {
	width: 140px;
	height: 203px;
	float: left;
	margin-right: 20px;
}
.covers-block ul.movielist li.first {
	margin-left: 0px;
}
.covers-block div.block-text {

}
#movie-column-left .info {
	margin-bottom: 15px;
	text-align: center;
}
/*@group FILMLIST*/
#filmList {
	min-height: 530px;
}

#filmList .pack-item {
	height: 209px;
}

/*@group title-block*/

.filter-block ul li {
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
}
#title-block-sort ul#sort-test li {
	padding: 4px 5px;
}
#title-block-sort ul#sort-test li.selected {

	line-height: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
div.title-block,h2.title-half {
	margin: 10px 10px 10px 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
div.title-half #filmList {
	float: left;
	width: 640px;
}
div.title-block #title-block-text {
	float: left;
	margin-bottom: 10px;
}
/*@group sort*/
form#sort select{
	margin: 0;
	position: relative;
	top: -3px;
	width: 100px;	
}
form#sort input.button {
	margin: 2px 0 0 0;
	height: 18px;
	width: 25px;
}
/*@end*/

/*@group filters*/
.filter-block {
	float: left;
	clear: both;
	margin-bottom: 4px;
}
.filter-block ul {
	float: right;
}
.filter-block ul li{
	float: left;
	color: 	#5e5e5e;;
}
.filter-block div.label{
	width: 140px;
	color: blue;
	float: left;
	margin-right: 20px;
}
#title-block-filter #filterform {
	float: left;
}
#title-block-filter #filterform ul li{
	margin-right: 20px;
	margin-left: 4px;
}
#title-block-filter #filterform input{
	margin-right: 8px;
}

/*@end*/
/*@end*/
#filmList li {
	width: 140px;
	float: left;
	margin: 10px;
}
#filmList li div.film-item img.film-cover {
	width: 140px;
	height: 203px;
	margin-bottom: 6px;
}
#filmList .film-title {
	display: block;
	margin-top: 3px;
	margin-bottom: 5px;
	overflow: hidden;
}
/*@end*/

/*@group MOVIE*/
#movie-main {
	clear: both;
	float: left;
	margin: 10px;
}
#movie-column-left {
	width: 170px;
	float: left;
	margin-right: 10px;
}
#movie-column-left h3 {
	height: 29px;
	line-height: 20px;
	padding-left: 5px;
	text-shadow: #4c4c4c -1px -1px;
}
#movie-column-right {
	float: left;
	width: 414px;
	margin-left: 16px;
}
#movie-column-left img.film-cover {
	width: 170px;
	height: 240px;
	margin-bottom: 20px;
}
#redeem.button {	
	display: block;
	width: 170px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#movie-title {
	float: left;
	width: 620px;
	margin: 10px 10px 0px 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#movie-title div.film-title,
.title-block div.film-title {
	width: 620px;
	float: left;
}
#big-content #movie-title div.film-title {
	width: 940px;
}


#movie-title h2 {
	margin-bottom: 5px;
}
#tips li{
	float: left;
	padding: 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	line-height: 18px;
}

#tips li.audio{
	padding-left: 26px;
}

#trailer, #trailer img {
	width: 414px;
	height: 240px;
}

#no-trailer {
	background: #f2f2f2;
	opacity: 0.8;
	padding: 10px 0;
	width: 214px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: absolute;
	margin-top: 100px;
	margin-left: 100px;
}

#sinopsis {
	float: left;
	margin-bottom: 20px;
}
#sinopsis p {
	margin-bottom:10px;
}

/*@group MOVIE-INFO */
#movie-info {
	clear: both;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
	width: 394px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}
#movie-info .info-line {
	clear: both;
	float: left;
	width: 394px;
	margin-bottom: 5px;
}
#movie-info .label{
	float: left;
	margin-right: 10px;
}
#movie-info .info-line a {
	text-decoration: none;
}
#movie-info .text {
	cursor: pointer;
}
#movie-info li {
	float: left;
	margin-right: 3px;
}
/*@end*/
#links.block li,
#share.block li {
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

/*@group RELATED */
#movie-relations.block img{
	width: 140px;
	height: 203px;
}

#movie-relations.block ul {
	margin-left: 9px;
}
#movie-relations.block ul li{
	margin-right: 10px;
	display: inline;
}
#movie-relations.block ul li img.film-cover{
	width: 144px;
}
/*@end*/

/*@end*/

/*@group REGISTER*/

#register-block form p.label {
	float: left;
	width: 130px;
	text-align: left;
	margin-right: 10px;
}

#register-block div.form-field {
	margin-bottom: 20px;
	clear: both;
}
#register-block #legal-note textarea {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#register-block .hformfield div.checkbox-group {
	width: 450px;
}
#register-block .hformfield div.checkbox-group label#labelaccept {
	width: 400px;
}
p.label {
	text-align: left;
}
p.label .required {
	display: block;
	line-height: 0;
}
/*@end*/

/* @group RESET PASSWORD */
#reset-block form {
	margin-top: 20px;
	float: left;
}
/* @end */

/*@group LOGIN*/
#login-block, div.login-block {
	width: 320px;
	float: left;
}
#login-block .info, div.login-block .info {
	margin-bottom: 20px;
}

#login-block form, div.login-block form{
	width: 200px;
	margin: 0 auto;
}
#login-block form p.label, div.login-block form p.label {
	text-align: left;
	margin: 0;
}

#login-block form input, div.login-block form input {
	margin: 0;
	width: 190px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	padding:0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#login-block input.button, div.login-block input.button  {
	width: 100px;
	height: 25px;
	margin-left: 50px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#login-block div.form-field, div.login-block div.form-field {
	margin-bottom: 10px;
	clear: both;
}
#login-block p.text, div.login-block p.text{
margin-bottom: 10px;	
}
#login-block a.button, div.login-block a.button {
	display: block;
	width: 100px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	padding:0 5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	line-height: 22px;
	text-align: center;
	margin-left: 90px;
	margin-top: 20px;
}

a#lnkNewUser {
	display: block;
	width: 240px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	text-align: center;
}

p.label {
	text-align: left;
}
p.error {
	margin:5px 0;
	clear: left;
}

/*@end*/

/*@group USER*/

/*@group myaccount*/

#myaccount h2.title {
	margin-top: 10px;
	margin-bottom: 20px;
}
#myaccount h3 {
	margin-top: 10px;
	margin-bottom: 4px;
}


#myaccount form input.error {
	border: 1px solid;
}
#myaccount form p{
	margin-bottom: 5px;
	clear: both;
}

#myaccount form#account-info {
	margin-left: 0px;
	margin-top: 10px;
}
#myaccount form#account-info .subform{
	float: left;
	width: 915px;
	padding: 6px 5px 1px 0px;
	margin-bottom: 5px;
	margin-right: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: none;
}
 
#myaccount span.error {
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}
#myaccount span.error span.right{
		padding-top: 5px;
		display: block;
		width: 200px;
		height: 25px;
}
/*@end*/

/*@group movements*/
#myaccount #user_movements table {
	margin: 0;
}
#myaccount #user_movements table  th{
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

/*@group alignment*/
#myaccount #wrap-movements {
	max-height: 489px;
	width: 800px;
	overflow: auto;
	margin: 20px auto;
	clear: both;
}
#myaccount #user_movements table td{
	border-style: solid;
	border-width: 1px;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
#myaccount #user_movements table td+td {
	text-align: center;
}
#myaccount #user_movements table td+td+td {
	text-align: right;
}
#myaccount #user_movements table td+td+td+td {
	text-align: left;
}
#myaccount #user_movements table td+td+td+td+td {
	text-align: center;
}

a.opener {
	cursor: pointer;
}

/*@end*/

/*@end*/

/*@group CREDITS*/
#pay-credits {
	width: 260px;
	float: left;
}
#myaccount .description {
	margin-bottom: 30px;
}
#myaccount .half-description {
	width: 480px;
	padding-right: 100px;
	float: left;
	margin-bottom: 30px;
}

#myaccount #pay-credits p{
	clear: both;
	margin-bottom: 10px;
	float: left;
}
#myaccount #pay-credits input {
	float: left;
	width: 40px;
	height: 80px;
}
#myaccount #pay-credits input.button {
	margin-left: 120px;
	padding: 0;
	width: 100px;
	height: 25px;
}
#myaccount #pay-credits a{
	text-decoration: none;
}
#myaccount .pay-quantity {
	height: 67px;
	float: left;
	width: 129px;
	display: block;
	padding-top: 13px;
}
/*@end*/
/*@end*/

/*@group BLOCKS*/
.block h2 {
	margin-bottom: 10px;
}
h2.ok, h2.warning {
	font-size: 1.5em;
	padding-left: 74px;
	height: 64px;
	line-height: 85px;	
}
h2.ok {
	background: url(../../img/icons/ok_64.png) no-repeat;	
}
h2.warning {
	background: url(../../img/icons/alert_64.png) no-repeat;
}

#rent.button {
	cursor: pointer;
	display: block;
	width: 170px;
	height: 54px;
	text-align: center;
	line-height: 24px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#rent.button span.label{
	display: block;
	height: 20px;
	line-height: normal;
	padding: 0;
	margin: 0;
}

/*@group LINKS*/
#links a {
	display: block;
	cursor: pointer;
	padding-left: 30px;
}
/*@end*/


/*@end*/

/*@group MYACCOUNT*/
#myaccount #tabs{
	margin-left: 10px;
	margin-right: 10px;
}
#myaccount #filmList li {
	margin: 0;
	margin-right: 13px;
	margin-bottom: 20px;
}

/*@end*/

/*@group RENT*/
#rent #article-info {
	float: left;
	clear: both;
	width: 640px;
	margin-bottom: 20px;

}
#rent #article-info img.film-cover {
	height: 110px;
	float: left;
	margin-right: 10px;
}
#rent #article-info p.title {
	margin-bottom: 10px;
}
#rent #article-info .info p{
	margin-bottom: 10px;
}
#rent #article-info .info p .label {
	margin-right: 10px;
}
#rent form {
	margin-top: 20px;
}
#rent input.button {
	width: 100px;
	height: 25px;
	margin-left: 145px;
	border: 1px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
/*@end*/

/*@group USER LEASES*/
#leases-block #lease-list img.film-cover {
	width: 100px;
}
#leases-block #lease-list li.lease-item{
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid ;
}
#leases-block ul#lease-list ul#tips {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#leases-block #lease-list div.cover {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#leases-block #lease-list div.data {
	width: 380px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#leases-block #lease-list div.buttons {
	width: 100px;
	float: left;
	margin-left: 10px;
}
#leases-block #lease-list p {
	margin-bottom: 10px;
}
#leases-block .label {
	margin-right: 10px;
}
#leases-block div.buttons form {
	width: 100px;
	margin: 55px auto 0;
}
#leases-block .button {
	width: 100px;
	height: 25px;
	border: 1px solid;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
/*@end*/

/*@group PLAY*/
#player {
	width: 620px;
	clear: both;
	height: 350px;
	margin-bottom: 10px;
}

#filesBlock {
	float: left;
	margin-top: 10px;
}
#filesBlock ul li.fileItem {
	float: left;
	padding: 2px 5px;
	line-height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
#filesBlock ul li.fileItem div.icon{
	float: left;
	width: 20px;
	height: 20px;
}
/*@end*/

/*@group FACEBOOK*/
#fb-comments {
	width: 610px;
	margin-left: 10px;
	padding-left: 10px;
}
#fb-connect {
	text-align: center;
}
/*@end*/
/*@group promo-code*/
#promo-code .info {
	margin-bottom: 20px;
}
/*@end*/
/*@group LEGAL-INFO*/
#privacy h3,
#conditions h3,
#contact h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#privacy p,
#conditions p,
#contact p{
	margin-bottom: 10px;
	font-size: 0.9em;
}
/*@end*/

#content div.left-column,
#content div.right-column {
	width: 300px;
	float: left;
}

#content #browsers div.left-column {
	width: 280px;
	margin-left: 20px;
	padding-right: 10px;
	border-right: 1px solid #d6d5cf;
}
#content #browsers div.right-column {
	width: 280px;
	margin-left: 25px;
}
/*@end*/

/*@group SIDEBAR-RIGHT*/
#rightSidebar {
	margin-left: 640px;
	width: 320px;
	height: 600px;

}
#rightSidebar #rightSidebar-inner {
	margin: 0 10px;
	width: 300px;
	float: left;
}

#rightSidebar img.film-cover {
	width: 140px;
	height: 203px;
	margin: 0 10px 15px 0px;
}

#rightSidebar #movie-relations.block {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

#rightSidebar ul.cover-tile li {
	float: left;
}
#rightSidebar .block div.title-block,
#rightSidebar div.title-block
{
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#rightSidebar #movie-relations.block ul li{
	margin: 0;
}
#rightSidebar #movie-relations.block ul li img.film-cover {
	width: 90px;
	height: 126px;
	margin: 0 4px 4px 0;
}
div.sidemodule {
	padding-bottom: 20px;
}
div.sidemodule  ul  {
	margin: 0;
	font-size: 0.8em;
}

#rightSidebar div.title-block {
	margin-bottom: 0;
	padding: 10px 10px 20px 10px;
	width: 280px;
	float: left;
}

#rightSidebar #mymovies {
	margin-left: 10px;
}
#rightSidebar #mymovies div.title-block {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.sidemodule ul li.movie {
	
	margin: 0;
	float: left;
	width: 290px;
	padding:  5px 0 5px 5px;
	background: #e8e8e8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
}
div.sidemodule ul li.movie.even {
	background: transparent;
}
div.sidemodule ul li.movie span.rank{
	width: 20px;
	float: left;
	text-align: right;
	color: #84847e;
}
div.sidemodule ul li.movie a{
	display: block;
	float: left;
	width: 183px;
	margin-left: 10px;
	text-decoration: none;
	color: #30302d;
}
div.sidemodule ul li.movie a:hover{
	color: #ff5f09;
}
div.sidemodule ul li span.views,
div.sidemodule ul li span.release,
div.sidemodule ul li span.dateadded{ 
	display: block;
	width: 75px;
	float: left;
	text-align: right;
	margin-right: 0px;
	color: #84847e;
}
div.sidemodule div.rating{
	float: right;
}

.sidemodule ul.movielist {
	margin-left: 0px;
	float: left;
}

/*@end*/

/*@group MENU-OPTIONS*/
#options-menu {
	margin-top: 10px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding: 0 0 10px 0 ;
}
#options-menu>div{
	padding: 10px 0;
	z-index: 100;
	position: relative;
	width: 300px;
}
#options-menu h2{
	position: relative;
	height: 40px;
	padding-left: 10px;	
	line-height: 30px;
	z-index: 200;
	width: 290px;
}
#options-menu ul {
	margin: 0 10px;
}
#options-menu ul li {
	padding: 2px 0;
}
#options-menu h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding: 5px;
}
 #options-menu a{
	display: block;
	height: 20px;
	padding-left: 10px;
}
/*@end*/
/*@end*/

/*@group FOOTER*/
#footer {
	padding: 10px 0px;
	background: #1f1f1d;
	width: 960px;
	clear: both;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#footer ul li {
	float: left;
	margin-left: 10px;
	border-right: 1px solid;
	padding-right: 10px;
}
/*@end*/

/*@group TABS*/

ul.tab-nav {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
ul.tab-nav li{
	float: left;
	margin-right: 2px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-width: 1px;
}
ul.tab-nav li.active{
	border-bottom-style: solid;
	border-bottom-width:  1px;
}
ul.tab-nav li a{
	padding: 5px 15px 5px 10px;
	display: block;
	text-decoration: none;

}
.tab-panel {
	float: left;
	margin-left: 10px;
	padding: 10px;
	width: 920px;
}
/*@end*/

/*@group PAGINATION */
#pagination div.page {
	float: left;
	width: 31px;
}
#pagination {
	width: 620px;
	float: left;
	margin:10px 10px 0 10px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
		/*--Top right rounded corner--*/
	-moz-border-radius-topright: 6px;
	-khtml-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
		/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 6px;
	-khtml-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
#pagination #pages {
	height: 24px;
	padding-top: 2px;
	margin-top: 2px;
	text-align: center;
}
#pagination #pages a{
	display: block;
	width: 31px;
	text-align: center;
	padding: 0;
}
#pagination #pages p{
	padding:  0 2px;
	margin: 0;
	width: 25px;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#pagination .line {
	height: 2px;
	width: 640px;
}
#pagination .pointer {
	height: 8px;
	width: 8px;
	position: relative;
	bottom: 5px;
	left: 5px;
}
.scroll-bar-wrap { 
	clear: left; 
	position: relative;
	padding: 0 1px 0 1px; 
	margin: 0 8px -1px 8px;
	top: -6px;
}
.scroll-bar-wrap .ui-slider { 
	border:0; 
	height: 13px; 
	margin: 0 auto; 
}
.scroll-bar-wrap .ui-handle-helper-parent { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	margin: 0 auto;}
.scroll-bar-wrap .ui-slider-handle { 
	height: 12px;
	-moz-border-radius: 6px;
 	-khtml-border-radius: 6px;
	-webkit-border: 6px;	
}

.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

/*@end*/

/*@group RATING*/
.rating {
	width: 60px;
	height: 12px;
	float: left;
	font-size: small;
	margin-right: 10px;
	background-repeat:no-repeat;
}

.rate0{background-position: left 0px;}
.rate1{background-position: left -12px;}
.rate2{background-position: left -24px;}
.rate3{background-position: left -36px;}
.rate4{background-position: left -48px;}
.rate5{background-position: left -60px;}
.rate6{background-position: left -72px;}
.rate7{background-position: left -84px;}
.rate8{background-position: left -96px;}
.rate9{background-position: left -108px;}
.rate10{background-position: left -120px;}


.price {
	float: left;
	display: block;
	width: 70px;
}
/*@end*/

/*@group ADMIN*/
div#siteconfig .label {
	width: 120px;
	display: block;
	float: left;
}

div#sessionlist table {
	width: 60%;
	overflow: auto;
}

div#sessionlist th {
	background: #7f2c2b;
}

div#sessionlist td {
	font-size: 0.8em;
}

div#sessionlist table {
	width:  940px;
}

div#sessionlist td {
	font-size: 0.7em;
}




/*@end*/

/*@group DIALOG*/
.ui-dialog {
	-webkit-box-shadow: 0 3px 8px #1f1f1d;
}
.ui-dialog .ui-dialog-titlebar { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ui-dialog .ui-dialog-buttonpane {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;	
}
/*@end*/


/*@group CORNERS*/
/*top-left*/
#pagination,  #options-menu a, #container {
	/*--Top right rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
/*top-right*/
.tab-panel,#pagination,  #options-menu a, #container {
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
/*bottom-left*/
.tab-panel, #options-menu>div,  #options-menu a, #loginBar {
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
/*bottom-right*/
.tab-panel, #options-menu>div,  #options-menu a,#loginBar {
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
/*@end*/

#register-block {
}

/*@group ADDTHIS*/
div.addthis_toolbox>a {
	
	margin-right: 3px;
}
div.addthis_toolbox a.addthis_button_expanded {
	padding: 0;
	margin: 0;
	width: 16px;
}
#at16filt {
	height: 15px !important;
}
#at16p {
	-webkit-border-radius: 10px;
}
/*@end*/

/* @group BANNERS */
#rightSidebar .banner1, #rightSidebar .banner2 {
	margin-top: 10px;
	text-align: center;
}
/* @end */

/*@group FORMS*/
div.hformfield {
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.vformfield {
	margin-bottom: 10px;
}

div.hformfield input {
	margin: 0;
}
div.hformfield textarea {
	margin: 0;
	width: 450px;
}
#content div.vformfield textarea {
	width: 688px;
}
div.hformfield label{
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;	
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
div.vformfield label{
	display: block;
	width: auto;
	float: none;
}
form div.section {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #d6d5cf;
	margin-bottom: 5px;
}

div.actions {
	clear: both;
}
.hformfield div.actions {
	margin-left: 160px;
}
.hformfield div.checkbox-group {
	margin-left: 160px;
	clear: both;
	width: 250px;
	float: left;
}
.hformfield div.checkbox-group div.checkbox-item{
	clear: both;
}
div.checkbox-item  label {
	margin-left: 15px;
}
.hformfield div.checkbox-group input.checkbox {
	float: left;
	margin-top: 5px;
	position: absolute;
}
.hformfield div.checkbox-group label {
	width: 240px;
	height: auto;
	float: left;
	text-align: left;
}

.hformfield p.error {
	margin-left: 160px;
}

form .links {
	margin: 10px 0;
}
/*@end*/

/* @group HELP */

/* @group INVITES */

#fbInvites.block .box {
	margin: 0 auto;
	float: left;
}
#fbInvites #lnkReferal {
	margin-bottom: 10px;
}
#fbInvites #introText {
	padding-right: 240px;
	width: 380px;
	min-height: 220px;
}

#invite-options {
	margin: 10px 0;
	float: left;	
}

#invite-options ul {

}
#invite-options li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
#invite-options li span.description {
	display: none;
}

#invite-options img.ico {
	width: 60px;
}
#fbInvites #invite-description {
	clear: both;
	display: none;
	position: absolute;
	margin-top: 80px;
	width: 620px;
	padding-top: 10px;
	float: left;
}
#fbInvites #invite-description span {
	background: red;
	background: #e6e8e8;
	padding: 10px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#fbInvites #invite-content {
	margin-top: 140px;
	clear: both;
	font-size: 0.9em;
}
#fbInvites #invite-content #tweet-content textarea {
	width: 360px;
	margin-bottom: 20px;
}
#lnkReferal span.label {
	margin-bottom: 5px;
	clear: both;
	display: block;
}
#lnkReferal > span.link {
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.generic_dialog {
	width: 630px;}


/* @end */

/* @group iPad */
#content.help #ipad {
	
}
#content.help #ipad .screenshots .gallery {
	width: 640px;
	margin-left: -10px;
}

#content.help #ipad .screenshots .gallery ul li {
	float: left;
	margin-left: 10px;
}
	
#content.help #ipad .screenshots img{
	width: 200px;
	-moz-box-shadow: #a0a0a0 0 2px 4px;
	-webkit-box-shadow: #a0a0a0 0 2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#content.help #ipad p {
	color: #494949;
	line-height: 22px;
}
#content.help #ipad div.download {
	margin: 30px 0;
	margin-bottom: 40px;
}

#content.help #ipad div.download a.big {
	display: block;
	float: left;
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	color: #ababab;
}
#content.help #ipad div.download img {
	margin-left: 20px;
	height: 50px;

}

/* @end */




ul.logoBrowsers {
	float: left;
	width: 100%;
	margin: 0  auto;
	margin-bottom: 20px;
}
ul.logoBrowsers li{
	float: left;
	margin-right: 20px;
}

img.diagram {
	margin-bottom: 20px;
	clear: both;
}
#buy ul.ico-paymethods {
	margin-top: 20px;
}
#buy ul.ico-paymethods li {
	display: inline;
}



/* @end */


.ui-icon-right {
	float: right;
	background: url(../jquery/images/ui-icons_ef8c08_256x240.png) -33px -17px no-repeat;
	width: 16px;
	height: 16px;
}
.ui-icon-left {
	float: left;
	margin: 100px;
	background: url(../jquery/images/ui-icons_ef8c08_256x240.png) -96px -17px no-repeat;
	width: 16px;
	height: 16px;
}

/* @group POPITAS */

#popitas-promocion {
	float: left;
	width:620px;
	height: 492px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}

#popitas-text {
	margin-left:190px;
	margin-top:310px;
	padding: 10px;
	width: 400px;
	height: 140px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* @end */


/* @group PAYMENT PAGE */
#payment img.film-cover {
	float: left;
	width: 100px;
}
#payment #article-info {
	float: left;
	width: 620px;
	clear: both;
	margin-bottom: 20px;
}
#payment #article-info div.info {
	margin-left: 20px;
	float: left;
	width: 500px;
}

#payment #payment-options {
	float: left;
	width: 420px;
	margin: 0 120px;
}

#payment #payment-options #form-creditcard {
	padding: 10px;
}
#payment #bill-info {
	clear: both;
	float: left;
	width: 400px;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

#payment #bill-info p {
	padding-bottom: 5px;
	margin-bottom: 5px;
	float: left;
}

#payment #bill-info .label {
	float: left;
	width: 330px;
}
#payment #select-creditcard {
	float: left;
}
/* @end */

/* @group COLLECTIONS */
#collections.block ul{
	margin-top: 5px;
}
#collections.block ul li {
	width: 170px;
	overflow: hidden;
	margin-bottom: 1px;
	height: 19px;
}
#collections.block ul li a {
	display: block;
	text-decoration: none;
	line-height: 19px;
	cursor: pointer;
	margin-left: 5px;
}
#channel-movielist img.film-cover{
	width: 100px;
	height: 142px;
}
/* @end */

#channel-viewAll {
	margin-top: 20px;
}
#channel-viewAll a{
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}
#share.block {
	margin-top: 5px;
	margin-bottom: 20px;
}

/*@group hilo TWITTER*/
#rightSidebar #twitter-feed {
	margin-top:10px;
}
#rightSidebar #twitter-feed div.tweet {
	float: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
#rightSidebar #twitter-feed ul li {
	padding: 10px 5px 10px 5px;
	line-height: 18px;
	float: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
#rightSidebar #twitter-feed .title-block{
	height: 41px;
	padding: 0;
	width: 300px;
	line-height: 41px;
	text-align: center;
}




/*@end*/

#news-block {
	margin-bottom: 10px;
}
/*@group PELI SEMANA*/
#rightSidebar #peli-semana {
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

#rightSidebar #peli-semana div.title-block {
	height: 41px;
	padding: 0;
	width: 300px;
	line-height: 41px;
	text-align: center;
}
#rightSidebar #peli-semana img{
	width: 140px;
	height: 203px;
	margin-top: 10px;
	margin-left: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#rightSidebar #peli-semana .overlay{
	cursor: pointer;
	position: absolute;
	margin-top: -203px;
	height: 203px;
	width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#rightSidebar #peli-semana #patrocinador {
	margin-top: 170px;
	line-height: 33px;
	margin-left: 10px;
	height: 33px;
	float: left;
}
/*@end*/

#container-facebook #title-block-sort ul#sort-test li {
	padding: 4px 5px;
	display: inline;
}
