 @import url(reset.css);
/* =============================================================================== Page Defaults*/
html, body {
	margin:0;
	padding:0;
	font:normal normal 12px/1.5 Tahoma, Arial, Verdana;
	color:#333;
}
a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#C25C15;
}
strong {font-weight:bold}

.width100 {width:100%}
.width75 {width:75%}
.width50 {width:50%}
.width25 {width:25%}
.fLeft {float:left}
.fRight {float:right}
.aLeft {text-align:left}
.aRight {text-align:right}
.aCenter {text-align:center}
.aJustify {text-align:justify}
#pagewrapper {
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	background:#EBEAD5;
}
#container {
	width:980px;
	margin:0 10px;
}

/* =============================================================================== Header */
#header {
	position:relative;
	margin-bottom:10px;
	width:980px;
	height:133px;
	background:url(../images/page.png) no-repeat 0 0;
}
/* -------------------------------------------------- Logo */
.logo {
	position:absolute;
	left:130px;
	top:40px;
	width:170px;
	height:60px;
	text-indent:-2000em;
/*	background:url(../images/logo.png) no-repeat 0 0; */
}
/* -------------------------------------------------- banner */
.banner {
	position:absolute;
	right:20px;
	top:25px;
	padding:10px;
	width:468px;
	height:60px;
	background:url(../images/banner_area.png) no-repeat 0 0;
}
/* temp */
.banner_item {
	width:468px;
	height:60px;
	background:#EEE4C0;
	text-align:center;
	line-height:60px;
}
/* =============================================================================== Main */
#wrapper {
	float:left;
	width:100%;
}
/* ====================================================== Lists/inputs/buttons */
.w120 {width:120px}
.w200 {width:200px}
.w460 {width:460px}
.inp_def {
	background:#F3F3E5;
	border:1px solid #C9C689;
	height:18px;
	line-height:18px;
}
.textarea_def_460 {
	width:460px;
	height:160px;
	background:#F3F3E5;
	border:1px solid #C9C689;
}
.textarea_small {
	width:300px;
	height:100px;
	background:#F3F3E5;
	border:1px solid #C9C689;
}
.textarea_small_com {
	width:440px;
	height:100px;
	background:#F3F3E5;
	border:1px solid #C9C689;
}
.inp_file_def {
	width:200px;
	height:20px;
	line-height:20px;
	background:#F3F3E5;
	border:1px solid #C9C689;
}
.scode_img, .scode_inp_area {
	width:130px;
	float:left;
}
.scode_inp {
	background:#F3F3E5;
	border:1px solid #C9C689;
	width:120px;
	height:46px;
	line-height:50px;
	font-size:36px;
}
#dle-captcha {font-size:10px}
.btn_def, .bbcodes, .bb_link_check {
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	background:url(../images/btn_def.png) no-repeat 0 0;
	border:0pt none;
}
/* ====================================================== col2 [Content] */
#col2 {
	margin:0 150px 10px 190px;
	width:640px;
}
/* --------------------------------------- Story */
.story {
	width:;
	margin-bottom:15px;
	background:#DCDBBC;
}
.story_title {
	position:relative;
	padding:5px 15px;
	background:#CDCB9F url(../images/story_top_bullet.png) no-repeat 0 0;
}
.story_rating {
	position:absolute;
	right:5px;
	top:5px;
	width:150px;
	height:30px;
}

.story_title h2 {
	font:normal normal 12px/1.2em Tahoma, Geneva, sans-serif;
	color:#666;
}
.story_title_link {
	width:460px;
	font-weight:bold;
	font-size:14px;
}
.story_title_link a, .story_title_link a:link, .story_title_link a:active, .story_title_link a:visited {
	text-decoration:none;
	color:#6A6A4E;
}
.story_title_link a:hover {
	text-decoration:none;
	color:#333;
}
.story_title_link img {margin-left:10px}
/* inner */
.spage_inner {
	margin:5px;
	padding-bottom:10px;
	width:630px;
}
.story_inner {
	position:relative;
	margin:5px;
	padding-bottom:10px;
	width:630px;
}
.movie_poster {
	float:left;
	position:relative;
	width:210px;
}
.movie_poster span {
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:253px;
	text-indent:-2000em;
	background:url(../images/poster_cover_200.png) no-repeat 0 0;
}
.movie_poster_container {
	margin:5px 0 0 26px;
	width:170px;
}
.movie_poster_container img {
	width:166px;
	height:237px;
	margin-bottom:10px;
}

.movie_ads {
	float:left;
	width:420px;
}
.shortstory_ads {
	margin-bottom:5px;
	padding-bottom:5px;
	line-height:1.3em;
	font-size:11px;
	background:url(../images/hlimiter.png) repeat-x 0 100%;
}
.fullstory_ads li {
	font-size:12px;
	line-height:1.2em;
	margin-bottom:5px;
}
.fullstory_ads li.listlimiter {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #C0BEA4;
}
.movie_short {
}

.full_movie_inner {
	margin:5px 10px;
}
.full_movie_inner .movie_short {
	margin-top:5px;
	padding-top:5px;
	background:url(../images/hlimiter.png) repeat-x 0 0;
}
/* File info */
.file_info {
	margin:10px 0;
	padding:5px;
	border:1px solid #666;
	font-size:11px;
	background:#D6D4A1;
}
.file_info legend {
	margin:0;
	padding:0 10px;
	font-weight:700;
	font-size:12px;
	font-style:italic;
}
.file_info strong {color:#666}
.check_links {position:relative; height:25px;}
.check_links span {font-size:11px; font-weight:700; color:#F33}
.check_links p {position:absolute; right:0; top:0}
/* download links */
.download_links {font-size:11px}
.movie_screens  {
	margin:10px 0 20px;
	padding:5px 0;
	background:#D6D4A1;
}
.movie_screens img {
	margin:0 3px;
	width:145px;
}
/* bottom */
.story_bottom {
	position:relative;
	padding:0 5px;
	height:25px;
	line-height:25px;
	font-size:11px;
	background:url(../images/story_bottom.png) repeat-x 0 0;
}
.story_bottom ul li {
	margin-right:20px;
	display:inline;
}
.story_bottom a, .story_bottom a:link, .story_bottom a:active, .story_bottom a:visited {
	text-decoration:none;
	color:#C25C15;
}
.story_bottom a:hover {
	text-decoration:underline;
	color:#333;
}
.read_more {
	position:absolute;
	right:5px;
	top:0;
	font-weight:700;
	font-size:12px;
}
/* related */
.related_news {margin:10px 5px 20px}
.related_news ul li {
	list-style-position:inside;
	list-style-type:disc;
}
/* --------------------------------------- Comment */
.comment {
	margin-bottom:10px;
	border-bottom:2px solid #D6D4A1;
	background:#DCDBBC;
}
.comm_top {
	position:relative;
	padding:0 5px;
	height:20px;
	line-height:20px;
	font-size:11px;
	background:#CDCB9F;
}
.comm_top span {
	position:absolute;
	right:5px;
	top:0;
}

.comm_ads {
	padding:5px;
	width:620px;
	font-size:11px;
	color:#666;
}
.comm_avatar {
	float:left;
	width:50px;
}
.comm_avatar img {width:40px}

.comm_cont {
	margin:0 5px 5px;
	padding:5px 10px;
	background:#D6D4A1;
	border:1px solid #CDCB9F;
}
.comm_links {
	margin:5px;
	text-align:right;
	font-size:11px;
}
/* --------------------------------------- Fieldlist */
.filedlist {
	margin:10px 0;
}
.filedlist_listitem {margin-bottom:10px; width:630px}
.filedlist_label {
	width:180px;
	float:left;
}
.filedlist_label span {color:#C00}
.fieldlist_item {
	float:left;
	width:450px;
}
.filedlist_btn {margin-left:180px}

/* --------------------------------------- Others */
.profile_avatar {
	position:absolute;
	right:0;
	top:0;
}
/* ====================================================== Sidebars */
#col1 a, #col1 a:link, #col1 a:active, #col1 a:visited, #col3 a, #col3 a:link, #col3 a:active, #col3 a:visited {
	text-decoration:none;
	color:#000;
}
#col1 a:hover, #col3 a:hover {
	text-decoration:underline;
	color:#F06804;
}

#col1 h3 span, #col3 h3 span {
	margin-right:3px;
	padding:0 4px;
	height:20px;
	background:url(../images/side_title_bullet.png) no-repeat 0 50%;
}
/* ====================================================== col1 [Left sidebar] */
#col1 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-980px;
}
#col1 h3 {
	margin:0;
	padding:0;
	width:180px;
	height:20px;
	line-height:20px;
	color:#6A6A4E;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	background:#D6D4A1 url(../images/col1.png) no-repeat 0 0;
}
.col1_block {
	margin-bottom:10px;
	padding:10px 10px 20px;
	width:160px;
	background:#D6D4A1 url(../images/col1.png) no-repeat ;
}
.col1_navigation {background-position:-180px 100%}
.col1_vote {background-position:-540px 100%}
.col1_topnews {background-position:-360px 100%}
.col1_archives {background-position:-720px 100%}
.col1_calendar{background-position:-900px 100%}
/* --------------- Nafigation */
.col1_navigation ul li {
	padding-left:15px;
	background: url(../images/main_nav_bullet.png) no-repeat 0 50%;
}
.nav_limiter {
	margin-bottom:5px;
	padding-bottom:5px;
	background:url(../images/hlimiter.png) repeat-x 0 100%;
}
/* --------------- Topnews */
.col1_topnews ul {line-height:1.2em;font-size:11px;}
.col1_topnews ul li {margin-bottom:10px}
.col1_topnews ul li a {
	display:block;
}
.col1_topnews ul li span {font-size:10px;color:#666}

/* ====================================================== col3 [Right sidebar] */
#col3 {
	float:left;
	overflow:hidden;
	width:140px;
	margin-left:-140px;
}
#col3 h3 {
	margin:0;
	padding:0;
	width:140px;
	height:20px;
	line-height:20px;
	color:#6A6A4E;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	background:#D6D4A1 url(../images/col3.png) no-repeat 0 0;
}
.col3_block {
	margin-bottom:10px;
	padding:10px 10px 20px;
	width:120px;
	background:#D6D4A1 url(../images/col3.png) no-repeat ;
}
.col3_genres {background-position:-140px 100%}
.col3_adv {background-position:-280px 100%}
.col3_login {background-position:-420px 100%}
.col3_search {background-position:-560px 100%}
/* --------------- Genres */
.col3_genres ul li {
	color:#666;
	list-style-type:disc;
	list-style-position:inside;
}

.col3_search input {margin-bottom:10px}
.col3_search span {font-size:11px}
/* --------------- Login */
.col3_login input {margin-bottom:5px}
.log_serv_links {
	margin-top:10px;
	line-height:1.2em;
}
.log_serv_links a {
	display:block;
	font-size:11px;
}
.user_menu {
	margin:5px 0;
	font-size:11px;
}
/* =============================================================================== Footer */
#footer {
	clear:left;
	position:relative;
	padding:10px 10px 5px;
	width:960px;
	height:30px;
	background:url(../images/page.png) no-repeat -980px 100%;
	color: #FFF;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration:underline;
	color:#FFF;
}
#footer a:hover {
	text-decoration:none;
	color:#333;
}
#footer ul {
	position:absolute;
	top:10px;
	right:10px;
}
#footer ul li {
	display:inline;
	margin-left:10px;
}
.changeskin {
	position:absolute;
	top:10px;
	left:445px;
	width:100px;
	height:20px;
}

/*------------------------------------------------------------------*/
/* Стили используемые в DataLife Engine     			            */
/*------------------------------------------------------------------*/

form {  PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
}

/* 
 * ========================================
 * Вывод архива 
 * ========================================
 */
.archives {
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	margin-top:6px;
	margin-left:20px;
	margin-bottom:10px;
}
.archives a {
	font-family:Tahoma;
	font-size:11px;
	color:#43637E;
}
/* 
 * ========================================
 * Цитата и скрытый текст
 * ========================================
 */
.title_quote {
	background: #FEFFBD;
	border: 1px dotted rgb(190,190,190);
	border-bottom: 0;
	color: #222;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

 .quote {
	color: #000000;
	FONT: 10pt Verdana; 
	text-align:justify;
	background-color: lightyellow; 
	border: 1px dotted rgb(190,190,190);
	padding: 5px;
	}

/* ==================== Тег SPOILER */

.title_spoiler {
	color: #636363;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe; 
	font-weight: bold;
	padding: 5px;
}
.text_spoiler {
	color: #757575;
	background-color: #f2f2f2;
	border: 1px dotted #bebebe;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}

/* 
 * ========================================
 * Teг CODE
 * ========================================
 */
 .scriptcode {
	color: #000000;
	FONT: 8pt Verdana; 
	text-align:left;
	background-color: lightyellow; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding: 5px;
	}
/* 
 * ========================================
 * Календарь 
 * ========================================
 */

.weekday-active-v {
	color: #4974a3;
	font-family:tahoma;
}
.day-active-v {
	color: #4974a3;
	font-family:tahoma;
}
.calendar {
	 font-family:verdana;
	 font-size:11px
}
.calendar td, th {
	 text-decoration: none;
	 padding:3px 4px;
}

.weekday {
	color: #C00;
	font-family:verdana;
	font-size:11px;
}
.weekday-active {
	color: #804040;
}
.day-active {
	color: #804040;
}
.day-active a,
.weekday-active a,
.day-active-v a,
.weekday-active-v a
 {
	 font-weight:bold;
text-decoration: underline;
}

.monthlink {
	color: #4974a3;
	font-family:tahoma;
	font-size:11px;
	text-decoration: none;
}
.day-current {
	background:#EBEAD5;
	border:1px solid #CDCB9F;
}
/* 
 * ========================================
 * Рейтинг 
 * ========================================
 */
#ratig-layer {
	display:block;
	width:190px;
	min-height:20px;
}
#ratig-layer {font:normal normal 11px/15px Tahoma, Geneva, sans-serif}
.rating {
	width:150px;
	height:15px;
}
.unit-rating{
	list-style:none;
	margin:0px;
	padding:0px;
	width:150px;
	height:15px;
	position: relative;
	line-height:15px;
	background:url(../images/rating.png) top left repeat-x;
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
}
.unit-rating li a{
	position: absolute;
	top:0;
	display:block;
	width:15px;
	height:15px;
	text-decoration: none;
	text-indent: -5555em;
	z-index: 17;
	padding:0px;
}
.unit-rating li a:hover{
	background:url(../images/rating.png) left center;
	z-index:2;
	left:0px;
}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}
.unit-rating li.current-rating{
	background:url(../images/rating.png) left bottom;
	position: absolute;
	height:15px;
	display:block;
	text-indent: -9000px;
	z-index: 1;
}

/* 
 * ========================================
 * BB коды
 * ========================================
 */ 
.editor_button {
	float:left;
	cursor:pointer;
	padding-left: 2px;
	padding-right: 2px;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
.editbclose {
	float:right;
	cursor:pointer;
}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}

/* 
 * ========================================
 * Дополнительные поля новостей
 * ========================================
 */ 

.xfields textarea {
width:500px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xfields input {
width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xfields select {
height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}

/* 
 * ========================================
 * Дополнительные поля профиля пользователей
 * ========================================
 */ 

.xprofile textarea {
width:499px; height:90px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}
.xprofile input {
width:250px; height:18px; font-family:verdana; font-size:11px; border:1px solid #E0E0E0;
}


/* 
 * ========================================
 * Персональные сообщения
 * ========================================
 */ 

.pm_head {
	FONT: 10pt Verdana; 
}
.pm_list {
	color: #888888;
	font-size: 11px;
	font-family: tahoma;
	}
.pm_list a {
	color: #4b719e;
	font-size: 11px;
	font-family: tahoma;
}
.class_over { background-color: #e9e9e9}
.class_out {background-color:#CCCCCC}

/* 
 * ========================================
 * Выпадающее меню
 * ========================================
 */ 

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background:#fdd08b;
	color:#000000;
}

/* Опрос */
.vote  {font-size:11px}

/* Уведомление о получении новых PM */
#newpm {
	position:absolute;
	width:400px;
	padding:4px;
	background-color:#FDFDFD;
	border:1px solid #BBB;
	font-family: Verdana;
	font-size: 11px;
	line-height: 135%;
	}

#newpmheader {
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:20px;
	color: #000;
    font-weight: bold;
	background-color:#E3C0C0;
	font-family:verdana, sans-serif;
	font-size:11px;
	cursor:move;
	}

#newpm a{
	background: transparent;
	color: #4D6A8A;
	text-decoration: none;
}

#newpm a:hover{
	background: transparent;
	color: #4D6A8A;
	text-decoration: underline;
}
/* 
 * ========================================
 * Ссылка на скачивание прикрепленного файла
 * ========================================
 */
.attachment {
	color: gray;
	}

/* 
 * ========================================
 * Поиск по сайту и результаты поиска
 * ========================================
 */

.search {
	font-family: Verdana;font-size: 11px;
	color:#53646F;
	text-decoration: none;
	padding:2px;
	}

.textin {
	font-family: Verdana;font-size: 11px;
	color:#00002C;
	text-decoration: none;
	}

.sresult  {
	text-align: justify;
	font-family:verdana;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 16px;
	font-size:12px;
	color:#606D77;
}

/* ==================== Облако тегов */
.clouds_xsmall {
	font-size: x-small;
}
.clouds_small {
	font-size: small;
}
.clouds_medium {
	font-size: medium;
}
.clouds_large {
	font-size: large;
}
.clouds_xlarge {
	font-size: x-large;
}
/* usertop */
.userstop {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
.userstop thead {font-weight: bold}
.userstop td {padding:3px}
.userstop a:hover {text-decoration: underline}

.navigation {
	color:#666; 
	border:0px;
  margin-bottom: 10px; 
  margin-top: 5px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background:#DCDBBC;
	color:#FFF;
	border-color:#D6D4A1;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-size:11px;
}
/* ==================== Рамка расширенной формы поиска по сайту */
#searchtable fieldset {
	margin-top:10px;
	padding:10px 5px;
	border:1px solid #CDCB9F;
	font-size:11px;
	text-align:left;
}
#searchtable legend {
	background:#CDCB9F;
	padding:1px 5px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}
#searchtable input {
	margin:5px 0;
}
.prelative { position:relative; overflow:hidden}
