/* Всплывающая форма входа для uCoz от fahriev 
 ------------------------------------------*/ 
#simplemodal-container { 
 width:245px; 
 height:150px; 
 background:#f4f4f4; 
 border-radius:5px; 
 border: 1px solid #e1e1e1; 
} 

/* Тёмный фон при открытии окна*/ 
#simplemodal-overlay { 
 cursor:wait; 
 background:#000; 
} 

/* Кнопка закрыть вверху окна */ 
#simplemodal-container a.modalCloseImg { 
 top:-11px; 
 right:-11px; 
 width:23px; 
 height:23px; 
 z-index:3200; 
 display:inline; 
 cursor:pointer; 
 position:absolute; 
 background:url(close.png) no-repeat; 
} 

#simplemodal-container a.modalCloseImg:hover { 
 background-position:0 -23px!important; 
} 

.basic_content { 
 display:none; 
} 

.cv_title { 
 float:left; 
 text-align: left; 
 width:230px; 
 padding-bottom: 5px; 
 margin: 2px 2px 0px 2px; /* отступ сверху,,сверху посредине, слева*/
 border-radius:5px 5px 0px 0px; 
 /* border-bottom: 1px solid #ddd; */
 
 font:12px Verdana,Arial,sans-serif; 
 text-shadow: 1px 1px 1px #fff; 
 color:#555; 
} 

.c_vxod { 
 float:left; 
 width:230px; /*Ширина кнопки */ 
 
 
 margin: 2px 2px 0px 2px; 
} 

/* Основа формы входа 
 ------------------------------------------*/ 
.c_vxod, 
.c_vxod input{ 
 font:11px Verdana,Arial,Helvetica, sans-serif; 
 text-align: left; 
} 

.vxod_error{ 
 float:left; 
 width:100%; 
 color:red; 
 margin-bottom: 10px; 
 text-align:center; 
 font-weight: bold; 
} 

.vxod_name { 
 width:50px; 
 height:15px!important; 
 padding: 7px 20px 7px 0px; 
 color:#7b7b7b; text-shadow: 1px 1px 1px #FFF; font-weight: bold; 
} 

.vxod_pole { 
float: left; 
 outline: none; 
 width: 230px!important; 
 height: 25px !important; /*высота поля*/
 margin: 0px 0px 5px 0px; /* высота между полями */
 border: 1px solid #ddd!important; 
 padding: 7px 10px 7px 35px!important; 
 border-radius: 5px; 
 color: #777!important; 
 font-weight: bold!important; 
} 
 
.vxod_pole:focus {box-shadow:inset 0px 0px 3px #ccc!important;} 
 
.vp_login {background:#fff url(pole_login.png) no-repeat left!important;} 
.vp_password {background:#fff url(pole_password.png) no-repeat left!important;} 
 
.vp_login:focus {background:#fff url(/img/pole_login.png) no-repeat left!important;} 
.vp_password:focus {background:#fff url(/img/pole_password.png) no-repeat left!important;} 
 
.vxod_zapomnit { 
 float:left; 
 width:100%; 
 margin-top: 5px;
 margin-left: 0px; 
} 
 
.vxod_zapomnit input { 
 float:left; 
 margin: 0px 5px 0px 0px; 
} 

.cv_title a, 
.vxod_zapomnit a { 
 font-weight:bold!important; 
} 

.left {float: left;} 
.right {float: right;} 

/* Кнопка входа 
 ------------------------------------------*/ 
.vxod_kn { 
 float:left; 
 text-align: center !important; 
 width:100%; 
 cursor:pointer; 
 margin-top: 15px; 

 padding: 5px 20px 5px 20px!important; 
 border:1px solid #467A9F!important; 
 background: #5989c0!important; 
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5989c0), color-stop(1, #6fa2d9))!important; 
 background: -moz-linear-gradient(top, #5989c0 1%, #6fa2d9 100%)!important; 
 background: -o-linear-gradient(#5989c0, #6fa2d9)!important; 
 border-radius:3px; 
 
 font:13px Verdana,Arial,Helvetica, sans-serif!important; 
 text-shadow:1px 1px 1px #467A9F!important; 
 font-weight: bold!important; 
 color:#fff!important; 
} 

.vxod_kn:active {box-shadow:inset 0px 0px 3px #326092!important;} 
.vxod_kn:hover {background:#6e92b8!important;}











/* Вид комментариев для uCoz v.5 
 ------------------------------------------*/ 
.cell_comment { 
 float:left; 
 width:100%; 
 color:#667; 
 background:#fff; 
 margin: 10px 0px; 
 border: 5px solid #bdd3e0; 
 border-radius:3px; overflow: hidden; 
} 

.comment_top { 
 float:left; 
 width:100%; 
 padding:5px 0px; 
 background:#F4F8F9; 
 border-bottom: 1px solid #E6F0F2; 
} 

.comment_name{ 
 margin-left: 20px; 
 color:#3461ab; 
} 

.comment_number { 
 float:right; 
 background:#f5f7f9; 
 margin-right: 20px; 
} 

.comment_top span { 
 font:9px Verdana,Arial,Helvetica, sans-serif; 
 color:#999; 
} 

.comment_mp, 
.comment_page { 
 float:right; 
 margin-right: 20px; 
} 

.comment_message { 
 float:left; 
 font:115%/1.5 Verdana,Arial,Helvetica, sans-serif; 
 text-align:justify; 

 width:94%; 
 overflow: hidden; 
 padding: 10px 20px 15px 20px; 
} 

.comment_avatar { 
 float:right; 
 width:50px; 
 height:50px; 
 margin: 0px 0px 10px 20px; 
 border: 3px solid #bdd3e0; 
 border-radius:3px; 
} 

.comment_bottom { 
 float:left; 
 width:100%; 
 padding:6px 0px 5px 0px; 
 background:#F4F8F9; 
 border-top: 1px solid #E6F0F2; 
 font:10px Verdana,Arial,Helvetica, sans-serif; 
} 

.comment_answer:link, 
.comment_answer:visited{ 
 float:left; 
 margin: 0px 0px 0px 20px; 
 background:#8cbec9; 
 padding: 2px 7px 2px 7px; 
 text-shadow: 1px 1px 1px #5d97a4; 
 color:#fff; 
} 

.comment_answer:hover { 
 background:#9dd0db; 
} 

.comment_answer:active { 
 box-shadow:inset 0px 0px 3px #5a95a2!important; 
} 

.comment_like:link, 
.comment_like:visited{ 
 float:right; 
 background:#8cbdc9; 
 padding: 2px 7px 2px 7px; 
 text-shadow: 1px 1px 1px #4a8aa4; 
 color:#fff; 
} 

.comment_like:hover { 
 background:#a9d0e6; 
} 

.comment_like:active { 
 box-shadow:inset 0px 0px 3px #349932!important; 
} 

.comment_bottom strong { 
 float:right; 
 padding: 2px 10px 2px 10px; 
 background:#dde9d9; 
 margin-right: 20px; 
} 

.comment_answer_admin{ 
 float:left; 
 width:94%; 
 margin-top: 10px; 
 padding: 10px 20px 10px 20px; 
 background:#f4ecec; 
 border-radius:3px; 
} 

.comment_avatar_admin{ 
 float:right; 
 width:50px; 
 height:50px; 
 margin: 0px 0px 10px 25px; 
 border: 3px solid #dca2a2; 
 border-radius:3px; 
} 

.cell_comment a:hover img { 
 filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85); 
 -moz-opacity: 0.7; 
 opacity: 0.7; 
 filter: alpha(opacity=85); 
}







/* Enter */ 
 div.enter{position:fixed;top:25%;left:35%;width:292;background-position: 0% 0%;background:#d9c9b4;border:10px solid #baa092;padding:20px;display:none;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;opacity:0.98;} 
 div.closeauth{float:right;background:#f7ede7;color:#a98b7a;padding:3px 5px 3px 5px;text-shadow:1px 1px 1px #e2ccbf;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-size:8pt;cursor:pointer;} 
 div.closeauth:hover{background:#e7712e;color:#fff;text-shadow:1px 1px 1px #aa8c6c;} 
 div.enter .loginBlock img{display:none;} 
 div.enter .loginBlock .loginDiv input {background:#f0ece9 url(http://7ucoz.2nx.ru/img/bg_auth.gif) repeat-x;height:22px;padding:1px 1px 1px 4px;margin:1px 2px 1px 6px;border:1px solid #c6aea0;color:#88756a;} 
 div.enter .loginBlock .passwordDiv input {background:#f0ece9 url(http://7ucoz.2nx.ru/img/bg_auth.gif) repeat-x;height:22px;padding:1px 1px 1px 4px;margin:1px 2px 1px 2px;border:1px solid #c6aea0;color:#88756a;} 
 div.enter .loginBlock .buttonDiv input {float:right;margin-right:48px;margin-top:2px;padding:2px 3px 2px 3px;border:none;} 
 div.enter .loginBlock .buttonDiv input:hover {background:#f0e6e1;} 
 div.enter .loginBlock .rememberDiv {margin:2px 1px 2px 1px;} 
 div.enter .loginBlock .rememberDiv #remmepls {margin-right:2px;} 
 div.enter .loginBlock .loginLinks {margin-top:12px;margin-bottom:-10px;text-align:center;} 
 div.enter .loginBlock .loginLinks a {padding:2px;}





/* убрать uid */
#uidLogButton{display:none;} 
#baseLogForm{display:block !important;}

#uidLogButtonAjx {display:none;} 
 #baseLogFormAjx {display: block !important;} 


.likeplus {font-size:1pt;background:url('http://image-view.at.ua/site/like3.png') top;width:13px;height:12px;overflow:hidden;cursor:pointer;margin-right:4px;margin-top:0px}
.likeplus_hover {font-size:1pt;background:url('http://image-view.at.ua/site/like3.png') bottom;width:13px;height:12px;overflow:hidden;cursor:pointer;margin-right:4px;margin-top:0px}
.like2 {font-size:8pt;font-weight:bold;color:#4d6e92;}
.likex {font-size:8pt;font-weight:bold;color:#7493b4;}


/* Поделиться */
.eShare {
/* background: #e1e1e1; Цвет ФОНА дат просмотро */
 font: 14px 'Tahoma', 'Arial';
 border-radius: 5px;
 -moz-border-radius: 5px;
 color: #848484; /* Цвет категорий дат просмотро*/
/* text-transform: uppercase; */
 padding: 6px 0px;
 width: 100%;
}


.eShare1 {
/* background: #e1e1e1; Цвет ФОНА дат просмотро */
 font: 14px 'Tahoma', 'Arial';
 border-radius: 5px;
 -moz-border-radius: 5px;
 color: #848484; /* Цвет категорий дат просмотро*/
 
 
/* text-transform: uppercase; */ 
 padding: 0px 10px;
}





/*--------------------- General styles start ---------------------*/

body {
 margin: 0px;
 background-color: #ffffff;
 font: 11px 'Tahoma', 'Arial';
 color: #6b6b6b;
 text-align: center;
 
 
}

td, input, select {
 font: 11px 'Tahoma', 'Arial';
}

body a {
 /* color: #c48b49; Цвет добавить новость комментарии */
 color: #45688e;
 text-decoration: none;
 
 
}

body a:hover {
 text-decoration: underline;
 
 
}

* {}

img {border: 0px;}

/*--------------------- General styles end ---------------------*/


/*--------------------- All content start ---------------------*/

#all {
 width: 100%;
 min-width: 1124px; /* Минимальная ширина всего */
 border-right: 1px solid #d9e1e6; 
 
 
 
 
 
}

#top-stripe {
 margin: auto;
 width: 1100px;
 height: 13px;
 overflow: hidden;
/* background: url(/.s/t/798/3.jpg); */
 
}

/*--------------------- All content end ---------------------*/



/*--------------------- Header start ---------------------*/

#header {
 margin: auto;
 
 width: 1124px;
 height: 40px;
 background: url(/./site/fon2.jpg) no-repeat;
 
}

#top-menu {
 height: 40px;
 line-height: 40px;
 text-align: right;
 margin-right: 10px;
 padding-top: 1px;
 
 cursor: default;
}

#top-menu a {
 margin-top: 10px;
 display: block;
 width: auto;
 cursor: pointer;
/* color: #ffffff; Цвет ТОП меню текста */
 color: #598bc2;
 font: 12px 'Tahoma';
 text-transform: uppercase;
 line-height: 20px;
 text-decoration: none;
 margin-left: 8px;
 outline: none;
}

#top-menu a:hover span.tm, #top-menu a:hover span.tm_left, #top-menu a:hover span.tm_right {
 background-position: 0px -21px;
}

.tm_left {
 display: block;
 float: right;
 width: 5px;
 height: 21px;
/* background: url(/.s/t/798/4.png); */
 background: url(/./site/4_left_top_menu.png);
 margin-left: 8px;
}

.tm {
 display: block;
 float: right;
 height: 21px;
/* background: url(/.s/t/798/5.png); */
 background: url(/./site/5_center_top_menu.png);
}

.tm_right {
 display: block;
 float: right;
 width: 5px;
 height: 21px;
 /* background: url(/.s/t/798/6.png); */
 background: url(/./site/6_right_top_menu.png);
}

span.ico {
 padding-left: 15px;
 background-position: 0px 1px;
}

#top-menu a:hover span.ico {
 background-position: 0px -15px;
}

.home {
 background: url(/./site/home2.png) no-repeat;
}

.prof {
 background: url(/./site/prof.png) no-repeat;
}

.reg {
 background: url(/./site/prof.png) no-repeat;
}

.logout {
 background: url(/./site/logout.png) no-repeat;
}

.login {
 background: url(/./site/login.png) no-repeat;
}

.rss {
 background: url(/.s/t/798/12.png) no-repeat;
}

#sitelogo {
 float: left;
 margin-left: 10px;
 margin-top: 13px;
 width: 760px;
 height: 73px;
 overflow: hidden;
}

#sitelogo-left {
 float: left;
 width: 10px;
 height: 73px;
 background: url(/.s/t/798/13.png);
}

#sitelogo-mid {
 float: left;
 height: 73px;
 font: 40px/73px 'Tahoma';
 color: #ffffff;
 max-width: 735px;
 background: url(/.s/t/798/14.png);
}

#sitelogo-right {
 float: left;
 width: 10px;
 height: 73px;
 background: url(/.s/t/798/15.png);
}

#header-right {
 float: right;
 margin-right: 10px;
 width: 215px;
}


#gl {
 width: 135px; /* отступ поиска */
 height: 35px;
 padding-left: 10px;
 float: left;
 margin-top: 0px;
 text-align:left;
}
 

#search {
/* height: 75px; */
 /* width: 192px; */
 width: 250px;
 /* float: left;
 margin-top: 35px; */
 padding-left: 15px;
 float: left;
 margin-top: 5px;
 
 
 
}

#searchbg {
 background: url(/.s/t/798/16.png) no-repeat; /* форма поиска */
}

#today {
 text-align: right;
 height: 30px;
 font: 13px/30px 'Tahoma';
 color: #ffffff;
}

#nav {
 width: 1100px; /* ширина блока меню */
 height: 33px;
 margin: auto;
 margin-top: 0px;
 
 
 border-left: 1px solid #d9e1e6;
 border-right: 1px solid #d9e1e6;
 border-bottom: 1px solid #6295cc; /*горизонтальная линия под меню*/

 /* background-color: #ffffff; */
 background-color: #ffffff;
}

#nav-mid {}

/*--------------------- Header end ---------------------*/








/*--------------------- Main content start ---------------------*/

#content {
 width: 1100px;
 margin: auto;
 border-left: 1px solid #d9e1e6; /* Бордер Всего контента слева */
 border-right: 1px solid #ffffff; 
 
 
}

#content-top { /* Отспут между верхом и основной частью */
 width: 1100px;
 /* height: 5px; */
/* height: 0px; */
 overflow: hidden;
 /* background: url(/.s/t/798/18.png); Горионтальная широкая линия белая */
 margin-top: 0px;
 
 
}

#content-mid { 
 background: #ffffff;
 padding: 1px 0px;
 
 
 
 
 
}

#maincol {
 float: left;
 /* width: 714px; Ширина основной колонки контента */ 
 width: 804px;
 margin-left: 10px;
 padding-right: 10px; /* Отступ внутри контента справа от бордера */
 padding-top: 5px; /* Отступ сверху */
 text-align: justify;
 padding-bottom: 10px;
 border-right: 1px solid #d9e1e6; /* Бордер справа между колонками */
 
 
}

#rightcol { /* Правая колонка */
 float: right;
 width: 256px;

 margin-left: 5px; /*отступ правой колонки слева */
 margin-right: 5px;
 
 padding-top: 5px; /* Отступ сверху правой колнки */
 text-align: justify;
 
}

#soc {
 width: 256px;
 height: 44px;
 margin-bottom: 5px;
 background: url(/.s/t/798/19.png);
 
}

#soc a {
 display: block;
 width: 32px;
 height: 32px;
 float: left;
 margin-top: 6px;
 margin-left: 9px;
}

#soc a:hover {
 background-position: 0px -32px;
}

.soc-rss {
 background: url(/.s/t/798/20.png);
}

.soc-del {
 background: url(/.s/t/798/21.png);
}

.soc-facebook {
 background: url(/.s/t/798/22.png);
}

.soc-memori {
 background: url(/.s/t/798/23.png);
}

.soc-twitter {
 background: url(/.s/t/798/24.png);
}

.soc-vkontakte {
 background: url(/.s/t/798/25.png);
}




.eTitle {
 font: 13px/32px 'Tahoma';
/* color: #8b6438; */
 color: #45688e;
/* border: 1px solid #debc72; */
/* background: url(/.s/t/798/26.png) repeat-y top right; Картинка ЗАГОЛОВКА новостей */
/* background: url(/site/Zagolovok2.png) repeat-y top right; */
 padding: 0px 50px 0px 10px !important;
 /* text-transform: uppercase; 
 border-radius: 5px;
 -moz-border-radius: 5px; */
}

.eTitle a {
/* font: 13px/32px 'Tahoma'; */
 font: 14px/32px 'Tahoma'; /* Шрифт Заголовка */
 /* color: #8b6438; Цвет ЗАГОЛОВКА темы #45688e */
 color: #45688e;
}

.eTitle a:hover {}

.eMessage, .eText, .eAnswer {
 font: 11px/15px 'Tahoma';
/* color: #6b6b6b; Цвет содержания*/
 color: #000000;
 text-align: justify !important; 
 padding: 5px 10px !important; /* отступ содержания от темы сверху, и слева */

}

.cMessage {
 font: 11px 'Tahoma';
 text-align: justify !important;
}

.eDetails, .eDetails1, .eDetails2 {
/* background: #e1e1e1; Цвет ФОНА дат просмотро */
 border-radius: 5px;
 -moz-border-radius: 5px;
 color: #848484; /* Цвет категорий дат просмотро*/
 
 
/* text-transform: uppercase; */ 
 padding: 6px 10px;
}

.cBlock1, .cBlock2 {
 background: #e5e5e5; 
 border: 1px solid #cdcdcd;
 padding: 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

/*--------------------- Main content end ---------------------*/


/*--------------------- Containers start ---------------------*/

.block {
 width: 100%;
 

 
}

.block-top {
 width: 256px;
 height: 9px;
 overflow: hidden;
/* background: url(/.s/t/798/27.png) no-repeat; Шапка календаря */
 background: url(/./site/head_top.png) no-repeat;
 
}

.blocktitle {
 
 /* background: url(/.s/t/798/28.png); */
 background: url(/./site/head_middle.png); 
 
 line-height: 16px;
 font: 13px 'Tahoma';
/* text-shadow: 1px 1px #d2753d; Тень заголовка текста боковой панели */
 text-shadow: 1px 1px #3f6ea2;
 
 color: #ffffff;
 padding-left: 10px;
 text-transform: uppercase;
}

.block-between {
 width: 256px;
 height: 16px;
 overflow: hidden;
 
 
 /* background: url(/.s/t/798/29.png); */
 background: url(/./site/head_bottom1.png);
}

.blockcontent {
 text-align: left;
 /* background: url(/.s/t/798/30.png); */
 background: url(/./site/right_menu_middle_fon.png); 
 
 width: 256px;
}

.blockcontent-inside {
 
 /* Шрифт меню */
 font: 12px 'Tahoma'; 
 
 margin-left: 10px;
 padding: 1px 0px;
 width: 236px;
}

.blockbottom {
 width: 256px;
 height: 5px;
 overflow: hidden;
/* background: url(/.s/t/798/31.png); */
 background: url(/./site/right_menu_bottom_fon2.png); 
 
 margin-bottom: 5px;
}

.blockcontent ul {
 margin: 0;
 padding: 0;
}

.blockcontent li {
 margin-left: 15px;
}

.blockcontent li a {}

.blockcontent li a:hover {}

.blockcontent a {
/* color: #d5793f; Цвет шрифта содержания боковых блоков */
 color: #5d7ea1;
 
 
}

.blockcontent a:hover {}









.catsTable {
 border-collapse: collapse;
}

.catsTd {
 line-height: 18px;
 font-size: 10px;
 text-transform: uppercase;
 color: #525252;

 border-top: 1px solid #c8c8c8;
 border-bottom: 1px solid #c8c8c8;
 padding: 6px 10px;
}






.catsTd a {
 color: #525252; 
 
 
}







td.catsTd:hover {
 background: #628075; /* - цвет выделения */
 color: #ffffff;
}

td.catsTd:hover a {
 color: #ffffff;
}

.calTable td {
 font: 10px 'Tahoma'; /* - шрифт календаря */
 color: #525252;
 padding: 5px 10px;
}

a.calMonthLink {
 color: #525252;
}

td.calMdayIs, .calMdayIsA {
 color: #ffffff;
 /* background: #f19e61; Шрифт выделения в календаре */
 background: #4c90d9;
}

a.calMdayLink {
 color: #ffffff;
}

td.calWday {}

td.calWdaySe, td.calWdaySu {
 color: #ffffff;
/* background: #628075; Фон выходных календаря */
 background: #4e81b5; 
}

td.calMdayA {
 font-weight: bold;
/* color: #51041d; Сегодняшний день в календаре */
 color: #3c689a;
}

a.groupAdmin {
 color: #ff0000;
}

.swchItem span, .swchItemA span {
 
 /* background: url(/site/32_1.png) repeat-x; переключатели страниц */ 
 background: url(/site/32_1.png) repeat-x;
 padding: 3px 5px;
 color: #ffffff;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.swchItem span:hover {
 background-position: 0px -18px;
}

.swchItem span:active {
 background-position: 0px -36px;
}

.swchItem span:active {}

a.swchItem {
 color: #ffffff;
}

td.pagesinfo, td.switchActive, td.switch {
 border: 1px solid #e1e1e1;
 padding: 3px 5px;
}


td.switchActive, td.switch {
 background: #cdcccc;
}



/*---------------- Mainmenu start------------*/


#mainmenu li {
 float: left;
 /*height: 44px;*/
 height: 33px; 
 line-height: 44px;
}

#mainmenu li a {
 display: block;
 margin-top: 7px;
 margin-left: 5px; /* отступ слева колонки */
 
 font: 12px/25px 'Tahoma' ; 
 
 /* color: #35453f; цвет шрифта меню */
 color: #598bc2; 
 
 
 padding: 0px 10px;
 /* text-transform: uppercase;*/
 border: 1px solid transparent;
 white-space: nowrap;
}


#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a.uMenuItemA {
 font: 12px/25px 'Tahoma';
 color: #ffffff;
 /* background: #334640; 
 background: #6598cf; цвет фона меню*/
/* background: #6598cf; */
 background: #368ac3;
 
 
 padding: 0px 10px; /* высота ширана обводки */
 
 text-decoration: none;
/* border-left: 1px solid #19372b;
 border-top: 1px solid #19372b;
 border-right: 1px solid #f1f1f1;
 border-bottom: 1px solid #f1f1f1; */
 
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.uMenuH li {float:left;padding: 0 5px;list-style:none;}

ul.uMenuRoot {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

.uMenuV li {}

.uMenuV .uMenuItem {}

.uMenuV a {}

.uMenuV .uMenuItem a:hover {}

.uMenuV .uMenuItem a:active {}

.uMenuV a.uMenuItemA {}

.uMenuV .uMenuItem span {}

#mainmenu .x-sh {
 display: none;
}

#mainmenu .xw-tl, #mainmenu .xw-tc, #mainmenu .xw-tr, #mainmenu .xw-bl, #mainmenu .xw-bc, #mainmenu .xw-br {
 display: none;
}

#mainmenu .xw-ml, #mainmenu .xw-mr {
 padding: 0 !important;
}


#mainmenu .u-menu .u-menubody, #mainmenu .u-menu .xw-mc {
 border: 0 !important;
}

#mainmenu .u-menu .u-menuvitem {
 /*background: #344640; цвет фона подменю */
/* background: #6598cf; */
 background: #368ac3;
 
 
 
}

#mainmenu .u-menu .u-menuvitem:first-child {
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 -moz-border-radius-topleft: 5px;
 -moz-border-radius-topright: 5px
}

#mainmenu .u-menu .u-menuvitem:last-child {
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px
}

.u-menubody span {
 color: #ffffff !important; /* Цвет шрифта подменю */
 
 font: 12px 'Tahoma'; /* Размер шрифта подменю */ 
 /*text-transform: uppercase; */
}

#mainmenu .u-menu {
/* margin-left: 4px; отступ подменю*/
 margin-left: 15px;
}

#mainmenu .u-menu a {
 padding: 0px 7px; /* высота подменю */
}

#mainmenu .u-menu a.u-menuvitem {
/* border-bottom: 1px solid #586e67;
 border-top: 1px solid #2b3330; */

 border-top: 1px solid #4e7aaf; 
}


#mainmenu .u-menu .u-menuitemhl {
 /* background: #3d504a !important; цвет выделения подменю */
/* background: #568cc7 !important; */
 background: #3f97cf !important;
 
}

#mainmenu .xw-ml, #mainmenu .xw-mc, #mainmenu .xw-mr, #mainmenu .u-menubody, #mainmenu .u-menucont {
 background: none !important;
}

.u-menuarrow {
 width: 5px !important;
 height: 8px !important;
 top: 11px !important;
 right: 5px !important;
 
/* background: url(/.s/t/798/33.png) no-repeat !important; Треугольник возле меню */
}

/* Треугольник возле меню */
#mainmenu .uMenuArrow { 
 position: absolute;
 height: 5px;
 width: 17px;
 top: 100%;
 /* margin-top: -7px; */
 margin-top: -2px;
 left: 50%;
 /* margin-left: -8px; */
 margin-left: 34px;
 height: 17px;
 width: 5px;
 top: 14px;
 right: 2px;
 /* background: url(/.s/t/798/34.png) no-repeat; треугольник*/
/* background: url(/site/tr1.png) no-repeat; */
}


#mainmenu li:hover .uMenuArrow {
 display: none;
}

/*------------------- Mainmenu end -------------------*/
/*--------------------- Containers end ---------------------*/


/*--------------------- Footer start ---------------------*/

#footer {
 
 
 margin: auto; /* по центру */
 width: 1100px;
 text-align: left;
 /* border-top: 1px solid #c6c6c6; Нижняя линия сайта Цвет */
 border-top: 1px solid #6295cc;
 background: #e1e1e1;
 padding-top: 5px;
}

#copyright {
 
 float: left;
 width: 40%;
 margin-left: 10px;
 text-align: left;
}

#powered_by {
 

 
 float: right;
 width: 40%;
 margin-right: 10px;
 text-align: right;
}

#powered_by img {
 
 vertical-align: middle !important;
}

#footer-bottom {
 
 clear: both;
 width: 1000px;
 height: 5px;
 overflow: hidden;
 background: url(/.s/t/798/35.png);
 margin-bottom: 10px;
}

/*--------------------- Footer end ---------------------*/


/*--------------------- Forum start ---------------------*/

.forumContent {
}

.forumContent a {}

.forumContent table {}

.gTable, .postTable {
 background: #ffffff;
}

.gTable td {
 background: #ffffff;
 border: 1px solid #e1e1e1;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.postTable td {
 border-collapse: collapse;
 border: 1px solid #e1e1e1;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

td.postRest1, td.postRest2, td.postFirst {
 border: 0px;
}

.gTable td.gTableTop {
 padding: 0px 10px;
 border: 1px solid #debc72;
 /* background: url(/.s/t/798/26.png) no-repeat top right; Картинка заголовка новостей2 */
 background: url(/.s/t/798/26.png) no-repeat top right;
 font: 14px/32px 'Tahoma';
 color: #8b6438; 
 
 text-transform: uppercase;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.gTableTop a {
 color: #8b6438;
}

.gTableTop a:hover {}

.gTable td.gTableSubTop {
 background: #e1e1e1;
 color: #848484;
 border: 0px;
 font-size: 10px;
}

.gTableSubTop a {
 color: #848484;
}

.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd, td.threadsDetails, td.forumOnlineBar {
 padding: 4px 10px;
}

#frM6 td, #frM14 td, #frM50 td, #frM56 td, #frM59 td, #frM3 td, #frM45 td {
 padding: 4px 10px;
}

.postBottom table td {
 border: 0px;
}

.postTable td {
 padding: 4px 10px;
}

.postSeparator {
 display: none;
}

.posttdMessage {
 text-align: justify;
}

.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd {
 text-align: center !important;
}

a.TopSortLink {}

a.TopSortLink:hover {}

a.postUser {
 font-weight: bold;
}

a.forum, a.threadLink {
 font-size: 12px;
 color: #c48b49;
}

.quoteMessage {}

.forumDescr, .threadDescr {
 font-size: 10px;
 color: #a1a1a1;
}

td.postTdTop {
 background: #ff0000;
}

td.postTdTop a {}

td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd {
 padding: 2px;
}

td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{
 border: 0px;
}

td.pagesInfo, td.switch, td.switchActive {}

td.switch, td.switchActive {}

td.switch a {}

.switchActive {
 font-weight: bold;
}

/*--------------------- Forum end ---------------------*/


/*--------------------- INPUTS start ---------------------*/

input[type=submit], input[type=reset], input[type=button] {
 /* background: url(/.s/t/798/32.png); */
 background: url(/site/32_1.png);
 border: 1px solid #57696a;
 border-radius: 5px;
 -moz-border-radius: 5px;
 font: 10px 'Tahoma';
 color: #ffffff;
 text-transform: uppercase;
 cursor: pointer;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-top: 2px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
 background-position: 0px -18px;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {
 background-position: 0px -36px;
}

input[type=text], input[type=password] {
 background: #ffffff;
 border: 1px solid #abadb3;
 padding: 2px 2px;
}

input[type=text]:hover, input[type=password]:hover {
 background: #ddebe6;
}

textarea {
 background: #ffffff;
 border: 1px solid #abadb3;
 padding: 2px 2px;
}

textarea:hover {
 background: #ddebe6;
}

#mchatBtn, input.codeButtons, input.button {
 padding-left: 0px;
 padding-right: 0px;
 text-transform: none;
}

.searchForm {
 height: 27px;
 overflow: hidden;
}

#search input.queryField {
 background: none;
 width: 159px !important;
 float: left;
 border: 0px;
 font-size: 11px;
 display: inline;
 margin-top: 5px;
 padding-left: 6px;
}

#search input.queryField:hover {
 background: none;
}

#search input.queryField:focus {
 outline: none;
}

#search input.searchSbmFl {
 float: left;
 height: 27px;
 width: 33px;
 text-indent: -1000px;
 border: 0px;
 margin: 0;
 padding: 0;
 border-radius: 0px;
 -moz-border-radius: 0px;
 background: none;
 display: inline;
 cursor: pointer;
}

input.searchSbmFl:hover {
 background-position: 0px 0px;
}

textarea.commFl {
 width: 100%;
}

.commTable {
 background: #e5e5e5;
 border: 1px solid #cdcdcd;
 padding: 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

/*--------------------- INPUTS end ---------------------*/


/*--------------------- POPUP start ---------------------*/

.popup a {}

.popup {
 margin: 10px;
 background: #ffffff;
 border: 1px solid #cdcdcd;
 padding: 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.popuptitle {
/* background: url(/.s/t/798/36.gif); */
 background: url(/./site/036_2.jpg);
 height: 34px;
 font: 13px/33px 'Tahoma';
/* text-shadow: 1px 1px #d2753d; */
 
 text-shadow: 1px 1px # 73a6dc; 
 color: #ffffff;
 padding-left: 10px;
 text-transform: uppercase;
 text-align: left;
 border-radius: 5px;
 -moz-border-radius: 5px;
}

.popupbody {
 margin: 10px;
}

/*--------------------- POPUP end ---------------------*/;
 
 
 
 
 
 .queryField {width:534px !important;}
 #vk_groups_text {color:#45689e;font-size:8pt;font-weight:bold;background-color:#dae2e8;padding:2px;width:100px;position:relative;top:20px;left:30px;}


#svk {width:21px;height:21px;overflow:hidden;background:url(/site/socbut3.png) 0px 0px #ffffff no-repeat;cursor:pointer;float:left;margin-right:6px;-moz-transition-property:background;-moz-transition-duration:200ms; -o-transition-property:background-;-o-transition-duration:200ms; -ms-transition-property:background;-ms-transition-duration:200ms;transition-property:background;transition-duration:200ms;}
#svk:hover {background:url(/site/socbut.png) 0px -21px #ffffff no-repeat;}
#sfb {width:21px;height:21px;overflow:hidden;background:url(/site/socbut3.png) -42px 0px #ffffff no-repeat;cursor:pointer;float:left;margin-right:6px;-moz-transition-property:background;-moz-transition-duration:200ms; -o-transition-property:background-;-o-transition-duration:200ms; -ms-transition-property:background;-ms-transition-duration:200ms;transition-property:background;transition-duration:200ms;}
#sfb:hover {background:url(/site/socbut.png) -42px -21px #ffffff no-repeat;}
#stv {width:21px;height:21px;overflow:hidden;background:url(/site/socbut3.png) -21px 0px #ffffff no-repeat;cursor:pointer;float:left;margin-right:6px;-moz-transition-property:background;-moz-transition-duration:200ms; -o-transition-property:background-;-o-transition-duration:200ms; -ms-transition-property:background;-ms-transition-duration:200ms;transition-property:background;transition-duration:200ms;}
#stv:hover {background:url(/site/socbut.png) -21px -21px #ffffff no-repeat;}
#sok {width:21px;height:21px;overflow:hidden;background:url(/site/socbut3.png) -63px 0px #ffffff no-repeat;cursor:pointer;float:left;margin-right:6px;-moz-transition-property:background;-moz-transition-duration:200ms; -o-transition-property:background-;-o-transition-duration:200ms; -ms-transition-property:background;-ms-transition-duration:200ms;transition-property:background;transition-duration:200ms;}
#sok:hover {background:url(/site/socbut.png) -63px -21px #ffffff no-repeat;}