* {
	padding:0;
	margin:0;
	outline:none;
}
body {
	background-color:#f9f9f9;
}
#up-border {
	position:absolute;
	width:100%;
	background:url(../img/up-border.png) repeat-x;
	height:35px;
	left:0px;
	top:0px;
	z-index:1;
}
img {
	border:0;
}
td {
	vertical-align:top;
}
.clr {
	clear:both;
}
.count-films {
	position:absolute;
	top:10px;
	left:5px;
	z-index:10;
	font:16px sans-serif;
	font-weight:bold;
	color:#f66000;
}
.count-films span {
	color:#f9f9f9;
}
.karkas-main {
	background:url(../img/bgLogo.jpg) repeat-x;
	margin:0 auto;
	min-width:1005px;
}
.main {
	margin:0 0 0 0;
}
.header {
	position:relative;
	height:100px;
}		
.logo {
	position:absolute;
	top:45px;
	z-index:10;
}
.search {
	position:absolute;
	right:30px;
	top:70px;
}
.overlay {
	opacity:0.50;
	background-color:white;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}
#modal-auth {
	width:420px;
	height:220px;
	border:1px solid #D6D6D6;
	background-color:white;
	position:fixed;
	top:-240px;
	left:50%;
	margin-left:-190px;
	z-index:9999;
	-moz-box-shadow:0 0 10px #C0C0C0;
	-webkit-box-shadow:0 0 10px #C0C0C0;
	box-shadow:0 0 10px #C0C0C0;
}
#modal-auth h3 {
	font:22px sans-serif;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:5px;
}
#modal-close {
	display:inline-block;
	background:url(../img/modal-close.png) no-repeat;
	width:19px;
	height:19px;
	position:absolute;
	margin-left:390px;
	margin-top:10px;
	cursor:pointer;
}
.modal_div {
	margin-left:105px;
	width:211px;
}
.modal_div a {
	font:10px sans-serif;
}
.modal_div_reg {
	width:211px;
}
.modal_input_reg {
	width:199px;
	height:22px;
	border:1px solid #D4D4D4;
	padding-left:5px;
	padding-right:5px;
	font:14px sans-serif;
	border:1px solid #D6CCB4;
	-moz-box-shadow:0 0 12px #FFF3D6;
	-webkit-box-shadow:0 0 12px #FFF3D6;
	box-shadow:0 0 12px #FFF3D6;	
}
.modal_enter_reg {
	font:14px sans-serif;
	height:26px;
	border:1px solid #CDCDCD;
	background:url(../img/grd-button-auth-norm.png) repeat-x;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px ;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	margin-top:25px;
}
.modal_enter_reg:hover {
	background:url(../img/grd-button-auth-hover.png) repeat-x;
}
.modal_input {
	width:199px;
	height:22px;
	border:1px solid #D4D4D4;
	margin-left:105px;
	padding-left:5px;
	padding-right:5px;
	font:14px sans-serif;
	border:1px solid #D6CCB4;
	-moz-box-shadow:0 0 12px #FFF3D6;
	-webkit-box-shadow:0 0 12px #FFF3D6;
	box-shadow:0 0 12px #FFF3D6;
}
.modal_enter {
	font:14px sans-serif;
	height:26px;
	border:1px solid #CDCDCD;
	background:url(../img/grd-button-auth-norm.png) repeat-x;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px ;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	margin-top:25px;
	float:right;
	margin-right:15px;
}
.modal_enter:hover {
	background:url(../img/grd-button-auth-hover.png) repeat-x;
}
#modal-click {
	font:20px sans-serif;
	font-weight:bold;
	cursor:pointer;
	color:#f66000;
	text-decoration:none;
	float:right;
	margin:7px 10px 0 0;
}
.login_logout {
	position:absolute;
	top:0px;
	right:0px;
	z-index:10;
}
.welcome {
	font-weight:bold;
	color:#042b3c; 
	position:absolute;
	top:42px;
	right:10px;
}
#logout {
	font:20px sans-serif;
	font-weight:bold;
	cursor:pointer;
	color:#f66000;
	text-decoration:none;
	float:right;
	margin:7px 10px 0 0;
}
.search_input {
	width:300px;
	background:#f5fefe;
	border:1px solid #042b3c;
	font:14px Tahoma;
	color:#042b3c;
	padding:2px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.search_img {
	position:absolute;
	right:-25px;
	top:0px;
}
.select_sort {
	margin-top:5px;
}
.select_sort select {
	font-size:12px;
	background-color:#f5fefe;
	margin-left:5px;
	height:22px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.sorting input {
	width: 96px;
	background-color:#f5fefe;
	border:1px solid #042b3c;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
}
.left {
	padding:5px 0 10px 0;
	font-family:"Trebuchet MS";
}
.left h1 {
	background:url(../img/punktir.gif) bottom repeat-x;
	font-size:18px;
	font-weight:normal;
	color:#525960;
	margin:9px 15px 15px 5px;
	padding-bottom:3px;
}
.counter_span1 {
	margin:0 0 0 25px;
}
.counter_span2 {
	float:right;
	padding-right:30px;
}
.counter_u1 {
	background:url(../img/users1.png) left center no-repeat;
	font:14px Tahoma;
	color:#666666;
	margin:10px 0 0 15px;
}
.counter_u2 {
	background:url(../img/users2.png) left center no-repeat;
	font:14px Tahoma;
	color:#666666;
	margin:10px 0 0 15px;
}
.counter_u3 {
	background:url(../img/users3.png) left center no-repeat;
	font:14px Tahoma;
	color:#666666;
	margin:10px 0 0 15px;
}
.counter_u4 {
	background:url(../img/users4.png) left center no-repeat;
	font:14px Tahoma;
	color:#666666;
	margin:10px 0 0 15px;
}
.counter_u5 {
	background:url(../img/users5.png) left center no-repeat;
	font:14px Tahoma;
	color:#666666;
	margin:10px 0 0 15px;
}
.main-film {
	margin:0 0 17px;
	position:relative;
}
.content {
	min-width:535px;
	width:100%;
	font-family:"Trebuchet MS";
	font-size:14px;
	background:url(../img/bgAbout.gif) left top no-repeat;
	padding:0 20px 0 20px;
}
.content h1 {
	background:url(../img/punktir.gif) bottom repeat-x;
	font-size:18px;
	font-weight:normal;
	color:#525960;
	margin:14px 0 15px 0;
	padding-bottom:3px;
}
.main-film h2 {
	font-size:20px;
	line-height:24px;
	color:#ffffff;
	padding:1px 12px;
	border:1px solid #042b3c;
	background:#042b3c;
	height:1%;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
	text-shadow:-1px -1px 0px #064560;
}
.main h2 a {
	color:#ffffff;
	text-decoration:none;
}
.main .block {
	padding:7px 12px 9px;
	height:1%;
	border:1px solid #042b3c;
	border-top:0px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:0 0 5px 5px;
	background:#f5fefe
}
.block span {
	color:#525960;
}
.block a {
	color:#042b3c;
	text-decoration:none;
}
.block a:hover {
	text-decoration:underline;
}
.block a:visited {
	color:#042b3c;
	text-decoration:none;
}
.bookmark_div {
	position:relative;
	float:right;
}
.bookmark_div span:hover {
	border-bottom:4px solid #cccccc;
	border-left:2px solid #cccccc;
	background:#cccccc;
	
}
.film {
	color:#525960;
	margin:10px 0;
}
.film p {
	margin:10px 0;
}
.film u {
	font-weight:bold;
}
ul {
	padding-left:15px;
	margin:0;
}
ol {
	padding-left:15px;
	margin:0;
}
.zoom img {
	border:2px solid silver;
	height:355px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-ms-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.zoom img:hover {
	height:506px;
	-webkit-box-shadow:0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
	-moz-box-shadow:0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
	box-shadow:0 0 40px rgba(255,255,255,.6), inset 0 0 40px rgba(255,255,255,1);
}
.thumbnail {
position:relative;
z-index:0;
}

.thumbnail:hover {
background-color:transparent;
z-index:50;
}

.thumbnail span {
position:absolute;
left:-1000px;
visibility:hidden;
}

.thumbnail span img {
border-width:0;
padding-top:18px;
}

.thumbnail:hover span {
visibility:visible;
left:0px;
}
.info_td {
	position:relative;
	width:100%;
}
.info_td p {
	padding-left:20px;
}
.info_input {
	border:0;
	background:none;
}
.info_input:hover {
	cursor:pointer;
	text-decoration:underline;
}
#spacer {
height:66px;
}
.links_table {
	width:100%;
	height:45px;
	position:absolute;
	bottom:21px;
}
.url_links {
	float:right;
}
a.download {
	width:73px;
	height:20px;
	background:url(../img/dl.png);
	display:block;
}
a.download:hover {
	background:url(../img/dlh.png);
}
a.trailer {
	width:73px;
	height:20px;
	background:url(../img/tr.png);
	display:block;
}
a.trailer:hover {
	background:url(../img/trh.png);
}
.mpaa {
	display:none;
}
.splContent {
	display:none;
	margin-top:10px;
}
.rating {
	margin:10px 0;
	font-size:14px;	
}
div.vote-wrap {
    overflow:hidden;
}
div.vote-block {
	position:relative;	
}
div.vote-active {
	position:absolute;
	left:0;
	top:0;
}
div.vote-result {
    color:#cccccc;
    margin-top:12px;
    padding-left:190px;
}
div.vote-success {
    clear:both;
    color:#cccccc;
    margin:10px 0 0 10px;
}
.films-list {
	font-family:"Trebuchet MS";
	width:215px;
	float:right;
}
.films-list h1 {
	background:url(../img/punktir.gif) bottom repeat-x;
	font-size:18px;
	font-weight:normal;
	color:#525960;
	margin:14px 5px 15px 0;
	padding-bottom:3px;
}
#leftmenu {
	border:1px solid #042b3c;
	background-color:#f5fefe;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
	border-bottom:0px;
	margin-left:5px;
}
#leftmenu a {
	font:14px Verdana;
	padding:3px;
	display:block;
	color:#000000;
	text-decoration:none;
	border-bottom:0px;
}
#leftmenu a:hover{
	background-color:#cccccc;
}
#rightmenu {
	border:1px solid #042b3c;
	background-color:#f5fefe;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
	border-bottom:0px;
	margin-right:5px;
}
#rightmenu a {
	font:14px Verdana;
	padding:3px;
	display:block;
	color:#000000;
	text-decoration:none;
	border-bottom:0px;
}
#rightmenu a:hover{
	background-color:#cccccc;
}
#list a {
	border-bottom:1px solid #042b3c;
}
#list_last a {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
	border-bottom:1px solid #042b3c;
}
.register {
	min-height:500px;
}
.register_div {
	width:400px;
    height:200px;
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:125px;
    margin-left:-200px;
}
.register_div span {
	font:bold 16px Tahoma;
	color:#042b3c;
}
.register_div input {
	height:20px;
	padding:2px 5px;
	border-bottom:1px solid #042b3c;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:5px 5px 5px 5px;
	margin-top:10px;
	margin-left:3px;
	width:288px;
}
.footer-main {
	margin-top:10px;
	height:4em;
	background:url(../img/bgFtr.jpg) left bottom repeat-x;
	padding:30px 0 10px 0;
	}
.footer {
	overflow:hidden;
	margin:0 auto;
}
.ftrMenu {
	min-width:50%;
	background:#011f2d url(../img/bgMenuFtr.jpg) repeat-y;
	float:left;
}	
.ftrMenu p {
	font:bold 11px Tahoma;
	color:#ffffff;
	float:right;
	margin:18px 15px 0 186px;
}	
.ftrMenu p a {	
	margin:0 7px 0 7px;
	color:#ffffff;
}
.ftrMenu p a:hover {	
	text-decoration:none;
}	
.sitename {
	float:left;
	font:14px "Trebuchet MS";
	font-weight:bold;
	color:#b5c3c9;
	line-height:1;
	margin:5px 0 5px 10px;
}
.copy {
	margin-right:5px;
	font:10px Tahoma;
	font-weight:bold;
	color:#656565;
	border-right:10px solid #052f43;
	float:right;
	padding:0 5px 0 5px;  
}
.mailto {
	margin:0 2px 0 0;
}
.nobr {
	white-space:nowrap;
}
.smartmodal-overlay {
	display:none;
	position:fixed;
	z-index:99999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.5);
}
.smartmodal-modal {
	display:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	position:fixed;
	z-index:999999;
	padding:3em;
	border-radius:0.3em;
	background:#ffffff;
	color:#000000;
}