/* 
#################### - Master StyleSheet - ########################
[style.css] - Cascading Style Sheet (CSS) Document
Copyright 2008 by Line-Behind

1. Body
	2. Header / #header
	3. Wraper / #wrapper
		3.1. Content column / #col1
	4. Sidebar / #col2
	5. Footer / #footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

@import url(reset000.css);
@import url(engine00.css);
/*
###################################################################
[1. Body]
*/

html, body {
	margin:0;
	padding:0;
	background:#272E30 url(body_bg0.png) repeat-x 0 0;
	font:12px/1.5em Tahoma;
	color:#5A5A5A;
}

a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#900;
}

.clear {
	clear:both;
	display:none;
}
.width100 {width:100%;}
.width75 {width:75%;}
.width50 {width:50%;}
.width40 {width:40%;}
.floatLeft {float: left;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align:center;}
.alignJustify {text-align:justify;}


.margin10 {margin-top:10px}

.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 */

#loading-layer-text {line-height:1em}
#page {
	width:100%;
	background:url(page_wra.png) repeat-y 50% 0;
}

#container {
	width:1000px;
	margin:0 auto;
	background:url(containe.png) repeat-y 0 0;
}
/*
###################################################################
[2. Header / #header]
*/

#header {
	background:#3B4446 url(hdr_bg00.png) repeat-x 0 0;
}

.hdr_top {
	height:90px;
}
/* Banner */
.hdr_banner {
	float:right;
	margin:10px 20px 0 0;
	padding:10px 21px;
	background:url(ban_bg00.png) no-repeat 0 0;
}
/* Logo */
.logo_area {
	float:left;
	height:90px;
	padding-left:200px;
	background:url(logo0000.png) no-repeat 20px 10px;
}
.logo_area div {text-indent:-9000px}

#serv_links {
	position:relative;
	font-size:3px;
}
#serv_links li {
	position:relative;
	float:left;
}
#serv_links li a {
	display:block;
	float:left;
	background-position:top left;
	text-decoration:none;
}
#serv_links li a:hover {background-position:bottom left}
#serv_links li a span {visibility:hidden}
.serv_home_link {
	background:url(serv_lin.png) no-repeat;
	width:40px;
	height:35px;
}
.serv_contact_link {
	background:url(serv_lio.png) no-repeat;
	width:30px;
	height:35px;
}
.serv_sitemap_link {
	background:url(serv_lip.png) no-repeat;
	width:30px;
	height:35px;
}
.serv_fav_link {
	background:url(serv_liq.png) no-repeat;
	width:110px;
	height:35px;
}
/* 
------------------------------
[Search] 
*/
.search_area {
	margin:10px 20px 15px 20px;
	padding-left:228px;
	background:url(main_sea.png) no-repeat 0 0;
}
.search_form {
	height:30px;
}


.main_search_input {
	padding:5px 10px 0 10px;
	width:490px;
	height:25px;
	float:left;
	background:url(main_seb.png) no-repeat 0 0;
	border:0pt none;
	font:normal 14px Verdana;
	color:#B8C0C3;
}
.main_search_button {
	width:27;
	float:left;
	margin-right:29;
}
.main_search_advanced {
	float:right;
	margin:5px;
	font-size:10px;
}
.main_search_advanced a, .main_search_advanced a:link, .main_search_advanced a:active, .main_search_advanced a:visited {
	color:#8A9DA2;
	text-decoration:none;
}
.main_search_advanced a:hover {
	color:#F6D229;
	text-decoration:none;
}
/* 
------------------------------
[Alphabet & Speedbar] 
*/

.spbar {
	background:url(spbar_bg.png) repeat-x 0 0;
}
.spbar_left {
	padding-left:25px;
	background:url(spbar_le.png) no-repeat 0 0;
}
.spbar_right {
	height:70px;
	padding-right:25px;
	background:url(spbar_ri.png) no-repeat right top;
}

/* Alphabet */
.nav_alphabet {
	padding-top:10px;
	height:25px;
}
.nav_alphabet li {display:inline}
.nav_alphabet li a, .nav_alphabet li a:link, .nav_alphabet li a:active, .nav_alphabet li a:visited {
	display:block;
	float:left;
	padding-left:12px;
	color:#8A9DA2;
	text-decoration:none;
}
.nav_alphabet li a span {padding-right:12px}
.nav_alphabet li a:hover {
	padding:0 0 0 12px;
	background:url(alphabet.png) no-repeat 0 0;
	color:#F6D229;
	text-decoration:none;
}
.nav_alphabet li a:hover span {
	padding:2px 12px 0 0;
	background:url(alphabet.png) no-repeat right top;
}

/* Speedbar */
.nav_speedbar {
	background:url(speedbar.png) no-repeat 0 0;
	padding:5px 0 5px 40px;
	color:#3B4446;
}
.nav_speedbar a, .nav_speedbar a:link, .nav_speedbar a:active, .nav_speedbar a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#3B4446;
}
.nav_speedbar a:hover {
	text-decoration:underline;
}

/* 
------------------------------
[Flash area, Login, Navbar]
*/
.adv_area {
	padding:10px 0;
	color:#DDD;
	text-align:center;
}
/* Login */
#login_area {
	position:absolute;
	width:270px;
	top:10px;
	right:0px;
	z-index:25;
	font-size:11px;
	text-align:left;
}
#login_area ul {width:120px}
#login_area a, #login_area a:link, #login_area a:active, #login_area a:visited {
	text-decoration:none;
	color:#D7D7D7;
}
#login_area a:hover {
	text-decoration:none;
	color:#F6C440;
}
.login_form {
	float:right;
	width:140px;
}
.login_inp_field {
	margin-top:20px;
	padding:0 5px;
	width:110px;
	height:20px;
	background:url(login_in.png) no-repeat 0 0;
	border:0pt none;
	line-height:20px;
}
.login_btn_submit {
	margin-top:15px;
}
#panel {
	overflow:hidden;
	position:relative;
	text-align:left;
	top:1px;
	width:120px;
	padding:0 10px;
	z-index:15;
	background:#272E30;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
	color: #999;
}
.panel_user_name {
	text-align:right;
	color:#ECE9D8;
	font-weight:bold;
}
#panel ul li {
	display:block;
	font-weight:normal;
	text-transform:none;
}
#panel ul li a {
	float:none;
	margin:0;
	padding:0;
	display:inline;
	font:normal normal 11px/20px Tahoma, Geneva, sans-serif;
	background:none;
}
.panel_button  {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	cursor:pointer;
	height:20px;
	margin:0 auto;
	position:relative;
	top:1px;
	width:100px;
	z-index:20;
	opacity:0.9;
}
.open_lpanel {background:#272E30 url(login_pa.png) no-repeat 15px 0;}
.hide_lpanel {background:#272E30 url(login_pa.png) no-repeat 15px -20px;}

.panel_button a {
	padding-left:30px;
}
/* Navbar */
.navbar {
	position:relative;
	padding:10px 0;
	height:20px;
	background:#333C3E url(navbar_b.png) repeat-x 0 0;
	font-size:12px;
}
.navbar ul {
	float:left;
	width:720px;
	font-weight:bold;
	text-transform:uppercase;
}
.navbar ul li {display:inline}
.navbar ul li a, .navbar ul li a:link, .navbar ul li a:active, .navbar ul li a:visited {
	display:block;
	float:left;
	margin-left:15px;
	padding-left:25px;
	color:#D7D7D7;
	text-decoration:none;
	background:url(navbar_l.png) no-repeat 0 0;
}
.navbar ul li a span {
	display:block;
	float:left;
	padding:1px 10px 1px 0;
}
.navbar ul li a:hover {
	margin-left:15px;
	padding-left:25px;
	text-decoration:none;
	color:#F6C440;
	text-decoration:none;
	background:url(navbar_left_hover.png) no-repeat 0 0;
}
.navbar ul li a:hover span {
	display:block;
	float:left;
	padding:1px 10px 1px 0;
	background:url(navbar_right_hover.png) no-repeat right top;
	cursor:pointer;
}
/*
###################################################################
[3. Wraper / #wrapper]
*/
#wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

/* 
====================================================
[3.1. Content column / #col1] 
*/
#col1 {
	width:560px;
	overflow:hidden;
	margin-right:440px;
	padding:10px 0;

}
#col1 h2 {
	font:normal 19px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.oth_cont {
	margin:15px 10px;
}
.news_sort {
	margin:10px 10px 30px;
	padding:10px 5px;
	font-size:11px;
	color:#333;
	background:#CBC8B6;
	border:1px solid #B8B49D;
}
.seo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#333;
	text-align: justify;
	padding:5px;
	background:#CBC8B6;
	border:1px solid #B8B49D;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* 
====================================================
[News] 
------------------------------
[Advertising] 
*/
.story_advertising {
	margin:10px 10px 30px;
}
.story_advertising h3 {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #88877B;	
	font:normal 18px/1em Arial, Helvetica, sans-serif;
}
.story_advertising_content img {
	padding:0 5px;
}
/* ------------------------------
[Online] */
.story_online {
	position:relative;
	margin-top:20px;
}
.story_online_serv_icons {
	position:absolute;
	left:10px;
	top:0;
}
.online_title {
	background:#CAC8B1 url(online_t.png) no-repeat 10px 8px;
	border-bottom:2px solid #A4A18E;
	border-top:2px solid #A4A18E;
}
.story_online h1 {
	margin:0;
	padding:5px 20px 5px 60px;
	font:normal 22px Verdana, Arial, Helvetica, sans-serif;
	color:#933;
	letter-spacing:-1px;
}
.story_online h1 a, .story_online h1 a:link, .story_online h1 a:active, .story_online h1 a:visited {
	text-decoration:none;
	color:#933;
}
.story_online h1 a:hover {
	text-decoration:none;
	color:#333;
}
.story_online h2 {
	padding:0 20px 5px 60px;
	font:normal bold 11px Verdana, Arial, Helvetica, sans-serif !important;
}
.story_online h2 a {text-decoration:none}

.online_story_data {
	width:540px;
	margin:10px;
}
.online_story_poster {
	float:left;
	width:180px;
	margin-right:10px;
	padding:5px 0;
	text-align:center;
	background:url(story_sh.png) repeat-y 0 0;
	border-top:3px solid #485254;
	border-bottom:3px solid #485254;
}
.online_story_img_150 {
	width:148px;
	border:1px solid #FFF;
}
.online_story_data_right {
	width:350px;
	float:left;
	position:relative;
}
.online_download_btn {line-height:normal}
.online_download_btn a {
	margin-top:10px;
	display:block;
	width:330px;
	height:35px;
	padding:5px 10px 0;
	text-decoration:none;
	background:url(online_d.png) no-repeat 0 0;
}
.online_download_btn a span {font-size:10px}

.online_movie_details_label {
	float:left;
	color:#4D585B;
}
.online_movie_details_items {
	width:240px;
	float:left;
}
.w130 {width:130px}
.w210 {width:210px}
.w60 {width:60px}
.w280 {width:280px}

.online_movie_about {
	margin:10px 10px 0;
	width:540px;
	background:url(online_a.png) repeat-y 0 0;
}
.online_movie_about_title {
	width:520px;
	height:25px;
	padding:5px 10px 0;
	background:url(online_a.png) no-repeat 0 0;
	font-weight:bold;
}
.online_movie_about_inner {padding:0 10px 10px}
.online_movie_about_bottom {
	background:url(online_a.png) no-repeat bottom right;
	padding:0 10px 10px;
}
.online_player_area {
	margin:20px 10px;
	padding:0 23px;
	width:494px;
	background:url(online_p.png) repeat-y 0 0;
	border-top:10px solid #434947;
	border-bottom:10px solid #434947;
}

.online_story_ads {
	width:520px;
	height:38px;
	margin:10px;
	padding:10px 10px 0;
	background:url(online_s.png) no-repeat 0 0;
	line-height:1.4em;
}
.online_story_adsl {
	width:250px;
	float:left;
}
.online_story_adsr {
	width:250px;
	float:right;
	text-align:right;
}

/* 
------------------------------
[ShortStory] 
*/
.story, .story_online {
	margin-top:10px;
	font-size:11px;
	color:#333;
}

.story_rating {
	position:relative;
	left:430px;
	width:103px;
	padding-left:17px;
	height:17px;
	padding-top:3px;
	background:url(story_ra.png) no-repeat right top;
}
.story h1, .story_movie_title {
	margin:0;
	padding:7px 20px 5px 40px;
	font:normal 22px Verdana, Arial, Helvetica, sans-serif;
	background:url(story_ti.png) no-repeat 0 0;
	color:#933;
	letter-spacing:-1px;
}
.mtitd {
	position:absolute;
	text-indent:-9000px;
}
.mtitd  h1 {background:none;}
.story h1 a, .story h1 a:link, .story h1 a:active, .story h1 a:visited, .story_movie_title a, .story_movie_title a:link, .story_movie_title a:active, .story_movie_title  a:visited {
	text-decoration:none;
	color:#933;
}
.story h1 a:hover, .story_movie_title a:hover {
	text-decoration:none;
	color:#333;
}
.full_story_title {font-size:18px!important}
.story h2 {
	padding:0 20px 5px 40px;
	font:normal normal 11px Verdana, Arial, Helvetica, sans-serif !important;
}
.story h2 a {text-decoration:none}
.short_story_data {
	width:540px;
	margin:10px;
}
.short_story_poster {
	float:left;
	width:180px;
	margin-right:10px;
	padding:5px 0;
	text-align:center;
	background:url(story_short_pster_bg.png) repeat-y 0 0;
	border-top:3px solid #485254;
	border-bottom:3px solid #485254;
}
.lastcomm {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
}

.highslide-dimming {
	background: black;
}


.lastcomm_over {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
	background:#F5F5F5;
	cursor: hand;
}
#hintbox {
	text-align:left;
 	width:150px;
	font-size: 11px;
 	border: 1px solid #000000;
	background-color: #FFFFFF;
 	filter:alpha(opacity="95");
	font-family: tahoma;
 	layer-background-color:#a396d9;
	color:#000;
	z-index: 3;
	margin: 0px 15px 0px 0px;
	-moz-opacity : 0.9;
	-moz-border-radius : 5px;
	margin: 10px 0 0 10px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	z-index: 3;
}
.short_story_img_150 {
	width:148px;
	border:1px solid #FFF;
}
.short_story_data_right {
	float:left;
}
.short_story_ads {
	width:350px;
	height:48px;
	margin-bottom:10px;
	background:url(story_ad.png) no-repeat 0 0;
	color:#4D585B;
}
.story_about_movie {
	margin-top:20px;
	background:url(story_ab.png) repeat-y 0 0;
}
.story_about_movie_top {background:url(story_ab.png) no-repeat 0 0}
.story_about_movie_bottom {
	width:490px;
	padding:20px 15px;
	background:url(story_ab.png) no-repeat bottom left;
}


.short_story_ads ul {
	padding:6px 0;
	float:left;
	margin-left:10px;
}
.short_story_ads a, .short_story_ads a:link, .short_story_ads a:active, .short_story_ads a:visited {
	text-decoration:none;
	color:#900;
}
.short_story_ads a:hover {
	text-decoration:underline;
	color:#333;
}
.short_story_icons {
	float:right;
	width:16px;
	padding-top:5px;
	margin-right:5px;
}
.movie_details ul li {
	padding-left:10px;
	background:url(story_li.png) no-repeat 0 8px;
}
.movie_details_label {
	width:100px;
	float:left;
	color:#4D585B;
}
.story_movie_ads {
	float:left;
	width:270px;
}
.movie_details_items {
	width:240px;
	float:left;
	line-height:1.4em;
}
.movie_details_roles {
	width:340px;
	margin-left:10px;
}
.short_story_about_movie {
	margin:10px 10px 0;
	background:url(story_shrt_about_bg.png) repeat-y 0 0;
}
.short_story_about_movie_title {
	height:15px;
	text-indent:-9000px;
	background:url(story_sh.png) no-repeat 0 0;
}
.short_story_about_movie_data {
	text-align: justify;
	padding:0 10px 10px;
	font-size:12px;
}
.short_story_about_movie_data div:first-letter {
	font:normal 20px Times New Roman;
	color:#900;
}
.readmore {
	margin:0 10px;
	padding:2px 20px 3px 10px;
	background:#B1AD97 url(story_short_about_bottom.png) no-repeat right bottom;
}
.readmore a {
	padding-left:25px;
	background:url(story_short_readmore_bullet.png) no-repeat 0 2px;
}
.readmore a, .readmore a:link, .readmore a:active, .readmore a:visited {
	text-decoration:none;
	color:#F1F1EF;
}
.readmore a:hover {
	text-decoration:none;
	color:#FFF;
}

/* 
------------------------------
[FullStory] 
*/
.full_story_rating {
	position:relative;
	left:340px;
	width:193px;
	padding-left:17px;
	height:17px;
	padding-top:3px;
	background: url(story_fu.png) no-repeat right top;
}
.full_story_data {
	width:520px;
	margin:10px 20px 0;
}
.full_story_data_left {
	width:270px;
	float:left;
}
.full_story_poster {
	width:230px;
	float:left;
	margin-left:20px;
	padding:5px 0;
	text-align:center;
	background:url(story_fv.png) repeat-y 0 0;
	border-top:3px solid #485254;
	border-bottom:3px solid #485254;
}
.full_story_img_200 {
	width:198px;
	border:1px solid #FFF;
}
.full_story_ads {
	width:270px;
	height:110px;
	margin-bottom:10px;
	background:url(story_fw.png) no-repeat 0 0;
	color:#4D585B;
}
.full_story_ads a, .full_story_ads a:link, .full_story_ads a:active, .full_story_ads a:visited {
	text-decoration:none;
	color:#900;
}
.full_story_ads a:hover {
	text-decoration:underline;
	color:#333;
}
.full_story_ads_left {
	float:left;
	margin:15px 10px;
	height:110px;
}
.full_story_ads_left li, .full_story_icons li {padding-bottom:5px}
.full_story_icons {
	float:right;
	margin:20px 10px;
}
.full_story_fileinfo {
	padding-bottom:10px;
	background:url(story_fx.png) no-repeat bottom left;
}
.full_story_fileinfo_title {
	width:270px;
	height:40px;
	background:url(story_fy.png) no-repeat 0 0;
	text-indent:-9000px;
}
.full_story_fileinfo ul {margin:0 10px}
.full_story_fileinfo ul li {
	padding-left:10px;
	background:url(story_fz.png) no-repeat 0 7px;
}
.fileinfo_label {
	width:70px;
	float:left;
	color:#4D585B;
}
.fileinfo_item {
	width:170px;
	float:left;
}
.full_story_movie_details {
	width:520px;
	margin:20px;
	font-size:12px;
}
.full_story_movie_details ul li {
	padding-bottom:5px;
}
.full_story_movie_details_label {
	width:150px;
	float:left;
	color:#4D585B;
}
.full_story_movie_details_item {
	width:370px;
	float:left;
}
.full_story_movie_details_border {
	padding-bottom:5px;
	border-bottom:1px solid #B8B49D;
}

#full_story_tabs {
	margin:10px 0;
}
#full_story_tabs ul {
	padding:0 20px;
	height:30px;
	background:url(story_g0.png) repeat-x bottom left;
}
#full_story_tabs ul li {;
	display:inline;
}
#full_story_tabs ul li a, #full_story_tabs ul li a:link, #full_story_tabs ul li a:active, #full_story_tabs ul li a:visited {
	display:block;
	float:left;
	margin-left:10px;
	padding-left:10px;
	color:#EEE;
	text-decoration:none;
}
#full_story_tabs ul li a:hover {
	color:#333;
}
#full_story_tabs ul li a span {
	display:block;
	float:left;
	padding:12px 10px 0 0;
}
#full_story_tabs a.current {
	padding-left:10px;
	text-decoration:none;
	text-decoration:none;
	background:url(story_g1.png) no-repeat 0 0;
}
#full_story_tabs a.current  span {
	display:block;
	float:left;
	color:#900;
	padding:12px 10px 0 0;
	background:url(story_g2.png) no-repeat right top;
	cursor:pointer;
}

#movie_screens1 img {
	width:538px;
	margin:3px;
	padding:3px;
	background:#ffffff;
	border:1px solid #7F7463 !important;
}

#movie_screens img {
	width:120px;
	margin-right:6px;
	border:2px solid #323B3D !important;
}
#movie_screens img:hover {border-color:#6D6556 !important}
#about_movie {font-size:12px}
#about_movie, #download_movie, #by_on_dvd {padding:20px 10px}
#about_movie p:first-letter {
	font:normal 20px Times New Roman;
	color:#900;
}
#download_movie {
	line-height:normal;
	font-size:10px;
}
#download_movie a {text-decoration:none}
.related_movies {
	clear:both;
	margin:20px 0;
	padding-bottom:20px;
	background:url(story_g3.png) repeat-x bottom left;
}
.related_movies_title {
	background:url(story_g3.png) repeat-x 0 50%;
}
.related_movies_title span {
	margin-left:20px;
	font-size:12px;
	padding:0 10px 5px;
	background:#D9D7C9;
}
.related_movies ul {padding:0 20px}
.related_movies ul li {
	padding-left:15px;
	line-height:2em;
	background:url(story_g4.png) no-repeat 0 10px;
}
/* 
------------------------------
[Site news] 
*/
.site_news_short {
	margin:15px 0;
	padding:5px 10px;
	border-top:2px solid #BBB9AD;
}
.site_news_hdr h2 {margin:0}
.site_news_hdr h2 a, .site_news_hdr h2 a:link, .site_news_hdr h2 a:active, .site_news_hdr h2 a:visited {
	text-decoration:none;
	color:#3B4446;
}
.site_news_hdr h2 a:hover {color:#900}
.site_news_ads_top, .site_news_ads_bottom {
	font-size:11px;
}
.site_news_content {
	margin:5px 0;
	padding:5px 0;
	text-align: justify;
	border-top:1px dashed #BBB9AD;
	border-bottom:1px dashed #BBB9AD;
}
/* 
------------------------------
[Comment] 
*/
.comment {
	margin-bottom:20px;
	background:url(comment_.png) repeat-y 0 0;
	font-size:11px;
}
.comm_top {
	width:560px;
	background:url(comment_.png) no-repeat 0 0;
}
.comm_id {
	float:left;
	padding:3px 10px;
}
.comm_date {
	float:right;
	background:#BFBDAE;
	margin-right:20px;
	padding:1px 10px;
}
.comm_body {
	width:560px;
	position:relative;
}
.comm_user_data {
	width:140px;
	float:left;
	line-height:1.4em;
}
.avatar_area {
	padding:10px;
	background:#9E9C8D url(comment_.png) repeat-x 0 0;
}
.comm_user_avatar img  {border:1px solid #333}
.comm_cont {
	width:380px;
	float:left;
	padding:5px 20px 10px 15px;
	background:url(cmment_a.png) no-repeat 0 5px;
}
.comm_cont_data {padding-bottom:20px}
.comm_bottom {
	padding-bottom:20px;
	background:url(comment_.png) no-repeat bottom left;
}
.comm_user_stats {
	clear:both;
	padding:5px 0 10px 10px;
	font-size:10px;
}
.comm_user_stats ul {
	float:left;
	margin-right:5px;
}
.comm_user_serv_links {
	position:absolute;
	right:25px;
	bottom:10px;
	padding-top:10px 10px 5px;
	text-align:right;
}
.comm_user_serv_links a {
	padding:5px;
	font-size:10px;
	background:#C9C7BA;
}
/* 
------------------------------
[Register form] 
*/
.registration {margin:10px}
.reg_message {
	margin:20px 0;
	padding:40px 10px 0;
}
.reg_step1 {background:url(reg_st1_.png) no-repeat 0 0}
.reg_step2 {background:url(reg_st2_.png) no-repeat 0 0}
.reg_form {
	margin:0 10px;
	font-size:11px;
}
.reg_listitem {
	padding:10px 0;
}
.reg_form hr {
	width:520px;
	height:2px;
	background:#D9D7C9 url(reg_form.png) no-repeat left bottom;
	border:0pt none;
}
.reg_label {
	float:left;
	width:150px;
}
.reg_label p, .reg_inp_area p {margin-bottom:10px}
.reg_label span {color:#900}
.reg_inp_area {
	float:left;
	width:180px;
}
.reg_info {
	float:right;
	width:175px;
	text-align:left;
	font-size:10px;
}
.reg_submit {
	margin:5px 0 0 150px;
}



/* 
------------------------------
[User profile] 
*/
.user_profile_area {
	margin:10px;
	font-size:11px;
}
ul.user_profile_navbar {
	margin:10px 0 5px;
	border-bottom:2px solid #A2C66A;
	height:18px;
}
ul.user_profile_navbar li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin-right:2px
}

ul.user_profile_navbar a { 
	background: url(user_pro.png) no-repeat 0 -18px;
	font-size:11px;
	display:block;
	height:18px;  
	line-height:18px;
	width:100px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
}

ul.user_profile_navbar a:active {
	outline:none;		
}

ul.user_profile_navbar a:hover {	
	color:#fff;	
	text-decoration:none;
}

ul.user_profile_navbar a.current, ul.user_profile_navbar a.current:hover, ul.user_profile_navbar li.current a {
	background-position:0 0;		
	cursor:default; 
	color:#000;
	text-decoration:none;
}
.user_profile_data {
	width:430px;
	height:140px;
	float:left;
	margin-right:10px;
}
.user_profile_data ul {width:430px}
.user_profile_data_label {
	width:175px;
	float:left;
	margin-left:10px;
	color:#717171;
}
.user_profile_data_item {
	width:235px;
	float:left;
}

.user_profile_avatar {	
	width:100px;
	float:right;
	text-align:left;
}

.edit_user {
	margin:30px 10px;
	padding-top:5px;
	border-top:2px solid #A2C66A;
}


/* Alert */
.alert_message {
	margin:10px;
	padding:5px 10px;
	background:#C6B7AF url(alert000.png) no-repeat right top;
	border:1px solid #AD7C7C;
}
.alert_message_title {
	padding-bottom:10px;
	font-weight:bold;
}


.oth_label {
	width:180px;
	float:left;
}
.oth_item {
	width:360px;
	float:left;
}

.add_news_label {
	float:left;
}
.add_news_item {
	width:600px;
	margin-left:10px;
	float:left;
}
.add_news_poisk {
	width:360px;
	margin-left:10px;
	float:left;
}
.stats_label {
	width:240px;
	float:left;
}
.stats_item {
	width:300px;
	float:left;
}
/*
-----------------------------------
Page Navigation
*/
.pagenavigation {
	margin:30px 20px 10px;
	text-align:right;
	font-size:12px;
}

.list_pages {
	margin-bottom:10px;
	font-weight:bold;
}
.list_pages span {
	margin-left:-4px;
	padding:2px 7px;
	text-decoration:none;
	color:#999;
	border-bottom:3px solid #CFCBBD;
}
.list_pages a, .list_pages a:active, .list_pages a:link, .list_pages a:visited {
	margin-left:-4px;
	padding:2px 7px;
	text-decoration:none;
	color:#666;
	border-bottom:3px solid #CFCBBD;
}
.list_pages a:hover {
	color:#000;
	border-bottom:3px solid #900;
}
.prev_next {
	color:#999;
}
.prev_next a, .prev_next a:active, .prev_next a:link, .prev_next a:visited {
	text-decoration:none;
	color:#666;
}
.prev_next a:hover {
	color:#C00;
}
.prev_next a, .prev_next span {
	margin-left:10px;
}

/*
###################################################################
[4. Sidebar / #col2]
*/
#col2 {
	float:left;
	width:440px;
	margin-left:-440px;
	color:#CCC;
}
.sub_col2 {margin-top:10px}
.wh_140 {width:140px}
.wh_160 {width:160px}
.wh_280 {width:280}
.wh_300 {width:300px}
.wh_440 {width:440px}
.wh_560 {width:560px}

/* 
------------------------------
[Menu] 
*/
.menu_block {
	padding:50px 10px 10px 20px;
	width:265px;
	height:110px;
	background:url(block_me.png) no-repeat 0 0;
}
.menu {
	height:90px;
	margin-bottom:20px;
}
.menu ul {
	float:left;	
	width:130px;
}
.menu ul li {
	padding-left:15px;
	background:url(block_mf.png) no-repeat 0 50%;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	color:#C2C2C2;
	text-decoration:none;
}
.menu a:hover {
	color:#F6C440;
	text-decoration:none; 
}
.quality, .about_quality {
	color:#5A6B6F;
	font-size:11px;
}
.about_quality {clear:left}
.quality {
	width:220px;
	margin-bottom:5px;
}
.quality ul li {line-height:1.4em}
.quality a, about_quality a, .quality a:link, .about_quality a:link, .quality a:active, .about_quality a:active, .quality a:visited, .about_quality a:visited {
	color:#7F8C8F;
	text-decoration:none;
}
.quality a:hover, .about_quality a:hover {
	color:#E2E2E2;
	text-decoration:none;
}

/* 
------------------------------
[block poster] 
*/
.poster_block {
	width:295px;
	height:390px;
	margin-bottom:10px;
	background:url(block_po.png) no-repeat 0 0;
}
#poster_banner {
	padding-top: 27px;
	padding-left: 13px;
}


/* 
------------------------------
[Notebook] 
*/
.notebook_block {
	width:295px;
	height:390px;
	margin-bottom:10px;
	background:url(block_no.png) no-repeat 0 0;
}
#notebook_tabs {
	padding:0 25px 30px 40px;
	color:#666;
	font-size:11px;
}
#notebook_tabs .ui-tabs-nav {
    margin-left:-10px;
	padding-bottom:10px;
}
#notebook_tabs .ui-tabs-nav a {
	margin:5px 0 0;
}
#notebook_news h2 a {font-weight:bold}
#notebook_news h2 a, #notebook_news h2 a:link, #notebook_news h2 a:active, #notebook_news h2 a:visited {
	text-decoration:none;
	color:#600;
}
#notebook_news h2 a:hover {
	text-decoration:none;
	color:#333;
}
#notebook_news span {
	padding:2px 4px;
	margin-right:5px;
	background:#586365;
	color:#E2E2E2;
	font-weight:normal;
}

#notebook_tabs .ui-tabs-selected .notebook_news_tab {background:url(block_no.png) no-repeat 0 0}
#notebook_tabs .ui-tabs-selected .notebook_calendar_tab {background:url(block_no.png) no-repeat 0 0}
.notebook_news_tab {
	width:115px;
	height:24px;
	background:url(block_no.png) no-repeat bottom left;
	text-indent:-9000px;
}
.notebook_calendar_tab {
	width:115px;
	height:24px;
	background:url(block_no.png) no-repeat bottom left;
	text-indent:-9000px;
}
.notebook_news_story {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #B4B3A3;
}
.notebook_news_story_content {
	padding-top:5px;
	line-height:normal;	
}

/* 
------------------------------
[Genre] 
*/
.genre_block {
	height:630px;
	padding:0 10px 20px 0;
	background:#323B3D url(block_si.png) no-repeat bottom left;
}
.genre_block h3 {
	height:30px;
	text-indent:-9000px;
	background:url(block_ge.png);
}
.genre_block ul {margin-left:10px}
.genre_block ul li {line-height:1.9em}
.genre_block ul li a {padding-left:20px}
.genre_block a, .genre_block a:link, .genre_block a:active, .genre_block a:visited {
	color:#9F9E93;
	text-decoration:none;
}
.genre_block ul li a:hover {background:url(block_gf.png) no-repeat 0 50%;}
.genre_block a:hover {
	color:#CCC;
	text-decoration:none;
}

/* 
------------------------------
[Vote & Programs] 
*/
.vote_block, .programs_block, .block_online_reklama {
	clear:both;
	margin-top:10px;
	padding-bottom:10px;
	background:#4D585B;
	border-bottom:1px solid #B6B7AD;
}
.vote_block h3, .programs_block h3, .block_online_reklama h3 {
	width:440px;
	height:40px;
	text-indent:-9000px;
}
.vote_block_content {
	width:380px;
	padding:10px 30px 20px 30px;
}
.vote_block h3 {background:url(block_vo.png) no-repeat 0 0}
.programs_block h3 {background:url(block_pr.png) no-repeat 0 0}
.block_online_reklama h3 {background:url(block_on.png) no-repeat 0 0}
/* 
------------------------------
[Programs] 
*/
/* 
------------------------------
[Казино] 
*/
.kasino_block {
	clear:both;
	margin-top:10px;
	padding-bottom:10px;
	background:#4D585B;
	border-bottom:1px solid #B6B7AD;
}
.kasino_block h3 {
	width:440px;
	height:14px;
	text-indent:-9000px;
}
.kasino_block_content {
	width:420px;
	padding:0px 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: justify;
}
.kasino_block h3 {background:url(block_ka.png) no-repeat 0 0}
/* 
------------------------------
[Казино] 
*/
.programs_block_content  {
	margin:10px 0;
	padding:0 10px;
	overflow: hidden;
	
}
.programs_block_content ul {
	margin-right:10px;
	float:left;
	
}
.programs_block_content ul li {
	margin-bottom:10px;
	padding-left:40px;
	background-position:0 5px;
	background-repeat:no-repeat;
}
.programs_block_content a {
	text-decoration:none;
	color:#CCC;
}
.programs_block_content a:hover {color:#F6C440}
.programs_block_content ul li span {
	font-size:11px;
	color:#999;
}
.program_klite {background:url(vlc00000.png)}
.program_bsplayer {background:url(Reget000.gif)}
.program_reget {background:url(media_pl.gif)}
.program_qip {background:url(qip00000.gif)}
.program_rar {background:url(Light_Ic.gif)}
.program_winamp {background:url(Winamp_i.gif)}
.program_ff {background:url(limewire.png)}
.program_dm {background:url(download.gif)}
/* 
------------------------------
[Top 25] 
*/
.top25_block {
	width:275px;
	background:url(block_to.png) no-repeat left bottom;
}
.top25_block h3 {
	width:275px;
	height:60px;
	background:url(block_tp.png) no-repeat 0 0;
	text-indent:-9000px;
}
.top25_block_content {
	padding:0 35px 25px;
	color:#CCC;
}
.top25_block_content ul li {
	background:url(block_tq.png) no-repeat 0 5px;
	padding:0 0 5px 15px;
	line-height:1.2em;
}
.top25_block_content ul li span {
	margin-top:-5px;
	font-size:10px;
	color:#818C93;
}
.top25_block_content a, .top25_block_content a:link, .top25_block_content a:active, .top25_block_content a:visited {
	display:block;
	color:#CCC;
	text-decoration:none;
}
.top25_block_content a:hover {
	color:#F6C440;
	text-decoration:none;
}


/* 
------------------------------
[FAQ block] 
*/

.faq_block {
	margin-top:10px;
	padding:0 10px 20px 0;
	background:#323B3D url(block_si.png) no-repeat bottom left;
}
.faq_block h3 {
	height:30px;
	text-indent:-9000px;
	background:url(block_fa.png) no-repeat 0 0;
}
.faq_block ul {margin-left:10px}
.faq_block ul li {line-height:1.9em}
.faq_block ul li a {padding-left:20px}
.faq_block a, .faq_block a:link, .faq_block a:active, .faq_block a:visited {
	color:#9F9E93;
	text-decoration:none;
}
.faq_block ul li a:hover {background:url(block_gf.png) no-repeat 0 50%;}
.faq_block a:hover {
	color:#CCC;
	text-decoration:none;
}
/* 
------------------------------
[Top 10] 
*/
.top10_block {
	background:#323B3D url(block_si.png) no-repeat bottom left;
}
.top10_block h3 {
	width:160px;
	height:30px;
	background:url(block_tr.png) no-repeat 0 0;
	text-indent:-9000px;
}
.top10_block_content {
	padding:10px 5px;
	font-size:11px;
	line-height:1em;
	text-align:center;
}
.top10_block_content ul li {margin:5px 0 10px}
.top10_block_content a, .top10_block_content a:link, .top10_block_content a:active, .top10_block_content a:visited {
	color:#CCC;
	text-decoration:none;
}
.top10_block_content a:hover {
	color:#F6C440;
	text-decoration:none;
}

/* 
------------------------------
[Top 8] 
*/
.top8_block {
	background:#323B3D url(block_si.png) no-repeat bottom left;
}
.top8_block h3 {
	width:160px;
	height:30px;
	background:url(tago0000.png) no-repeat 0 0;
	text-indent:-9000px;
}
.top8_block_content {
	padding:10px 5px;
	font-size:11px;
	line-height:1em;
	text-align:center;
}
.top8_block_content ul li {margin:5px 0 10px}
.top8_block_content a, .top8_block_content a:link, .top8_block_content a:active, .top8_block_content a:visited {
	color:#CCC;
	text-decoration:none;
}
.top8_block_content a:hover {
	color:#F6C440;
	text-decoration:none;
}

/* 
------------------------------
[Partners] 
*/
.partners_block {
	width:420px;
	margin:10px;
	background:#4D585B;
	font-size:11px;
	color:#999;
}
.partners_block a, .partners_block a:link, .partners_block a:active, .partners_block a:visited {
	color:#999;
	text-decoration:none;
}
.partners_block a:hover {
	color:#EEE;
	text-decoration:none;
}
.partners_block h3 {
	width:420px;
	height:30px;
	background:url(block_pa.png) no-repeat 0 0;
	text-indent:-9000px;
}
.partners_block_content {
	padding:10px 30px 30px;
	line-height:1.5em;
}
.partners_block_content ul li {
	padding-left:12px;
	background:url(block_pb.png) no-repeat 0 50%;
}
.partners_block_addlink {
	height:20px;
	padding:3px 0 0 280px;
	background:url(block_pc.png) no-repeat bottom right;
}
/*
###################################################################
[5. Footer / #footer]
*/
#footer {
	clear:left;
	width:100%;
	position:relative;
	padding-bottom:20px;
}

/* 
------------------------------
[Online] 
*/
.online_block {
	font-size:11px;
	background:url(block_on.png) no-repeat bottom left;
}
.online_block h3 {
	width:560px;
	height:45px;
	background:url(block_oo.png) no-repeat 0 0;
	text-indent:-9000px;
}
.online_block_content {
	padding:10px 35px 40px;
}
.online_block_content a, .online_block_content a:link, .online_block_content a:active, .online_block_content a:visited {
	color:#666;
	text-decoration:none;
}
.online_block_content a:hover {
	color:#A24D0F !important;
	text-decoration:none;
}
.online_block_content ul {margin-bottom:20px}
.online_users {font-weight:bold}


.change_skin {text-align:center}
/* 
------------------------------
[Disclaimer] 
*/
.footer_bottom {
	position:low;
	bottom:20px;
	right:0;
}
.disclaimer_block {
	margin-top:10px;
	width:440px;
	background:url(block_in.png) repeat-y 0 0;
}
.disclaimer_block h3 {
	width:440px;
	height:25px;
	background:url(block_io.png) no-repeat 0 0;
	text-indent:-9000px;
}
.disclaimer_block_content {
	padding:10px 20px;
	font-size:11px;
}
.disclaimer_block_content p {margin-bottom:10px}
.disclaimer_block_content a, .disclaimer_block_content a:link, .disclaimer_block_content a:active, .disclaimer_block_content a:visited {
	color:#333;
	text-decoration:none;
}
.disclaimer_block_content a:hover {
	color:#A80329;
	text-decoration:none;
}
/* 
------------------------------
[Counters] 
*/
.counters_block {
	margin-top:20px;
}
.counter_item {
	float:left;
	margin-left:15px;
}
.fordercolor1 {background-color: #FAFFD1;} 
.fordercolor2 {background-color: #ffffff;}
--------------------------------------
[laiba] 
*/
.laiba ul li a:hover {background:url(block_gf.png) no-repeat 0 50%;}
.laiba a:hover {
	color:#CCC;
	text-decoration:none;
}

/* 
