@charset "windows-1251";
* {
	margin: 0px;
	padding: 0px;
}

a	img {
	border: 0px;
}

body, html {
	height: 100%;
}

body {
	color: #4A453C;
	background: White url(/i/bg_top_2.jpg) repeat-x top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, body div, body p, body th, body td, body li, body dd	 {
	font-size:	x-small;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	 {
	font-size:	small
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
	line-height: 100%;
}

h1 {
	margin: 20px 0px 15px;
	color: #1a1b1a;
	font: 190% Georgia, "Times New Roman", Times, serif;
}

h1 small{
	font-size: 55%;
	color: #4A453C;
}
h2 {
	margin: 25px 0px 10px;
	color: #1a1b1a;
	font: 150% Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 25px 0px 10px;
	color: #272D23;
	background-color: transparent;
	font: 107% Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-weight: bold;
	font-size: 107%;
	color: #BA7504;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 100%;
	color: #272D23;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 100%;
	color: Gray;
	background-color: transparent;
}

/* links */
a:link {
	color: #246D00;
}

a:visited {
	color: #7BA764;
}

a:hover {
	color: #246D00;
	text-decoration: none;
}

a:active {
	color: #246D00;
}


/* paragraphs */
html body p {
	margin: 5px 0px 12px;
	font-size: 100%;
}

p img {
	float: left;
	margin: 5px 15px 10px 0px;
	border: 0px solid Black;
}

p.location{
	font-size: 92%;
	margin: 10px 0 -15px;
	color: #999;
}
p.location a{
	color: #999;
}

.marked{
	display: block;
	margin: 5px 0 10px;
	padding: 7px 10px;
	background: #FDF5AA;
	border: 1px solid #59A139;
	color: #272D23;
}




/* lists */
ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
}

ul {
	margin: 10px 0px 22px 5px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 15px;
}

body ul li {
	background: url(/i/li.gif) no-repeat 0px 7px;
	line-height: 120%;
	font-size: 100%;
	margin: 5px 0;
	padding: 0px 0px 0px 20px;
}
html>body ul li{
	margin: 5px 0;
}

* html ul li {
	height: 1%;
}

/* tables */
table{
	border-collapse: collapse;
	margin: 15px 0 15px 0;
	border-color: #B3B3B3;
}
html body table td{
	border-color: #B3B3B3;
	padding: 5px;
	font-size: 100%;
}
html body table[border="1"] td{
	border-width: 1px;
	border-style: solid; 
}
html body table th{
	font-size: 100%;
	padding: 5px;
	border-color: #B3B3B3;
	color: White;
	background: #59A139;
	font-weight: bold;
}


hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
} 


/* layout */

#all{
	position: relative;
	height: 100%;
	min-height: 100%;
	background: url(/i/left_top_bg_2.jpg) no-repeat left top;
}
html>body #all {height: auto;}

#footer {
	background: url(/i/footer_bg.jpg) repeat-x 0 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#footer, #empty {	height: 139px;}

/* 3 col */

.c3{
	margin: 0px 0 0px 0;
	background: transparent url(/i/bg_dot.gif) repeat-y 33% 0;
}
.c3bg{
	background: transparent url(/i/bg_dot.gif) repeat-y 70% 0;
}

.c3:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .c3{height: 1%;} 

.c3 .col_1{
	float: left;
	margin-right: -100%;
	display: inline;
	width: 200px;
}

.c3 .col_2{
	float: left;
	margin-left: 200px;
	width: 56%;
	margin-right: -100%;
	display: inline;

}
.c3 .col_2 .wrap{
	width: 93%;
	font-size: 93%;

}

.c3 .col_3{ 
	float: right;
	width: 24%;
	display: inline;
}


/* all the divs */
div {margin: 0px;}
div#maincol {
 display: table;/* <- using display: table hack here for Gecko browsers */
 float: left;
 min-height: 100%;
 _height: 100%;/* <- using underscore hack for MSIE here */
 width: 100%;
 }
div#wrapper {display: table-row; vertical-align: top;}/* <- this is needed by Opera */
div#main {border: solid 1px white;
 min-height: 100%;
 _height: 100%;/* <- using underscore hack for MSIE here */ 
 margin-left: 260px; 
 margin-right: 280px;
 background: white;
 }
div#col2 {float: left; margin-left: -100%; width: 250px;}
div#col3 {float: left; margin-left: -280px; width: 280px;}
div.colwrapper {margin: 0px 20px;}
div.content {padding: 0px 0px;}







div.content2 {
width: 100%;
overflow: auto;
overflow-y: hidden;
}
table.carcas{
	margin: 0px;
	width: 100%;
	table-layout: fixed;
}
.carcas td{
	padding: 0px;
	vertical-align: top;
}
.carcas td.sep{
	width: 20px;
}
.carcas td.sep2{
	width: 30px;
} 
.carcas td.tdcol1{
	
}
.carcas td.tdcol2{	
	width: 222px;
}
.carcas td.tdcol3{ 
	width: 245px;	
}








/* header */

#header{
	height: 152px;
	position: relative;
	width: 100%;
}
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
#logo img{
	margin: 0;
}
#lang{
	position: absolute;
	right: 250px;
	top: 16px;
	width: 60px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#lang li{
	float: left;
	margin: 3px 0;
	padding: 0 5px;
	display: inline;
	font-size: 86%;
	background-image: none;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
#lang li.here{
	color: #676D65;
}
#lang li a{
	color: #3E9F1F;
}

#ban_top{
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: -283px;
	padding: 0;
	z-index: 99;
}
#ban_top img{
	margin: 0;
}
/* news_box */

.news_box{
	margin: 0px 0px 0px;
}

.news_txt:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .news_txt{height: 1%;}
.news_txt{
	margin: 0 0 18px 0;
	padding-left: 20px;
	background: url(/i/news_list.gif) no-repeat 0 5px;
}
.news_txt p{
	line-height: 130%;
	margin: 0;
	padding: 0;
	font-size: 86%;
}
.news_txt h3{
	line-height: 130%;
	margin: 0 0 3px;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
}
#first_news.news_txt h3{
	font-size: 16px;
}

.news_txt .news_img{
	display: block;
	margin: 3px 15px 2px 0px;
	float: left;
}

#first_news.news_txt{
	margin: 0 0 18px 0;
	padding-left: 0px;
	background: none;
}


img{
	margin: 10px;
}
.news_txt .news_img img{
	border: 1px solid #000;
	margin: 0;
}

.news_txt .news_info{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9F9176;
	font-size: 86%;
	margin: 3px 0 0;
	
}

.news_txt .news_info a{
	color: #9F9176;
}


/* menu */

#nav{
	margin: 22px 0px 0 10px;
	font-weight: bold;
	padding: 0;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	width: 55%;
}
#nav li{
	padding: 1px 0px;
	margin: 0px 0 3px 0;
	background: none;
	font-size: 105%;
	line-height: 130%;
} 
* html #nav li{
	padding: 0px;
}
#nav li ul{
	font-size: 100%;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#nav li ul ul{
	margin-top: 8px;
}
#nav li li{
	font: 82% Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background: url(/i/nav_li.gif) no-repeat 0 5px;
	padding-left: 9px;
} 
#nav li li li{
	font-size: 100%;
	margin: 3px 0;
} 





#nav li:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html #nav li{height: 1%;}

#nav li a{
	color: #272D23;
	text-decoration: none;
}

#nav li li a{
	color: #246D00;
	text-decoration: underline;
}
#nav li li a:hover{
	text-decoration: none;
}

/* maillist */
.maillist{
	margin: 0px 0 0 0px;
	padding: 0;
}
.maillist fieldset{
	border: transparent 0px none;
	margin: 0 0 0 0px;
	padding: 0px 9px 9px 0px !important;
	padding: 0px 9px 9px 0px;
}
.maillist legend{
	font-size: 108%;
	color: #272D23;
	font-weight: bold;
	display: block;
	padding: 0px 0px 9px;
	margin: 0 0 0px -1px !important;
	margin: 0 0 0px -8px;
}
.maillist label{
	font-size: 86%;
	color: #333333;
	display: block;
	float: left;
	width: 90px;
	margin-bottom: 2px;
}
.maillist .text{
	border: 1px solid #999999;
	background: #fff;
	font-size: 93%;
	margin-bottom: 2px;
	padding: 1px 3px;
	width: 110px;
}

.maillist .btn{
	border: transparent 0px none;
	width: 76px;
	height: 17px;
	padding: 0;
	margin: 8px 0;
}

/* right col */
#online_reg{
	background: #559D35 url(/i/online_reg_bg.gif) no-repeat;
	width: 232px;
	height: 58px;
	margin: 3px 0 0;
}
#online_reg p{
	padding: 22px 0 0 60px;
	margin: 0;
	font-size: 100%;
	line-height: 110%;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
#online_reg p strong{
	font-size: 110%;
}
#online_reg p a{
	color: White;
}
#logos{
	margin: 20px 0 0 16px;
}
#logos .logo_item{
	margin: 10px 0 0;
}
#logos .logo_item img{
	margin: 0;
}
/* footer */
#footer .bg{
	height: 100%;
	background: url(/i/footer_tree.jpg) no-repeat 0 100%;
}

#footer a{
	color: #A97918;
}

#copy{
	position: absolute;
	left: 20%;
	bottom: 50px;
	height: 20px;
	background: url(/i/copyrights_symbol.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
	width: 50%;
	font-size: 86%;
	line-height: 150%;
	font-style: normal;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}


#development{
	position: absolute;
	left: 75%;
	bottom: 50px;
	height: 20px;
	background: url(/i/getis_symbol.gif) no-repeat 0 0;
	padding: 0 0 0 30px;
	width: 22%;
	font-size: 86%;
	line-height: 150%;
	font-style: normal;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}


/* form */

.form{
	margin: 10px 0 10px;
	width: 100%;
	border-top: 5px solid #579F37;
	padding: 15px 0 0;
}

.form fieldset{
	border: 1px solid #579F37;
	padding: 0px 20px 20px;
}

.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}
.form .line.marked{
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}
.form .line.marked label{
	margin-left: 10px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}
.form .formw{
	width: 70%;
	display: block;
	float: left;
}
form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 99%;
	background: #fff;
	/*	border: 1px solid #C9D3DC;*/
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}
.red{
	color: #E05332;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}
.form img{
	margin: 0;
}


/* pages */

.pages{
	margin: 30px 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #ccc;
	font-size: 100%;
	line-height: 150%;
}
.pages a{
	padding: 2px 7px;
}
.pages a:hover{
	padding: 2px 6px;
	border: 1px solid #246D00;
	text-decoration: none;
	color: #246D00;

}
.pages .current{
	padding: 2px 6px;
	font-weight: bold;
	text-decoration: none;
}

/* addinfo */

.addinfo{
	margin: 5px 0 0 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #ccc;
}
.button{
	background: #529A32;
	border: 1px solid #437B28;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	padding: 1px 3px;
	color: #fff;
}
.btn{
	background: #529A32;
	border: 2px solid #335F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	padding: 1px 3px;
	color: #fff;
}

/* comment */

.comment{
	margin: 20px 0 0;
}

.comment_info{
	border-top: 1px solid #ccc;
	color: #999;
}

.stats {visibility:hidden; width:0; height:0; display:inline;}
.stats img {width:0 !important; height:0 !important;}

/* up 25.01.07 */
.form.nobord{
	border-top: 0px solid #579F37;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.cat_c3{
	margin: 10px 0;
}
.cat_c3 .cat_col_1{
	float: left;
	margin-right: -100%;
	display: inline;
	width: 31%;
}

.cat_c3 .cat_col_2{
	float: left;
	margin-left: 33%;
	width: 32%;
	margin-right: -100%;
	display: inline;
}

.cat_c3 .cat_col_3{ 
	float: right;
	width: 32%;
	display: inline;
}

.cat .form img{
	margin: 5px 5px 5px;
}
.cat .formw p{
	margin-top: 0px;
}
.catlist td{
	border-top: 1px solid #ccc; 
	vertical-align: top;
}


/* poll */
.poll {
	margin-top: 50px;
}

.poll .form h5{
	font-size: 93%;
	margin: 15px 0px 15px;
}
.poll .form{	
	width: 75%;
	padding-top: 0px;
}
.poll .form .line{
	width: 100%;
	padding: 2px 0px;
}
.poll .form .btn{
border-width: 1px;
height: auto;
	font-size: 93%;
}
.poll .form .line label:hover{	
	cursor: pointer;
}
.poll .form .line:hover{	
	background: #FDFBE2;
}

.poll .form .label{
	width: 10%;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.poll .form .formw{
	width: 85%;
}



*:first-child+html .c3{height: 1%;}
*:first-child+html .maillist legend{
	margin-left: -8px !important;
}




.c3 .col_1{
	width: 16%;
}

.c3 .col_2{
	margin-left: 16%;
	width: 60%;
}

.news_col_1 {
float: left;
marign-right: -100%;
width: 48%;
display: inline;
}

.news_col_2 {
float: right;
width: 50%;

}

.search {
	position: absolute;
	right: 21px;
	top: 13px;
	width: 225px;
	height: 20px;
}

.search form {
	margin: 0;
	padding: 0;
}

.search .keyword {
	width: 159px;
	height: 20px;
	margin-right: 5px;

}

.search .text {
	border: 1px solid #D3D9CF;
	margin: 4px 0 0 5px;
	padding: 2px 2px 1px;
	font-size: 11px;
	width: 155px;
	color: #80857d;
}

.search .btn {
	border: 1px solid #D3D9CF;
	background: url(/i/nav.gif) repeat-x -3px -7px;
position: absolute;
top: 3px;
right: 0;
	width: 52px;
	height: 20px;
	color: #fff;
	margin: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

* html body .search .btn {
	margin: 1px 0 0 0;
}

/* ***************** */
/* Стили для форумов */
/* ***************** */

/*Таблица груп форумов*/
.table_group_forums
{
	width: 100%; 
	padding: 2px; 
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}

/*Ячейка таблицы групп форумов*/
.table_group_forums td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}
.table_group_title td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0px;
	border-color: #E3E1DA;
	border-style: solid;
	background-color: #EFEEEA;
	color: #000000;
	vertical-align: middle;
}
/*Заголовок группы форумов*/
.title_group_forums
{
	font-weight: bold;
}

/*Описание группы форумов*/
.desc_group_forums
{
	/*font-size: 10px;*/
}

/*Строка заголовка группы форумов*/
.row_title_group_forums
{
	background-color: #EFEEEA;
	color: #000000;
	font-weight: bold;
}

/*Таблица идентификации пользователя*/
.table_identification
{
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;	
	border-style: solid;
	border-color: #E3E1DA;
	/*background-color: #F7F7F7;*/
}

/*Ячейка таблицы идентификации пользователя*/
.table_identification td
{
	padding: 2px;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	vertical-align: middle;
}
/*Имя залогинившегося пользователя*/
.name_users
{
	color: #DB1905;	
}

/*Строка заголовка таблицы идентификации пользователя*/
.row_title_identification
{
	color: #000000;
	background-color: #EFEEEA;
	font-weight: bold;
}

/*Таблица текущего форума*/
.table_forum
{
	width: 100%;
	padding: 2px;
	border: 0px; 
}

/*Таблица добавление сообщения */
.table_forum_message
{
	width: 100%;
	color: #000000;
	padding: 2px;
	border-collapse: collapse;	
	empty-cells: show;
	border-width: 1px; 
	border-color: #E3E1DA;
	border-style: solid;
	background-color: #EFEEEA;
}

.table_forum_message td
{
	color: #000000;
	empty-cells: show;
	border-width: 1px; 
	border-color: #E3E1DA;
	border-style: solid;	
	vertical-align: middle;
}

/*Ячейка таблицы текущего форума*/
.table_forum td
{
	vertical-align: middle;
}
/*Строка заголовка форума*/
.row_title_forum
{
	/*background-color: #F7F7F7;	*/
	padding-top: 5px;
}
/*Таблица заголовка форума*/
.table_title_forum
{
	width: 100%;
	color: #000000;
}

/*Ячейка таблицы заголовка форума*/
.table_title_forum td
{
	border: none;
}

/*Заголовок форума*/
.title_forum
{
	color: #000000;
	font-weight: bold;
}

/*Описание форума*/
.desc_forum
{
 /* font-size: 10px;*/
}

/*Таблица тем в таблице текущего форума*/
.table_themes
{
	width: 100%;

	/*cellpadding*/
	padding: 2px;
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
}

/*Таблица тем в таблице текущего форума*/
.table_themes td
{
	/*cellpadding*/
	padding: 3px;
	
	/*cellspacing*/
	border-spacing: 0px;

	color: #000000;

	border-collapse: collapse;
	empty-cells: show;
	
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
}

/*Строка имён параметров тем форума*/
.row_title_themes
{
	background-color: #EFEEEA;
	font-weight: bold;
	/*text-align:center;*/
	height: 25px;
	width: 100px;
	padding-left: 10px;
}
.row_title_themes td
{
	color: #000000;
}

.row_title_themes_message
{
	height: 25px;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;	
	background-color: #EFEEEA;
}
.row_title_themes_message label
{
	color:#000000;
}

/*Ячейка таблицы тем атрибут*/
.theme_td_attribute
{
	width: 20px;	
}
/*Ячейка таблицы тем заголовок*/
.theme_td_title
{
		
}
/*Ячейка таблицы тем автор*/
.theme_td_author
{
	width: 120px;
}
/*Ячейка таблицы тем дата создания*/
.theme_td_create_date
{
	width: 80px;
}
/*Ячейка таблицы тем количество ответов*/
.theme_td_count_answer
{
	width: 50px;
}
/*Ячейка таблицы тем последнее сообщение*/
.theme_td_last_message
{
	width: 120px;
}
/*Ячейка таблицы тем действие*/
.theme_td_action
{
	width: 140px;
}
.color_hidden_theme
{
	background-color: #ECE9DB;
}
.color_2_theme
{
	background-color: #F9F9F9;
}
.current_page_link:visited
{
	/*color: #6C5722;*/
}

.add_theme_table
{
	width: 100%;
	border-collapse: collapse;
	background-color: #EFEEEA;
	color:#000000;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
.add_theme_table td
{
	background-color: #EFEEEA;
	border-width: 8px;
}
/*Таблица сообщений*/
.table_messages
{
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;


}

/*Ячейка таблицы сообщений*/
.table_messages td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
white-space: normal;

}
/*Строка темы сообщения*/
.row_title_messages
{
	background-color: #EFEEEA;
	font-weight: bold;
	color:#000000;
}
/*Таблица темы сообщения*/
.table_title_message
{
	width: 100%;
}
/*Ячейка таблицы темы сообщения*/
.table_title_message td
{
	border: none;
}
/*Тема сообщения*/
.title_messages
{
	color: #000000;
}
/*Имя автора сообщения*/
.author_name
{
	font-weight: bold;
	cursor: pointer;
}
/*Статус автора сообщения*/
.author_status
{
}
/*Ссылка на цитировать выделенное*/
.selectedquote
{
	color: #0089C6;
	text-decoration: underline;
	cursor:pointer;
}
/*Стиль для BBcode - цитировать*/
.quotestyle
{
	background-color: #EFEEEA;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;	
	padding: 5px;
}

/*Стиль для BBcode - code*/
.codestyle
{
	font-family: 'Courier New Cyr';
	border-collapse: collapse;
	border: 1px solid #E3E1DA;
	background-color: #EFEEEA;
	padding: 5px;
}
/*Строка добавления нового сообщения*/
.row_add_message
{
	color:#000000;
	/*font-weight: bold;*/
}
/*Таблица параметров сообщения*/
.table_message_parameters
{
	width: 100%;
}
/*Ячейка таблицы параметров сообщения*/
.table_message_parameters td
{
	border-width: 0px;
}
/* Таблица добавления нового сообщения */
.add_message_table
{	
	border: 1px solid #E3E1DA;
	color:#000000;
	background-color: #EFEEEA;
}
.add_message_table td
{
	border-width: 0px;
}
.add_message_bbcode_table td
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
	cursor:pointer;	
}
/*Таблица информации об авторе*/
.table_user_info
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
/*Ячейка таблицы информации об авторе сообщения*/
.table_user_info td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #E3E1DA;
	border-style: solid;
}
/*Строка имени пользователя*/
.row_user_name
{
	background-color: #EFEEEA;
	font-weight: bold;
	color: #000000;
}
/*Строка заголовка параметров пользователя*/
.row_user_parameters
{
	background-color: #EFEEEA;
	font-weight: bold;
	color: #000000;
}
/*Таблица дополнительных параметров пользователя*/
.table_extra_properties
{
	
}
/*Ячейка таблицы дополнительных параметров пользователя*/
.table_extra_properties td
{
	border: none;
}

/* Ячеука смайликов */
.smiles_td td
{
	border: none;
}
table.add_theme_table td img,
table.table_messages td img,
table.add_message_table td img,
table.table_group_title td img,
table.table_title_message img
{
padding: 0px;
margin: 0px;
}
table.table_group_title{
margin: 0px;
padding: 0px;
}
/*Конец стилей для форума*/


/* nav */

.nav{
	position: absolute;
	top: 105px;
	left: 0px;
	height: 30px;
	width: 100%;
}
.nav ul {
	margin: 0px 0px 0px 20px;
}

.nav li{
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	line-height: 30px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.nav li a{
	padding: 0 13px;
	display: block;
	float: left;
	color: #FFFFFF; 
	text-decoration: none;
	background: #30771B url('../i/nav.gif') no-repeat 0 0;
}

.nav li a:hover{
	background: #F4F1EA;
	font-weight: normal;
	color: #272D23;
	text-decoration: none;
	background: url('../i/nav.gif') no-repeat 0 -30px;
}

.nav li.here a,
.nav li.here a:hover{
	text-decoration: none;
	background: url('../i/nav.gif') no-repeat 0 -30px;
	color: #272D23;
	font-weight: bold;
}

/* nav_left */
.nav_left{
	margin: 18px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
.nav_left li{
	background: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	line-height: 1.1;
}

.nav_left li ul li{
	font-size: 11px;
	border-bottom: 0px none #fff;
	background-color: #D0E9C3;
}

.nav_left li ul{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	background-color: #D0E9C3;
	border-bottom: 0px none #fff;
}
.nav_left li ul li ul{
	margin: 0px;
	padding: 5px 0px 10px 10px;
	background-color: #D0E9C3;
	border-bottom: 0px none #fff;
}

.nav_left li a{
	display: block;
	margin: 0px;
	padding: 3px 10px 5px;
	color: #676d64;
	text-decoration: none;
}

.nav_left li a:hover{
	text-decoration: underline;
	background-color: #D0E9C3;
}

.nav_left li ul li a{
	color: #434741;
	padding: 2px 10px 2px 18px;
	background: #D0E9C3 url(/i/li_disc.gif) no-repeat 7px 8px;
}


.nav_left li  a.here,
.nav_left li.here span{
	padding: 3px 10px 5px;
	display: block;
	background-color: #31781C;
	color: #fff;
}
.nav_left li li a.here{
	padding: 2px 10px 2px 18px;
	background: #D0E9C3 url(/i/li_disc.gif) no-repeat 7px 8px;
	color: #434741;
	font-weight: bold;
}

.hot{
	margin: 0px 0px 30px;
	padding: 10px 0px;
	background: #FAF7DF url(/i/hot_bg.gif) repeat-x 0 0;
}