/* Designed by SanderArt.com  
*/

* {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	padding:0;
}
image{
	border:0;
}
a img,:link img,:visited img,:hover img {
	border:0;
}
a{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
textarea{
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ccc;
	padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
	outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;line-height:30px;}
h2 {font-size:18px;line-height:25px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5, h6 {font-size: 13px; line-height: 15px; margin-bottom: 4px; font-weight: bold;}

input[type="checkbox"], input[type="radio"] {
	width: auto; 
	height: auto; 
	padding: 0; 
	margin: 3px 5px 5px 5px;
}
html{
	padding:0px;
	background:#fff;
}
body{
	background:#fff;
	font-family:"Arial", Tahoma sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0;
	color:#505050;
}
#container{
	width:1000px;
	margin:0 auto;
}
.header{
	width:970px;
	height:40px;
	padding:20px 15px;
}
.logo{
	width:298px;
	height:47px;
	float:left;
}
.telephone{
	color:#2e5a9d;
	font-size:16px;
	font-family:Arial Narrow;
	font-weight:bold;
	float:left;
	padding:10px 0;
	line-height:20px;
	height:20px;
	text-align:center;
	width:235px;
}
.socialb{
	width:235px;
	height:20px;
	color:#aaa;
	line-height:20px;
	font-size:12px;
	float:left;
	padding:10px 0;
	text-align:center;
}
.socialb ul{
	height:20px;
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline-block;
}
.socialb li
{ 
	float: left;
	position: relative;
	text-align:left;
	margin:0 10px 0 0;
	width:20px;
	height:20px;
}
.socialb li a
{
	width:20px;
	height:20px;
	padding:0;
	display: block;
	text-decoration:none;
	background:url(../images/socialb.png) 0 0 no-repeat;
}
.socialb li a.vkontakte{
	background-position: -40px 0;
}
.socialb li a.vkontakte:hover{
	background-position: -40px -20px;
}
.socialb li a.facebook{
	background-position: 0 0;
}
.socialb li a.facebook:hover{
	background-position: 0 -20px;
}
.socialb li a.twitter{
	background-position: -20px 0;
}
.socialb li a.twitter:hover{
	background-position: -20px -20px;
}
.searchblock{
	width:200px;
	height:18px;
	line-height:16px;
	float:right;
	margin:10px 0;
	position:relative;
}
.searchblock ul{
	height:18px;
	list-style:none;
	padding:0;
	display:inline;
}
.searchblock li
{ 
	float:left;
	position: relative;
	border:0;
	display:block;
	height:18px;
}
.searchblock li a
{
	float:left;
	position: relative;
	text-align:center;
}
li.searchbt{
	position:absolute;
	top:1px;
	right:3px;
	display:block;
}
.searchblock .searchbt input{
	width:18px;
	height:18px;
	background:url(../images/searchbt.png) 0 0 no-repeat;
}
.searchblock .searchbt input:hover{
	background-position: 0 -18px;
}
.searchform{
	color:#aaa;
	width:178px;
	height:16px;
	line-height:20px;
	padding:1px 15px 1px 5px;
	border-radius:10px;
	border:1px solid #ccc;
	font-size:12px;
	line-height:16px;
	font:Verdana, Geneva, sans-serif;
	background:transparent;
	overflow:hidden;
	transition:all 0.3s ease;
}
.searchform:focus{	color:#909090;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
}
.nav{
	width:1000px;
	height:40px;
	padding:0;
	margin:0 0 15px 0;
	border-radius:5px;
	background: url(../images/navbg.png);
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.nav ul{
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline;
	height:30px;
}
.nav li{ 
	float: left;
	z-index:100;
	text-align:left;
	position:relative;
	background:url(../images/navli.png) right no-repeat;
	padding:5px 10px;
}
.nav li a
{
	font-size: 13px;
	color:#fff;
	line-height:30px;
	padding:0 10px;
	display: block;
	font-family:Arial;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.nav li a:hover {
	z-index:100;
	text-decoration:underline;
}
.nav li a.link1{
}
.nav li.drop:hover .link1{
	background:#fff;
	border-radius:5px 5px 0 0;
	color:#000;
	text-shadow:none;
}
.nav li.drop{
	display:block;
}
.nav li.drop:hover{
	
}
.nav li ul {
	z-index:500;
	padding:10px 0 0 0; 
	opacity: 0; 
    height: 0;
    overflow: hidden;
	position:absolute !important;
	left:10px;
	margin:0;
	width:210px;
	background:#fff;
	transition:opacity 2s ease;
	display:none;
	border-radius:0 5px 5px 5px;
	box-shadow:0 4px 5px rgba(0,0,0,0.2);
}
.nav li li{
	z-index:500;
	height:25px;
	padding:0;
	display:block;
	clear:both;
	background:none;
}
.nav li li a {
	padding:0 10px !important;
	text-align:left;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	text-shadow:none;
	border-right:0;
	box-shadow:none;
	display:block;
	width:200px;
	font-weight:bold;
	color:#2e5a9d;
	text-decoration:underline;
}
.nav li li a:hover {
	text-shadow:none;
	clear:both;
	background:none;
	color:#000;
	text-decoration:none;
}
.nav li:hover ul{
	opacity:1;
	height:auto;
	clear:both;
	display:block;
}
#content{
	width:1000px;
}
.hblock{
	width:1000px;
	margin:0 0 20px 0;
}
.hheader{
	border-bottom:1px solid #bbb;
	position:relative;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 0 30px 0;
}
.hheader span{
	display:inline-block;
	position:relative;
	top:15px;
	line-height:30px;
	font-size:20px;
	color:#000;
	background:#fff;
	padding:0 10px;
	font-weight:bold;
}
.hheader span a{
	display:block;
	float:left;
	height:30px;
	margin:0;
	text-decoration:underline;
	color:#000;
	font-size:20px;
	font-weight:bold;
	line-height:30px !important;
}
.hheader span a:hover{
	color:#2e5a9d;
	text-decoration:none;
}
/* CSS carousel */

.carousel  {
   width: 1000px; /* ширина всего блока */
   position:relative;
}
.carousel-wrapper {
   width: 997px; /* ширина области карусели */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   margin:0px;
   padding:0px 0 0 2px;
   position:relative;
}
.carousel-items {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 249px; /* задаём ширину каждого элемента */
}
 
/*********** BUTTONS ***********/
.carousel-button-left, .carousel-button-right{
	display:block;
	float:left;
	margin:0 10px;
	width:30px;
	height:30px;
	background:#fff;
	text-decoration:none;
}
.carousel-button-left a, .carousel-button-right a{
   width: 30px; 
   height: 30px; 
   cursor: pointer; 
   display:block;
   text-decoration:none;
   background:url(../images/carousel-nav.png);
   border-radius:3px; 
}
.carousel-button-left a{
   background-position:0 0;
   margin:0 5px 0 0;
}
.carousel-button-left a:hover{
   background-position:0 -30px; 
}
.carousel-button-right a{
   background-position:-30px 0;
}
.carousel-button-right a:hover{
   background-position:-30px -30px;
}
.custom-1{
	width:210px;
	padding:24px 19px 19px 19px;
	overflow:hidden;
	height:200px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	transition:box-shadow 0.1s ease;
	z-index:100;
	position:relative;
}
.custom-1:hover .c1top{
	background:#2e5a9d;
}
.c1top{
	height:5px;
	width:248px;
	background:#eee;
	margin:0 0 19px 0;
	position:absolute;
	top:0;
	left:0;
}
.over210{
	width:210px;
	height:140px;
	overflow:hidden;
	margin:0 0 20px 0;
	position:relative;
}
.over210 img{
	width:210px;
	min-height:140px;
}
.over210 img:hover{
	opacity:0.9;
}
.ctitle{
	font-size:14px;
	line-height:16px;
	overflow:hidden;
	color:#303030;
}
.ctitle a{
	font-size:14px;
	text-decoration:none;
	color:#303030;
	font-weight:bold;
}
.ctitle a:hover{
	color:#2e5a9d;
	text-decoration:underline;
}
.c1{
	text-align:center;
}
	
/* CSS carousel */

.carousel2  {
   width: 1000px; /* ширина всего блока */
   position:relative;
}
.carousel-wrapper2 {
   width: 997px; /* ширина области карусели */
   overflow: hidden; /* скрываем содержимое, выходящее за рамки основной области */
   margin:0px;
   padding:0px 0 0 2px;
   position:relative;
}
.carousel-items2 {
   width: 10000px; /* устанавливаем большую ширину для набора элементов */
   position: relative; /* позиционируем блок относительно основной области карусели */
}
.carousel-block2 {
   float: left; /* выстраиваем все элементы карусели в ряд */
   width: 250px; /* задаём ширину каждого элемента */
}
 
/*********** BUTTONS ***********/
.carousel-button-left2, .carousel-button-right2{
	display:block;
	float:left;
	margin:0 10px;
	width:30px;
	height:30px;
	background:#fff;
	text-decoration:none;
}
.carousel-button-left2 a, .carousel-button-right2 a{
   width: 30px; 
   height: 30px; 
   cursor: pointer; 
   display:block;
   text-decoration:none;
   background:url(../images/carousel-nav.png);
   border-radius:3px; 
}
.carousel-button-left2 a{
   background-position:0 0;
   margin:0 5px 0 0;
}
.carousel-button-left2 a:hover{
   background-position:0 -30px; 
}
.carousel-button-right2 a{
   background-position:-30px 0;
}
.carousel-button-right2 a:hover{
   background-position:-30px -30px;
}
.custom-2{
	width:210px;
	overflow:hidden;
	position:relative;
	height:350px;
	padding:20px;
}
.c1text{
	line-height:18px;
	font-size:11px;
	max-height:108px;
	overflow:hidden;
	color:#aaa;
	margin:20px 0 0 0;
}
.vblock{
	float:left;
	width:490px;
	padding:0 10px 0 0;
}
.vblock .hheader{
	text-align:left !important;
}
.custom-3{
	width:480px;
	min-height:80px;
	margin:0 0 20px 10px;
}
.over120{
	height:80px;
	width:120px;
	overflow:hidden;
	float:left;
	margin:0 20px 0 0;
}
.over120 img{
	width:120px;
	min-height:80px;
	transition:opacity 0.2s ease;
}
.over120 img:hover{
	opacity:0.85;
}	
.c3{
	text-align:left;
}
.c3text{
	line-height:18px;
	font-size:11px;
	max-height:108px;
	overflow:hidden;
	color:#aaa;
	margin:10px 0 0 0;
}
.custom-4{
	width:480px;
	min-height:80px;
	padding:0 0 20px 10px;
}
.c4date{
	display:inline-block;
	background:#2e5a9d;
	color:#fff;
	font-size:12px;
	padding:0 5px;
	line-height:20px;
	margin:0 0 10px 0;
}
.c4title{
	font-size:15px;
	line-height:16px;
	color:#303030;
}
.c4title a{
	color:#2e5a9d;
	font-size:15px;
	text-decoration:underline;
}
.c4title a:hover{
	text-decoration:none;
	color:#303030;
}
.c4text{
	line-height:18px;
	font-size:13px;
	max-height:108px;
	overflow:hidden;
	color:#505050;
	margin:10px 0 0 0;
}
.block333{
	width:313px;
	float:left;
	padding:0 10px;
}
.block334{
	width:324px;
	float:left;
	padding:0 10px 0 0;
}
.header334{
	line-height:25px;
	padding:0 10px;
	border-top:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 10px;
	background:#fafafa;
	text-transform:uppercase;
	color:#303030;
}
.header334 a{
	font-size:14px;
	color:#303030;
	text-decoration:none;
}
.header334 a:hover{
	color:#2e5a9d;
	text-decoration:underline;
}
.custom-foto{
	width:98px;
	height:98px;
	overflow:hidden;
	position:relative;
	margin:0 0 10px 10px;
	float:left;
}
.custom-foto img{
	height:98px;
}
.foto-title{
	position:absolute;
	top:0;
	left:0;
	width:98px;
	height:98px;
	background:none;
	display:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.foto-title a{
	color:#fff;
	height:88px;
	width:88px;
	padding:5px;
	display:block;
	text-decoration:none;
	transition:all 0.5s ease;
	opacity:0;
}
.foto-title a:hover{
	opacity:1;
	background:url(../images/black60.png);
}
.custom-foto:hover .foto-title{
	display:block;
}
/* FOOTER         */
.footer {	
	line-height:20px;
	width:970px;
	padding:20px 15px;
	color:#707070;
	border-top:5px solid #bbb;
}
.footer a{
	color:#2e5a9d;
	text-decoration:none;
}
.footer a:hover{
	color:#ccc;
	text-decoration:underline;
}
.footerblock{
	width:250px;
	float:left;
	margin:0 30px;
}
.about{
	float:left;
	width:350px;
}
/* LOGIN begin  */
.loginbar{
	height:20px;
	width:250px;
	position:static;
	line-height:20px;
	margin:0 0 10px 0;
	font-size:12px;
}
.loginbar a{
	font-size:12px;
	text-decoration:none;
	color:#707070;
}
.loginbar a:hover{
	text-decoration:underline;
	color:#303030;
}
a.user{
	line-height:20px;
	display:inline-block;
	color:#2e5a9d !important;
}
.loginpanel{
	line-height:20px;
	min-width:140px;
	color:#909090;
	height:20px;
	padding:0 0 10px 0;
	float:right;
	text-align:right;
}
#loginb{
	color:#909090;
	width:270px;
	display:none;
	background:#fff;
	position:absolute;
	bottom:150px;
	left:50%;
	margin-left:-165px;
	z-index:20000 !important;
	box-shadow: 0px 0px 30px #000;
	padding:30px;
}
#loginb a{
	color:#505050;
	text-decoration:underline;
}
#loginb a:hover{
	color:#ccc;	
	text-decoration:none !important;
}
.login-close{
	position:absolute;
	background:url(../images/login-close.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
	top:-15px;
	right:-15px;
}
.login-close:hover{
	background-position: 0 -25px;
}
.profile{
	margin:0 0 15px 0;
}
.profile-left{
	width:78px;
	float:left;
	margin:0 20px 10px 0;
	border:1px solid #eee;
	padding:10px;
	border-radius:5px;
}
.profile img{
	width:80px;
	max-height:80px;
	border-radius:3px;
}
.profile ul{
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;
	color:#303030;
	float:left;
	width:150px;
}
.profile li{
	position: relative;
	height:29px;
	line-height:20px;
	margin:0;
	padding:0;
	width:150px;
	text-align:left;
}
.profile li a{
	text-align:left;
	line-height:20px;
	font-size:13px;
	color:#2e5a9d !important;
	text-decoration:underline !important;
	font-weight:normal;
}
.profile li a:hover{
	color:#303030 !important;
	text-decoration:none !important;
}
.login-logo{
	width:250px;
	height:40px;
	margin:0 auto 20px auto;
}
.login_input{
	text-align:center;
}
.login_field{
	width:270px;
	height:30px;
	line-height:35px;
	vertical-align: middle;
	font-size:15px;
	padding:0;
	color:#909090;
	background:#fff;
	margin-top:15px;
	border-radius:3px;
	text-align:left;
}
.field{
	padding:5px;
	width:260px;
	height:20px;
	color:#909090;
	font-size:15px;
	font-family:Arial;
	background:none;
	border:1px solid #ccc;
	vertical-align: middle;
	border-radius:3px;
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
}
.field:hover, .field:active, .field:focus{
	border:1px solid #aaa;
}
.field:active, .field:focus{
	border:1px solid #aaa;
}
.enter{
	height:30px;
	padding:0 10px;	
	background:#2e5a9d;
	border:1px solid #2e5a9d;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	cursor:pointer;
	margin:0 15px 0 0;
	font-weight:bold;
	color:#fff !important;
	font-size:16px !important;
	line-height:30px;
	border-radius: 3px;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	float:left;
	text-decoration:none !important;
}
.enter:hover{
	color:#000;
	background:#303030;
	text-shadow:none;
}
.lostpass{
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	background:#fafafa;
	color:#707070 !important;
	float:left;
	display:inline-block;
	font-size:14px !important;
	padding:0 10px;
	text-decoration:none !important;
	border-radius: 3px;
}
.lostpass:hover{
	color:#505050 !important;
	border:1px solid #aaa;
	background:#f1f1f1;
}
.not_save{
	font-size:12px;
	padding:0;
	margin:15px 0 5px 0;
	height:20px;
	text-align:left;
}
#login_overlay {
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  -moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 10000; /* Заведомо быть НАД другими элементами */
  display:none;
}
/* LOGIN end  */
/* КНОПКИ */
.vbutton{
	font-family:Arial;
	background:#2e5a9d;
	cursor:pointer;
	width:100px;
	height:30px !important;
	line-height:30px !important;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:5px 0 10px 12px;
	color:#fff;
	border-radius:3px;
	float:left;
	border:0;
}
.vbutton:active, .resbutton:active{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.vbutton:hover, .resbutton:hover{
	color:#fff;
	cursor: pointer;
	border:0;
	background:#404040;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow:none;
}
.cbutton{
	font-family:Arial;
	background:#2e5a9d url(../images/cbutton.png);	
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	border:1px solid #2e5a9d;
	cursor:pointer;
	width:105px;
	height:32px !important;
	line-height:30px !important;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:5px auto 10px 10px;
	color:#fff;
	border-radius:3px;
	text-align:center;
	float:left;
}
.cbutton:hover{
	color:#fff;
	cursor: pointer;
	border:0;
	text-shadow:none;
	background:#303030;	
}
.resbutton{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px !important;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:13px;	
	float:left;
	height:26px;
	width:50px;
	text-align:center;
	margin:5px 0 0 12px;
	background:#2e5a9d;
	border-radius:2px;
	padding:2px 0;
}
.speedbar{
	font-size:13px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 10px 15px 10px;
}
.speedbar a{
	color:#303030;
	text-decoration:underline;
	font-size:12px;
}
.speedbar a:hover{	
	color:#2e5a9d;
	text-decoration:none;
}
.sort{
	margin:0 10px 20px 10px;
	color:#909090;
}
.sort a{
	color:#303030;
	text-decoration:none;
	border-bottom:1px dotted #909090;
}
.sort a:hover{
	color:#2e5a9d;
	border-bottom:1px solid #2e5a9d;
}
.shortstory{
	margin:0 10px 20px 10px;
	border-bottom:1px solid #ccc;	
	line-height:20px;
	font-size:14px;
}
.shortstory a{
	text-decoration:none;
	color:#2e5a9d;
}
.shortstory a:hover{
	text-decoration:underline;
	color:#303030;
}
.over240{
	position:relative;
	width:240px;
	height:160px;
	overflow:hidden;
	float:left;
	margin:0 20px 20px 0;
}
.over240 img{
	width:240px;
	min-height:160px;
	transition:opacity 0.2s ease;
}
.over240 img:hover{
	opacity:0.85;
}
.shortstory img{
	max-width:660px;
	margin:0 10px 10px 0;
}
.shorttitle{
	margin:0 0 10px 0;
}
.shorttitle a{
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#303030;
}
.shorttitle a:hover{
	text-decoration:underline;
	color:#2e5a9d;
}

/* NEWS POST */
.full-story, .tagscloud{
	width:980px;
	padding:5px 10px 10px 10px;
	color:#505050;
	font-size:14px;
	line-height:150%;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border-radius:5px;
	margin:0 0 20px 0;
}
.full-story a {
	color:#2e5a9d;
	font-size:14px;
}
.full-story a:hover {
	color:#303030;
	text-decoration:none;
}
.full-story img {
	margin:0 10px 10px 0;
	max-width:980px;
}
.full-story ul, .full-story ol {
	margin-left:15px;
}
.post-title{
	font-size:20px !important;
	color:#2e5a9d;
	text-decoration:none;
	font-family:"Arial";
	line-height:25px;
	margin-bottom:5px;
	position:relative;
	padding:5px 0;
}
.post-title h1, post-title a h1{
	font-size:20px !important;
	display:inline;
}
.post-title a{
	font-weight:bold;
	color:#2e5a9d;
	font-size:18px !important;
	text-decoration:underline;
	font-family:"Arial";
}
.post-title a:hover{
	color:#303030;
	text-decoration:underline;
}
.full-info{
	font-size:11px;
	color:#909090;
	margin:0 0 5px 0;
	height:20px;
	padding:5px 0 0 0;
	line-height:14px;
}
.full-info a{
	font-size:11px;
	color:#303030;
	text-decoration:underline;
}
.full-info a:hover{
	text-decoration:none;
}
.print{
	background:url(../images/print.png) no-repeat;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
	float:left;
}
.fstory{
	margin-bottom:20px;
}
.fstory h2, .fstory h3{
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	color:#2e5a9d;
}
.plusobut{
	width:190px;
}
.related-block{
	position:relative;
	overflow:hidden !important;
	color:#303030;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	border-radius:5px;
}
.related-block .custom-3{
	float:left;
	height:80px;
	overflow:hidden;
	
}
/* COMMENTS */
.addcomment{
	padding:0;
	text-align:center;
	margin:10px 0;
	padding:0 0 10px 0;
	width:690px;
}
.title{
	line-height:20px;
	padding:5px 10px;
	color:#2e5a9d;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
}
.comments{
	width:700px;
	margin:0 ;
}
textarea#comments{
	height:100px;	
}
.comm-title{
	line-height:20px;
	color:#2e5a9d;
	font-size:16px;
	margin:20px 10px 0 0;
	padding:5px 10px;
	font-weight:bold;
}
.comm-title span{
	color:#909090;
}
.comment{
	width:100%;
	color:#505050;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	position:relative;
	border-top:1px solid #ccc;
	background:#fafafa;
}
.comment a{
	color:#2e5a9d;
	text-decoration:none;
}
.comment a:hover{
	text-decoration:underline;	
}
.comment table{
	margin:0;
	padding:0;
}
.comment-left{
	max-height:100px;
	width:60px;
	padding:0 10px 10px 10px;
	font-size:11px;
	float:left;
}
.comment-left a{
	color:#000;
	font-weight:bold;
}
.comment-left img{
	width:60px;
	max-height:60px;
}
.comment-right{
	width:calc(100% - 90px);
	padding:0 5px;
	font-size:14px;
	min-height:40px;
	float:left;
	margin:0;
	position:relative;
	border-radius:3px;
}
.comment-right a{
	color:#2e5a9d;
	font-weight:bold;
}
.comm-data{
	color:#909090;
	margin-bottom:10px !important;
	display:block;
	font-size:12px;
	font-style:italic;
}
.comment-right a{
	font-size:12px;
}
.comment:hover .comment-title-hover{
	display:block;
}
.comment-title-hover{
	height:15px;
	line-height:15px;
	width:400px;
	padding:0;
	font-size:12px;
	color:#505050;
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	z-index:10;	
	text-align:right;
}
.comment-title-hover a{
	color:#2e5a9d;
	font-size:11px;
	text-decoration:none;
}
.comment-title-hover a:hover{
	color:#505050;
	text-decoration:underline;
}
.comment-title-hover span{
	float:right;
}
.comment-number{
	color:#fff !important;
	padding:0 3px;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	float:right;
	background:#505050;
}
.mass-action{
	padding:0 5px;
	height:15px;
	float:right;
}
.mass_comments_action{
	margin:0 0 0 20px;
	color:#909090;
}
.comment-news{
	margin:5px 0 !important;
}
.comment-news a{
	text-decoration:underline;
	font-size:13px !important;	
}
.comment-news a:hover{
	text-decoration:none;
	color:#ccc;
}
.info{
	min-height:35px;
	margin:10px;
	color:#707070;
	background:#f5f5f5 url(../images/sign.png) 	5px 5px no-repeat;
	padding:10px 5px 10px 60px;
	font-size:12px;
	line-height:15px;
	border:1px solid #eee;
	text-shadow:0 1px 0 #fff;
}
.info a{
	color:#2e5a9d;
}
.navigation{
	height:30px;
	width:100%;
	color:#000;
	margin:10px auto;
	padding:15px 0;
	font-size:14px;
	clear:both;
	text-align:center !important;	
}
.navigation b{
	font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	line-height:24px !important;
	height:24px;
	text-decoration:none;
	padding:0 9px;
	color:#303030;
	font-size:14px;
	display:inline-block;
	border-radius:2px;
	font-weight:bold;
}
.navigation a:hover{
	text-decoration:underline;
	color:#2e5a9d;
}
.navigation span {
	line-height:24px !important;
	height:24px !important;
	text-decoration:none;
	padding:0 7px;
	color:#fff;
	font-size:14px;
	display:inline-block;
	background:#2e5a9d;
	border-radius:2px;
}
.nav_ext{
	background:none !important;
	color:#909090 !important;
	font-weight:bold;
	box-shadow:none !important; 
}
.next,.prev{
	display:inline-block !important;
	font-weight:normal;
}
.next span,.prev span{
	background:none !important;
	color:#909090;
}
.next a, .prev a{
	background:#eee !important;
	text-decoration:none !important;
}
.next a:hover, .prev a:hover{
	background:#ccc !important;
}
table.fulltable{
	width:100%;
	background:#fafafa;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;

}
table.fulltable td{
	border-top:1px solid #fff;
	padding:10px 10px;
}
.line{
	margin:5px 0;
	padding:5px 15px;
	border:1px solid #e0e0e0;
	background:#fafafa;
	min-height:20px;
	text-align:left;
	font-size:13px;
}
.sline{
	width:160px;
	min-height:25px;
	line-height:25px;
	text-align:left;
}
.pline{
	width:400px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.import{
	color:#2e5a9d;
}
.line a{
	color:#2e5a9d;
}
.row{
	font-size:13px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fafafa;
}
.row a{
	color:#2e5a9d;
}
.row h{
	min-width:150px;
	padding:3px;
	margin:0 0 10px 0;
}
.poll{
	background:#fafafa;
	padding:5px 10px;
	margin:5px 0 10px 0;
	border:1px solid #eee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.poll b{
	border-bottom:1px solid #303030;
}
.userstop{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	border-collapse:collapse;
}
.userstop thead {
	font-family:Arial;
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	color:#303030;
	background:url(../images/white.png) repeat-x;
}
.userstop table {
	border-collapse:collapse;
}
.userstop td {
	text-align:center;
	height:25px;
	padding:0px;
	border:1px solid #ccc;
}
.userstop a {
	font-size:11px;
	text-decoration:none;
	color:#2e5a9d;
}
.userstop a:hover {
	text-decoration: none;
}
.stat{
	color:#707070;
	font-size:13px;
	font-weight:bold;
	min-height:15px;
	margin:0 20px 0 20px;
	padding:2px 0 5px 0;
	border-bottom:1px solid #e0e0e0;
}
.stat span{
	float:right;
	font-weight:normal;
}
.stat a{
	font-size:13px;
	text-decoration:none;
}
.h-row{
	color:#505050;
	background:#f1f1f1;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 0 0;
	line-height:30px;
}
textarea, .txsh, .input1, .input2, .input3{
	border:1px solid #ccc;
	height:25px;	
}
textarea:focus, .f_textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover{
box-shadow:0 0 5px rgba(44,163,255,0.4);
border:1px solid #2ca3ff;
}
.input1{
	width:340px; 
	font-family:verdana; 
	font-size:13px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	padding:0 5px;
	color:#707070;
}
.input2{
	width:100px;
	padding:0 5px;
	font-size:12px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.input3{
	width:223px; 
	font-family:"Tahoma"; 
	font-size:12px; 	
	padding:0 5px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.input4{
	width:312px;
	height:100px;
	font-family:verdana; 
	font-size:12px;	
	border:1px solid #ccc;	
}
.clear {
	margin:0;
	padding:0;
	height:0px;
	clear:both;
	width:100%;
}
table{
	background:transparent;
	border:0px;
	border-collapse:separate;
}
table td{
	text-align:left;
	padding:0px;
	background:transparent;
}
select {
	font-size: 11px;
	font-family: tahoma;
}
.stext {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
	color: #0084ff;
	text-decoration:none;
}
.stext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.ntitle {
	color: #CC00FF;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	padding:11px 0 0 6px;
}
.ntitle a {
	color: #0084ff;
	text-decoration: underline;
}
.ntitle a:hover {
	text-decoration:none;
}
.ui-dialog fieldset{
	padding:5px;
	color:#2e5a9d;
	border:1px solid #505050;
}
.pm_status {
	float:left;
	background:#fff;
	padding:0 0 10px 0;
	border:1px solid #eee;
	width: 330px;
	height: 100px;
	margin:5px 15px 0 10px;
}

.pm_status_head {
	font-size: 0.9em; 
	background:#eee url(../images/w40.png) repeat-x;
	height: 25px;
	line-height:25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #505050;
	font-size:14px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.pm_status_content {
	padding: 5px;
}
.pmlinks{
	padding:10px 10px;
	float:left;
	text-align:center;
	width:250px;
}
.pmlinks a{
	display:block;
	height:30px;
	padding:0 10px;
	line-height:30px;
	background:#eee url(../images/w40.png) repeat-x;
	color:#505050;
	text-decoration:none;
	margin:0 10px 5px 10px;
	text-shadow:0 1px 1px #fff;
	border:1px solid #ccc;
	border-radius:3px;
}
.pmlinks a:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2) !important;
	color:#2e5a9d;
	background:#ececec;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#coin-slider{ background-size:1000px auto !important; border-radius:5px;}
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a{ text-decoration: none; outline: none; border: none;background-size:1000px auto; }

.cs-buttons { font-size: 0px; padding: 5px; float: left;margin-top:5px; }
.cs-buttons a { background:#ddd; margin:0 5px 0 0; height: 10px; width: 20px; float: left; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background:#2e5a9d !important; color: #FFFFFF; }
.cs-buttons a:hover{
	background:#505050;
}
.cs-title {  width:980px; position:relative; bottom:0 !important; left:0 !important;padding:5px 10px;line-height:30px; font-size:20px;background:url(../images/black50.png); color: #FFFFFF;z-index:510 !important; display:inline;opacity:1.0 !important; text-shadow:0 1px 1px rgba(0,0,0,0.5)}

.cs-prev {display:block;width:50px;height:50px;background:url(../images/slider-nav.png) 0 0;background-size:auto !important; opacity:1.0 !important; top:125px !important;}
.cs-next {display:block;width:50px;height:50px;background:url(../images/slider-nav.png) -50px 0;background-size:auto !important; opacity:1.0 !important;  top:125px !important; }
.cs-prev:hover{background-position:0 -50px;}
.cs-next:hover{background-position:-50px -50px;}

.slider{
	width:1000px;
	height:330px;
}
.ratebox2 {
  float: left;
  margin-top: 10px;
}

.ratebox3 {
  float: left;
  margin-top: 10px;
}

.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
}
.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.srating2{
    margin-top: -20px;
    height: 24px;
    display: inline-block;
}
.reset li{
    float: left;
}

.ratingzero {
  color: #6c838e;
}

.ratingtypeplusminus {
  padding: 0px 5px;
}

.ratingtypeplus {
  color: #6c838e;
  padding: 0px 0px 0px 5px;
}

.ratingplus {
  color: green;
}

.ratingminus {
  color: red;
}
/*---Показ древовидных комментариев---*/
.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-tree-list .comments-tree-list {
  padding-left: 30px;
}

.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}

/*---Форма быстрого ответа на комментарий---*/

#dlefastreplycomments {
  padding:5px;
  background: #e4ecf0;
  margin: 5px 5px 5px 30px;
}

.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff url("../images/fields.png") repeat-x;
}

/*---Вывод результатов голосования на сайте---*/
.pollallvotes {
  text-align: center;
  margin-top: 10px;
}