* {
	margin: 0;
	padding: 0;
}
body {
	background: #16244a url(/images/bg.jpg) 50% 0 no-repeat;
	color: #fff;
	font: 75% 'Tahoma', sans-serif;
}
#wrapper {
	min-width: 1000px;
	background: #16244a url(/images/bg.jpg) 50% 0 no-repeat;
	overflow: hidden;
}
a {
	color: #ce0;
}
a:visited {
	color: #8ea9d1 !important;
}

a:hover {
	color: #fff;
}
#footerJS a:hover, #footer a:hover {
	color: #fff !important;
}

.play-now a:visited {
	color: #cfe2ff !important;
}

.breaker {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 100%;
	float: none;
	font-size: 0;
}

img {
	vertical-align: top;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin-bottom: 0.5em;
}
h1, h2 {
	font-weight: normal;
	color: #ce0;
	font-size: 137%;
}
p, li {
	margin-bottom: 0.7em;
}


#main {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footerJS, #footer {
	padding: 50px 0 50px;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

#footer {
	padding-top: 100px;
	background: url(/images/footer-bg.png) 50% 0 no-repeat;
}

#footerJS table td,  #footer table td {
	padding: 3px;
}
#footer ul {
	text-align: center;
	margin-bottom: 0.5em;
}
#footer li {
	display: inline;
	border-left: 1px solid #88adf4;
	padding: 0 0.66em 0 1em;
}
#footer li:first-child {
	border: none;
}

#footerJS, #footerJS a,
#footer,   #footer   a {
	color: #88adf4;
}

#footerJS a:hover,
#footer a:hover {
	color: #fff;
}

#copy, #footer p#social {
	text-align: center;
	margin: 1em 0;
}
#footer p#social {
	display: none;
}
body.root #footer p#social {
	display: block;
}
div.achtung {
	padding: 50px 50px 0;
	text-align: center;
	color: #ce0;
	font-size: 117%;
}

.jsbanner span, .jsbanner i, .jsbanner p {
	display: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/**********************carousel************************/
#screenswrap {
	clear: both;
	position: relative;
}
#screens {
	clear: both;
	background: url('/images/carusel-bg.png') 0 0 no-repeat;
	width: 1000px;
	height: 174px;
	text-align: center;
	position: static;
	margin: 0 0 5px;
	text-align: left;
	overflow: hidden;
}

#screens div.wrap {
	outline: none;
	text-decoration: none;
	display: block;
	float: left;
	width: 230px;
	height: 135px;
	position: relative;
}

#screens div.wrap span.top, #screens div.wrap small {
	display: none;
}

#screens div.wrap:hover {
	background: url('/images/family/hover.png') 0 0 no-repeat;
}

#screens div.wrap:hover small {
	display: block;
	position: relative;
	margin: -20px 10px 10px 10px;
	font-size: 90%;
	text-align: right;
}

#screens div.wrap:hover span.top {
	position: relative;
	display: block;
	margin: -16px 0 0 0;
	top: 16px;
	padding: 0;
	right: 10px;
	text-align: right;
}

#screens div.wrap img.item {
	width: 216px;
	height: 135px;
	margin: 0 7px;
	border: 0;
	position:relative;
}
#screens div.wrap img.link-worker {
	display:none;
}

#screens #next, #screens #prev {
	width: 28px; height: 25px;
	position: absolute;
	top: 95px;
}

#screens #next {
	right: 5px;
	background: url('/images/carousel/arrows/nonext.png')  0 0 no-repeat;
	cursor: default;
}

#screens #prev {
	left: 5px;
	background: url('/images/carousel/arrows/noprev.png') 0 0 no-repeat;
	cursor: default;
}

#screens .next {
	background: url('/images/carousel/arrows/next.png') 0 0 no-repeat !important;
	cursor: pointer !important;
}

#screens .prev {
	background: url('/images/carousel/arrows/prev.png') 0 0 no-repeat !important;
	cursor: pointer !important;
}

#screens .ttl {
	display: block;
	margin: 15px 40px 3px;

}

#screens #carcont {
	width: 920px;
	margin: 0 40px;
	overflow: hidden;
	position: relative;
}

#screens #carousel {
	position: relative;
	width: 50000px;
}

body.movies #screens {
	height: 189px;
	background: url('/images/carousel/carusel-bg.jpg') 0 0 no-repeat;
}

body.movies #screens #carousel div.wrap small {
	background: url(/images/carousel/disc.gif) 0 5px no-repeat;
	text-align: left;
	padding: 7px 0 4px 27px;

}
div.wrap a {
	position: relative;
	color: #fff!important;
}
body.movies #screens #carousel div.wrap {
	height: 144px;
	overflow: hidden;
}

body.movies #screens #carousel div.wrap:hover {
	background: url('/images/carousel/hover.png') 0 0 no-repeat;
}

/********************veil*****************************/
#veil, #popupframe, #popupwrapper, a#closeVeil {
	display: none;
}

/*body.veil {
	overflow: hidden;
	height: 100%;
}*/

body.veil #veil {
	display: block;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	filter: alpha(opacity = 50);
}

body.veil object {
	display:  none;
}

body.veil #popupwrapper {
	display: block;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1100;
}
body.veil #framewrapper {
	position: absolute;
	top: 90px;
	left: 228px;
	padding: 0px 0 0 0;

}
body.veil #popupframe {
	display: block;
	width: 599px;
	height: 384px;
	background: url(/images/popup-frame.png) top left no-repeat;
	padding: 50px 0 0 0;
	z-index: 200;
	text-align: center;
}

body.veil a#closeVeil {
	display: block;
	position: absolute;
	top: 103px;
	left: 720px;
	z-index: 500;
}
body.veil a#closeVeil img {
	display: block;
	background: url(/images/close.gif) 0 0 no-repeat;
	width: 82px;
	height: 7px;
}
body.veil iframe {
	width: 580px;
	height: 330px;
	background: #152348;

}
#flash2009 {
	margin-top: 14px;
}



/******two-cols******************/

#content .two-cols .frame-top {
	height: 15px;
	background: url(/images/x784f.png) 100% -15px no-repeat;
	border: none;
}
#content .two-cols .frame-bottom {
	height: 15px;
	background: url(/images/x784f.png) 100% 0 no-repeat;
	border: none;
}
#content .two-cols .frame-content {
	background: url(/images/x784f.png) 0 0 repeat-y;
	padding: 4px 15px 4px 19px;
	overflow: hidden;
}

.two-cols .frame-content .additionally {
	float: right;
	width: 186px;

}


/*******image********/

.two-cols .img {
	position: relative;
	display: block;
	width: 192px;
	margin: 10px 0 0 -3px;
	float: none;
	padding-bottom: 5px;
	color: #fff!important;
	text-decoration: none;
}
.two-cols .nosign {
	padding-bottom: 1px!important;
}

.two-cols .img span.img-wrapper {
	overflow: hidden;
	padding: 3px 3px 0 3px;
	position: relative;
	display: block;
	margin: 0;
}
.two-cols .img img {
	width: 184px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 1;
}
.two-cols .img img.border-top,
.two-cols .img img.border-bot,
.two-cols .img img.border-bot-hover {
	position: absolute;
	left: 3px;
	width: 186px;
	border: 0;
	z-index: 500;
	margin: 0;
}
.two-cols .img img.border-top {
	top: 3px;
}
.two-cols .img img.border-bot {
	bottom: 0px;
	left: 3px;
}
.two-cols .img img.border-bot-hover {
	width: 192px;
	left: 0px;
	bottom: -3px;
	display: block;
	z-index: 800;
	visibility: hidden;
}

.two-cols .img span.sign {
	display: block;
	padding: 5px 10px 5px 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0!important;
	width: 154px;
	background: url(/images/about/img.png);
}
.two-cols .img img.glow {
	position: absolute;
	width: 192px;
	top: 0px;
	left: 0px;
	border: 0;
	display: block;
	width: 192px;
	z-index: 800;
	visibility: hidden;
	display: none;

}
.two-cols a.glowing:hover img.glow,
.two-cols a.glowing:hover img.border-bot-hover {
	visibility: visible;
	display: block;
}
.two-cols .glowing:hover {
	cursor: pointer;
}
.two-cols .glowing {
	-moz-outline: 0;
}
/*******/
.two-cols .col .img {
	margin-right: 18px;
	margin-bottom: 18px;
	width: 124px;
	float: left;
	position: relative;
	display: block;
	clear: left;
}
.two-cols .col a.right {
	float: right;
	margin: 10px 0 18px 18px;
	clear: none;
}
.two-cols .col .img img {
	width: 116px;
}

.two-cols .col .img img.border-top,
.two-cols .col .img img.border-bot {
	width: 118px;
}
.two-cols .col .img img.border-bot-hover,
.two-cols .col .img img.glow {
	width: 124px;
}
.two-cols .col .img span.sign {
	width: auto;
	padding: 3px 7px 1px 7px;
}
.two-cols .frame-content .additionally span.separator {
	display: block;
	border-top: 1px solid #38558b;
	border-bottom: 1px solid #1f3e71;
	margin: 10px 0 0 0;
}
.two-cols .frame-content .col {
	width: 537px;
}
.two-cols .frame-content .additionally p {
	margin: 10px 0 22px 0;
	width: auto;
	font-size: 0.9em;
	padding: 0 10px;
}
.frame-content blockquote span.quo {
	font-size: 300%;
	font-family: 'Times New Roman';
	font-weight: bold;
	line-height: 30px;
	border: none;
	margin: -10px 10px 0 -35px;
}
.frame-content blockquote span.sign {
	display: block;
	text-align: right;
	margin: 10px 10px 0 0;
	font-family: 'Times New Roman';
	color: #1392e2;
	font-style: italic;
}
.two-cols blockquote {
	padding: 10px 45px;
	margin: 0px 0 23px -15px;
	width: 475px;
	clear: left;
	background-color: #11265d;
	font-size: 120%;
	overflow: hidden;
}

.frame-content blockquote span.close {
	float: right;
	margin: -23px -35px 0 0;
}
.two-cols .frame-content .framed-text {
	width: 527px;
	position: relative;
	z-index: 1;
	margin: 20px 0;
	border-right: 1px solid #8e99b8;
	z-index: 200;
	clear: left;
}
.two-cols .frame-content .framed-text table {
	border-collapse: collapse;
	background: #214fa0;
}
.two-cols .frame-content .framed-text .outside-bot,
.two-cols .frame-content .framed-text .outside-top {
	z-index: 500;
	position: absolute;
	left: -1px;
	background: url(/images/image-border529.gif) 0 0 no-repeat;
	height: 5px;
	width: 529px;
	overflow: hidden;
}
.two-cols .frame-content .framed-text .outside-top {
	top: 0;
}
.two-cols .frame-content .framed-text .outside-bot {
	bottom: 0;
	background-position: 0 -5px;
}
.two-cols .frame-content .noimg {
	border-left: 1px solid #8e99b8;
}
.two-cols .frame-content .noimg .outside-bot {
	background: url(/images/image-border529.gif);
	background-position: 0 -15px;
}
.two-cols .frame-content .noimg .outside-top {
	background: url(/images/image-border529.gif);
	background-position: 0 -10px;
}
.two-cols .frame-content .noimg .side-image {
	display: none;
}
.two-cols .frame-content .framed-text table td.text {
	vertical-align: middle;
	font-size: 135%;
	padding: 10px 55px;
}
.two-cols .frame-content .col {
	width: 540px;
	margin-left: -12px;
	padding: 0 10px 0 15px;
}
.two-cols .frame-content .framed-text table .side-image .img {
	margin: -3px 0 0 -4px;
	padding: 0;
}

.final #content #leftside {
	float: left;
	width: 200px;
	padding-top: 10px;
}
.final #content #descr p {
	clear: both;
}
.final #content #descr {
	font-size: 120%;
	padding-top: 10px;
}
.final #content #descr dl {
	overflow: hidden;
}
.final #content #descr dl dt {
	float: left;
	margin: 0 5px 0 0;
	clear: both;
}

.final #content #descr dl dt,
.final #content #descr .highlight {
	font-weight: bold;
	color: #cce407;
}

.final #content #descr dl dd {
	margin: 0 0 0.5em 0;
}
.final #content #descr h4 {
	color: #cce407;
	font-weight: bold;
	margin-top: 1.5em;
}
.final #content #descr a.site {
	margin: 0 0 10px 0;
	display: block;
	width: 100px;
}
.final #content #descr ul {
	padding-left: 2px;
}
.final #content #descr ul li {
	margin-left: 1.1em;

}
#content #leftside img#poster {
	margin: 1em 0 1em 0;
}
#content #leftside div.buy {
	padding: 0 0 0 15px;
}
#content #leftside div.buy a {
	outline: none;
}
#content #leftside a.ozon {
	color: #fff!important;
	font-size: 120%;
	display: block;
	margin: 0 0 9px 0;
	width: 172px;
}
#content #leftside div.buy div.spec span {
	display: block;
	width: 144px;
	background: url(/images/buttons/spec-bg.png) 0 100% no-repeat;
	margin: -5px 0 0 1px;
	padding: 15px 13px;
}
#content #descr #also {
	background: url(/images/movies/alsobg.png) top left no-repeat;
	width: 503px;
	padding: 10px 0 0 0;
	margin: 55px 0px 7px 0px;
	font-size: 1.1em;
	position: relative;
}
#content #descr #also img#corner {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#content #descr #also h4 {
	margin: 0 0 0 15px;
	color: #fff;
	position: relative;
	height: 20px;
}
#content #descr #also h4 span {
	z-index: 100;
	position: absolute;
}
#content #descr #also h4 span.shadow {
	position: absolute;
	color: #131d3a;
	top: 1px;
	left: 1px;
	z-index: 10;
}
#content #descr #also ul {
	list-style: none;
	padding: 5px 0 0 15px;
	width: 488px;
	overflow: hidden;
}
#content #descr #also ul li {
	width: 121px;
	display: inline-block;
	margin: 5px 0 0 0;
	vertical-align: top;
	padding: 0 0 5px 0;
}
#content #descr #also ul li img {
	margin: 0 0 10px 0;
	display: block;
}
#content #descr #also a {
	color: #fff!important;
	font-size: 80%;
}
#content #descr #also img.alsobot {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -7px;
}
#content #leftside .notice {
	font-size: 80%;
	margin: 20px 0 0 0;
}

/*********************/

#slideshow-img {
	display: none;
}
#topbanner-wrapper0 {
	width: 1000px;
	text-align: center;
	margin: 4px auto 0 auto;
}
#topbanner-wrapper1 {
	margin: 0;
	padding: 0 24px 0 0;
	position: relative;
	display: inline-block;
	z-index: 1000;
}
#topbanner-wrapper2 {
	height: 90px;
	max-width: 952px;
	min-width: 728px;
	padding: 2px 0 2px 24px;
	background: url(/images/topbanner-bg.png) 0 0 no-repeat;
	display: inline-block;
}
#topbanner-wrapper1 b {
	width: 24px;
	height: 94px;
	background: url(/images/topbanner-bg.png) 100% 0 no-repeat;
	display: block;
	float: right;
	margin-right: -24px;
	margin-top: -2px;
}
#topbanner {
	float: left;
}



body.channel #topbanner-wrapper0,
body.channel-program2 #topbanner-wrapper0 {
	margin-bottom:10px;
	margin-top:10px;
}
#channel-program-list {
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	zoom:1;
	margin-bottom:-16px;
	position: relative;
}
div.channel-program-list-container {
	height: 158px;
}

body.channel #channel-program-list {
	margin-bottom:0;
}
#channel-program-list a.link-channel {
	width:160px;
	height:139px;
	float:left;
	margin:20px -178px -159px 18px;
	display:inline;
}
#channel-program-list img.ttl {
	display:block;
}
#channel-program-list a.link-program {
	background:url(/kanal/images/btn-program-all.png) 0 0 no-repeat;
	width:81px;
	height:57px;
	position: absolute;
	z-index: 1;
	right: 0;
	margin-top: 53px;
}
#channel-program-list a.link-program img {
	position:relative;
	z-index:100;
	}
#channel-program-list ul {
	margin:0 0 0 202px;
	overflow:hidden;
	zoom:1;
}
body.channel #channel-program-list ul {
	margin-left:211px;
}
#channel-program-list ul li {
	width:78px;
	height:127px;
	padding:41px 14px 0 5px;
	float:left;
	display:inline;
	background:url(about:blank) 0 0 no-repeat;
}
body.channel #channel-program-list ul li {
	padding-right:17px;
}
#channel-program-list ul li.current {
	width:107px;
	height:112px;
	background:url(/images/channel-program/thumb-border.png) 0 0 no-repeat;
	padding:20px 18px 0 0;
}
body.channel #channel-program-list ul li.current {
	padding-right:21px;
}
body.channel #channel-program-list ul.mousehovered li {
	padding-right:13px;
}
#channel-program-list ul.mousehovered li.current {
	width:78px;
	height:111px;
	padding:41px 14px 0 5px;
	background:url(about:blank) 0 0 no-repeat;
}
#channel-program-list ul li.hovered,
#channel-program-list ul.mousehovered li.hovered {
	width:107px;
	height:112px;
	background:url(/images/channel-program/thumb-border.png) 0 0 no-repeat;
	padding:20px 18px 0 0;
}
#channel-program-list ul li.last {
	margin-right:-100px;
}
#channel-program-list ul li img.pic-small {
	float:left;
	width:84px;
	height:121px;
	margin:-12px -3px -28px;
	display:inline;
}
#channel-program-list ul li.current img.pic-small {
	display:none;
}
#channel-program-list ul.mousehovered li.current img.pic-small {
	display:inline;
}
#channel-program-list ul li.hovered img.pic-small,
#channel-program-list ul.mousehovered li.hovered img.pic-small {
	display:none;
}

#channel-program-list ul li img.pic-big {
	float:left;
	margin:-14px -118px -152px -4px;
	width:122px;
	height:166px;
	display:none;
}
#channel-program-list ul li.current img.pic-big {
	display:block;
}
#channel-program-list ul.mousehovered li.current img.pic-big {
	display:none;
}
#channel-program-list ul li.hovered img.pic-big,
#channel-program-list ul.mousehovered li.hovered img.pic-big {
	display:block;
}

.yota-play-parent .yota-play-widget {
	border: 0px !important;
	background: none !important;
	margin-left: 5px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.yota-play-parent .yota-play-widget ul a {
	display: inline-block;
}
.yota-play-parent .yota-play-widget .yp-user {
	display: none;
}
.yota-play-parent .notice {
	margin-left: 20px !important;
	margin-top: 40px !important;
}
.yp-movie-actions ul {
	padding-left: 0px !important;
}
/** all-news **/
body.news .all-news {
	margin: 0px 0px 15px 0px;
	display: block;
	width: 82px;
	height: 21px;
	padding: 0px 0px 0px 29px;
	background:url("/images/allnews.png") left top no-repeat;
	line-height: 21px;
	font-family: Arial;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff;
}
