@import url('e_film.css');
@import url('b_music.css');
@import url('b_search.css');
@import url('b_rcmd.css');
@import url('film_page.css');
#master {
	width: auto;
	min-width: 1000px;
	max-width: 1200px;
}
#graycontainer {
	padding: 0 5px;
	overflow: visible;
}
#container {
    margin: 0 auto;
	width: 100%;
}
.cnheader {
	max-width: 1130px;
}
/* ---------------------------------------- Branding */
div#master.cn-master {
	width: 1190px;
	padding: 22px 35px 0;
	min-width: unset;
	max-width: unset;
	overflow: hidden;
	background: rgba(255,255,255,1);
	position: relative;
	z-index: 2;
}
/* ---------------------------------------- Header menu */
.vmenu {
	margin: 15px 0 10px 0;
	position: relative;
	z-index: 3;
}
.vmenu > nav {
	height: 40px;
	font: 17px/38px Verdana;
}
.vmenu > nav > a {
	float: left;
	color: rgb(0,93,170);
	height: 100%;
	padding: 0 12px;
	position: relative;
	box-shadow: inset 0 0 0 1px rgb(204,222,245);
	background: rgb(179,213,255) none repeat-x 0 100%;
	background-image: linear-gradient(0deg, transparent, rgba(255,255,255,.75));
	border-radius: 4px 4px 0 0;
}
.vmenu > nav > a + a {margin-left: 3px}
.vmenu > nav > a:after,
.vmenu > nav > a:before {
	content: '';
	position: absolute;
	bottom:0px;top:0px;
	left:0px;right:0px;
}
.vmenu > nav > a:before {
	border-radius: 3px 3px 0 0;
	margin: 1px 1px 0;
	background: rgba(0,0,0,.005);
	box-shadow: inset 0 0 0 1px rgb(180,215,255);
	border: 1px solid rgba(255,255,255,.75);
}
.vmenu > nav > a:after {
	top: auto;
	height: 16px;
	background: transparent none repeat-x 0 100%;
	background-image: linear-gradient(180deg, transparent, rgba(179,213,255,.75));
}
.vmenu > nav > a.in {
	color: white;
	text-decoration: none;
	background-color: rgb(12,87,176);
	box-shadow: inset 0 0 0 1px rgba(12,87,176,.5);
	background-image: linear-gradient(0deg, transparent, rgba(0,200,200,1));
}
.vmenu > nav > a.in:before {box-shadow: inset 0 0 0 1px rgb(8,137,188)}
.vmenu > nav > a.in:after {
	background-image: linear-gradient(0deg, rgb(12,87,176), rgb(12,87,176) 2px, transparent);
}
.vmenu > div {
	height: 55px;
	padding: 6px;
	background: rgb(12,87,176);
	border-radius: 0px 6px 6px;
	text-decoration-skip-ink: none;
}
.vmenu > div .entity-subscribe {
	margin-right: 0px;
	float: right;
}
.vmenu > div p {
	margin: 4px 0 0 0;
	line-height: 20px;
	height: 20px;
}
.vmenu > div p + p {margin-top: 6px}
.vmenu > div p a {
	display: inline-block;
	height: 100%;float:left;
	border-radius: 2px;
	padding: 0 6px;
	color:white;
}
.vmenu > div p a + a {margin-left: 8px}
.vmenu > div p a:hover {
	background-color: rgba(255,255,255,.25);
	text-decoration: none;
}
.vmenu > div p a.in {
	background-color: rgba(255,255,255,.95);
	text-decoration: none;
	color: black;
}
/* ---------------------------------------- Subscribe buttons */
.entity-subscribe {
	float: right;
	overflow: hidden;
	display: inline-block;
	width: 80px;
	height: 55px;
	text-align: center;
	cursor: pointer;
}
.entity-subscribe,
.entity-subscribe:link,
.entity-subscribe:visited {color: white}
.entity-subscribe i {
    display: block;
	height: 40px;
	width: 46px;
	padding-left: 10px;
	margin: 0 auto -3px;
	background: url(/i/films/subscribe_butt.png) no-repeat 100% 0;
}
.entity-subscribe u {
	display: inline-block;
	border-bottom: 1px dashed white;
	text-decoration: none;
	line-height: 14px;
}
.entity-subscribe.wait {cursor: wait}
.entity-subscribe.off {cursor: help}
.entity-subscribe.off i {background-position: 100% -40px}
.entity-subscribe.off u {border-bottom-width: 0}

/* ---------------------------------------- Left right */
.cn-inner-content,
.cn-inner-sidebar {
	overflow: visible;
	position: relative;
	z-index: 1;
	font: 9pt Arial, sans-serif;
	cursor: default;
}
.cn-inner-content {
	margin-right: 320px;
	border-right: 0px solid lightgreen;
}
.cn-inner-sidebar {
	overflow: hidden;
	overflow-y: visible;
}
.cn-inner-content .adriver {
	overflow: hidden;
	margin: 0 0 12px;
}
.cn-inner-content .vmenu + .adriver {margin-top: 12px}
.cn-inner-sidebar .adriver {
	margin-bottom: 12px;
}
.cn-inner-mbanner {
	margin: 5px 0 10px;
	padding: 5px 0;
	background: rgba(125,125,125,.005);
}
/* ---------------------------------------- Stuff */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	position: static;
	font-family: Arial, sans-serif;
}
h2 {
    font-size: 183%;
}
h3 {
    font-size: 142%;
}
h4 {
    font-size: 150%;
    font-weight: normal;
}
h5,h6 {
	font: 100% Arial, sans-serif;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.2em;
}
dl,dt,dd {
	padding: 0;
	margin: 0;
	display: block;
}
del,kbd,var,ins,dfn {
	font: normal normal 100% Arial, sans-serif;
	text-decoration: none;
}
del[title='cleaner'] {
	display: block;
	height: 0px;
	overflow: hidden;
	width: 100%;
	border-top: 0px solid lightgreen;
}
a:link {
	color: rgb(34,107,183);
}
a:visited {
	color: rgb(153,51,153);
}

.films-message {
    margin: 12px 0;
	background: lightyellow; 
	font-size: 150%;
	padding: 8px 15px;
}

.userfilter-container {
	min-height: 40px;
	padding: 0;
	position: relative;
	z-index: 2;
}
.userfilter {
	left: 0;
	top: 0;
	width: 100%;
    color: black;
    background: white;
	font: 14px/20px 'Arial', sans;
	border: 0px solid whitesmoke;
	padding: 4px 1px 9px;
	margin: 0 0px;
}
.userfilter.fixed {
	position: fixed;
	box-shadow: 0 2px 3px rgba(0,0,0,0.35);
	border-width: 1px;
	padding: 3px 0 8px;
}
.userfilter small {
	float: right;
	margin: 7px 12px 0;
	font-size: 12px;
	line-height: 0.95;
	color: black;
	border-bottom: 1px dotted black;
	cursor: pointer;
}
.userfilter small a {
	text-decoration: none;
	color: inherit;
}
.userfilter del,
.userfilter ins,
.userfilter ins a,
.userfilter del a {
    display: inline-block;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	color: rgb(34,107,183);
}
.userfilter ins,
.userfilter del {
	margin: 3px 0 0 12px;
	padding: 2px 4px;
	border-radius: 3px;
}
.userfilter ins a,
.userfilter del a {
	background: url(/i/ico/del1.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
.userfilter ins:hover,
.userfilter del:hover {
	box-shadow: 0 1px 3px darkgray;
}

/* Tags filter (after menu) */
.filter-categories {
	word-spacing: 0.25em;
}
.filter-categories small,
.filter-categories span {
	word-spacing: normal;
	line-height: 14px;
	margin-left: 0.25em;
	display: inline-block;
	margin-bottom: 4px;
}
.filter-categories span sup {
	top: 2px;
	margin-left: 0.25em;
}
.filter-categories small {
	margin-left: 12px;
	margin-bottom: 3px;
}
.filter-categories small a {
	border-bottom: 1px dotted black;
	color: black;
	text-decoration: none;
	display: inline-block;
	line-height: 0.9;
}
/* button More */
.loadmore {
	text-align: center;
	margin: 12px 0;
}
.loadmore input {
	font: 17px Verdana;
	height: 50px;
	width: 300px;
}
.loadmore input {
	border: 0;
	height: 50px;
	width: 300px;
    cursor: pointer;
	font: 14px Arial, sans-serif;
	background: rgb(221,238,246) none no-repeat 50% 50%;
	color: rgb(7,76,106);
	border-radius: 3px;
}
.loadmore input:hover {
	background-color: rgb(186,221,236);
	color: rgb(0,41,59);
}
.loadmore input.st-wait {
	background-color: transparent;
	background-image: url(/i/films/wait.gif);
}
.loadmore input.st-edge {display: none}
/* button Goto top */
.gotop {
	margin: 0 0 12px 0;
	height: 474px;
	width: 300px;
	position: relative;
}
.gotop-cont {
    z-index: 55;
	height: 474px;
	width: 300px;
    position: static;
	left: 0;
	top: 0;
	text-align: left;
}
.gotop-cont button {
	height: 50px;
	width: 300px;
    cursor: pointer;
	font: 14px Arial, sans-serif;
	background: rgb(221,238,246);
	color: rgb(7,76,106);
	border: 0;
	border-radius: 3px;
}
.gotop-cont button i {
    display: inline-block;
    width: 0;
    height: 0;
	border: 6px solid transparent;
	border-color: rgb(47,88,104) transparent;
	border-top-width: 0;
	margin-right: 0.5em;
	position: relative;
	top: -1px;
}
.gotop-cont button:hover {
	background-color: rgb(186,221,236);
	color: rgb(0,41,59);
}
.gotop-cont button:hover i {border-color: rgb(0,41,59) transparent}
.gotop-cont .adriver {
	margin: 12px 0;
}

/* Sidebar blocks */
.wrap-brc {
	padding: 10px;
	background: rgb(233,243,255);
	margin-bottom: 12px;
	border-radius: 8px;
}
.wrap-brc h3 {
	background: rgb(196,223,255);
	padding: 9px 18px 10px;
	margin: -10px -10px 0;
	border-radius: 8px 8px 0 0;
	border-bottom: 4px solid white;
	font-weight: normal;
}
.wrap-brc h3 a:link,
.wrap-brc h3 a:visited {color: black}
/**/
.movie-news {
	margin: 0.5em 0;
	padding-left: 24px;
	padding-left: 0px;
	line-height: 16px;
}
.movie-news img {
	float: left;
	margin-right: 8px;
}
.movie-news span {
    display: block;
	height: 100%;
	overflow: hidden;
}
/* black promo */
.films-promo {
	background: rgb(68,68,68);
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-radius: 8px;
}
.films-promo h3 {
	color: white;
	margin: 0 0 7px 20px;
}
.films-promo h3 a:link,
.films-promo h3 a:visited {color: white}
.films-promo kbd {
    float: right;
	color: rgb(153,153,153);
	margin: 0 20px 0 0;
	cursor: pointer;
}
.films-promo .efilm-short {
    padding: 5px 10px;
    margin: 0;
	width: 24%;
	float: left;
	height: 70px;
	width: 285px;
	overflow: hidden;
	margin-left: 10px;
}
.films-promo .efilm-short img {
	width: 45px;
	height: 60px;
}
.films-promo .efilm-short h6 a {
	color: white;
}
.films-promo .efilm-short h6 small {
	color: rgb(153,153,153);
}
.films-promo .efilm-short p,
.films-promo .efilm-short p a:link,
.films-promo .efilm-short p a:visited,
.films-promo .efilm-short p a:hover {
	color: rgb(153,153,153);
}
/* Collections block */
.films-colls {
	width: 100%;
	margin: 10px auto;
	position: relative;
	z-index: 1;
}
.films-colls h3 {
	border-bottom: 1px solid rgb(217,217,217);
	padding-bottom: 3px;
	margin-bottom: 12px;
}
.films-colls .uix-button {
	margin: 12px 0 0 10px;
	padding: 0 8px;
}
.films-colls ul,
.films-colls li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.films-colls-preview ul {
	height: 296px;
}
.films-colls li {
	float: left;
	height: 296px;
	width: 213px;
}

@media only screen and (max-width : 1200px) {
	.films-colls li {width: 33%;}
}

.films-colls li a {
	display: block;
	position: relative;
	width: 200px;
	height: 283px;
	border: 1px solid white;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.55);
	margin: 3px auto 7px;
	text-decoration: none;
}
.films-colls li a dfn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}
.films-colls li a dfn ins {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(51,40,40);
	opacity: .9;
	filter: alpha(opacity=90);
}
.films-colls li a dfn u {
    display: block;
    position: relative;
    font-size: 18px;
	padding: 14px 18px 16px;
    text-decoration: underline;
	color: rgb(153,153,153);
}
.films-colls li a dfn u span {
    display: block;
	color: white;
	width: 100%;
	overflow: hidden;
}
.films-colls li a:hover dfn u {color: rgb(123,189,255)}
.films-colls li a:hover dfn u span {color: rgb(109,212,255)}
.films-colls li.cleaner {
	float: none;
	height: 0;
	width: 100%;
	clear: both;
}
.films-colls.opnd ul {height: auto}
.films-colls.opnd .uix-button {display: none}