/* CSS Document */

body {
	background: #000;
	margin: 0; padding: 0;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 12px;
}
a span {
	cursor: pointer;
}
a {
  color: #007EC3;
}
a:hover {
  color: #000;
} 
div#frame {
	background: url(../imgs/bgr-main.png) center 0 repeat-y;
}
div#frame div#frameMatr {
	background: url(../imgs/bgr-main-top.png) center 0 no-repeat;
}
table.tableReaction tr td textarea {
	font-family: Arial, sans-serif;
}

.h1 {
	width: 434px; height: 65px;
	display: block;
	overflow: hidden;
	position: absolute; left: 10px; top: 19px;
	margin: 0; padding: 0;
}
.h1 a {
	width: 434px; height: 65px;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
}
.h1 a span {
	background: url(../imgs/logo.png) no-repeat;
	_background: url(../imgs/logo-ie6.gif) no-repeat;
	width: 434px; height: 65px;
	display: block;
	overflow: hidden;
	position: absolute; top: 0; left: 0;
	cursor: pointer;
}	

div#center {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 51px;
}
div#head {
	position: relative;
	height: 107px;
}
div#main {
	position: relative;
}
body#page div#main {
	position: relative;
	background: url(../imgs/bgr-black-strip.gif) 690px 55px no-repeat;
}
div#topBlock {
	position: relative;
	overflow: hidden; zoom: 1;
}
body#index div#topBlock {
	position: relative;
	height: 430px;
	overflow: visible;
}
img#promoImg {
	float: left;
}
div#mainContent {
	border: 1px solid #000;
	position: relative; left: 10px;
	width: 658px;
	float: left;
	background: #000;
	overflow: hidden;
	margin-top: 55px;
}
div#mainContent img {
    float: left;
}

div#crumbNavigation {
	background: #F5F5F5 url(../imgs/bgr-crumb.gif) 0 bottom repeat-x;
	height: 49px;
}
div#crumbNavigation p {
  font-size: 20px;
  padding: 14px 0 0 19px; 
}
div#crumbNavigation p a {
  font-size: 14px;
  background: url(../imgs/arrow-crumb.gif) right 4px no-repeat;
  padding: 0 20px 0 6px;
  text-decoration: underline;
  font-weight: bold;
  color: #666666;
}
div#crumbNavigation p a.lastSpot {
  background: none !important;
}
div#crumbNavigation p span {
  font-size: 14px;
  background: url(../imgs/arrow-crumb.gif) right 4px no-repeat;
  padding: 0 20px 0 6px;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
}
div#textContent {
	background: #FFF;
	padding: 0 20px 30px 20px;
}
div#textContent h1 {
	color: #007EC3;
	font-size: 25px;
	padding: 26px 0 0 0;
	margin: 0 0 2px 0;
	line-height: 140%;
	font-weight: normal;
}
div#textContent hr {
	border-top: 0; *border-top: 1px solid #f5fafd;
	border-right: 0;
	border-bottom: 1px solid #C9C9C9;
	border-left: 0;
	margin: 1em 0 1.4em 0; *margin: 0 0 0 0 !important;
}
div#textContent p.infoLine {
	color: #999999;
	font-size: 11px;
	margin: 2px 0 30px 0;
}
div#textContent p.infoLine a {
	color: #999999;
}
div#textContent p {
	color: #333333;
	font-size: 12px;
	margin: 0.8em 0;
	line-height: 140%;
}

div#socialBlock {
	height: 50px;
	background: #000;
	position: relative;
}
div#socialBlock a.fb {
	width: 54px; 	height: 15px;
	position: absolute; top: 16px; left: 20px;
	overflow: hidden;
	display: block;
}
div#socialBlock a.fb span {
	background: url(../imgs/fbtw.gif) 0 0 no-repeat;
	width: 54px; 	height: 15px;
	position: absolute; top: 0; left: 0;
	display: block;
}
div#socialBlock a.fb:hover span {
	background: url(../imgs/fbtw.gif) 0 -15px no-repeat;
}
div#socialBlock a.tw {
	width: 54px; 	height: 15px;
	position: absolute; top: 16px; left: 100px;
	overflow: hidden;
	display: block;
	float: left;
}
div#socialBlock a.tw span {
	background: url(../imgs/fbtw.gif) -54px 0 no-repeat;
	width: 54px; 	height: 15px;
	position: absolute; top: 0; left: 0;
	display: block;
}
div#socialBlock a.tw:hover span {
	background: url(../imgs/fbtw.gif) -54px -15px no-repeat;
}

div#socialBlock a.print {
		position: relative;
		color: #666666;
		float: right;
		position: absolute; top: 16px; right: 20px;
		display: block; padding:  2px 0 0 20px;
}
div#socialBlock a.print:hover {
		color: #007EC3;
}
div#socialBlock a.print span {
	background: url(../imgs/fbtw.gif) -108px 0 no-repeat;
	width: 15px; 	height: 15px;
	position: absolute; top: 0; left: 0;
	display: block;
}
div#socialBlock a.print:hover span {
	background: url(../imgs/fbtw.gif) -108px -15px no-repeat;
}


div#crumbNavigation p strong {
  padding: 0 20px 0 6px;
  color: #333333;
  font-weight: normal;
}
div#mainContent div.promoContent {
	background: url(../imgs/over-promo.png) -1px 0 no-repeat;
	_background: url(../imgs/over-promo.gif) -1px 0 no-repeat;
	width: 616px; height: 74px;
	overflow: hidden; zoom: 1;
	padding: 286px 20px 10px 22px;
	position: absolute; top: 0; left: 0;
}
div#mainContent div.promoContent ul#listNewsIndex {
	position: absolute; top: 11px; left: 10px;
}
div#mainContent div.promoContent ul#listNewsIndex li {
	list-style: none;
	background: #000;
	color: #007EC3;
	display: block;
	width: 20px; height:  17px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 1px;
	padding-top: 3px;
	cursor: pointer;
	font-family: verdana;
}
div#mainContent div.promoContent ul#listNewsIndex li:hover,
div#mainContent div.promoContent ul#listNewsIndex li.selected {
	background: #007EC3;
	color: #FFF;
}
div#mainContent div.promoContent h2 {
	font-size: 25px;
	color: #00A5D6;
	font-weight: normal;
}
div#mainContent div.promoContent h2 a {
	color: #00A5D6;
	text-decoration: none;
}
div#mainContent div.promoContent h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
div#mainContent div.promoContent p {
	font-size: 14px;
	color: #89D8FF;
	margin-top: 6px;
	line-height: 140%;
	max-height: 38px;
	overflow: hidden;
}

div#topBlock div.suppBlock {
	position: relative; right: 10px;
	width: 260px; _overflow: hidden;
	float: right;
}
div.setYourProgram {
	background: url(../imgs/bgr-set-your-program.gif) 0 0 no-repeat;
	width: 250px; height: 19px;
	padding: 26px 0 0 25px;
	font-size: 11px;
	position: relative;
	z-index: 50;
}
div.setYourProgram:hover {
	background-position: 0 -45px;
}
div.setYourProgram a.setProgram {
	width: 210px; height: 16px;
	display: block;
	position: absolute; top: 6px; left: 42px;
}
div.setYourProgram p a {
	margin-left: 16px;
	color: #000;
}
div.setYourProgram:hover p a {
	color: #354206;
}
div.setYourProgram:hover p a:hover {
	color: #000;
}
div.setYourProgram form {
	background: url(../imgs/bgr-login-box.gif) no-repeat;
	width: 260px; height: 94px;
	position: absolute; top: 40px; left: 0; z-index: 500;
	border-bottom: 1px solid #000;
}
div.setYourProgram form label.nameLogin {
	position: absolute; top: 33px; left: 10px;
	color: #000;
}
div.setYourProgram form label.passLogin {
	position: absolute; top: 33px; left: 106px;
	color: #000;
}
div.setYourProgram form input#nameLogin {
	position: absolute; bottom: 24px; left: 10px;
	width: 88px; height: 18px;
	border: 1px solid #6B8606;
}
div.setYourProgram form input#passLogin {
	position: absolute; bottom: 24px; left: 106px;
	width: 88px; height: 18px;
	border: 1px solid #6B8606;
}
div.setYourProgram form input#submitLogin {
	background: url(../imgs/button-login.gif) 0 0 no-repeat;
	width: 49px; height: 22px;
	border: 0;
	color: #FFF;
	position: absolute; bottom: 28px; left: 202px;
	font-size: 11px;
	padding-bottom: 2px;
	cursor: pointer;
}
div.setYourProgram form input#submitLogin:hover {
	background: url(../imgs/button-login.gif) 0 -22px no-repeat;
}
a.pswrdForgotten {
	position: absolute; bottom: 9px; left: 107px;
	color: #354206;
	font-size: 9px;
}
a.pswrdForgotten:hover {
	color: #000;
}

div.newsBlock {
	margin-top: 8px;
	background: #0D0D0D;
	position: relative;
	border-bottom: #000 1px solid;
	width: 261px;
}
div.newsBlock h2 {
	width: 261px; height: 31px;
	position: relative;
	margin: 0; padding: 0;
	overflow: hidden;
}
div.newsBlock h2 span {
	background: url(../imgs/title-news.gif) no-repeat;
	width: 261px; height: 31px;
	position: absolute; top: 0; left: 0;
	display: block;
}
div.newsBlock div.filters {
background:none repeat scroll 0 0 #0E0E0E;
height:28px;
margin:0;
overflow:hidden;
padding:7px 0 0 2px;
position:relative;
width:259px;
}

div.newsBlock ul li {
	display: block;
	border-top: 0;
	background: #000;
	position: relative;
}
div.newsBlock ul li.auraA {
	background: #000 url(../imgs/bgr-over-aura.gif) 20px 0 no-repeat !important;
}
div.newsBlock ul li.auraB {
	background: #000 url(../imgs/bgr-over-aura.gif) 20px -50px no-repeat !important;
}
div.newsBlock ul li.auraC {
	background: #000 url(../imgs/bgr-over-aura.gif) 20px -150px no-repeat !important;
}
div.newsBlock ul li.auraD {
	background: #000 url(../imgs/bgr-over-aura.gif) 20px -200px no-repeat !important;
}

div.newsBlock ul li a,
div.newsBlock ul li.news a {
	background: transparent url(../imgs/bgr-news-over.gif) -250px 0 no-repeat;
	line-height: 120%;
	height: 42px;
	padding: 6px 8px 2px 28px;
	font-size: 11px;
	color: #00A5D6;
	text-decoration: none;
	display: block;
	position: relative;
}
div.newsBlock ul li a strong {
	font-weight: normal;
	display: block;
	overflow: hidden;
	width: 200px; max-height: 27px; _height: 27px;
}
div.newsBlock ul li.blogs a {
	background: transparent url(../imgs/bgr-blogs-over.gif) -250px 0 no-repeat;
}
div.newsBlock ul li.foto a {
	background: transparent url(../imgs/bgr-tv-over.gif) -250px 0 no-repeat;
}
div.newsBlock ul li.video a {
	background: transparent url(../imgs/bgr-film-over.gif) -250px 0 no-repeat;
}
div.newsBlock ul li a span {
	color: #89D8FF;
	font-size: 10px;
}
div.newsBlock ul li a:hover,
div.newsBlock ul li a.selected,
div.newsBlock ul li.news a:hover,
div.newsBlock ul li.news a.selected {
	color: #FFF;
	background: transparent url(../imgs/bgr-news-over.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.newsBlock ul li.blogs a:hover,
div.newsBlock ul li.blogs a.selected {
	color: #FFF;
	background: transparent url(../imgs/bgr-blogs-over.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.newsBlock ul li.foto a:hover,
div.newsBlock ul li.foto a.selected {
	color: #FFF;
	background: transparent url(../imgs/bgr-tv-over.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.newsBlock ul li.video a:hover,
div.newsBlock ul li.video a.selected {
	color: #FFF;
	background: transparent url(../imgs/bgr-film-over.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.newsBlock ul li a:hover i {
	position: absolute; top: 15px; right: 7px;
	background: url(../imgs/hover-arrow.gif) no-repeat;
	width: 17px; height: 18px;
	display: block; overflow: hidden;
}




div.mainMenu {
	margin-top: 10px;
	background: #0D0D0D;
	position: relative;
	border-bottom: #000 1px solid;
	width: 261px;
}
div.mainMenu ul {
	background: #000 url(../imgs/mainmenu-aura.png) 0 -500px repeat-x;
		zoom: 1;
}
div.mainMenu ul ul {
	background: transparent;
		zoom: 1;
}
div.mainMenu ul li {
	display: block;
	border-top: 1px solid #101010;
	position: relative;
	zoom: 1;
}
div.mainMenu ul li a {
	background: transparent url(../imgs/menu-normal.gif) -250px 0 no-repeat;
	line-height: 120%;
	height: 21px;
	padding: 8px 8px 0 28px;
	font-size: 11px;
	color: #00A5D6;
	text-decoration: none;
	display: block;
	position: relative;
	zoom: 1;
}
div.mainMenu ul li ul li a {
	background: transparent url(../imgs/menu-sub.gif) -250px 0 no-repeat;
}
div.mainMenu ul li ul li a:hover i {
	display: none;
}
div.mainMenu ul li ul li a:hover,
div.mainMenu ul li ul li a.selected {
	background: transparent url(../imgs/menu-sub.gif) -250px 0 repeat-x;
}

div.mainMenu ul li a span {
	color: #89D8FF;
	font-size: 10px;
}
div.mainMenu ul li a:hover {
	color: #FFF;
	background: transparent url(../imgs/menu-normal.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.mainMenu ul li a.selected {
	color: #FFF;
	background: transparent url(../imgs/menu-over.gif) 21px 0 repeat-x;
	width: 211px;
	padding-right: 30px;
}
div.mainMenu ul li a:hover i {
	position: absolute; top: 6px; right: 7px; _right: 14px;
	background: url(../imgs/hover-arrow.gif) no-repeat;
	width: 17px; height: 18px;
	display: block; overflow: hidden;
}






p.newsBar {
	height:42px;
	position:relative;
	z-index:50;
}
a.specLink {
	background: url(../imgs/button-spec.gif) 0 0 repeat-x;
	height: 17px;
	padding: 5px 12px 0 12px;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #999999;
	text-decoration: none;
	overflow: hidden;
	font-size: 11px;
}
a.specLink:hover {
	background: url(../imgs/button-spec.gif) 0 -44px repeat-x;
	color: #FFF;
}
a.specLink.selected {
	background: url(../imgs/button-spec.gif) 0 -44px repeat-x;
	color: #FFF;
}
a.specLink span {
	position: absolute;
	height: 22px; width: 5px;
	top: 0; display: block;
	overflow: hidden; zoom: 1;
	background: url(../imgs/button-spec.gif)  no-repeat;
}
a.specLink span.x {
	background-position: -5px -22px;
	left: 0;
}
a.specLink span.y {
	background-position: 0 -22px;
	right: 0;
}
a.specLink span {
	position: absolute;
	height: 22px; width: 5px;
	top: 0; display: block;
	overflow: hidden; zoom: 1;
	background: url(../imgs/button-spec.gif)  no-repeat;
}
a.specLink:hover span.x {
	background-position: -5px -66px;
}
a.specLink:hover span.y {
	background-position: 0 -66px;
}
a.specLink.selected span {
	position: absolute;
	height: 22px; width: 5px;
	top: 0; display: block;
	overflow: hidden; zoom: 1;
	background: url(../imgs/button-spec.gif)  no-repeat;
}
a.specLink.selected span.x {
	background-position: -5px -66px;
}
a.specLink.selected span.y {
	background-position: 0 -66px;
}

a.specLink1 {
	background: url(../imgs/button-spec1.gif) 0 0 repeat-x;
	height: 18px;
	padding: 4px 12px 0 12px;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	font-size: 11px;
	line-height: 120%;
}
a.specLink1:hover {
	text-decoration: underline;
}
a.specLink1 span {
	position: absolute;
	height: 22px; width: 5px;
	top: 0; display: block;
	overflow: hidden; zoom: 1;
	background: url(../imgs/button-spec1.gif)  no-repeat;
}
a.specLink1 span.x {
	background-position: -5px -22px;
	left: 0;
}
a.specLink1 span.y {
	background-position: 0 -22px;
	right: 0;
}

a.newslink {
	position: absolute; top: 10px; left: 28px;
}
span.pager {
	display: block;
	float: right;
}
a.pager {
	float: left;
	margin: 4px 4px 0 4px;
}
span.pager a.disabled {
	visibility: hidden;
}

a.rss {
	background: url(../imgs/ico-rss.gif) 0 3px no-repeat;
	padding-left: 12px;
	color: #999999;
	position: absolute; top: 14px; left: 150px;
}
a.rss:hover {
	background: url(../imgs/ico-rss.gif) 0 3px no-repeat;
	padding-left: 12px;
	color: #FFF;
}
a.news {
	left: 28px;
}
div.filters a {
	float: left;
	background: none;
}
div.filters a.disabled {
	color: #484848 !important;
	cursor: default;
}
div.filters a span.x,
div.filters a span.y {
	background-position: 0 -266px;
}
div.filters a.allFilter {
	width: 16px;
}
div.filters a.newsFilter {
	width: 30px;
	padding-left: 16px;
}
div.filters a.blogsFilter {
	width: 19px;
	padding-left: 19px;
}
div.filters a.photoFilter {
	width: 14px;
	padding-left: 22px;
}
div.filters a.videoFilter {
	width: 20px;
	padding-left: 20px;
}
div.filters a.newsFilter .z {
	background: url(../imgs/ico-filtr.png) 0 0 no-repeat;
	width: 11px; height: 12px;
	overflow: hidden;
	position: absolute; top: 4px; left: 4px;
}
div.filters a.newsFilter:hover .z,
div.filters a.newsFilter.selected .z {
	background: url(../imgs/ico-filtr.png) 0 -14px no-repeat;
}
div.filters a.blogsFilter .z {
	background: url(../imgs/ico-filtr.png) -12px 0 no-repeat;
	width: 12px; height: 12px;
	overflow: hidden;
	position: absolute; top: 4px; left: 4px;
}
div.filters a.blogsFilter:hover .z,
div.filters a.blogsFilter.selected .z {
	background: url(../imgs/ico-filtr.png) -12px -14px no-repeat;
}
div.filters a.photoFilter .z {
	background: url(../imgs/ico-filtr.png) -24px 0 no-repeat;
	width: 15px; height: 12px;
	overflow: hidden;
	position: absolute; top: 4px; left: 4px;
}
div.filters a.photoFilter:hover .z,
div.filters a.photoFilter.selected .z {
	background: url(../imgs/ico-filtr.png) -24px -14px no-repeat;
}
div.filters a.videoFilter .z {
	background: url(../imgs/ico-filtr.png) -39px 0 no-repeat;
	width: 12px; height: 12px;
	overflow: hidden;
	position: absolute; top: 4px; left: 4px;
}
div.filters a.videoFilter:hover .z,
div.filters a.videoFilter.selected .z {
	background: url(../imgs/ico-filtr.png) -39px -14px no-repeat;
}

div.filters a.newsFilter.disabled .z {
	background: url(../imgs/ico-filtr.png) 0 -28px no-repeat;
}
div.filters a.blogsFilter.disabled .z {
	background: url(../imgs/ico-filtr.png) -12px -28px no-repeat;
}
div.filters a.photoFilter.disabled .z {
	background: url(../imgs/ico-filtr.png) -24px -28px no-repeat;
}
div.filters a.videoFilter.disabled .z {
	background: url(../imgs/ico-filtr.png) -39px -28px no-repeat;
}
div.filters a.newsFilter.disabled:hover {
	background: none;
}
div.filters a.blogsFilter.disabled:hover {
	background: none;
}
div.filters a.photoFilter.disabled:hover {
	background: none;
}
div.filters a.videoFilter.disabled:hover {
	background: none;
}
div.filters a.newsFilter.disabled:hover .x,
div.filters a.newsFilter.disabled:hover .y {
	display: none;
}
div.filters a.blogsFilter.disabled:hover .x,
div.filters a.blogsFilter.disabled:hover .y {
	display: none;
}
div.filters a.photoFilter.disabled:hover .x,
div.filters a.photoFilter.disabled:hover .y {
	display: none;
}
div.filters a.videoFilter.disabled:hover .x,
div.filters a.videoFilter.disabled:hover .y {
	display: none;
}




ul#supportMenu {
	position: absolute; top: 0; left: 431px;
}
ul#supportMenu li {
	display: inline;
	font-size: 12px;
}
ul#supportMenu li a {
	color: #00A5D6;
	text-decoration: none;
	padding: 12px 8px 4px 10px;
	display: inline-block;
	font-weight: bold;
}
ul#supportMenu li a:hover {
	color: #FFF;
}
ul#supportMenu li a.selected {
	background: #00A5D6;
	color: #FFF;
}

ul#supportMenu li.en a {
	width: 25px;
	height: 18px;
	padding: 14px 0 0 45px;
	display: block;
	position: absolute; top: -3px; left: 432px;
	background: url(../imgs/bgr-lang-border.gif) 26px 14px no-repeat;
	font-weight: normal;
}
ul#supportMenu li.cz a {
	width: 25px;
	height: 18px;
	padding: 14px 0 0 22px;
	display: block;
	position: absolute; top: -3px; left: 416px;
	background: url(../imgs/bgr-lang-border.gif) 8px 14px no-repeat;
	font-weight: normal;
}


div#middleBlock {
	position: relative;
	overflow: hidden; zoom: 1;
	margin-top: 20px;
}

div.socialWeb {
	background: url(../imgs/bgr-soc.gif) no-repeat;
	width: 318px;	height: 140px;
	overflow: hidden; position: relative;
	float: left; left: 10px;
}
div.socialWeb a {
	width: 159px; height: 70px;
	display: block; position: absolute;
}
div.socialWeb a span {
	background: url(../imgs/hp-sicico.png) no-repeat;
	width: 159px; height: 70px;
	display: block; position: absolute;
	top: 0; left: 0;
}
div.socialWeb a.yt {
	top: 0; left: 0;
}
div.socialWeb a.yt span {
	background-position: 0 0; 
}
div.socialWeb a.fb {
	top: 0; right: 0;
}
div.socialWeb a.fb span {
	background-position: -159px 0; 
}
div.socialWeb a.ip {
	bottom: 0; left: 0;
}
div.socialWeb a.ip span {
	background-position: 0 -70px; 
}
div.socialWeb a.mb {
	bottom: 0; right: 0;
}
div.socialWeb a.mb span {
	background-position: -159px -70px; 
}

div.socialWeb a.yt:hover span {
	background-position: 0 -140px; 
}
div.socialWeb a.fb:hover span {
	background-position: -159px -140px; 
}
div.socialWeb a.ip:hover span {
	background-position: 0 -210px; 
}
div.socialWeb a.mb:hover span {
	background-position: -159px -210px; 
}



div.guide {
	background: url(../imgs/bgr-topfilm.jpg) no-repeat;
	width: 319px;	height: 139px;
	overflow: hidden; position: relative; left: 34px;
	float: left;
}
div.guide h2 {
	margin: 11px 10px 0px 20px;
	position: relative;
	color: #cccccc;
	font-size: 16px;
	width: 179px;	height: 25px;
	overflow: hidden;
}
div.guide h2 span {
	display: block; overflow: hidden;
	background: url(../imgs/title-top-films.gif) no-repeat;
	width: 179px;	height: 25px;
	position: absolute; top: 0; left: 0;
}
/*div.guide h2 span {
	background: url(../imgs/title-pruvodce.gif) no-repeat;
	width: 149px; height: 18px;
	position: absolute; left: 0; top: 0;
}*/

div.guide table {
	border-collapse: collapse;
	border: 0;
	width: 296px;
	margin: 0 0 0 20px;
}
div.guide table td {
	border-collapse: collapse;
	border: 0;
	padding-top: 4px;
}
div.guide table td.beststarsTD {
	width: 72px;
}
div.guide table td.namefilmTD {
	width: 224px;
}
div.guide table td.namefilmTD a:hover {
	color: #FFF;
}
div.guide table td.namefilmTD a {
	display: block;
	height: 14px; overflow: hidden;
	padding-right: 4px;
	font-size: 11px;
	text-decoration: none;
	line-height: 130%;
	color: #00A5D6;
}
div.guide a.specLink {
	position: relative; top: 13px; left: 20px;
}

a.vstup {
	float: left;
	position: relative; left: 20px;
	margin-top: 2px;
}
a.acomod {
	float: left;
	position: relative; left: 32px;
	margin-top: 2px;
}
div.textContentBlockHP {
	width: 304px; _width: 304px; height: 139px;
	padding-right: 16px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../imgs/bgr-pruvodce.gif) center top no-repeat;
	float: left;
	position: relative; left: 30px; _left: 30px;
}
div.textContentBlockHP h2 {
	margin: 14px 10px 8px 20px;
	position: relative;
	color: #cccccc;
	font-size: 16px;
}
div.textContentBlockHP p {
	width: 226px;
color:#999999;
font-size:11px;
line-height:140%;
margin:11px 10px 14px 20px;
}
div.textContentBlockHP .specLink {
	position: relative; left: 20px;
}

div.comingSoon {
	width: 242px; _width: 184px; height: 139px;
	padding-right: 16px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../imgs/bgr-pruvodce.gif) center top no-repeat;
	float: right;
	position: relative; right: 10px; _right: 0;
}
div.comingSoon h2 {
	margin: 14px 10px 8px 20px;
	position: relative;
	color: #cccccc;
	font-size: 16px;
}
/*div.comingSoon h2 span {
	background: url(../imgs/title-comingsoon.gif) no-repeat;
	width: 106px;	height: 18px;
	position: absolute; left: 0; top: 0;
}*/
div.comingSoon p {
	width: 226px;
color:#999999;
font-size:11px;
line-height:140%;
margin:11px 10px 14px 20px;
}
div.comingSoon table {
	margin: 6px 0 0 18px;
	border-collapse: collapse;
	width: 226px;
}
div.comingSoon table th {
	text-align: left;
	font-weight: normal;
}
div.comingSoon table th a {
	color: #00A5D6;
	text-decoration: none;
}
div.comingSoon table th a:hover {
	color: #FFF;
}
div.comingSoon table td {
	color: #333333;
	text-align: right;
}
div.comingSoon table th,
div.comingSoon table td {
	padding-bottom: 4px;
}
div.comingSoon a.specLink {
	position: absolute;
	left: 18px; bottom: 17px;
}

form#searchBlock {
	background: url(../imgs/search-input.gif) 0 0 no-repeat;
	width: 265px; height: 36px;
	position: absolute; left: 688px; top: 48px;
}
form#searchBlock button.searchSubmit {
	background: url(../imgs/search-button.gif) 0 0 no-repeat;
	width: 35px; 	height: 36px;
	position: absolute; top: 0; right: 0;
	border: 0;
	overflow: hidden;
	text-indent: -5500px;
	cursor: pointer;
}
form#searchBlock button.searchSubmit:hover {
	background: url(../imgs/search-button.gif) 0 -36px no-repeat;
}
form#searchBlock input.searchInput {
	font-size: 15px;
	width: 210px; height: 26px;
	border: 0;
	position: absolute; left: 11px; top: 3px;
	background: transparent;
	color: #999999;
}

div#partners  {
	width: 940px;
	margin: 0 auto;
}
div#partners table  {
	width: 100%;
	margin-bottom: 30px !important;
	margin-top: 10px !important;
}
div#partners table th {
	text-align: left;
	font-weight: normal;
	padding: 20px 0 15px 0;
}
div#partners table td {
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
div#partners ul {
	overflow: hidden; zoom: 1;
	border-bottom: #0D0D0D 1px solid;
	padding-bottom: 28px;
	margin-bottom: 6px;
}
div#partners ul li {
	display: block;
	float: left;
	height: 100px; width: 210px;
	position: relative;
}
div#partners ul li.kv {
	display: block;
	float: left;
	height: 100px; width: 80px;
}



div#partners ul li a {
	position: absolute; left: 0;
	overflow: hidden;
	display: block;
}
div#partners ul li a span {
	position: absolute; top: 0; left: 0;
	overflow: hidden;
	display: block;
}
div#partners ul li.minkul a {
	top: 60px;
	width: 116px;	height: 36px;
}
div#partners ul li.cez a {
	top: 50px;
	width: 75px; height: 54px;
}
div#partners ul li.rwe a {
	top: 60px;
	width: 80px; height: 42px;
}
div#partners ul li.vodafone a {
	top: 50px;
	width: 84px;	height: 57px;
}
div#partners ul li.kv a {
	top: 50px;
	width: 110px;	height: 52px;
}

div#partners ul li.minkul a span {
	background: url(../imgs/logo-minkul.gif) 0 top no-repeat;
	width: 116px;	height: 36px;
}
div#partners ul li.cez a span {
	background: url(../imgs/logo-cez.gif) 0 top no-repeat;
	width: 75px; height: 54px;
}
div#partners ul li.rwe a span {
	background: url(../imgs/logo-rwe.gif) 0 top no-repeat;
	width: 80px; height: 42px;
}
div#partners ul li.vodafone a span {
	background: url(../imgs/logo-vodafone.gif) 0 top no-repeat;
	width: 84px;	height: 57px;
}
div#partners ul li.kv a span {
	background: url(../imgs/logo-kv.gif) 0 top no-repeat;
	width: 110px;	height: 52px;
}
div#partners ul li.minkul a:hover span {
	background: url(../imgs/logo-minkul.gif) 0 -36px no-repeat;
}
div#partners ul li.cez a:hover span {
	background: url(../imgs/logo-cez.gif) 0 -54px no-repeat;
}
div#partners ul li.rwe a:hover span {
	background: url(../imgs/logo-rwe.gif) 0 -40px no-repeat;
}
div#partners ul li.vodafone a:hover span {
	background: url(../imgs/logo-vodafone.gif) 0 -57px no-repeat;
}
div#partners ul li.kv a:hover span {
	background: url(../imgs/logo-kv.gif) 0 -52px no-repeat;
}




div#partners ul li span {
	display: block;
	color: #292929;
	padding-top: 20px;
}
div#partners h2 {
	width: 147px; height: 17px;
	position: relative;
	margin-top: 20px;
}
div#partners h2 span {
	background: url(../imgs/title-partners.gif) no-repeat;
	width: 147px; height: 17px;
	position: absolute; top: 0; left: 0;
}

div#footerMenu {
	padding: 0 0 20px 0;
	border-bottom: #0D0D0D 1px solid;
	background: url(../imgs/bgr-bottom-footer.gif) 0 bottom repeat-x;
	overflow: hidden; zoom: 1;
}
div#footerMenu div {
	width: 940px;
	margin: 0 auto ;
}
div#footerMenu ul li.first {
	width: 188px;
	display: block;
	float: left;
	overflow: hidden;
}
div#footerMenu ul li.first ul li {
	display: inline;
}
div#footerMenu ul li.first ul li a {
	margin-top: 7px;
	color: #666666;
	background: url(../imgs/li-buttonek.gif) 0 4px no-repeat;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	font-size: 11px;
}
div#footerMenu ul li.first ul li a:hover {
	color: #FFF;
}
div#footerMenu ul li.first h3 {
	font-size: 11px;
	color: #0072BC;
	font-weight: normal;
	margin-top: 22px;
}

div#footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	overflow: hidden; zoom: 0;
}
div#footer p,
div#footer p a {
	color: #666666;
}
div#footer .left {
	float: left;
	width: 450px;
	padding: 22px 0 10px 0;
}
div#footer .right {
	float: right;
	width: 450px;
	text-align: right;
	padding: 22px 28px 10px 0;
	background: url(../imgs/motion.gif) right 20px no-repeat;
}
div#textContent li {
	line-height: 140%;
}
div#textContent table,
table.classicTable {
	border-collapse: collapse;
	border-top: 2px solid #007EC3;
	border-left: 2px solid #007EC3;
	border-bottom: 5px solid #007EC3;
	border-right: 2px solid #007EC3;
	margin: 1em 0;
}
div#textContent table td,
div#textContent table th,
table.classicTable td,
table.classicTable th {
	border-collapse: collapse;
	border: 1px solid #CCE5F3;
	text-align: left;
	vertical-align: middle;
	padding: 8px 12px;
	line-height: 130%;
}
div#textContent table td,
table.classicTable td {
	border: 1px solid #CCE5F3;
	vertical-align: top;
}
div#textContent table td img,
table.classicTable td img {
	margin: 0;
}
div#textContent table td p,
table.classicTable td p {
	margin: 0;
	position: relative;
}
div#textContent table td p img {
	margin: 0;
	position: absolute; top: -2px; right: 0;
}
div#textContent table tr.even td,
table.classicTable tr.even td {
	background: #F5FAFD;
}
div#textContent table tr:hover td,
table.classicTable tr:hover td {
	background: #DCEDF7;
}
table.searchFilmResults tr:hover td {
	background: #F5FAFD !important;
}
div#textContent table th,
table.classicTable th {
	background: #007EC3;
	color: #FFF;
	border-left: 1px solid #006BA6;
	border-right: 1px solid #006BA6;
	font-weight: bold;
	font-size: 12px;
}
div#textContent table th span,
table.classicTable th span {
	font-size: 10px;
	font-weight: normal;
}
table.classicTable {
	width: 100%;
	margin: 2em 0 1em 0;
}
table.classicTable td.time {
	width: 80px;
}
table.classicTable td.place {
	width: 140px;
}
div#textContent ul {
	margin: 0.8em 0;
}
div#textContent ul li {
	background: url(../imgs/li-1.gif) 2px 7px no-repeat;
	padding-left: 12px;
	position: relative;
	list-style: none;
	margin: 0.3em 0 0 0;
}
div#textContent li ul li {
	background: url(../imgs/li-2.gif) 0 6px no-repeat;
	position: relative;
}
div#textContent li ul {
	overflow: hidden;
}

div#textContent h2,
div#textContent h3,
div#textContent h4 {
	color: #007EC3;
	margin: 1.2em 0 0.8em 0;
}
div#textContent h2 {
	font-size: 20px;
	font-weight: normal;
}
div#textContent h3 {
	font-size: 15px;
	font-weight: bold;
}
div#textContent h4 {
	font-size: 12px;
	font-weight: bold;
}
div#textContent img {
	float: right;
	margin: 2px 0 8px 12px;
}
div#textContent img.left {
	float: left;
	margin: 2px 12px 8px 0;
}
a.buttonMovies {
  width: 260px; height: 45px;
  position: relative;
  overflow: hidden;
  margin: 8px 0 8px 0;
  display: block;
}
a.buttonMovies span {
  background: url(../imgs/button-films.gif) no-repeat;
  width: 260px; height: 45px;
  position: absolute; top: 0; left: 0;
  overflow: hidden;
  display: block;
}
a.buttonMovies:hover span {
  background: url(../imgs/button-films.gif) 0 -45px no-repeat;
}
div.topic {
  padding: 20px 0 0 0;
}
div.topic hr {
  clear: both;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #C9C9C9;
  border-left: 0;
  padding: 1.8em 0 0 0;
  margin: 0 0 1em 0;
}
div.topic img {
  float: left !important;
  margin: 0 !important;
}
div.topic div.contentTopic {
  float: right;
  width: 454px;
}
div.contentTopic {
  padding-top: 66px;
  position: relative;
}
div.contentTopic div.blockLeft {
  width: 240px;
  float: left;
}
div.contentTopic div.blockRight {
  width: 200px;
  float: right;
}
div.contentTopic div.blockLeft ul li,
div.contentTopic div.blockRight ul li {
  font-size: 12px;
  position: relative;
  margin: 0 0 0.5em 0 !important;
}

div.years {
   background: url(../imgs/scroll-year.png) no-repeat;
   width: 408px;
   position: absolute; top: 0; left: 0;
}
div.years p {
  font-size: 20px !important;
  padding: 5px 0 0 12px;
  height: 30px;
  margin: 0 !important;
  cursor: pointer;  
}
div.years div {
	width: 206px;
  position: absolute; top: 35px; left: 0; z-index: 50;
  border-right: 1px solid #CCCCCC; 
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF !important;
}
div.years ul {
  padding-bottom: 12px;
  margin: 0 !important;
  padding: 10px 0 18px 0 !important;
  float: left;
}
div.years ul li {
  list-style: none;
  background: #FFF !important;
}
div.years ul li a {
  list-style: none;
  background: #FFF !important;
  font-size: 13px;
  width: 85px;
  display: block;
	text-align: center;  
}
.jury {
  overflow: hidden; zoom: 1;
}
.jury img {
  float: left !important;
  margin: 0 0 0 0 !important;
}
.jury div {
  width: 506px;
  float: right;
}
.jury div p {
  margin-bottom: 0 !important;
}
.jury div h3 {
	margin-top: 0 !important;
}
.jury div {
	margin-bottom: 0em !important;
}
div.galleryBlock {
  width: 640px;
  padding-top: 14px
}
div.galleryBlock div,
div.galPhoto {
  float: none;
  width: auto;
  margin: 0 auto 5px auto;
  position: relative; z-index: 10;
  overflow: hidden;
  background: #FFF;
  padding: 6px;
  border: #CCCCCC 1px solid;
  text-align: center;
}
div.galleryBlock div:hover {
  border: #000 1px solid;
}
div.galleryBlock div:hover,
div.galPhoto:hover  {
  border: #000 1px solid;
}
.obrVlevo {
	float: left !important;
	margin: 0 14px 4px 0 !important;
}
.obrVravo {
	float: right !important;
	margin: 0 0 4px 14px !important;
}
div.galleryBlock table,
div.galleryBlock table td,
div.galleryBlock table th {
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
}
div.galleryBlock table th {
	vertical-align: top !important;
}
div.galleryBlock table th p,
.galPhoto p {
	font-size: 10px !important;
	color: #999999 !important;
	font-weight: normal !important;
	padding: 0 10px 20px 10px !important;
	margin: 0 !important;
}
div.galleryBlock table td {
	text-align: center !important;
	width: 210px !important;
	vertical-align: bottom !important;
}
div.galleryBlock div p,
.galPhoto p {
	display: none;
}
div.galleryBlock div:hover p,
.galPhoto:hover p {
	position: absolute; bottom: 0; left: 0;
	padding: 6px 6px 10px 6px !important; margin: 0 !important;
	height: 12px;
	background: #FFF;
	text-align: left;
	display: block;
	font-size: 10px !important;
	width: 100%;
}
div.galleryBlock p a,
.galPhoto p a {
	background: url(../imgs/ico-download.gif) 0 4px no-repeat;
	display: block;
	padding-left: 10px;
	height: auto;
}
div.galleryBlock a,
div.galleryBlock em,
.galPhoto a,
.galPhoto em {
  margin: 0 !important;
  float: none !important;
  display: block;
  position: relative;
}
div.galleryBlock em i,
.galPhoto em i {
  margin: 0 !important;
  float: none !important;
  display: block;
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
	background: url(../imgs/over-movie.png) center no-repeat;
}
div.galleryBlock a img,
div.galleryBlock em img,
.galPhoto a img,
.galPhoto em img {
  margin: 0 !important;
  float: none !important;
}
div.galleryBlock div span.tooltip {
	border: 1px solid #000;
	position: absolute; left: 20px; z-index: 150;
	min-height: 40px;
	padding: 10px;
	background: #FFF;
	display: block;
}
div.galleryBlock div span.tooltip i {
	font-style: normal;
	display: block;
	line-height: 140%;
}

div.galleryBlock div span.tooltip span {
	background: url(../imgs/arrow-tooltip.png) no-repeat;
	_background: url(../imgs/arrow-tooltip.gif) no-repeat;
	width: 14px; height: 8px;
	display: block; overflow: hidden;
	position: absolute; bottom: -8px; left: 30px;
}
p.pager {
  border-top: 1px solid #C9C9C9;
  margin: 15px 0 0 0 !important;
  padding-top: 18px;
  clear: both;
  width: 620px;
}
p.pager * {
  width: 22px; height: 22px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

p.pager a span,
p.pager span span {
  display: block;
  background: url(../imgs/pager.gif) no-repeat;
  position: absolute; top: 0; left: 0;
  overflow: hidden;
}
p.pager a {
  background: url(../imgs/pager.gif) -44px 0 no-repeat;
  color: #FFF;
  text-decoration: none;
  padding-top: 2px; height: 20px;
}
p.pager a:hover {
  background: url(../imgs/pager.gif) -44px -22px no-repeat;
  color: #FFF;
}
p.pager a.first span {
  background-position: 0 0;
}
p.pager a.prev span {
  background-position: -22px 0;
}
p.pager a.next span {
  background-position: -66px 0;
}
p.pager a.last span {
  background-position: -88px 0;
}
p.pager a.first:hover span {
  background-position: 0 -44px;
}
p.pager a.prev:hover span {
  background-position: -22px -44px;
}
p.pager a.next:hover span {
  background-position: -66px -44px;
}
p.pager a.last:hover span {
  background-position: -88px -44px;
}
p.pager span.first span {
  background-position: 0 -22px;
}
p.pager span.prev span {
  background-position: -22px -22px;
}
p.pager span.next span {
  background-position: -66px -22px;
}
p.pager span.last span {
  background-position: -88px -22px;
}

form.searchFestival {
	background: #EBEBEB;
	padding: 15px 6px;
	margin: 2em 0;
}
form.searchFestival label {
	background: #EBEBEB;
	padding: 15px;
	font-weight: bold;
}
form.searchFestival input.textFestival {
	width: 240px;
	border: 1px solid #CCCCCC;
	margin-left: 16px;
}
form.searchFestival select {
	width: 100px;
	border: 1px solid #CCCCCC;
	margin-left: 16px;
}
input.submitFest {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px; height: 22px;
	border: 0;
	color: #FFF;
	padding-bottom: 2px;
	font-size: 11px;
	cursor: pointer;
}

form.searchFilm {
	background: #EBEBEB;
	padding: 15px 15px;
	margin: 2em 0;
	height: 110px;
	position: relative;
	margin-bottom: 1px;
}
form.searchFilm input.reset {
	background: url("../imgs/bgr-submit-fest.gif") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	height: 22px;
	left: 508px;
	padding-bottom: 3px;
	position: absolute;
	top: 90px;
	width: 94px;
}
form.searchFilm label {
	font-weight: bold;
}
form.searchFilm input,
form.searchFilm select {
	font-size: 11px;
	padding: 3px;
}
form.searchFilm label.filmName {
	position: absolute; top: 26px; left: 21px;
}
form.searchFilm input#filmName {
	position: absolute; top: 22px; left: 100px;
	width: 210px;
	border: 1px solid #CCC;
}

form.searchFilm label.yearFilm {
	position: absolute; top: 26px; left: 340px;
}
form.searchFilm select#yearFilm {
	position: absolute; top: 22px; left: 412px;
	width: 190px;
	border: 1px solid #CCC;
}

form.searchFilm label.directorFilm {
	position: absolute; top: 60px; left: 21px;
}
form.searchFilm input#directorFilm {
	position: absolute; top: 56px; left: 100px;
	width: 210px;
	border: 1px solid #CCC;
}

form.searchFilm label.sectionFilm {
	position: absolute; top: 60px; left: 340px;
}
form.searchFilm select#sectionFilm {
	position: absolute; top: 56px; left: 412px;
	width: 190px;
	border: 1px solid #CCC;
}

form.searchFilm label.distributorFilm {
	position: absolute; top: 96px; left: 340px;
}
form.searchFilm select#distributorFilm {
	position: absolute; top: 92px; left: 412px;
	width: 190px;
	border: 1px solid #CCC;
}

form.searchFilm label.country {
	position: absolute; top: 96px; left: 21px;
}
form.searchFilm input#country {
	position: absolute; top: 92px; left: 100px;
	width: 210px;
	border: 1px solid #CCC;
}
form.searchFilm input.submitFilm {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px; height: 22px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #FFF;
	border: 0;
	position: absolute; top: 90px; left: 412px;
	cursor: pointer;
}
form.Archiv {
	height: 140px;
}
form.Archiv input.submitFilm {
	top: 130px;
}
form.Distributors {
	height: 140px !important;
}
form.Distributors input.submitFilm {
	top: 130px;
}
form.Press form.searchFilm label.country {
	top: 25px ; left: 340px;
}
form.Press form.searchFilm input#country {
	top: 22px; left: 412px;
	width: 181px;
}
form.Press form.searchFilm {
	height: 100px;
}



p.alphabet {
	background: #EBEBEB; padding: 15px;
	overflow: hidden; zoom: 1;
	margin-top: 1px !important;
	text-align: center;
}

p.alphabet a {
  width: 16px; height: 17px;
  display: inline-block;
  position: relative; top: 0; left: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
  margin: 0 !important;
}
p.alphabet a:hover {
	background: url(../imgs/bgr-alfabet.gif) 0 0 no-repeat;
  color: #FFF;
  text-decoration: none;
}
p.alphabet a.last,
p.alphabet a:last-child {
  width: 50px; height: 17px;
  display: inline-block;
  position: relative; top: 0; left: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 0px;
}
p.alphabet a.last:hover {
	background: url(../imgs/bgr-alfabet-last.gif) 0 0 no-repeat;
  color: #FFF;
  text-decoration: none;
}
table.searchFilmResults {
	width: 100%;
}
table.searchFilmResults td.director {
	padding: 4px 10px !important;
	width: 100px;
	vertical-align: middle !important;
}
table.searchFilmResults td.aboutMovie p {
	position: relative;
	margin: 0 !important;
}
table.searchFilmResults td.starCol p {
	position: relative;
	margin: 0 !important; padding: 0; 
}
table.searchFilmResults td.starCol span.tooltip {
	display: none;
}
table.searchFilmResults td.aboutMovie span.tooltip {
	display: none;
}
table.searchFilmResults tr td.starCol:hover span.tooltip {
	border: 1px solid #000;
	position: absolute; left: -30px; bottom: 20px; z-index: 150;
	min-height: 20px; width: 180px;
	padding: 10px;
	background: #FFF;
	display: block;
}
table.searchFilmResults td.starCol span.tooltip i {
	font-style: normal;
	display: block;
	line-height: 140%;
}
table.searchFilmResults tr td.aboutMovie:hover span.tooltip {
	border: 1px solid #000;
	position: absolute; left: 0px; bottom: 20px; z-index: 150;
	min-height: 40px; width: 180px;
	padding: 10px;
	background: #FFF;
	display: block;
}
table.searchFilmResults tr.selectedTD td.aboutMovie:hover span.tooltip {
	display: none !important;
}
table.searchFilmResults td.starCol span.tooltip i {
	font-style: normal;
	display: block;
	line-height: 140%;
}
table.searchFilmResults td.aboutMovie span.tooltip i {
	font-style: normal;
	display: block;
	line-height: 140%;
}
table.searchFilmResults td.starCol span.tooltip span {
	background: url(../imgs/arrow-tooltip.png) no-repeat;
	_background: url(../imgs/arrow-tooltip.gif) no-repeat;
	width: 14px; height: 8px;
	display: block; overflow: hidden;
	position: absolute; bottom: -8px; left: 30px;
}
table.searchFilmResults td.aboutMovie span.tooltip span {
	background: url(../imgs/arrow-tooltip.png) no-repeat;
	_background: url(../imgs/arrow-tooltip.gif) no-repeat;
	width: 14px; height: 8px;
	display: block; overflow: hidden;
	position: absolute; bottom: -8px; left: 30px;
}
p.errorLoginIn {
	position: absolute; top: 12px; left: 106px;
	background: red; color: #FFF;
	padding: 3px 2px 0 26px;
	width: 120px; height: 15px;
	background: url(../imgs/login-warn.gif) no-repeat;	
}
p.errorLoginInSpec {
	background: red; color: #FFF;
	padding: 3px 2px 0 26px;
	width: 190px; height: 15px;
	font-size: 11px;
	background: url(../imgs/login-warn.gif) no-repeat;	
}
div.errorMessage {
	background: #FAF2F2 url(../imgs/bgr-errormessage.gif) 13px 13px no-repeat;
	border: #990000 1px solid;
	padding: 13px;
	margin: 1em 0;
}
div.errorMessage h4 {
	color: #990000 !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin: 4px 0 10px 38px !important; padding: 0 !important;
}
div.errorMessage li {
	color: #990000 !important;
	background: url(../imgs/li-3.gif) 0 6px no-repeat !important;
}
div.errorMessage p.newError {
	padding: 0 0 0 40px;
	color: #990000 !important;
}
form.registrationForm table,
form.registrationForm table td {
	border: 0 !important;
}
form.registrationForm table td {
	padding: 4px 2px !important;
	vertical-align: middle !important;
}
form.registrationForm table td input {
	width: 170px;
	border: 1px solid #CCC;
	margin: 0 14px;
}
form.registrationForm table td input.error {
	border: 1px solid #9E0B0F;
}
form.registrationForm table tr:hover td {
	background: none !important;
}
p.registrationForm {
	vertical-align: middle;
}
.submitButton {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px; height: 22px;
	border: 0;
	color: #FFF;
	padding-bottom: 3px;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
}
input#fe_phone_prefix,
input#fe_fax_prefix {
	width: 26px;
	margin: 0 4px;
	text-align: right;
}
input#fe_phone,
input#fe_fax {
	margin: 0 4px;
	width: 134px;
}

tr.detail td img {
	float: left !important;
	margin: 0 !important;
}
tr.detail td div {
	float: right;
	width: 370px;
}
tr.detail td {
	background: #F5FAFD;
}
tr.selectedTD td {
	background: #F5FAFD;
}

tr.detail td hr {
	border-top: 0; border-right: 0; border-left: 0;
	border-bottom: 1px #B7DBEE solid !important;
	margin: 0.8em 0 !important;
}
tr.detail td p {
	font-size: 11px !important;
	margin: 0 0 0.4em 0 !important;
}
tr.detail td p.discussion {
	background: url(../imgs/ico-discussion.gif) 0 4px no-repeat;
	padding-left: 16px;
}
tr.detail td p.favoriteMovie {
	background: url(../imgs/ico-favorite-star-small.gif) 0 2px no-repeat;
	padding-left: 16px;
}
td.starCol {
	width: 10px;
}
p.detailOpen a {
	background: url(../imgs/ico-arrow-blue.gif) 0 2px no-repeat;
	padding-left: 18px;
}
p.detailOpen a:hover {
	background: url(../imgs/ico-arrow-blue-over.gif) 0 2px no-repeat;
}
tr.selectedTD p.detailOpen a {
	background: url(../imgs/ico-arrow-blue-up.gif) 0 2px no-repeat;
	padding-left: 18px;
}
tr.selectedTD p.detailOpen a:hover {
	background: url(../imgs/ico-arrow-blue-up-over.gif) 0 2px no-repeat;
}
a.favoriteStar {
	background: url(../imgs/ico-favorite-star.gif) 0 0 no-repeat;
	width: 15px; height: 14px;
	display: block; overflow: hidden;
}
a.favoriteStar.on {
	background: url(../imgs/ico-favorite-star.gif) 0 -14px no-repeat;
}
a.favoriteStar:hover {
	background: url(../imgs/ico-favorite-star.gif) 0 -28px no-repeat;
}
table.mainProgramTable a.favoriteStar {
	position: absolute; top: 38px; left: 40px;
}

ul.detailMovieMenu {
	height: 40px;
	margin: 0; padding: 0;
	background: url(../imgs/bgr-submenu-line.gif) bottom repeat-x;
	width: 630px;
}
ul.detailMovieMenu li {
	display: block;
	float: left;
	background: none !important;
	margin: 0 10px 0 0 !important; padding: 0 !important;
}
ul.detailMovieMenu li:last-child,
ul.detailMovieMenu li.last-child {
	margin: 0 !important;
}

ul.detailMovieMenu li a {
	display: block;
	height: 29px; width: 95px;
	position: relative; bottom: 0px;
	text-align: center;
	padding-top: 11px;
	font-size: 12px !important;
	font-weight: bold;
	background: url(../imgs/bgr-submenu-movie.gif) 0 0 repeat-x;
	overflow: hidden; zoom: 1;
}
ul.detailMovieMenu li a:hover {
	background: url(../imgs/bgr-submenu-movie.gif) 0 -40px repeat-x;
}
ul.detailMovieMenu li a.selected {
	position: relative; bottom: -2px;
	position: relative; bottom: 0px;
	background: transparent url(../imgs/bgr-submovie-sel.gif) 0 0 no-repeat !important;
	overflow: hidden; zoom: 1;
	text-decoration: none;
	color: #000;
}


ul.inPageMenu {
	height: 40px;
	margin: 0; padding: 0;
	background: url(../imgs/bgr-submenu-line.gif) bottom repeat-x;
	width: 898px;
}
#textContent ul.inPageMenu {
	width: 614px !important;
}
ul.inPageMenu li {
	display: block;
	float: left;
	background: none !important;
	margin: 0 10px 0 0 !important; padding: 0 !important;
}
ul.inPageMenu li:last-child,
ul.inPageMenu li.last-child {
	margin: 0 !important;
}
ul.inPageMenu li a {
	display: block;
	height: 29px; width: 135px;
	position: relative; bottom: 0px;
	text-align: center;
	padding-top: 11px;
	font-size: 12px !important;
	font-weight: bold;
	background: url(../imgs/bgr-submenu-movie.gif) 0 0 repeat-x;
	overflow: hidden; zoom: 1;
}
ul.inPageMenu li a:hover {
	background: url(../imgs/bgr-submenu-movie.gif) 0 -40px repeat-x;
}
ul.inPageMenu li a.selected {
	position: relative; bottom: -2px;
	position: relative; bottom: 0px;
	background: transparent url(../imgs/bgr-submovie-135-sel.gif) 0 0 no-repeat !important;
	overflow: hidden; zoom: 1;
	text-decoration: none;
	color: #000;
}



div.page {
	overflow: hidden; zoom: 1;
}
div.contentMovieBlock {
	float: right;
	width: 450px;
}
div.movieDetail {
	background: url(../imgs/bgr-myfavorite.gif) 0 34px no-repeat;
	padding: 0 0 12px 54px;
	position: relative;
}
div.archivDetail {
	background: none !important;
}
div.movieDetail h1 {
	margin-bottom: 0 !important;
}
div.movieDetail p {
	margin-top: 0 !important;
}
div.movieDetail .favoriteStar {
	position: absolute; top: 47px; left: 14px;
}
div.movieDetail a.filmList {
	position: absolute; right: 0; top: 63px;
	text-align: right;
}
table.movieInfoTable {
	border: 0 !important;
}
table.movieInfoTable td,
table.movieInfoTable th {
	background: none !important;
	padding: 0 0 3px 0 !important;
	color: #333333 !important;
	border: 0 !important;
	vertical-align: top !important;
}
table.movieInfoTable th {
	font-weight: normal !important;
	padding-right: 10px !important;
}
table.movieInfoTable td {
	font-weight: bold;
}
div.photoMovieBlock {
	width: 150px  !important;
	float: left;
}
div.photoMovieBlock div.galleryBlock {
	width: 150px  !important;
}
div.photoMovieBlock div.galleryBlock div p {
	width: 120px;
	text-align: left;
	background: #FFF;
	color: #000 !important;
	height: 12px;
}
div.photoMovieBlock div.galleryBlock div p a {
	display: inline;
	background: none;
	padding: 0;
	color: #007EC3;
}
div.photoMovieBlock div.galleryBlock div img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
}
ul.discussion li {
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	margin: 18px 0 0 0 !important;
	background: none !important;
}
ul.discussion li li {
	padding: 0 !important;
	margin: 18px 0 0 30px !important;
}
ul.discussion li div {
	border: #CDCDCD 1px solid;
	padding: 20px 15px 11px 15px;
	position: relative;
	margin-top: 5px;
}
ul.discussion li div.vip {
	border: #0087C9 1px solid;
}
ul.discussion li em {
	font-style: normal;
	display: block;
	width: 450px; padding-bottom: 4px;
}
ul.discussion li p.bar {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute; top: 0; right: 0;
}
ul.discussion li:hover div {
	background: #F5F5F5;
}
ul.discussion li div p {
	margin: 0 0 4px 0 !important;
}
ul.discussion li div span.arrTop {
	background: url(../imgs/arrow-top.gif) no-repeat;
	width: 40px; height: 6px;
	display: block;
	position: absolute; top: -6px; left: -1px;
}
ul.discussion li div.vip span.arrTop {
	background: url(../imgs/arrow-top-vip.gif) no-repeat;
	width: 40px; height: 6px;
	display: block;
	position: absolute; top: -6px; left: -1px;
}
ul.discussion li:hover div span.arrTop {
	background: url(../imgs/arrow-top-over.gif) no-repeat;
	width: 40px; height: 6px;
	display: block;
	position: absolute; top: -6px; left: -1px;
}
ul.discussion li:hover div.vip span.arrTop {
	background: url(../imgs/arrow-top-vip-over.gif) no-repeat;
	width: 40px; height: 6px;
	display: block;
	position: absolute; top: -6px; left: -1px;
}
a.deleteDsc {
	background: url(../imgs/ico-delete.gif) 8px 4px no-repeat;
	padding: 0 0 0 22px;
}

a.reactionDsc {
	background: url(../imgs/ico-reaction.gif) 8px 3px no-repeat;
	padding: 0 0 0 22px;
}
a.newDiscussion {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px; height: 19px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
}
form.formReaction {
	background: #ECECEC;
	padding: 18px;
	margin-top: 1.5em;
}
table.tableReaction,
table.tableReaction td {
	border: 0 !important;
	padding: 4px 0 4px 0 !important;
}
table.tableReaction tr:hover td {
	background: none !important;
}
table.tableReaction tr td input,
table.tableReaction tr td textarea {
	margin: 0 10px 0 10px;
	border: 1px solid #cccccc;
	padding: 3px; 
}
table.tableReaction tr td label {
	position: relative; top: 4px;
}
table.tableReaction tr td {
	font-weight: bold;
}
table.tableReaction tr td input {
	width: 192px;
}
table.tableReaction tr td input#captcha {
	width: 70px;
}
table.tableReaction tr td input#subject {
	width: 451px;
}
.ulozit {
	margin: 5px 0 0 110px;
}
.ulozit .tlacitko,
.submitButtonek {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px;height: 22px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 3px;
	font-size: 11px;
	border: 0;
	cursor: pointer;
}

table.tableReaction tr td textarea {
	width: 451px;
}
span.captcha img {
	border: 1px solid #FFF;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	vertical-align: middle;
}
div.setYourProgram p.loggedIn {
	position: absolute;
	right: 12px;
	text-align: right;
	width: 250px;
}
div.setYourProgram p.loggedIn a {
	position: relative;
	right: 12px;
	text-align: right;
	width: 250px;
}
.PJBIEhide {
	display: none !important;
}
.PJBIEshow {
	display: block !important;
}
div.partneri {
	text-align: center;
	overflow: hidden; zoom: 1;
	height: 300px; width: 620px;
}
div.partneri img {
	float: none !important;
	margin: 0 20px 10px 20px !important;
}
div.contactBlock {
	width: 308px;
	float: left;
	overflow: hidden; zoom: 1;
	padding-bottom: 22px;
	background: url(../imgs/bgr-photo-contact.gif) 0 0 no-repeat;
}
div.noPhoto {
	background: none !important;
}
div.contactBlock img {
	background: FFF;
	border: 1px solid #CCCCCC;
	padding: 9px;
	margin: 0 12px 20px 0 !important;
	float: left !important;
	width: 75px; height: 100px;
}
div.contactBlock h3 {
	font-size: 13px !important;
	margin: 6px 5px 2px 0 !important;
}
div.contactBlock em {
	display: block;
	font-style: normal;
}
div.contactBlock p {
	margin: 0 5px 0 0 !important;
	font-size: 11px;
}
div.contactBlock p em {
	display: block;
	margin: 3px 0 16px 0 !important;
}
.contactPage {
	overflow: hidden; zoom: 1
}
.contactPage h2 {
	clear: both;
	padding: 14px 0 16px 24px !important;
	margin: 0 !important;
	font-size: 14px !important;
	background: url(../imgs/bgr-cont-h2.gif) repeat-x;
	position: relative;
	cursor: pointer;
}
.contactPage h2 span {
	background: url(../imgs/ico-js-close.gif) 0 0 no-repeat;
	width: 13px; height: 13px;
	overflow: hidden;
	position: absolute; top: 14px; left: 0;
}
.contactPage h2 span.opened {
	background: url(../imgs/ico-js-close.gif) 0 -13px no-repeat;
	width: 13px; height: 13px;
	overflow: hidden;
	position: absolute; top: 14px; left: 0;
}
.whyPage {
	padding-bottom: 80px;
}
.whyPage h2 {
	clear: both;
	padding: 28px 0 2px 24px !important;
	margin: 0 !important;
	font-size: 14px !important;
	background: url(../imgs/bgr-cont-h2.gif) repeat-x;
	position: relative;
	cursor: pointer;
}
.whyPage h2 span {
	background: url(../imgs/ico-js-close.gif) 0 0 no-repeat;
	width: 13px; height: 13px;
	overflow: hidden;
	position: absolute; top: 28px; left: 0;
}
.whyPage h2 strong {
	overflow: hidden;
	position: absolute; top: 12px; left: 26px;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
.whyPage h2 span.opened {
	background: url(../imgs/ico-js-close.gif) 0 -13px no-repeat;
	width: 13px; height: 13px;
	overflow: hidden;
	position: absolute; top: 28px; left: 0;
}
.whyPage p.infoComp {
	margin: 0 0 0.8em 26px !important;
	font-size: 10px;
}

br.clear {
	clear: both;
	height: 1px; font-size: 1px;
}

div.overall {
	overflow: hidden; zoom: 1;
	margin-bottom: 1em;
}
div.overall img {
	float: left !important;
	margin: 2px 16px 8px 0 !important;
}
div.overall ul {
	padding-left: 220px;
}
div.overall h3 {
	padding-left: 220px;
}
div.overall p {
	padding-left: 220px;
}
div.contactBlockContainer {
	overflow: hidden; zoom: 1;
}
div.contactBlockContainer p {
	margin-top: 0 !important;
}
div.whyContent {
	float: right;
	width: 420px;
}
img.whyPhoto {
	float: left !important;
	margin: 4px 0 0 26px !important;
}
ul.headMenu {
	width: 660px;	height: 45px;
	overflow: hidden;
	float: left;
	margin: 0;
	position: absolute; top: 0; left: 10px;
}
ul.headMenu li {
	list-style: none;
}
ul.headMenu li a {
	width: 217px; height: 45px;
	display: block;
	position: absolute; top: 0;
	text-align: center;
	color: #00A5D6;
	background: #000;
}
ul.headMenu li a:hover {
	color: #FFF;
	background: #00A5D6;
}
ul.headMenu li a span {
	background: url(../imgs/head-menu.gif) no-repeat;
	width: 217px; height: 45px;
	display: block;
	position: absolute; top: 0; left: 0;
	cursor: pointer;
}
ul.headMenu li a.movies {
	left: 0;
}
ul.headMenu li a.actions {
	left: 221px;
	width: 219px;
}
ul.headMenu li a.competition {
	left: 444px;
}

ul.headMenu li a.movies span {
	background-position: 0 0;
}
ul.headMenu li a.actions span {
	background-position: -441px 0;
	width: 222px;
}
ul.headMenu li a.competition span {
	background-position: -219px 0;
}

ul.headMenu li a.movies:hover span {
	background-position: 0 -45px;
}
ul.headMenu li a.actions:hover span {
	background-position: -441px -45px;
}
ul.headMenu li a.competition:hover span {
	background-position: -219px -45px;
}

ul.headMenuFest {
	width: 660px;	height: 45px;
	overflow: hidden;
	float: left;
	margin: 0;
	position: absolute; top: 0; left: 10px;
}
ul.headMenuFest li {
	list-style: none;
}
ul.headMenuFest li a {
	width: 217px; height: 45px;
	display: block;
	position: absolute; top: 0;
	text-align: center;
	color: #00A5D6;
	background: #000;
}
ul.headMenuFest li a:hover {
	color: #FFF;
	background: #00A5D6;
}
ul.headMenuFest li a span {
	background: url(../imgs/head-menu-full.gif) no-repeat;
	width: 217px; height: 45px;
	display: block;
	position: absolute; top: 0; left: 0;
	cursor: pointer;
}

ul.headMenuFest li a.movies2nd {
	left: 0;
}
ul.headMenuFest li a.actions2nd {
	left: 221px;
	width: 219px;
}
ul.headMenuFest li a.program {
	left: 444px;
}

ul.headMenu li a.foto {
	left: 220px;
	width: 220px;
}
ul.headMenu li a.video {
	left: 444px;
}

ul.headMenuFest li a.movies2nd span {
	background-position: 0 0;
}
ul.headMenuFest li a.actions2nd span {
	background-position: -441px 0;
	width: 220px;
}
ul.headMenuFest li a.program span {
	background-position: -219px 0;
}

ul.headMenu li a.foto span {
	background: url(../imgs/menu-fotky.png) 0 -45px no-repeat;
	width: 220px;
}
ul.headMenu li a.video span {
	background: url(../imgs/menu-videa.png) 0 -45px no-repeat;
}


ul.headMenuFest li a.movies2nd:hover span {
	background-position: 0 -45px;
}
ul.headMenuFest li a.actions2nd:hover span {
	background-position: -441px -45px;
}
ul.headMenuFest li a.program:hover span {
	background-position: -219px -45px;
}

ul.headMenu li a.foto:hover span {
	background-position: 0 0;
}
ul.headMenu li a.video:hover span {
	background-position: 0 0;
}

a.loginHelp {
	display: block;
	position: absolute;
	background: #8CAF12;
	position: absolute; right: 10px; bottom: 0;
	padding: 3px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 9px;
	border-top: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000;
}
a.loginHelp:hover {
	background: #B3CA1A;
}
a.movieDetail {
	background: url(../imgs/button-144.gif) no-repeat;
	width: 144px; height: 17px;
	text-align: center; color: #FFF;
	margin: 0.8em 0;
	display: block;
	padding: 5px 0 0 0;
	font-size: 11px;
	text-decoration: none;
}
tr.detail td div a.movieDetail {
	background: url(../imgs/button-80.gif) no-repeat;
	width: 80px; height: 19px;
	text-align: center; color: #FFF;
	margin: 0.8em 0;
	display: block;
	padding: 3px 0 0 0;
	font-size: 11px;
	text-decoration: none;
}
form.formAkcreditation p {
	font-size: 11px !important;
}
form.formAkcreditation th input {
	margin: 0 !important;
}
form.formAkcreditation th label {
	font-weight: bold;
}
form.formAkcreditation th {
	vertical-align: top !important;
	padding: 7px 4px 4px 0 !important;
}
form.formAkcreditation td.longer input,
form.formAkcreditation td.longer select {
 width: 230px !important;
}
form.formAkcreditation input.submitFilm {
	background: url(../imgs/bgr-submit-fest.gif) no-repeat;
	width: 94px; height: 22px;
	font-size: 11px;
	color: #FFF;
	border: 0;
	cursor: pointer;
}
form.formAkcreditation input.reset {
	background: none;
	width: 94px; height: 22px;
	padding-bottom: 3px;
	font-size: 12px;
  color: #007EC3;
  font-weight: bold;
	border: 0;
	cursor: pointer;
}
a {
  color: #007EC3;
}
form.formAkcreditation input.reset:hover {
  color: #000;
  text-decoration: none;
} 

form.formAkcreditation fieldset {
	background: #ECECEC;
	padding: 16px;
	margin: 1px 0;
}
.novyclass {
	text-align: right !important;
	width: 400px;
}
.novyclass p {
	text-align: right !important;
	margin: 0 !important;
}
form.formAkcreditation input[type="text"],
form.formAkcreditation textarea,
form.formAkcreditation select {
	border: #CCCCCC 1px solid;
}
form.formAkcreditation input[type="checkbox"],
form.formAkcreditation input[type="radio"],
form.formAkcreditation input[type="submit"] {
	border: 0 !important;
}
form.formAkcreditation input[type="radio"],
form.formAkcreditation input[type="checkbox"] {
	width: auto !important;
}
form.formAkcreditation table,
form.formAkcreditation table td {
	background: none !important;
	border: 0 !important;
	padding: 4px 4px 4px 0 !important;
}
form.formAkcreditation table th {
	background: none !important;
	border: 0 !important;
}
form.formAkcreditation table {
	width: 100%;
	margin: 0.2em 0 0.2em 0 !important;
}



table.formTable input[type="text"],
table.formTable textarea,
table.formTable select {
	border: #CCCCCC 1px solid;
}
table.formTable input[type="checkbox"],
table.formTable input[type="radio"],
table.formTable input[type="submit"] {
	border: 0 !important;
}
table.formTable input[type="radio"],
table.formTable input[type="checkbox"] {
	width: auto !important;
}
table.formTable,
table.formTable th,
table.formTable td {
	background: none !important;
	border: 0 !important;
	padding: 4px 4px 4px 0 !important;
}
table.formTable table {
	width: 100%;
	margin: 0.2em 0 0.8em 0 !important;
}
table.formTable input[type="text"],
table.formTable textarea,
table.formTable select {
	border: #CCCCCC 1px solid;
	width: 160px !important;
}


form.formAkcreditation textarea {
	width: 100%;
}
form.formAkcreditation p {
	margin-bottom: 2px !important;
}
table.tableNum01 th {
	width: 80px;
}
table.tableNum02 th {
	width: 30px;
}
table.tableNum02 td {
	width: 150px;
}

table.tableNum01 td input {
	width: 180px;
}
table.tableNum06 {
	width: auto !important;
}
table.tableNum06 th {
	width: 200px;
}
table.tableNum06 td input {
	width: 300px;
}
input#other_activity {
	width: 60px;
}
form.formAkcreditation h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0 !important;
}
form.formAkcreditation h3 {
	margin-top: 0 !important;
}
div.photoboxForm {
	float: right;
	padding: 5px;
	margin-left: 14px;
	background: #FFF; 
	text-align: center;
}
form.formAkcreditation th {
	font-weight: normal !important;
	color: #333333 !important;
}
div.photoboxForm img {
	float: none !important;
	margin: 0 0 10px 0 !important;
}
div.photoboxForm input[type="file"] {
	font-size: 10px;
	margin: 0 0 6px 0 !important;
	width: 180px;
}
div.photoboxForm img {
	font-size: 10px;
}
input.submitPhoto {
		background: url(../imgs/bgr-submit-fest.gif) no-repeat;
		width: 94px; height: 22px;
		display: inline-block;
		border: 0;
		cursor: pointer;
		font-size: 11px;
		color: #FFF;
		padding-bottom: 3px; *padding-bottom: 0;
}
table.tableNum04 {
	width: 354px !important;
}
table.tableNum04 td input {
	width: 200px !important;
}
table.tableNum06 select {
	width: 70px;
}
table.tableNum04 select {
	width: 200px;
}
div.searchBlock h5 {
	font-size: 14px;
	margin-bottom: 2px !important;
	font-weight: normal;
}
div.searchBlock p {
	margin-top: 2px  !important;
}
table.clearTable,
table.clearTable td,
table.clearTable th {
	border: 0 !important;
	background: none !important;
}
table.clearTable td,
table.clearTable th {
	padding-left: 0 !important; padding-top: 0 !important;
	line-height: 140%; 
}

table.participation img {
	margin: 8px 0 6px 0 !important;
	float: none !important;
}
table.participation td {
	padding-right: 40px !important;
	width: 25%;
}
table.participation td span {
	font-size: 11px;
	color: #666666;
}
form.loginSpec {
	border-top: #121212 solid 1px;
	border-bottom: #121212 solid 1px;
	padding: 15px 20px 14px 22px;
}
form.loginSpec h3 {
	color: #4C4C4C;
	font-weight: normal;
	font-size: 17px;
	padding: 0 0 6px 0;
}
form.loginSpec th {
	text-align: left;
	font-weight: normal;
}
form.loginSpec td {
	text-align: right;
	width: 200px;
}
form.loginSpec input {
	border: 1px solid #333333;
	background: transparent;
	color: #999999;
	width: 140px;
	padding: 2px;
}
form.loginSpec label {
	color: #333333;
}
label.grayLabel {
	color: #333333;
	font-weight: bold;
}
form.formAkcreditation input[type="text"],
form.formAkcreditation textarea,
form.formAkcreditation select {
	border: #CCCCCC 1px solid;
	width: 160px !important;
}
form.formAkcreditation input#directorFilm,
form.formAkcreditation input#country {
	width: 190px !important;
}
table.classic th {
	text-align: left;
	font-weight: normal;
	padding-right: 6px;
}
form.loginSpec button {
	background: url(../imgs/button-next01.gif) 0 0 no-repeat;
	width: 94px;
	height: 22px;
	border: 0;
	font-size: 11px;
	color: #999999;
	vertical-align: bottom;
	padding-bottom: 3px;
	cursor: pointer;
}
form.loginSpec button:hover {
	background: url(../imgs/button-next01.gif) 0 -22px no-repeat;
	color: #FFF;
}
form.loginSpec table th,
form.loginSpec table td {
	padding-top: 8px;
}
button.finalSubmit {
	background: url(../imgs/button-144.gif) no-repeat;
	width: 144px; height: 22px;
	border: 0;
	color: #FFF;
	cursor: pointer;
	vertical-align: baseline;
	padding-bottom: 3px;
	margin: 1em 0 2em 230px;
}
#departure_type_0,
#arrival_type_0 {
	width: 144px;
}
.partneri {
	margin: 0 auto;
	text-align: center;
	width: 620px;
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0;
}
.partneri img {
	float: none !important;
	margin: 10px !important;
}
ul.rollOn li.rolls {
	background: none !important;
	padding-left: 0 !important;
}
ul.rollOn li.rolls h6 {
	background: url(../imgs/ico-arrow-blue.gif) 0 2px no-repeat;
	padding: 0 0 0 22px;
	color: #007AC3;
	cursor: pointer;
	font-weight: normal;
}
ul.rollOn li.rolls h6.openned {
	background: url(../imgs/ico-arrow-blue-up.gif) 0 2px no-repeat;
}
ul.rollOn li.rolls h6:hover {
	background: url(../imgs/ico-arrow-blue-over.gif) 0 2px no-repeat;
	color: #000;
}
ul.rollOn li.rolls h6.openned:hover {
	background: url(../imgs/ico-arrow-blue-up-over.gif) 0 2px no-repeat;
}
ul.rollOn li div {
	overflow: hidden;
}
img.neutral {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.selectNeutral {
	width: 140px;
	border: 1px solid #CCCCCC;
	margin-left: 12px; margin-right: 8px;
	padding: 2px;
}
a.mapPoint {
	background: url(../imgs/mappoint.png) 0 1px no-repeat;
	_background: url(../imgs/mappoint.gif) 0 1px no-repeat;
	padding-left: 14px;
}
div#scrollYears {
		width: 620px; height: 250px;
		overflow: scroll;
}
div.scrollYearsBal {
	background: url(../imgs/history-years.png) bottom repeat-x;
	width: 618px;	height: 241px;
	padding: 20px 20px 18px 20px;
	position: relative; left: -20px;
}
div#scrollYears table,
div#scrollYears table td,
div#scrollYears table th {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
div#scrollYears table td div {
	width: 136px; height: 225px;
	border: transparent 1px solid;
	background: transparent;
	text-align: center;
	margin: 0 9px;
}
div#scrollYears table td div a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div#scrollYears table td div:hover {
	border: transparent 1px solid;
}
div#scrollYears table td div:hover a {
	color: #000;
	text-decoration: underline;
}
div#scrollYears table td div img {
	margin: 0 0 6px 0 !important;
	padding: 4px;
	background: #FFF;
	border: 1px solid #e2e2e2;
	float: none !important;
}
div#scrollYears table td div:hover img {
	border: 1px solid #000;
}
div#scrollYears table td div.selected {
	border: #0073B1 1px solid;
	background: #007AC3;
}
div#scrollYears table td div.selected a {
	color: #FFF;
}
div#scrollYears table td div.selected img {
	color: #FFF;
	background: transparent;
	border: transparent 1px solid;
}

div.grayArea {
	background: #EBEBEB;
	padding: 6px 18px;
	overflow: hidden; zoom: 1;
}
div.grayArea ul {
	float: left;
	width: 290px;
	*padding-bottom: 12px; _padding-bottom: 0;
}
div.grayArea ul li.selected {
	font-weight: bold;
}
ul.listInBlog li span {
	text-align: right;
	display: inline-block;
	width: 105px; padding-right: 8px;
	color: #666666;
}
ul.listInBlog li {
	margin-top: 9px !important;
}
img.borderPhoto {
	padding: 6px;
	border: 1px solid #CCCCCC;
}
div#textContent div.galleryBlock table td p {
	position: absolute; bottom: 0; left: 0;
}
div.loggedMedia {
	border-top: #121212 solid 1px;
	border-bottom: #121212 solid 1px;
	padding: 15px 20px 14px 22px;
}
div.loggedMedia a {
	margin: 10px 0 0 124px;
	width: 70px;
}
.gray {
	color: black;
	background: #DDD;
	padding: 0 2px;
}
td.extraLong textarea,
td.extraLong input[type="text"] {
	width: 496px !important;
}
a.cancelLink {
	background: url(../imgs/ico-delete.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-top: 4px;
	font-size: 12px !important;
}
#akreditace {
	background: url(../imgs/bgr-cont-h2.gif) repeat-x;
	overflow: hidden; zoom: 1;
	padding-top: 20px;
}
#akreditace h2 {
	margin-top: 0 !important;
}
#akreditace hr {
margin: 0.6em 0 0.2em 0 !important;
}
#akreditace .clearTable {
	margin: 1em 0 0 0 !important;
}
a.specLink1 img {
	margin: 0 !important;
	float: none !important;
}
table.accommodation {
	width: 100%;
}
table.accommodation td {
	width: 50%;
}
table.accommodation td p {
	margin: 0.5em 0 !important;
}
table.accommodation td h3 {
	margin-bottom: 0.3em !important;
}

div.deniky {
	overflow: hidden; zoom: 1;
}
div.deniky div.denik {
	background: url(../imgs/bgr-denik.gif) 0 18px no-repeat;
	width: 222px; height: 350px;
	text-align: center;
	float: left;
	margin: 28px 42px 0 42px; _margin: 14px 24px 0 24px;
}
div.deniky div.denik img {
	float: none !important;
	margin: 0 0 10px 0 !important;
}
div.denik strong {
	display: block; height: 30px;
}
div.denik p {
	margin-top: 0 !important;
}
div.verticalCenter {
	text-align: center;
}
td.arrDepDay select {
	width: 76px !important;
}
form.formAkcreditation input.load {
	cursor: pointer;
	color: #FFFFFF;
	border: 0;
	background: url(../imgs/bgr-alfabet-last.gif) no-repeat;
	width: 50px; height: 17px;
	font-size: 11px;
	padding: 0 !important;
}
form.formAkcreditation textarea.widthTextarea {
	width: 580px !important;
}
form.formAkcreditation input.lineup {
	width: 286px !important;
}
div#fullPageArea {
	padding: 56px 11px 0 11px;
}
div#fullPageArea .matr {
	background: #FFF;
	padding: 12px 20px 20px 20px;
	zoom: 1;
}
form.formSrch {
	padding: 10px 10px 10px 4px;
}
form.formSrch td * {
	vertical-align: middle;
	padding-right: 6px;
}
form.formSrch td select {
	border: #CCCCCC 1px solid;
	width: 280px;
	padding: 2px;
}
form.formSrch td label {
	font-weight: normal;
}
div#fullPageArea h1 {
	color: #007EC3;
	font-size: 25px;
	padding: 0 0 18px 0;
	margin: 0 0 2px 0;
	line-height: 140%;
	font-weight: normal;
}
#typeMovie {
	width: 210px;
	border: #CCCCCC 1px solid;
	padding: 2px;
	height: 24px;
	font-size: 12px;
}
.calendarArea {
	position: relative;
	border: 3px solid #007EC3;
	overflow: hidden;
}
.calendarArea .scrollhole {
	width: 916px;
	overflow: scroll !important;
	height: 800px;
	position: relative;
	cursor: e-resize;
	background: #FFF url(../imgs/lajna-gray.gif) 0 40px repeat-x;
}
.calendarArea .scrollframe {
	width: 896px;
	height: 800px;
	overflow: hidden !important;
	position: relative;
}
.calendarArea .scrollContent {
	padding-top: 41px;
}
.calendarArea .scrollhole table {
	width: 1768px; /* Cel? den (18h(den) * 60min * 1.5 px) + 148px(th) */
	display: block;
	position: relative;
}
.calendarArea .scrollhole table tr {
	width: 1768px; /*  Cel? den (18h(den) * 60min * 1.5 px) + 148px(th) */
	display: block;
	height: 60px;
	background: #FFFFFF url(../imgs/prog-bgr-td.gif) bottom repeat-x;
	position: relative;
	float: left;
}
.calendarArea .scrollhole table tr th {
	display: block;
	height: 35px; width: 140px;
	background: #008AC9 url(../imgs/prog-bgr-th.gif) bottom repeat-x;
	position: absolute; top: 0; left: 0;
	color: #FFF;
	padding-top: 24px; padding-left: 8px;
	vertical-align: middle;
	text-align: left;
}
.calendarArea .scrollhole table tr td {
	display: block !important;
	height: 59px;
	background: #FFFFFF url(../imgs/prog-bgr-td-activ.gif) repeat-x;
	position: absolute; top: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden !important; zoom: 1;
}
.calendarArea .scrollhole table tr td p {
	padding: 0px 10px 0 8px;
	position: relative; top:6px;
	font-size: 14px;
	line-height: 95%;
	color: #666666;
}
.calendarArea .scrollhole table tr td p strong {
	display: block;
	height: 28px;
	overflow: hidden;
	padding-top: 2px;
}
.calendarArea .scrollhole table tr td p a {
	text-decoration: none;
	color: #007EC3;
	font-size: 11px;
	font-weight: normal;
}
.calendarArea .scrollhole table tr td p a:hover {
	text-decoration: underline;
	color: #000;
}
.calendarArea .scrollhole table tr td p em {
	font-style: normal;
	font-size: 10px;
	position: absolute; top: 34px; left: 60px;
}
.calendarArea .scrollhole table tr td p b {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	position: absolute; top: 33px; left: 9px;
}
table.fixedTitle {
	width: 148px;
	border-collapse: collapse;
	border: 0;
	background: transparent url(../imgs/date-transgrad.png) right repeat-y;
}
table.fixedTitle tr {
	position: relative;
	width: 148px;
}
table.fixedTitle tr th {
	height: 60px; width: 139px;
	padding-left: 9px;
	background: #008AC9 url(../imgs/prog-bgr-th.gif) bottom repeat-x;
	color: #FFF;
	vertical-align: middle;
	text-align: left;
}
table.fixedTitle tr th.topPoint {
	height: 41px !important;
	padding-left: 9px;
	background: #008AC9 url(../imgs/prog-bgr-th.gif) bottom repeat-x;
}

.fixedTblMatr {
	width: 158px;
	background: transparent url(../imgs/date-transgrad.png) right repeat-y;
	_background: none;
	position: absolute; top: 0; left: 0;
}
p.timeLine {
	position: absolute; top: 18px; left: 166px;
	margin: 0; padding: 0;
	width: 3268px;
	font-size: 14px;
	color: #999999;
	overflow: hidden; zoom: 1;
}
p.timeLine span {
	width: 90px;
	text-align: right;
	display: block;
	float: left;
}
div.actualtime {
	background: url(../imgs/actualtime-line.png) center top repeat-y;
 _background: url(../imgs/actualtime-line.gif) center top repeat-y;
	width: 60px; height: 300px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 8px;
	font-size: 14px;
	padding-bottom: 33px;
}
div.actualtime p {
	background: url(../imgs/actualtime-time.png) center top no-repeat;
 _background: url(../imgs/actualtime-time.gif) center top no-repeat;
	width: 60px; height: 26px;
	padding-top: 6px;
	color: #FFF;
}
div.forTooltip {
	display: none;
}
div.tooltip {
	position: absolute; top: -50px; left: 300px;
	width: 258px;
	display: none;
}
div.tooltip .top {
	background: url(../imgs/bgr-tooltip.png) 0 0 no-repeat;
 _background: url(../imgs/bgr-tooltip.gif) 0 0 no-repeat;
	height: 5px;
	overflow: hidden;
}
div.tooltip .bottom {
	background: url(../imgs/bgr-tooltip.png) 0 -5px no-repeat;
 _background: url(../imgs/bgr-tooltip.gif) 0 -5px no-repeat;
	height: 5px;
	overflow: hidden;
}
div.tooltip .content {
	background: url(../imgs/bgr-tooltip.png) -258px 0 repeat-y;
 _background: #FFF url(../imgs/bgr-tooltip.gif) -258px 0 repeat-y;
	padding: 8px 14px;
	overflow: hidden;
}
div.tooltip .arrow {
	background: url(../imgs/tooltip-arr.gif) 0 -7px no-repeat;
	width: 14px; height: 7px;
	overflow: hidden;
	position: absolute; bottom: -6px; _bottom: -7px; left: 16px;
}
div.tooltip .content p {
	font-size: 11px;
	margin: 0.5em 0 0 0;
	line-height: 130%;
}
div.tooltip .content h5 {
	font-size: 12px;
	margin: 0 0 0.5em 0;
	line-height: 130%;
	color: #007EC3;
}
div.tooltip .content h5 strong {
	font-size: 11px;
	color: #333;
}
div.programMenu {
	background: url(../imgs/changedate-bgr.jpg) no-repeat;
	width: 259px;	height: 49px;
	position: absolute; top: 56px; right: 14px;
}
ul.calendar {
	width: 220px; height: 50px;
	position: absolute; top: 56px; right: 9px;
	background: #000;
	padding-left: 1px;
	overflow: hidden;
}
ul.calendar li {
	height: 50px;	width: 90px;
	background: url(../imgs/calendar-day.jpg) 0 -50px no-repeat;
	float: left;
	list-style: none;
}
ul.calendar li a {
	height: 36px;	width: 90px;
	background: url(../imgs/calendar-day.jpg) 0 0 no-repeat;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  padding-top: 14px;
  display: block;
}
ul.calendar li a:hover {
	background: none;
}
ul.calendar li.actual {
	background: url(../imgs/calendar-day-act.jpg) 0 0 no-repeat;
	width: 219px;
	position: absolute; top: 0; right: 1px;
	border-left: 1px solid #000;
}
ul.calendar li.actual a {
	background: url(../imgs/calendar-day-act.jpg) 0 0 no-repeat;
	width: 219px;
}
ul.calendar li.actual a:hover {
	background: none;
}
.hospot {
	position: static !important;
	background: url(../imgs/calendar-day-act.jpg) 0 -50px no-repeat !important;
	border-left: 0 !important;
}
.hospot a {
	background: url(../imgs/calendar-day-act.jpg) 0 -50px no-repeat !important;
}
.stabilBlock .setYourProgram {
	position: absolute; top: 0; right: -5px;
}
ul.akce {
	width: 620px; height: 200px;
	position: relative;
	display: block;
	overflow: hidden; zoom: 1;
}
ul.akce li {
	width: 200px; height: 200px;
	position: relative;
	display: block;
	position: absolute !important; top: 0;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 0 !important;
	background: none !important;
}
ul.akce li img {
	position: absolute; top: 0; left: 0;
	margin: 0 !important;
}
ul.akce li.act01 {
	left: 0;
}
ul.akce li.act02 {
	left: 210px;
}
ul.akce li.act03 {
	right: 0;
}
ul.akce li a.actMenu {
	width: 200px; height: 45px;
	position: absolute; left: 0; top: 155px;
	display: block;
	overflow: hidden;
}
ul.akce li a.actMenu span {
	background: url(../imgs/menu-actions.png) no-repeat;
	width: 200px; height: 45px;
	position: absolute; left: 0; top: 0;
	display: block;
}
ul.akce li.act01 a.actMenu span {
	background-position: 0 0;
}
ul.akce li.act02 a.actMenu span {
	background-position: -200px 0;
}
ul.akce li.act03 a.actMenu span {
	background-position: -400px 0;
}
ul.akce li.act01 a.actMenu:hover span {
	background-position: 0 -45px;
}
ul.akce li.act02 a.actMenu:hover span {
	background-position: -200px -45px;
}
ul.akce li.act03 a.actMenu:hover span {
	background-position: -400px -45px;
}
.actName {
	width: 80%;
}
.actName p {
	background: url(../imgs/bluearrow.gif) 0 5px no-repeat;
	padding: 0 0 0 18px;
	color: #666666;
	font-size: 11px;
}
.actName p strong {
	color: #000;
	font-size: 12px;
}
.actDateTime {
	width: 20%;
}
table.actionTable {
	width: 100%;
}
span.sortArrDown {
	background: url(../imgs/arr-sort.gif) 0 0 no-repeat;
	width: 5px; height: 5px;
	display: inline-table;
	overflow: hidden; zoom: 1;
	position: relative; left: 7px; top: -2px;
	vertical-align: middle;
}
span.sortArrUp {
	background: url(../imgs/arr-sort.gif) -5px 0 no-repeat;
	width: 5px; height: 5px;
	display: inline-table;
	overflow: hidden; zoom: 1;
	vertical-align: middle;
	position: relative; left: 4px; top: 1px;
}
span.sortArrDown.active {
	background: url(../imgs/arr-sort.gif) 0 -5px no-repeat;
}
span.sortArrUp.active {
	background: url(../imgs/arr-sort.gif) -5px -5px no-repeat;
}
a.sorting {
	color: #FFF;
}
#projekcePressIndustry {
	width: 175px;
}
div.progTimes table {
	font-size: 11px;
	width: 100%;
}
div.progTimes {
	padding-left: 54px !important;
}
div.progTimes td.notes {
	width: 240px;
	color: #666666;
}
a.iphoneBanner {
	width: 618px; height: 570px;
	display: block;
	overflow: hidden;
	position: relative; left: -6px;
}
a.iphoneBanner span{
	background: url(../imgs/iphone-cz.jpg) no-repeat;
	width: 618px; height: 570px;
	display: block;
	overflow: hidden;
	position: absolute; top: 0; left: 0;
}
table.myfilms {
	width: 618px;
	border: 0 !important;
	margin: 0 !important;
}
table.myfilms th {
	border-top: 1px solid #000 !important;
	border-right: 1px solid #4d4d4d !important;
	border-bottom: 1px solid #000 !important;
	border-left: 1px solid #4d4d4d !important;
	color: #999999 !important;
	background: #000 !important;
	font-weight: normal !important;
	height: 24px !important;
	padding: 0 0 0 5px !important;
	width: 61px !important;
	vertical-align: middle !important;
}
table.myfilms td {
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 1px solid #EBEBEB !important;
	border-left: 0 !important;
}
table.myfilms th.dateFilm {
	color: #FFF !important;
	font-weight: bold !important;
	width: 212px !important;
	font-size: 14px !important;
	padding: 0 0 0 8px !important;
}
div.myFilmsBlock div.MFline {
	border-bottom: #EBEBEB 1px solid;
	height: 18px;
	padding-top: 6px;
	position: relative;
	width: 618px;
}
div.myFilmsBlock div.MFline a {
 padding-left: 19px;
 position: relative; 
}
div.myFilmsBlock div.MFline a span {
	background: url(../imgs/ico-favorite-star.gif) 0 0 no-repeat;
	width: 15px; height: 14px;
	position: absolute; left: 0; top: 1px;
}
div.myFilmsBlock div.MFline div.movieMy {
	height: 24px;
	position: absolute; top: 0; overflow: hidden; zoom: 1;
}
div.myFilmsBlock div.MFline div.nevybrany {
	background: #CACACA url(../imgs/bgr-mylfilmchoice.gif) 0 0 repeat-x !important;
}
div.myFilmsBlock div.MFline div.nepreferovany {
	background: #5A5A5A url(../imgs/bgr-mylfilmchoice.gif) 0 -24px repeat-x !important;
}
div.myFilmsBlock div.MFline div.preferovany {
	background: #5A5A5A url(../imgs/bgr-mylfilmchoice.gif) 0 -48px repeat-x !important;
}

div.largeType {
  width: 652px !important;
}
th.timeFlmTb {
  width: 36px;
}
th.prgSctn {
  width: 140px;
}
th.plc {
  width: 200px;
}
ul.inPageMenu li.sPecka {
	background: url(../imgs/bgr-specmenu.png) 0 0 no-repeat !important;
	width: 225px; height: 29px !important; *height: 31px !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 11px !important; *padding-top: 9px !important;
	position: relative; top: 0px;
}
ul.inPageMenu li.activesPec {
	background: url(../imgs/bgr-specmenu.png) 0 -40px no-repeat !important;
}
ul.inPageMenu li.sPecka a {
	background: none !important;
	display: inline !important;
	color: #007EC3;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px !important;
	height: auto !important;
	width: auto !important;
	padding-top: 0 !important;
}
li.sPecka span {
	font-size: 11px;
	padding-left: 12px;
	font-weight: normal;
}
div.twitBlock {
	padding: 0 0 14px 10px;
	width: 660px; height: 58px;
	overflow: hidden; zoom: 1;
}
div.twMatr {
	width: 660px; height: 59px; padding-top: 1px;
	overflow: hidden; zoom: 1;
	position: relative;
	background: #000 url(../imgs/twitter-logo.gif) 0 1px no-repeat;
}
div.twitBlock div img {
	position: absolute; top: 1px;
}
div.twitBlock div {
	height: 49px;
	position: absolute; top: 0;
}
div.twitBlock div p {
	position: absolute; top: 4px; left: 58px;
	color: #787878;
	width: 386px; _width: 370px; height: 40px;
	font-size: 11px;
	line-height: 120%;
	display: none;
}
div.twitBlock div p a {
	color: #00A5D6;
}
div.twitBlock div.tb01 {
	left: 115px;
	width: 50px;
}
div.twitBlock div.tb02 {
	left: 562px;
	width: 50px;
}
div.twitBlock div.tb03 {
	left: 611px;
	width: 50px;
}
div.showenTW {
	width: 447px !important;
	background: url(../imgs/arr-twett.gif) 48px 20px no-repeat;
}
div.showenTW p {
	display: block !important;
}
p.bestStars {
	display: block;
	width: 55px; height: 10px;
	overflow: hidden;
	margin: 0 !important; padding: 0;
}
p.bestStars span {
	background: url(../imgs/best-stars.gif) no-repeat;
	width: 11px;	height: 10px;
	display: block;
	float: left;
}
p.bestStars span.star10 {
	background-position: 0 0;
}
p.bestStars span.star05 {
	background-position: -11px 0;
}
p.bestStars span.star00 {
	background-position: -22px 0;
}
p.actualDenik {
	text-align: left;
	height: 65px;
	font-size: 11px !important;
}
p.actualDenik strong {
	height: 18px;
	font-size: 15px;
	color: #000;
}
div.actualDen {
	background-position: 0 63px !important;
	height: 365px !important;
}
p.textGal a {
  display: inline !important;
  background: none !important;
  padding: 0 !important;
}
p.videoIn {
	text-align: center;
}
p.videoInfo {
	margin: 0 0 0.8em 22px !important;
}
div.SpacerHP {
	padding: 0 0 14px 10px;
	width: 660px; height: 10px;
	overflow: hidden; zoom: 1;
}
