/* 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;
}
.dl_box a {
    font-size: 18px !important;
    margin-top: 5px !important;
    line-height: 1.5 !important;
	}
	
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:12px;	
}
textarea{
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ccc;
}
input:focus {
    outline:none;
}
button:focus{
	outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:30px;line-height:40px;margin-bottom:12px;}
h2 {font-size:24px;line-height:30px;margin-bottom:6px;}
h3 {font-size:18px;}
h4 {font-size:14px;font-family:Trebuchet MS;font-weight:bold;}
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 10px 5px;
}
html{
	padding:0px;
	background:#eee;
}
body{
	background:#eee url(../images/bg-body.png);
	font-family:"Arial", Tahoma sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0;
	color:#505050;
}
.blackline-wrap{
	width:100%;
	height:45px;
	background:#101010 url(../images/bg-x.png) 0 0 repeat-x;
}
.blackline{
	width:1000px;
	height:45px;
	margin:0 auto;
}
.nav{
	width:690px;
	height:45px;
	float:left;
	position:relative;
}
.nav ul{
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline;
}
.nav li{ 
	float: left;
	z-index:100;
	text-align:left;
	position:relative;
}
.nav li a
{
	font-size: 11px;
	color:#fff;
	line-height:45px;
	padding:0 15px;
	display: block;
	text-decoration:none;
	border-right:1px solid #000;
	box-shadow:inset 0 0 1px rgba(255,255,255,0.5);
}
.nav li a:hover {
	z-index:100;
	text-decoration:none;	
	background:#d3422e url(../images/bg-x.png) 0 -45px repeat-x;
}
.nav li a.first{
	border-left:1px solid #000;
}
.nav li a.link1{
	background:url(../images/drop-item.png) right 17px no-repeat;
	padding:0 30px 0 15px;
}
.nav li.drop:hover .link1{
    background:#101010 url(../images/drop-item.png) right 17px no-repeat;
	color:#d3422e;
}
.nav li.drop{

	display:block;
}
.nav li.drop:hover{
	
}
.nav li ul {
	z-index:500;
	display: none;
	position:absolute;
	left:0;
}
.nav li li{
	z-index:500;
	padding:0;
	display:block;
	clear:both;
}
.nav li li a {
	padding:0 10px !important;
	text-align:left;
	color:#fff;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	text-shadow:none;
	border-right:0;
	box-shadow:none;
	display:block;
	background:#101010;
	min-width:100px;
}
.nav li li a:hover {
	color:#fff;
	text-shadow:none;
	clear:both;
}
.nav li:hover ul{
	display:block;
	clear:both;
}
.searchblock{
	width:300px;
	height:30px;
	line-height:30px;
	margin:6px 0 7px 8px;
	float:left;
	background:#404040 url(../images/search.png) 0 0 repeat-x;
	box-shadow:inset 0 0 3px rgba(0,0,0,1);
	border:1px solid #606060;
	border-radius:16px;
}
.searchblock ul{
	height:30px;
	list-style:none;
	padding:0;
	display:inline;
}
.searchblock li
{ 
	float:left;
	position: relative;
	border:0;
	display:block;
	height:30px;
}
.searchblock li a
{
	float:left;
	position: relative;
	text-align:center;
}
.searchblock .searchbt input{
	margin:3px 3px 3px 0;
	width:70px;
	height:24px;
	background:url(../images/search.png) 0 -30px no-repeat;
}
.searchblock .searchbt input:hover{
	background-position: 0 -54px;
}
.searchform{
	color:#fff;
	width:215px;
	height:20px;
	line-height:20px !important;
	padding:5px 5px 5px 7px;
	border:0px;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	font:Verdana, Geneva, sans-serif;
	background:transparent;
	overflow:hidden;
}
.colorline{
	background:#d3422e url(../images/colorline.png) repeat-x;
	width:100%;
	height:5px;
}
.header-wrap{
	width:100%;
	height:100px;
	background:#fff url(../images/header-wrap.png) repeat-x;
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
}
.header{
	margin:0 auto;
	width:1000px;
}
.logo{
	width:204px;
	height:100px;
	float:left;
    margin:0 70px 0 15px;
on: -40px -120px;
}

#container{
	width:1000px;
	margin:15px auto 0 auto;
	padding-bottom:20px;
}
table.maintable{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;
}
table.maintable td{
	border:0;
	vertical-align:top;
}
#left{
	width:160px;
	padding:0 10px 0 0;
}
#middle{
	width:760px;
}
#right{
	width:220px;
	padding:0 10px 0 0;
}
.blackblock{
	border-radius:10px;
	background:#303030;
	width:220px;
	margin:0 0 10px 0;
}
.black-header{
	color:#d3422e;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	box-shadow:0 1px 1px rgba(255,255,255,0.1);
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	padding:0 10px;
}
.menu ul{
	width:220px;
	font-size: 12px;
	list-style: none;
	margin:0;
	border-radius:1px;
}
.menu li{
	position:relative;
}
.menu li a{
	font-family:Arial;
	width:200px;
	padding:0 10px;
	line-height:25px;
	font-size: 12px;	
	color:#fff;
	text-decoration:none;
	display:block;
	border-top:1px solid #202020;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.1);
}
.menu li a:hover
{   
	color:#eee;
	text-decoration:underline;
}
.menu ul span.sublink{
	font-family:Arial;
	width:220px;
	line-height:25px;
	font-size: 12px;	
	color:#fff;
	text-decoration:none;
	display:block;
	cursor: pointer;
	position:relative;
	overflow: hidden;
	border-top:1px solid #202020;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.2);
}
.bngreen ul span .opened span.sublink{
}
.menu ul span.opened,
.menu ul span.sublink:hover { 
	color:#fff;
	text-decoration:none;
	box-shadow:inset 0 1px 10px rgba(255,255,255,0.4);
}
.menu ul .sublink img { 
	width: 14px; 
	height: 14px; 
	position: absolute; 
	top: 8px; 
	right: 10px; 
	background:0 -30px no-repeat;
}
.menu ul .closed img {
	background-position: 0 0; 
}
.menu ul .opened img { 
	background-position: 0 -14px; 
}
.menu ul .submenu{
	overflow: hidden;
	padding:0;
	width:220px;
	margin:0 !important;
}
.menu ul .submenu ul{ 
	list-style: none; 
	padding: 0; 
	margin: 0 !important;
	font-size:13px;
	border-radius:0;
	box-shadow:inset 0 1px 10px rgba(0,0,0,0.4);
	background:#404040;
}
.menu ul .submenu ul li {
	margin:0;
}
.menu ul .submenu ul li a { 
	color: #ccc; 
	width:240px; 
	height:auto; 
	line-height:25px; 
	padding: 0 20px; 
	text-indent: 0; 
	border:0;
	margin:0;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.menu ul .submenu ul li a:hover{
	color:#fff;
}
.colorblock1{
	background:#d3422e;
	border-radius:10px;
	width:160px;
	margin:0 0 10px 0;
}
.colorblock2{
	background:#752f1c;
	border-radius:10px;
	width:240px;
	margin:0 0 10px 0;
}
.color-header{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:35px;
	box-shadow:0 1px 1px rgba(255,255,255,0.1);
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	padding:0 10px;	
}
.colorblock1 .color-header{
	border-bottom:1px solid #9a2f20;
}
.colorblock2 .color-header{
	border-bottom:1px solid #4f2013;
}
.left-block{
	padding:10px;
	color:#fff;
}
.left-block a{
	color:#fff;
}
a.archives{
	text-decoration:none;
	line-height:18px;
}
a.archives:hover{
	text-decoration:underline;
}
.content{
	width:740px;
	border-radius:10px;
	padding:10px;
	background:#fff;
}
.sideblock{
	width:220px;
	margin-bottom:10px;
	background:#fff;
	border-radius:10px;
	padding:0 0 10px 0;
}
.sideheader1{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:10px 50px 15px 15px; 
	background:#303030 url(../images/sideheader.png) 0 0 no-repeat;
	border-radius:10px 10px 0 0;
}
.sideheader2{
	color:#505050;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding:10px 50px 10px 15px; 
	background:#fff url(../images/sideheader.png) 0 -45px no-repeat;
	border-radius:10px 10px 0 0;
	text-shadow:0 1px 1px #fff;
}
.topnews{
	width:200px;
	padding:10px;
	border-bottom:1px solid #eee;
	height:50px;
}
.topnews:hover{
	background:#fafafa;
	border-bottom:1px solid #ccc;
}
.topimage{
	width:40px;
	height:40px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:0 20px 0 0;
	border:4px solid #eee;
}
.topimage img{
	width:40px;
	min-height:40px;
}
.topimage img:hover{
	opacity:0.9;
}
.toptitle{
	color:#505050;
	font-size:14px;
	line-height:18px;
}
.toptitle a{
	color:#d3422e;
	font-size:13px;
}
.toptitle a:hover{
	color:#303030;
}
.rek1{
	padding:10px 0;
}
/* FOOTER         */
.seotext-wrap{
	background:#303030 url(../images/footer.png) top repeat-x;
	width:100%;
	border-top:3px solid #d3422e;
	box-shadow:inset 0 5px 10px rgba(0,0,0,0.5);
}
.seotext{
	font-size:12px;
	line-height:15px;
	width:1000px;
	padding:20px 0;
	margin:0 auto;
	color:#eee;
}
.footer-wrap{
	background:#fff;
	width:100%;
	border-top:1px solid #eee;

}
.footer {	
	line-height:20px;
	width:1000px;
	padding:1px 0;
	color:#909090;
	position:relative;
	margin:0 auto;
}
.footer a{
	color:#909090;
}
.subfooter{
	float:left;
	width:280px;
	padding:20px 0;
	height:60px;
}
.footer_nav{
}
.footer_nav a{
	color:#d3422e;
	text-decoration:underline;
	margin:0 5px 0 0;
}
.footer_nav a:hover{
	color:#505050;
	text-decoration:none;
}
.counters{
	height:31px;
	width:200px;
	margin:34px 0 35px 0;
	float:right;
}
.counters span{
}
.footer-header{
	border-top:1px solid #505050;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
}
.speedbar{
	font-size:11px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 0 10px 0;
}
.speedbar a{
	color:#d3422e;
	text-decoration:underline;
	font-size:11px;
}
.speedbar a:hover{
	color:#505050;
	text-decoration:none;	
}
.sort{
	margin:0 -10px 20px -10px;
	color:#909090;
	font-size:11px;
	background:#fafafa;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	box-shadow:inset 0 2px 5px rgba(0,0,0,0.1);
}
.sort a{
	color:#d3422e;
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dashed #505050;
}
.sort a:hover{
	color:#303030;

}
.shortstory{
	padding:0 0 20px 0;
	line-height:normal;
	color:#303030;
}

.shortstory-topmargin {margin-top: -20px;}

.shortstory-menu {text-align:right;}

.shortstory img:first-child {display: block !important; float: left; width: 90px; height: auto; margin:15px 15px 0 0;}

.speedbar-hr {
    border: none;
    background-color: #e6e6fa;
    color: #e6e6fa;
    height: 1px;
    margin-bottom: 20px;
}
.shortstory-hr {
    border-top: 1px dotted;
    background-color: #e6e6fa;
    color: #e6e6fa;
    margin-top: 5px;
}
.fullstory-hr {
    border-top: 1px dotted;
    background-color: #e6e6fa;
    color: #e6e6fa;
    margin: 23px 0 5px 0;
}
.shortstory a{
	text-decoration:none;
	color:#d3422e;
}
.shortstory a:hover{
	text-decoration:underline;
	color:#303030;
}
.shorttitle{
	margin:0 0 10px 0;
	font-size:18px;
	line-height:20px;	
}
.shorttitle a{
	font-size:18px;
	text-decoration:underline;
	color:#d3422e;
	font-weight:normal;
	line-height:20px !important;
}
.shorttitle a:hover{
	text-decoration:none;
	color:#303030;
}
.short-data{
	line-height:18px;
	color:#909090;
	font-size:12px;
	margin:0 0 10px 0;
}
.short-data a{
	font-size:12px !important;
}
.views{
	float:left;
	padding:0 0 0 20px;
	background:url(../images/dataicon.png) 0 0 no-repeat;
	margin:0 10px 5px 0;
}
.comms{
	float:left;
	padding:0 0 0 20px;
	background:url(../images/dataicon.png) 0 -18px no-repeat;
	margin:0 0 5px 0;
}
.author{
	float:left;
	margin:0 10px 5px 0;
}
.date{
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #eee;
	color:#303030;
	padding:0 5px;
	border-radius:9px;
}
.short-category{
	display:block;
	float:left;
	height:20px;
	padding:0 0 0 6px;
	line-height:20px;
}
.short-favorites{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:0 0 0 5px;
}
.short-edit, .short-complaint{
	display:block;
	float:left;
	margin:0 0 0 5px;
}
.short-complaint a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/dataicon.png) 0 -36px;
}
.short-edit a{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/dataicon.png) 0 -56px;
}
.info-rating{
	font-size:11px;
    float: right;
    margin-right:10px;
}
a.readmore{
	display:inline-block;
	border-radius:12px;
	color:#d3422e;
	text-decoration:underline;
	line-height:24px;
	font-size:14px;
	margin:5px 0 0 0;
}
a.readmore:hover{
	text-decoration:none;
}

.info-print{
	background:url(../images/print.png) 0 0 no-repeat;
	padding:0 0 0 18px;
}
/* КНОПКИ */
.vbutton{
	font-family:Arial;
	background:#eee url(../images/w40.png) repeat-x;
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);	
	cursor:pointer;
	height:26px !important;
	line-height:26px !important;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:5px 0 10px 20px;
	color:#d3422e;
	border-radius:13px;
	float:left;
	border:1px solid #ccc;
	padding:0 10px;
}
.vbutton:hover{
	color:#000;
	cursor: pointer;
	background:#eee;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.1);
	text-shadow:none;
}
.cbutton{
	font-family:Arial;
	background:#eee url(../images/w40.png) repeat-x;	
	box-shadow:0 2px 3px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.3);
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:30px !important;
	line-height:28px !important;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:5px auto 10px 10px;
	color:#d3422e;
	border-radius:5px;
	text-align:center;
	float:left;
}
.cbutton:hover{
	color:#fff;
	cursor: pointer;
	border:0;
	text-shadow:none;
	background:#303030;	
}
.resbutton{
	font-family:Arial;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#d3422e;
	text-decoration:underline;
	line-height:20px;
	float:right;	
}
.resbutton:hover{
	color:#000;
	cursor: pointer;
	border:0;
}
/* NEWS POST */
.story{
	width:720px;
	padding-bottom:1px;
}
.full-story{
	width:720px;
	padding:0 0 10px 0;
	color:#505050;
	font-size:13px;
	line-height:150%;
}

.full-story a {
	color:#d3422e;
}
.full-story a:hover {
	color:#303030;
	text-decoration:none;
}
.full-story img, .shortstory img {
	margin:0 10px 10px 0;
	max-width:720px;
}
.full-story ul, .full-story ol {
	margin-left:15px;
}
.fstory{
	margin-bottom:20px;
}

.tags{
	margin:10px 0;
	background:#fafafa;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius:5px;
	line-height:18px;
	padding:6px 10px;
	color:#909090;
}
.plusobut{
	width:190px;
}
.related-block{
	position:relative;
	overflow:hidden !important;
	color:#303030;
	margin:0 -10px;
	background:#fafafa;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.related-title{
	background:#f1f1f1 url(../images/w40.png)  repeat-x;
	padding:0 10px;
	line-height:25px;
	color:#d3422e;
	text-shadow:0 1px 1px rgba(255,255,255,0.3);
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin:5px 10px;
	border-radius:5px;
	border:1px solid #ccc;	
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.related{
	width:225px;
	height:70px;
	padding:0 10px 0 0;
	overflow:hidden;
	margin:10px -10px 10px 10px;
	float:left;
}
.related-overflow{
	width:40px;
	height:40px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
	border:4px solid #eee;
}
.related-overflow img{
	width:40px;
	min-height:40px;
}
.overflow5 img:hover{
	opacity:0.9;
}
/* COMMENTS */
.addcomment{
	padding:0;
	text-align:center;
	margin:10px;
	padding:0 0 10px 0;
}
.title{
	line-height:20px;
	padding:5px 10px;
	color:#303030;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	background:#eee url(../images/w40.png) repeat-x;
	border:1px solid #eee;
}
.comments{
	width:740px;
	margin:0 -10px;
}
textarea#comments{
	height:150px;	
}
.comm-title{
	line-height:25px;
	color:#fff;
	font-size:14px;
	padding:5px 10px;
	font-weight:bold;
	background:#d3422e url(../images/bg-x.png) 0 -45px repeat-x;
	box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.comm-num{
	font-size:12px;
	color:#d3422e;
	display:inline-block;
	float:right;
	text-shadow:0 1px 1px #fff;
	background:url(../images/w30.png) repeat-x;
	line-height:20px;
	border-radius:10px;
	padding:0 7px;
	margin-top:2px;
	box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.comment{
	width:740px;
	color:#505050;
	position:relative;
	border-top:1px solid #eee;
	border-bottom: 1px solid #ccc;
	margin:0 -10px 1px -10px;
}
.comments .comment{
	margin:0 0 10px 0;
}
.comm_corner{
	position:absolute;
	width:10px;
	height:10px;
	background:url(../images/comm_bg.png) no-repeat;
	bottom:-10px;
	left:50px;
}
.comment a{
	color:#d3422e;
	text-decoration:none;
}
.comment a:hover{
	text-decoration:underline;	
}
.comment-info{
	min-height:45px;
	background:#f5f5f5;
	border-radius:5px;
	margin:10px;
	padding:5px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
}
.comment-left{
	min-height:45px;
	width:60px;
	float:left;
	margin:0 10px 0 0;
}
.comment-left img{
	width:45px;
	max-height:45px;
}
.cauthor{
	margin:0 0 5px 0;
	color:#909090;
	text-shadow:0 1px 1px #fff;
	font-style:italic;
}
.cauthor img{
	margin:-2px 0 0 5px;
}
.cauthor a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}
.comm-date{
	float:right;
	font-style:normal;
	font-size:11px;
	font-weight:bold;
}
.mass-action{
	padding:0 0 0 5px;
	height:15px;
	float:right;
}
.mass_comments_action{
	margin:0 0 0 20px;
	color:#909090;
}
.comment-user{
	line-height:25px;
	margin:5px 0 0 0;
	font-size:11px;
}
.comment-user a{
	font-size:11px;
}
.group-name{
	line-height:20px;
	font-size:12px;
	color:#d3422e;
	text-shadow:0 1px 1px #fff;
	border-radius:5px;
	border:1px solid #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
	background:#fafafa url(../images/w40.png) repeat-x ;
	display:block;
	padding:0 7px;
	font-size:11px;
	float:left;
	margin:0 10px 0 0;
}
.comment-control{
	text-align:right;
}
.comment-control a{
	margin:0 0 0 5px;
}
.comment-post{
	padding:10px;
	color:#000;
}
.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 0;
	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;
	border-radius:5px;
}
.info a{
	color:#d3422e;
}
.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:#000;
	font-size:12px;
	display:inline-block;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0 -4px 0 0 ;
}
.navigation a:hover{
	text-decoration:none;
	color:#fff;
	background:#d3422e;
}
.navigation span {
	line-height:24px !important;
	height:24px !important;
	text-decoration:none;
	padding:0 5px;
	color:#909090;
	font-size:12px;
	display:inline-block;
	border-right:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin:0 -4px 0 0 ;	
	font-weight:bold;
	color:#d3422e;
}
.nav_ext{
	background:none !important;
	color:#000 !important;
	font-weight:bold;
	box-shadow:none !important; 
}
.prev{
	border-left:1px solid #eee;
}
.next,.prev,.next span,.prev span{
	display:inline-block !important;
	font-weight:normal !important;
	color:#909090 !important;
}
.next a, .prev a{
	background:#303030 !important;
	color:#fff !important;
}
.next a:hover, .prev a:hover{
	background:#d3422e !important;
}
table.fulltable{
	width:100%;
	background:#fafafa;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:1px solid #eee;

}
table.fulltable td{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	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:150px;
	min-height:25px;
	line-height:25px;
	text-align:left;
}
.pline{
	width:200px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.import{
	color:#d3422e;
}
.line a{
	color:#d3422e;
}
.row{
	font-size:13px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fafafa;
}
.row a{
	color:#d3422e;
}
.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:#d3422e;
}
.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;
}
textarea, .txsh, .input1, .input2, .input3{
	border:1px solid #ccc;
	height:25px;	
}
.input1{
	width:340px; 
	font-family:verdana; 
	font-size:13px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	border-radius:3px;	
	padding:0 5px;
	color:#707070;
}
.input2{
	width:100px;
	padding:0 5px;
	font-size:12px;
	border-radius:3px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.input3{
	width:160px; 
	font-family:"Tahoma"; 
	font-size:12px; 	
	padding:0 5px;
	border-radius:3px;
	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;	
}
.input5{
	border:1px solid #ccc;
	background:url(../images/w30.png) repeat-x;	
	border-radius:3px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
}
.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:#d3422e;
	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 10px 0 5px;
}

.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:15px 10px;
	float:left;
	text-align:center;
	width:120px;
}
.pmlinks a{
	display:block;
	height:28px;
	padding:0 10px;
	line-height:28px;
	background:#eee url(../images/w40.png) repeat-x;
	border:1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	color:#505050;
	text-decoration:none;
	margin:0 0 5px 0;
	text-shadow:0 1px 1px #fff;
	border-radius:5px;
}
.pmlinks a:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2) !important;
	color:#d3422e;
	background:#ececec;
}
.downloadlink a{
	font-size:18px;
    margin-top:5px;
    line-height: 1.5
}
.tablepodrobnosti {
    padding: 15px 0 15px 80px;
}
/*---Показ древовидных комментариев---*/
.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;
}