*{padding: 0; margin: 0;}

#TB_window {
	font:normal normal 12px/1.5em Tahoma, Helvetica, sans-serif;
	color:#333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a, #TB_window a:link, #TB_window a:active, #TB_window a:visited, #TB_window a:focus {
	text-decoration:none;
	color:#69C;
	outline:none;
}
#TB_window a:hover {
	text-decoration:underline;
	color:#333;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_ajaxContent {font:normal normal 12px/1.5em Tahoma,Verdana,Geneva,sans-serif;}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	color:#333;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{float:right; text-indent:-2000em;}
#TB_closeAjaxWindow a {
	display:block;
	float:right;
	margin:5px 10px;
	width:20px;
	height:20px;
	font-size:1px;
	text-indent:-2000em;
	background:url(../dirkino_window_images/dirkino_window_close.png) no-repeat 0 0;
}
#TB_closeAjaxWindow a:hover {background-position:-20px 0}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold;
	color:#666;
}

#TB_title{
	background-color:#CCC;
	height:30px;
	border-bottom:1px solid #989898;
}

#TB_ajaxContent{
	clear:both;
	position:relative;
	padding:10px;
	width:740px!important;
	overflow:auto;
	text-align:left;
	font:normal normal 12px/1.5em Tahoma, Geneva, sans-serif;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* =============================================================================== Window classes */
.fleft {float:left}
.fright {float:right}
.alignright {text-align:right}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.dirkino_window_poster {
	position:absolute;
	padding:0;
	top:10px;
	left:10px;
}
.dirkino_window_poster img {
	width:160px;
	background:#989898;
	padding:2px;
}

h2.dirkino_window_movietitle {
	margin-left:180px;
	font:normal normal 18px/22px Arial, Helvetica, sans-serif;
	color:#C00;
}

/* ================================= payment metods */
.dirkino_window_payment_metods {
	width:730px;
	font:normal normal 12px/1.5em Tahoma, Geneva, sans-serif;
}
ul.dirkino_window_payment_metods_nav { 
	margin:10px 0 10px 180px; 
	padding:0;
	height:30px;
}
ul.dirkino_window_payment_metods_nav li {
	display:block;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0;
	list-style-image:none; 
}

ul.dirkino_window_payment_metods_nav a { 
	display:block;
	height:30px;
	text-indent:-2000em;
	margin-right:5px;
	outline:none;
}
.dirkino_window_payment_metods_sms a {width:140px;background:url(../dirkino_window_images/dirkino_window_tabs.png) no-repeat 0 0;}
.dirkino_window_payment_metods_emoney a {
	width:190px;
	background:url(../dirkino_window_images/dirkino_window_tabs.png) no-repeat -140px 0;
}
.dirkino_window_payment_metods_sms a:hover {background-position:0 -30px}
.dirkino_window_payment_metods_emoney a:hover {background-position:-140px -30px}

.dirkino_window_payment_metods_sms a.current, .dirkino_window_payment_metods_sms a.current:hover {background-position:0 -60px}
.dirkino_window_payment_metods_emoney a.current, .dirkino_window_payment_metods_emoney a.current:hover {background-position:-140px -60px}

.dirkino_window_payment_metods {position:relative}
.dirkino_window_sms_metod, .dirkino_window_emoney_metod {display:none; position:relative;}
.dirkino_window_sms_metod a, .dirkino_window_sms_metod a:link, .dirkino_window_sms_metod a:active, .dirkino_window_sms_metod a:visited, .dirkino_window_emoney_metod a, .dirkino_window_emoney_metod a:link, .dirkino_window_emoney_metod a:active, .dirkino_window_emoney_metod a:visited {
	text-decoration:none;
	color:#69C;
	outline:none;
}
.dirkino_window_sms_metod a:hover, .dirkino_window_emoney_metod a:hover {
	text-decoration:underline;
	color:#333;
}

/* ==================== SMS */
.dirkino_window_sms_instructions_area {
	position:absolute;
	width:550px;
	left:180px; 
	top:0;
}
.dirkino_window_sms_instructions_intro {margin-bottom:5px}
.dirkino_window_sms_instructions {
	margin-left:30px;
	font-weight:700;
	font-size:12px;
	color:#666;
}
.dirkino_window_sms_instructions li {
	display:list-item;
	width:530px;
	margin-bottom:5px;
	list-style-type:decimal-leading-zero;
}
.dirkino_window_sms_instructions p {
	font-weight:normal;
	color:#333;
}
.sms_number {
	font-weight:700;
	color:#C33;
}
.dirkino_window_code {
	float:left;
	width:165px;
	height:30px;
	background:url(../dirkino_window_images/dirkino_window_input_code.png) no-repeat 0 0;
}
.dirkino_window_code input {
	margin:0;
	padding:7px 5px 3px;
	height:15px;
	font:normal bold 12px/20em Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	text-align:center;
	background:none;
	border:0pt none;
}
.dirkino_window_submit_btn {float:left}
.dirkino_window_submit_btn input {
	width:60px;
	height:30px;
	text-align:center;
	line-height:30px;
}
/* ============ Download area */
.dirkino_window_download_area {
	position:relative;
	padding:5px;
	background:#F0F6FA;
	border:2px solid #A4C2D6;
}
.dirkino_window_download_area h4 {font:normal 700 12px/1.4em Tahoma, Geneva, sans-serif}
.dirkino_window_download_area span {
	display:block;
	position:absolute;
	top:3px;
	right:5px;
	font-weight:normal;
	font-size:11px;
	color:#666;
}
/* ============ SMS rate table */
.dirkino_window_sms_rate_area {
	position:absolute;
	top:180px;
	left:0;
	width:740px;
	background:url(../dirkino_window_images/dirkino_window_sms_rate_table.png) no-repeat 0 0;
}
.dirkino_window_sms_rate {
	position:relative;
	height:90px;
}
.dirkino_window_rate_current {
	position:absolute;
	top:8px;
	left:-4px;
	padding-left:14px;
	width:502px;
	height:32px;
	line-height:32px;
	background:url(../dirkino_window_images/dirkino_window_rate_current.png) no-repeat 0 0;
}
.dirkino_window_rate_select {
	position:absolute;
	top:50px;
	left:10px;
	width:500px;
	height:20px;
}
.dirkino_window_rate_select label {
	font:normal bold 11px/1em Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	color:#F2F2F2;
}
#dirkino_window_rate_terms {
	position:absolute;
	top:15px;
	right:10px;
}
#dirkino_window_rate_terms a, #dirkino_window_rate_terms a:link, #dirkino_window_rate_terms a:active, #dirkino_window_rate_terms a:visited {
	text-decoration:underline;
	color:#FFF;
}
#dirkino_window_rate_terms a:hover {
	text-decoration:none;
	color:#333;
}
#podpiska_rule {
	position:absolute;
	top:15px;
	right:10px;
}
#podpiska_rule a, #podpiska_rule a:link, #podpiska_rule a:active, #podpiska_rule a:visited {
	text-decoration:underline;
	color:#FFF;
}
#podpiska_rule a:hover {
	text-decoration:none;
	color:#333;
}
/* table */
.dirkino_window_ratetable {margin-bottom:10px}
.dirkino_window_pricet {
	width:100%;
	line-height:35px;
	font-size:13px;
	color:#FFF;
	border-collapse:collapse;
}
.rete_sel {
	background: url(../dirkino_window_images/dirkino_window_rete_sel.png) repeat-x 0 0;
	border:0pt none;
}

.trodd {background:#61B3DC;border-top:1px solid #91C9F0;border-bottom:1px solid #91C9F0;}
.rete_sel tr.trodd {
	margin:0 2px;
	background:#fBCb70;
	border-top:1px solid #fBDEA8;
	border-bottom:1px solid #fBDEA8;
}


.dirkino_window_pricet table {width:100%;border-collapse:collapse;font:normal normal 12px/35px Tahoma, Geneva, sans-serif;}
.dirkino_window_pricet td, .dirkino_window_pricet th{text-align:center; color:#FFF;}
.dirkino_window_pricet th {font-weight:bold}
.dirkino_window_pricet table tr td, .dirkino_window_pricet table tr th {padding:0 10px}

.sms_rate td, .sms_rate th {
	border-left:1px dashed #82C9EC;
	cursor:pointer;
} 
.pricet_items td, .pricet_items th {text-align:left;border:0pt none!important}
#datasmspay_film {color:#FFF}
/* ==================== Emoney */
.dirkino_window_emoney_metod {
	padding-left:180px;
	width:550px;
}

.dirkino_window_emoney_rate_item {
	position:relative;
	margin-bottom:10px;
	width:560px;
	height:40px;
	font:normal normal 11px/40px Tahoma, Geneva, sans-serif;
	background:url(../dirkino_window_images/dirkino_window_rate_item.png) no-repeat 0 0;
}
.dirkino_window_emoney_rate_item strong {
	position:absolute;
	top:0;
	left:10px;
	text-transform:uppercase;
	color:#FFF;
}
.dirkino_window_emoney_rate_item span {
	position:absolute;
	top:0;
	left:200px;
}
.dirkino_window_emoney_btn {
	position:absolute;
	top:5px;
	right:10px;
}
.dirkino_window_emoney_code_submit {
	margin-top:20px;
	width:540px;
	padding:10px;
	background:#F1F1F1;
	border-top:2px solid #90B5C6;
}
.dirkino_window_emoney_code_submit span {
	display:block;
	float:left;
	line-height:30px;
	margin-right:10px;
}
.dirkino_window_emsystems {
	position:absolute;
	left:0;
	top:170px;
	width:160px;
}

.dirkino_window_emsystems ul li {
	list-style-position:inside;
	list-style-type:disc;
	font-weight:700;
}
.dirkino_window_emsystems_all {
	position:absolute;
	bottom:20px;
	left:0;
	width:180px;
	height:440px;
	background:#FFF;
}
.dirkino_window_emsystems_all_link {text-align:right}