@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic-ext,cyrillic);

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&subset=latin,cyrillic-ext,cyrillic);narrow

                                                                                                                 
* {
    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:#cd1d1f;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family:Arial, sans-serif;}
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;}
ul, ol{
    padding: 0;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin: 3px 5px 5px 5px;
}
.nav li a, .hheader, .sidetitle, .vtitle{
    font-family: PT Sans Narrow, sans-serif;
}
.shorttitle, .short-info, .htitle, .menutitle, .addcommenttitle, .nogallery{
    font-family: PT Sans Caption, sans-serif;
}
html{
    padding:0px;
}
body{
    background:#fff;
    font-family:"Arial", Tahoma sans-serif;
    font-size:12px;
    height:100%;
    margin:0;
    padding:0;
    color:#303030;
}
.colorline-holder{
    height: 30px;
    background: #cd1d1f;
    width: 100%;
}
.colorline{
    width: 990px;
    height: 30px;   
    margin: 0 auto; 
}
.colorline ul{
    font-size:13px;
    list-style:none;
    margin:0;
    padding:7px 0;
    height:16px;
    float: left;
}
.colorline li{ 
    display:block;
    z-index:100;
    position:relative;
    float: left;
    height: 16px;
    padding:0 15px;
    border-right:1px solid rgba(255,255,255,0.3);
}
.colorline li a{
    font-size: 12px;
    color:#fff;
    line-height:16px;
    display: block;
    text-decoration:none;
    transition: ease 0.2s background;
}
.colorline li:first-child{
    padding: 0 15px 0 0;
}
.colorline li a:hover {
    z-index:100;
    text-decoration: underline;
}
/* Пошук */
.searchblock{
    height:30px;
    position:relative;
    float: right;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
}
.searchform{
    color:#fff;
    width:50px;
    height:16px;
    line-height:16px;
    padding: 7px 40px 7px 10px;
    border:0;
    font-size:13px;
    background:transparent;
    overflow:hidden;
    transition: ease 0.3s all;
}
.searchform:focus{
    width:130px;
    background: rgba(0,0,0,0.2);
}
input.searchbt {
    width:30px;
    height:30px;
    background: url(../images/sprite.png) 0 -180px no-repeat;
    position:absolute;
    top:0;
    right:0;
}
.blackline-holder{
    width:100%;
    height: 60px;
    background: #303030;
}
.blackline{
    width:990px;
    height: 40px;
    padding:10px 0;
    margin: 0 auto;
}
.logo{
    width:250px;
    height:40px;
    float: left;
}
.logo a{
    display: block;
    float: left;
    transition: all 0.2s ease;
}
.logo a:hover{
    opacity: 0.8;
}
.nav{
    width:740px;
    float: left;
    height:40px;
    z-index: 1000;
}
.nav ul{
    font-size:13px;
    list-style:none;
    margin:0;
    padding:5px 0;
    height:30px;
}
.nav li{ 
    display:block;
    z-index:100;
    position:relative;
    float: left;
    height: 30px;
}
.nav li a
{
    font-size: 15px;
    color:#fff;
    line-height:30px;
    padding:0 15px;
    display: block;
    text-decoration:none;
    border-right:1px solid rgba(255,255,255,0.2);
    transition: ease 0.2s background;
}
.nav li a:hover {
    z-index:100;
    text-decoration: underline;
    color:#cd1d1f;
}

.nav li a.link1{
    background: url(../images/sprite.png) right -210px no-repeat;
    padding:0 20px 0 15px;
}
.nav li.drop:hover .link1{
    background: #cd1d1f url(../images/sprite.png) right -210px no-repeat;
    color: #fff;
    text-decoration: underline;
}
.nav li.drop{
    display:inline-block;
    zoom: 1;
    *display:inline;
}
.nav li.drop:hover{
}
.nav li ul {
    z-index:500; 
    opacity: 0; 
    height: 0;
    overflow: hidden;
    position:absolute !important;
    left:0;
    margin:0;
    padding: 0;
    background:#cd1d1f;
    transition:all 0.2s ease;
    min-width:160px;
    text-align: left;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.nav li li{
    z-index:500;
    height:30px;
    padding:0;
    display:block;
    clear:both;
    float:none;
    margin:0;
    border-right: 0 !important;
}
.nav li li a {
    padding:0 10px !important;
    text-align:left;
    font-size:14px;
    line-height:30px !important;
    text-decoration:none;
    box-shadow:none;
    display:block;
    font-weight:normal;
    float:none;
    border-right: 0 !important;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.nav li li a:hover {
    clear:both;
    color:#fff;
    background: #303030;
    background: rgba(0,0,0,0.5);
}
.nav li:hover ul{
    opacity:1;
    height:auto;
    clear:both;
    display:block;
}
.header-image{
    width: 100%;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
}
.header{
    width: 990px;
    margin: 0 auto;
    height: 400px;
    position: relative;
}
.header-text{
    position:absolute;
    margin: 20px 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 26px;
}
.header-text span{    
    background: #000;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    padding: 5px 0;
}
.header-contacts{     
    background: #000;
    background: rgba(0,0,0,0.7);
    color: #bbb;
    position:absolute;
    margin: 20px 0;
    padding: 15px 15px 5px 15px;  
    top: 0;
    left: 0;
}
.header-contacts a{
    color: #fff;
}





#container{
    width:990px;
    margin:0 auto;
    background: #fff;
}
.rek97090{
    width:100%;
    text-align: center;
    padding:10px 0 0 0;
}


.slogan{
    display: block;
    height: 40px;
    line-height: 20px;
    width:350px;
    color: #f0a573;
    font-size: 16px;
    float: left;
    margin: 0 30px;
}
.r46860{
    width:468px;
    height:60px;
    float: left;
    margin: 5px 0 5px 10px;
}
.header-right{
    width:230px;
    float: right;
    height: 40px;
}


/* LOGIN begin  */
.loginbar{
    float:right;
    height:40px;
    position:static;
    width:40px;
    overflow: hidden;
    text-align: left;
}
.loginbar a{
    font-size:11px;
    text-decoration:underline;
}
.loginbar a:hover{
    text-decoration:none;
}
.login-name{
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-size: 14px;
}
.userbutton{
    width:30px;
    height: 30px;
    float: right;
    background:url(../images/sprite.png) 0 -240px no-repeat;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.userbutton:hover{
    opacity: 0.8;
}
.loginpanel{
    line-height:20px;
    min-width:140px;
    color:#eee;
    height:20px;
    float:right;
    text-align:right;
}
#loginb{
    width:300px;
    display:none;
    background:#fff;
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-150px;
    z-index:20000 !important;
    box-shadow: 0px 0px 30px #000;
    padding:0;
    border-top:3px solid #cd1d1f;
    border-radius: 0 0 2px 2px;
}
#loginb a{
    color:#cd1d1f;
}
#loginb a:hover{
    text-decoration: none !important;
}
.logheader{
    height:40px;
    margin:0 0 10px 0;
    position:relative;
    color:#fff;
    font-size:16px;
    text-align: center;
    background: #303030;
    padding: 10px 0;
}
.login-close{
    position:absolute;
    background:url(../images/sprite.png) 0 -387px no-repeat;
    width:13px;
    height:13px;
    cursor:pointer;
    top:5px;
    right:5px;
    opacity: 0.7;
}
.login-close:hover{
    opacity: 1;
}
.profile{
    margin:0 20px 15px 20px;
}
.profile-left{
    width:78px;
    float:left;
    margin:0 20px 0 0;
    border:1px solid #e5e5e5;
    padding:10px;
}
.profile img{
    width:80px;
    max-height:80px;
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
}
.profile ul{
    list-style: none;
    margin:0;
    padding:0;
    font-size:12px;
    color:#303030;
    float:left;
    width:120px;
}
.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:12px;
    color:#cd1d1f !important;
    text-decoration:underline !important;
    font-weight:normal;
}
.profile li a:hover{
    color:#303030 !important;
    text-decoration:none !important;
}
.login_input{
    margin: 0 20px 20px 20px;
}
.login_input a{
    font-size:12px;
    line-height:40px;
}
.login_field{
    width:260px;
    height:35px;
    line-height:35px;
    vertical-align: middle;
    font-size:15px;
    padding:0;
    color:#909090;
    background:#fff;
    margin:15px 0;
    text-align:left;
}
.field{
    padding:5px;
    width:248px;
    height:25px;
    line-height:25px;
    color:#909090;
    font-size:15px;
    font-family:Arial;
    background:#fff url(../images/fields.png) top repeat-x;
    border:1px solid #ccc;
    vertical-align: middle;
    box-shadow:inset 0 0 2px rgba(0,0,0,0.1); 
}
.field:hover, .field:active, .field:focus{
    border:1px solid #909090 !important;
}
.loginbottom{
    padding:0 20px 20px 20px;
    line-height: 15px;
}
.loginbottom a{
    font-size: 12px;
}
.loginbutton{
    cursor: pointer;
    padding: 0 30px;
    float: right;
    height: 40px;
    line-height: 40px;
    border: 0;
    background:#cd1d1f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}
.loginbutton:hover{
    background: #303030;
}
.not_save{
    font-size:12px;
    padding:0;
    margin:10px 0;
    height:20px;
    text-align:left;
    float: left;
}
a.adminbutton{
    width:170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #ddd;
    color: #303030;
    float: left;
    display: block;
    text-decoration:none !important;
    font-size: 15px;
    font-weight: bold;
    box-shadow:inset 0 5px 10px -5px rgba(0,0,0,0.1);
}
a.adminbutton:hover, a.enterbutton:hover{
    background: #f1f1f1;
    color: #000 !important;
    box-shadow:inset 0 5px 10px -5px rgba(0,0,0,0.2);
}
a.enterbutton{
    width:129px;
    height:40px;
    line-height:40px;
    text-align:center;
    text-decoration:none !important;
    font-size:15px;
    display:block;
    float:left;
    color: #303030;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: bold;
    box-shadow:inset 0 5px 10px -5px rgba(0,0,0,0.1);
}
.enterbutton:active, .adminbutton:active{
    box-shadow:inset 0 5px 10px -5px rgba(0,0,0,0.3) !important;
}
.enterbutton:hover{
    color:#fff;
    background:#303030;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
    text-shadow:none;
}	
#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  */






#content{
    width: 990px;
}
#left{
    width:750px;
    float:left;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
}
#right{
    width:240px;
    float:right;
    padding:20px 0 0 0;
}
.hblock{
    margin: 0 0 20px 0;
}
.hheader{
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin: 0 20px 20px 0;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ddd;
    color: #707070;
}
.hheader a{
    font-size: 22px;
    color: #707070;
    text-decoration: underline;
}
.hheader a:hover{
    text-decoration: none;
    color: #303030;
}
/*  Вкладки  */
.cblock{
    margin: 0 20px 20px 0;
}
.htitle{
    height: 40px;
    padding: 0 0 1px 0;
}
.htitle span{
    color:#909090 ;
    font-size:14px;
    line-height:40px;
    text-align:center;
    display: block;
    float: left;
    font-weight: bold;
    text-decoration:none;
    padding:0 15px;
    border-radius: 5px 5px 0 0;
    border:1px solid #ddd;
    border-bottom: 0;
    margin: 0 10px 0 0;
}
.htitle span:hover{
    cursor:pointer;
    color: #cd1d1f;
}
.active-ttab{
    color:#fff !important;
    background:#cd1d1f !important;
    background: linear-gradient(to top, #cd1d1f, #ec3e3d) !important;
    border: 0 !important;
    border-bottom: 1px solid #cd1d1f !important;
}
.index-panel{    
    background: #fafafa;
    border: 1px solid #cd1d1f;
    border-top: 3px solid #cd1d1f;
    padding: 20px 0 0 0;
}
.tt-panel{
    display:none;  
}



.vblock{
    margin: 0 20px 0 0;
    width:355px;
    float: left;
}
.vblock .hheader, .about .hheader{
    margin: 0 0 20px 0;
}

.rek{
    text-align: center;
}
.vtitle, .sidetitle{
    color:#707070;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
    margin: 0 0 20px 0;
}
.vtitle a, .sidetitle a{
    font-size: 18px;
    color:#707070;
    text-decoration: underline;
}
.vtitle a:hover, .sidetitle a:hover{
    text-decoration: none;
    color: #303030;
}


.title{
    color: #303030;
}
.title a{
    color: #303030;
    text-decoration: underline;
}
.title a:hover{
    text-decoration: none;
    color: #cd1d1f;
}
.cdata{
    margin: 5px 0 0 0;
    font-size: 11px;
    color: #909090;
}
.date{
    margin: 0 10px 0 0;
    float: left;
    color: #909090;
    font-size: 12px;
}
.views{
    line-height:15px;
    margin: 0 10px 0 0;
    float: left;
    background:#cd1d1f url(../images/sprite.png) -25px -248px no-repeat;
    padding: 0 5px 0 20px;
    color: #fff;
}
.ccat{
    font-size: 11px;
    line-height: 13px;
}
.ccat a{
    color:  #cd1d1f;
    font-size: 11px;
    text-decoration: none;
}
.ccat a:hover{
    color: #505050;
    text-decoration: none;
}

/* custom-1.tpl */
.custom1{
    margin:0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.custom1 .date{
    float: none;
}
.custom1 .title{
    font-size: 14px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}
.custom1 .title a{
    font-size: 14px;
}

/* custom2.tpl */
.custom2{
    width:230px;
    height: 172px;
    margin:0 20px 20px 0;
    overflow: hidden;
    position: relative;
    float: left;
}
.custom2 a.full-link{
    width:230px;
    height: 172px;
    display:block;
    float: left;
    overflow: hidden;
    position: relative;
}
.custom2 a.full-link img{
    width:230px;
    min-height:172px;
}
.custom2 .title{
    position: absolute;
    bottom:0;
    left: 0;
    min-height: 16px;
    width:206px;
    background: #303030;
    background: rgba(48,48,48,0.7);
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    color: #fff;
    padding:10px 12px;
}
.custom2 .title span{
    color:#ffb01f;
    float: right;
}
.description{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 16px;
    background: #303030;
    background: rgba(48,48,48,0.8);
    color: #fff;
    width:198px;
    height: 152px;
    opacity: 0;
    transition: opacity 0.2s ease;
    line-height: 18px;
}
.description span{
    font-weight: bold;
    margin: 0 0 0 10px;
}
.custom2 a.full-link:hover .description{
    opacity: 1;
}


/* custom3.tpl */
.custom3{
    width:150px;
    position: relative;
    float: left;
    margin: 0 5px 20px 5px;
    overflow: hidden;
    margin:0 16px 20px 16px;
}
.custom3 a.full-link{
    width:150px;
    height: 100px;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}
 .custom3 a.full-link img{
    width:150px;
    min-height: 100px;
    transition: opacity 0.2s ease;
}
 .custom3 a.full-link img:hover{
    opacity: 0.8;
}
.custom3 .title{
    font-size: 13px;
    line-height:15px;
	height: 55px;
    max-height: 60px;
    font-weight: bold;
    overflow: hidden;
}
.custom3 .title a{
    font-size: 13px;
    color: #303030;
    text-decoration: none !important;
}
.custom3 .title a:hover{
    color: #cd1d1f;
}
.custom3 .text, .related-news .text{
    color:#909090;
    margin: 10px 0 0 0;
}
.views3{
    position: absolute;
    top:35px;
    left: 55px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 20px;    
    background:#cd1d1f url(../images/sprite.png) -25px -240px no-repeat;
    transition: ease 0.2s top;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}
.custom3 a.full-link:hover .views3{
    top:150px;
}
.play3{
    width: 40px;
    height: 40px;
    background: #cd1d1f url(../images/sprite.png) 0 -340px no-repeat;
    display: block;
    position: absolute;
    top: -100px;
    left: 55px;
    transition: ease 0.2s top;
}
.custom3 a.full-link:hover .play3{
    top:30px;
}
/* custom4.tpl */
.custom4{
    margin:0 0 20px 10px;
    position: relative;
}
.custom4:before{
    content: "";
    position: absolute;
    left:-10px;
    top: 7px;
    width:5px;
    height: 5px;
    border-radius: 1px;
    background: #cd1d1f;
}
.custom4 .title{
    font-size: 14px;
    line-height: 18px;
}
.custom4 .title a{
    font-size: 14px;
}
.custom4 .text{
    color:#909090;
    margin: 5px 0 0 0;
}





.sideblock{
    width:240px;
    margin:0 0 20px 0;
}
.sideblock a{
    color:#303030 ;
}
.sideblock a:hover{
    color: #cd1d1f;
}

.menu{
    margin: 0 0 20px 0;
    width: 240px;
    background: #fafafa;
    border:1px solid #cd1d1f;
}
.menutitle{
    margin: 0 0 10px 0;    
    color:#fff !important;
    background:#cd1d1f !important;
    background: linear-gradient(to top, #cd1d1f, #ec3e3d) !important;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    padding:0 15px;
}
.menu ul{
	width:200px;
	font-size: 12px;
	list-style: none;
	margin:0 19px 19px 19px;
        
}
.menu li{
	position:relative;
        border-bottom: 1px solid #ddd;
}
.menu li a{
	padding:0 0 0 15px;
	line-height:30px;
	font-size: 14px;
	color:#303030;
	text-decoration:none;
	display:inline-block;
        background: url(../images/sprite.png) 0 -438px no-repeat;
}
.menu li a:hover{   
	text-decoration:underline;
        color: #cd1d1f;
}

.allnews{
    height:30px;
    text-align: center;
}
.allnews a{
    line-height: 25px;
    text-decoration: underline;
    color:#fff;
    font-size: 13px;
    background: #cd1d1f;
    padding: 0 10px;
    display: inline-block;    
    transition:ease 0.2s background;
}
.allnews a:hover{
    color: #fff;
    background: #f0a573 ;
    text-decoration: none;
}


.socialb{
    width:240px;
    height:30px;
    padding:0;
    margin:0 0 20px 0
}
.socialb ul{
height:30px;
list-style:none;
margin:0;
display:inline;
}
.socialb li
{ 
float: left;
position: relative;
text-align:left;
height:30px;
margin: 0 10px 0 0;
}
.socialb li a
{
height:30px;
padding:0;
display: block;
color: #fff;
text-decoration:none;
background:url(../images/sprite.png) 0 0 no-repeat;
width:30px;
font-size: 11px;
}
.socialb li a:hover{
opacity:0.8;
text-decoration: underline;
}
.socialb li a.facebook{
background-position: 0 0;
}
.socialb li a.telegram{
background-position: 0 -30px;
}
.socialb li a.twitter{
background-position: 0 -60px;
}
.socialb li a.youtube{
background-position: 0 -90px;
}
.socialb li a.gplus{
background-position: 0 -120px;
}
.socialb li a.rss{
background-position: 0 -150px;
}



.about-holder{
    width: 100%;    
    background: #fafafa;
}
.about{
    width: 990px;
    font-size:12px; 
    line-height:14px;
    color:#909090;
    padding:10px 0 20px 0;
    margin: 0 auto;
}
.about a{
    font-size:12px;
    color:#909090;
    text-decoration:underline;
}
.about a:hover{
    text-decoration:none;
}
/* FOOTER    */
.footer-holder{    
    background: #202020;
}
.footer {	
    line-height:20px;
    width:990px;
    color:#bbb;
    position:relative;
    padding:20px 0;
    margin: 0 auto;
}
.footer a{
    text-decoration:underline;
    color: #cd1d1f;
}
.footer a:hover{
    text-decoration:none;
}
.footer-top-holder {  
    background: #cd1d1f;
}
.footer-top{
    width:990px;
    height: 40px;
    margin: 0 auto;
}
.footer-top ul{
    font-size:13px;
    list-style:none;
    margin:0;
    padding:10px 0;
    height:20px;
    float: left;
}
.footer-top li{ 
    display:block;
    position:relative;
    float: left;
    height: 20px;
}
.footer-top li a{
    font-size: 13px;
    color:#fff;
    line-height:20px;
    padding:0;
    margin: 0 30px 0 0;
    display: block;
    text-decoration:none;
}
.footer-top li a:hover {
    text-decoration: underline;
}
.finfo{
    width: 350px;
    float: left;
    line-height: 16px;
    margin: 0 20px;
}
.contct{
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    position: relative;
    line-height: 16px;
}
.contct b{
    color: #eee;
}
.address{
    background: url(../images/sprite.png) 0 -270px;
    width:12px;
    height: 16px;
    position: absolute;
    top:0;
    left: 0;
}
.phone{
    background: url(../images/sprite.png) -13px -270px;
    width:10px;
    height: 16px;
    position: absolute;
    top:0;
    left: 0;
}
.email{
    background: url(../images/sprite.png) -25px -270px;
    width:15px;
    height: 16px;
    position: absolute;
    top:0;
    left: 0;
}
.footerblock{
    float:left;
    width:300px;
    color: #909090;
}
.counters{
    min-height:31px;
    width:300px;
}
/* КНОПКИ */
.votebutton{
    font-family:Arial;
    background: #cd1d1f;
    cursor:pointer;
    width:100px;
    height:35px !important;
    line-height:33px !important;
    text-align:center;
    text-decoration:none;
    font-size:13px;
    display:block;
    float: left;
    color:#fff;
    margin:10px 0;
    border:0;
    border-radius: 2px;
}
.votebutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.9) !important;
}
.votebutton:hover{
    color:#fff;
    background:#303030;
    box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow:none;
}
.vbutton{
    font-family:Arial;
    background:#eee;
    background: linear-gradient(to top, #eee, #fff);
    cursor:pointer;
    width:100px;
    height:35px !important;
    text-align:center;
    text-decoration:none;
    font-size:12px;
    display:block;
    margin:10px 0 10px 30px;
    color:#303030;
    float:left;
    border:1px solid #ccc !important;
    text-shadow:0 1px 1px rgba(255,255,255,1);
    border-radius: 2px;
}
.vbutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3) !important;
    border:1px solid #aaa !important;
}
.vbutton:hover{
    color:#000;
    border:1px solid #505050 !important;
}
.resbutton{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px !important;
    color:#cd1d1f !important;
    line-height:20px;	
    float:right;
    height:20px;
    text-align:center;
    padding:2px 10px;
    font-weight: normal;
    margin: 5px -5px 0 0;
}
.resbutton:hover{
    text-shadow:none;
    text-decoration:none;
    opacity: 0.8;
}
.resbutton:active{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.3) !important;
}
.full-story .resbutton{
    float: left;
}
.votebutton, .vbutton, .resbutton{
    transition:ease 0.2s all;
}



.speedbar{
    font-size:12px;
    color:#909090;
    line-height:18px;
    margin:0 20px 20px 0;
}
.speedbar a{
    color:#cd1d1f;
    text-decoration:underline;
    font-size:12px;
}
.speedbar a:hover{
    color:#303030;	
    text-decoration:none;
}
.sort{
    margin:0 20px 15px 0;
    padding: 0 10px;
    background: #fafafa;
    color:#909090;
    line-height:20px;
    font-size: 11px;
    font-weight: bold;
}
.sort a{
    color:#303030;
    text-decoration:none;
    display:inline-block;
    padding:0 5px;
    font-size: 11px;
}
.sort a:hover{
    color:#cd1d1f;
}
.shortstory{
    width:230px;
    height: 370px;
    margin:0 20px 20px 0;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0 0 20px 0;
}
.shortstory a.full-link{
    width:230px;
    height: 150px;
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.shortstory a.full-link img{
    width:230px;
    min-height: 150px;
    transition: opacity 0.2s ease;
}
.shortstory a.full-link img:hover{
    opacity: 0.6;
}


.short-info .date3{
    margin: 0;
}
.short-info .time3{
    margin: 0 0 0 10px;
}
.shorttitle{
    color: #303030;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.shorttitle a{
    font-size:18px;
    color:#303030;
    text-decoration:none;
}
.shorttitle a:hover{
    color: #cd1d1f;
    text-decoration: underline;
}
.short-info{
    font-size:11px;
    color:#909090;
    height: 15px;
    line-height:15px;
    margin: 0 0 10px 0;
}
.short-info a{
    font-size:11px;
    color:#cd1d1f;
    text-decoration:none;
    text-transform: uppercase;
}
.short-info a:hover{
    text-decoration:underline;
    color: #505050;
}
.short-comments{
    float: left;
    height:15px;
    line-height: 15px;
}
.short-comments a{
    background: url(../images/sprite.png) -27px -385px no-repeat;
    color:#cd1d1f !important;
    font-size:11px;
    height:15px;
    text-decoration:underline !important;
    display:inline-block;
    line-height:15px;
    padding:0 0 0 15px;	
    margin: 0 10px 0 0;
}
.short-comments a:hover{
    color: #303030 !important;
}
.spost{
    color: #505050;
    font-size: 12px;
    line-height: 20px;
}
.fade{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}



.shortstory2{
    width:730px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
}
.shortstory2 .short-info{
    margin: 0 0 15px 0;
}
.comments-num{
    display:inline-block;
    *display: inline;
    height:15px;
    line-height: 15px;
    margin: 0 10px;
}
.comments-num a{
    color:#71a0c1 !important;
    font-size:11px;
    height:15px;
    text-align:center;
    text-decoration:none !important;
}


/* fullstory.tpl */
.full-story, .tagscloud{
    width:730px;
    padding:0 20px 0 0;
    color:#303030;
    font-size:14px;
    line-height:150%;
}
.full-story a {
    color:#cd1d1f;
    font-size:14px;
}
.full-story a:hover {
    color:#303030;
    text-decoration:none;
}
.fstory img, .shortstory2 img {
    margin:0 10px 10px 10px;
    max-width:710px;
}
.fstory ol, .shortstory2 ol {
    margin-left:25px;
}
.fstory ul, .shortstory2 ul{   
    margin: 5px 0 5px 20px;
}
.full-story p{
    margin:0 0 10px 0;
}
.post-title{
    font-size:24px !important;
    color:#303030;
    text-decoration:none;
    line-height:25px;
    margin-bottom:20px;
    position:relative;
    font-weight:bold;
}
.post-title h1, post-title a h1{
    font-size:24px !important;
    display:inline;
    font-weight: bold;
}
.post-title a{
    font-weight:bold;
    color:#303030;
    font-size:24px !important;
    text-decoration:underline;
}
.post-title a:hover{
    color:#cd1d1f;
    text-decoration:underline;
}
.full-info{
    font-size:12px;
    color:#909090;
    line-height:20px;
    border: 1px solid #ccc;
    padding:5px 10px;
    margin: 0 0 20px 0;
}
.full-info a{
    font-size:12px;
    text-decoration:underline;
    line-height:20px;
}
.full-info a:hover{
    text-decoration:none;
}
.print{
    background: url(../images/print.png) no-repeat;
    margin:0 10px 0 0;
    display:inline-block;
    *display: inline;
    height:20px;
    line-height: 20px;
    width:16px;
}
.tags{
    height: 20px;
    line-height: 20px;
    font-size:12px;
    color:#fff;
    margin:0 0 15px 0;
}
.tags a{
    color: #909090;
    border:1px solid #ccc;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
.tags a:hover{
    color:#cd1d1f;
    border:1px solid #cd1d1f;
    text-decoration: none;
}
.fstory{
    margin-bottom:15px;
}
.fstory h2, .fstory h3{
    padding:0 0 0 10px;
    color:#cd1d1f;
    font-weight:bold;
    margin:10px 0;
}
.plusobut{
    width:220px;
    margin:-5px 0 10px -5px;
}

/* fullstory2.tpl */
.aux-info{
    width:300px;
    float: left;
    margin: 0 0 20px 0;
}
.gallery-block{
    width:410px;
    margin: 0 0 20px 20px;
    float: left;
}
.gallery-block br{
    display: none;
}
.gallery-block img{
    width:128px;
    height:85px;
    margin: 0 10px 10px 0;
}
.gallery-block a{
    float: left;
    width:128px;
    height: 85px;
    margin: 0 10px 10px 0;
    border:1px solid black;
}
.gallery-block a:hover{
    outline: 3px solid #ffb01f;
    border:1px solid white;
}
.gallery-wrap{
    margin-right: -10px;
}
.nogallery{
    width:408px;
    height: 211px;
    background: url(../dleimages/no_image.jpg) center top no-repeat;
    position: relative;
    border: 1px solid #ccc;
}
.nogallery:before{
    content: "Нет фото";
    position: absolute;
    top:50px;
    left: 160px;
    color: #909090;
    font-size: 20px;
    font-weight: bold;
}
.car-price{
    color:#ffb01f;
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    margin: 0 0 10px 0;
}
.car-year, .car-mileage, .car-engine, .car-fuel, .car-gear, .car-body{
    font-size: 14px;
    margin: 0 0 10px 20px;
    position: relative;
}
.car-year:before, .car-mileage:before, .car-engine:before, .car-fuel:before, .car-gear:before, .car-body:before{
    position: absolute;
    top:2px;
    left: -20px;
    display: block;
    content: "";
    background-image: url(../images/sprite.png);
    width:16px;
    height: 16px;
}
.car-year:before{
    background-position: -16px -290px;
}
.car-mileage:before{
    background-position: 0 -290px;
}
.car-engine:before{
    background-position: 0 -306px;
}
.car-fuel:before{
    background-position: -16px -306px;
}
.car-gear:before{
    background-position: 0 -322px;
}
.car-body:before{
    background-position: -16px -322px;
}
.car-contacts{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.cnt-title{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #cd1d1f;
}
.car-info{    
    font-size: 13px;
    margin: 0 0 10px 0;
}
.fstitle{
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 16px;
}
/* related.tpl */
.related-news{
    background: #fafafa;
    width: 728px;
    margin-top:-20px;
    padding-top:20px;
    border: 1px solid #ddd;
}


.reltitle{
    padding: 10px;
    max-height: 60px;
    line-height: 15px;
    overflow: hidden;
}
.reltitle a{
    font-size: 13px;
    text-decoration: none;
}
.reltitle a:hover{
    text-decoration: underline;
}
/* */
/* addcoments.tpl*/
.addcomment{
    padding:0;
    margin:0 20px 20px 0;
}
.addcomment .votebutton, .full-story .votebutton{	
    margin:5px 10px 5px 0;
    width:auto;
    padding: 0 15px;
}
.addcommenttitle{
    line-height:32px;
    color:#303030;
    font-size:16px;
    text-align:left;
    padding: 0 15px;
    font-weight: bold;
}
textarea#comments{
    height:100px;
}
.addcomment .bb-editor{
    max-width: 600px    
}
/* */

/* COMMENTS.tpl */
.comments{
    width:750px;
    margin:0 0 20px 0;
}
.comm-n{
    color: #cd1d1f;
}
.comment{
    width:708px;
    color:#303030;
    margin:0 20px 15px 0;
    border: 1px solid #eee;
    padding:10px;
    transition: all 0.2s ease;
}
.comment:hover{
    border: 1px solid #ddd;
    background: #fafafa;
}
.comment a{
    color:#cd1d1f;
    text-decoration:none;
}
.comment a:hover{
    text-decoration:underline;	
}
.comment table{
    margin:0;
    padding:0;
}
.comm-data{
    color:#909090;
    font-size:11px;
    line-height: 15px;
    margin: 0 0 5px 0;
}
.comm-data a{
    font-size: 13px !important;
    text-decoration: none;
    color: #000 !important;
}
.comm-data img{
    margin:0 5px 0 0 !important;
}
.comment-block{
    position: relative;
}
.comment-left{
    max-height:100px;
    width:60px;
    font-size:11px;
    float:left;
}
.comment-left a{
    color:#000;
    font-weight:bold;
}
.comment-left img{
    width:60px;
    max-height:60px;
}
.comment-right{
    width:633px;
    font-size:14px;
    min-height:40px;
    float:left;
    margin:0 0 0 15px;
}
.comment-right a{
    color:#cd1d1f;   
    font-size: 14px;
}
.comment-right img{
    max-width: 500px;
    margin: 5px 0;
}
.comment-control{
    text-align: right;
    line-height: 16px;
    margin: 10px 0 0 0;
}
.comment-control a{
    font-size: 11px !important;
    font-style: italic;
    margin: 0 0 0 5px;
    text-decoration: underline;
    color: #909090;
}
.comment-control a:hover{
    text-decoration: none;
    color:#cd1d1f; 
}
.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 0 0 5px;
    margin:-2px -5px 0 0 ;
    height:15px;
    float:right;
}
.mass_comments_action{
    color:#909090;
}
.comment-news{
    margin:5px 0 !important;
}
.comment-news a{
    text-decoration:underline;
}
.comment-news a:hover{
    text-decoration:none;
    color:#cd1d1f;
}
.info{
    min-height:35px;
    margin:0 0 15px 0;
    color:#707070;
    background:#fafafa url(../images/sign.png) 	10px 10px no-repeat;
    padding:10px 5px 10px 50px;
    font-size:12px;
    line-height:15px;
    text-shadow:0 1px 0 #fff;
    border-radius: 5px;
}
.info a{
    color:#cd1d1f;
    font-size: 12px;
    text-decoration: none;
}
.navigation{
    height:25px;
    width:100%;
    color:#000;
    margin:10px 20px;
    padding:15px 0;
    font-size:14px;
    clear:both;
    text-align:center !important;	
}
.navigation b{
    font-size:25px !important; 
}
.navigation span, .navigation a{	
    line-height:25px;
    padding:0 10px;
    font-size:14px;
    border:1px solid #ddd;
    border-left:0;
    float:left;
}
.navigation span:first-child, .navigation a:first-child{
    border-left:1px solid #ddd;
}
.navigation a{
    color:#303030;
}
.navigation a:hover{
    text-decoration:underline;
    color:#cd1d1f;
    background:#f1f1f1;
}
.navigation span {
    text-decoration:none;
    color:#fff;
    background:#cd1d1f;
    border:1px solid #cd1d1f ;
    border-left:1px solid #cd1d1f ;
}
.nav_ext{
    background:none !important;
    color:#909090 !important;
    font-weight:bold;
    border:1px solid #ddd !important;
    border-left:0 !important;
    text-shadow:none !important;
}
.next,.prev{
    font-weight:normal;
}
.next span,.prev span{
    background:none !important;
    color:#909090;
    border:1px solid #ddd !important;
    border-left:0;
}
.next a, .prev a{
    background:#eee !important;
    text-decoration:none !important;
}
.next a:hover, .prev a:hover{
    background:#ddd !important;
}
table.fulltable{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    cellspacing:0;
    border:0;

}
table.fulltable td{
    padding:10px 0;
}
table.uitable{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    cellspacing:0;
    border:0;

}
table.uitable td{
    padding:5px 0;
    font-size: 12px;
}
.uitable td a{
    font-size: 12px;
}
.line{
    margin:5px 0;
    padding:5px 15px;
    border:1px solid #e0e0e0;
    background:#fafafa;
    min-height:20px;
    text-align:left;
    font-size:13px;
}
.sline{
    width:140px;
    min-height:25px;
    line-height:25px;
    text-align:left;
    font-size:14px;
}
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    color:#cd1d1f;
}
.line a{
    color:#cd1d1f;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#cd1d1f;
}
.row h{
    min-width:150px;
    padding:3px;
    margin:0 0 10px 0;
}
.poll{
    background:#fafafa;
    padding:10px;
    margin:10px 0;
    border:1px solid #ddd;
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.poll b{
    font-size:16px;
    line-height:20px;
    color:#cd1d1f;
}
.poll i{
    font-weight:bold;
    line-height:30px;
}
.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:#eee;
    background: linear-gradient(to top, #eee, #fff);
}
.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:#cd1d1f;
}
.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;
}
/* addnews.tpl */
.chzn-choices {
    border:1px solid #ccc !important;
    width:342px !important;
    box-shadow:none !important;
}
.chzn-container-active .chzn-choices {
    box-shadow:none;
    border:1px solid #cd1d1f !important;
}
td .bbcodes{
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px;
    border-radius: 2px;
}
/* */
/* Feedback.tpl */
.feedbackta{
    width:330px;
    padding: 5px;
    height: 100px;
}
/**/



textarea, .txsh, .input1, .input2, .input3{
    border:1px solid #ccc;
    height:20px;
    padding: 5px;
    line-height:20px;
    background:#fff url(../images/fields.png) top repeat-x;	
    font-family:Arial, Helvetica, sans-serif; 
}
textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover{
    box-shadow:none;
    border:1px solid #cd1d1f;
}
.input1{
    width:330px; 
    font-size:13px;
    color:#707070;
}
.input2{
    width:100px;
    font-size:12px;
}
.input3{
    width:223px;  
    font-size:12px; 
}
.input4{
    width:312px;
    height:100px;
    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: 12px;
    font-family: Arial;
}
.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:#cd1d1f;
    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;
    background: linear-gradient(to top, #eee, #fff);
    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:200px;
}
.pmlinks a{
    display:block;
    height:30px;
    padding:0 10px;
    line-height:30px;
    background:#eee;
    background: linear-gradient(to top, #eee, #fff);
    color:#505050;
    text-decoration:none;
    margin:0 10px 5px 10px;
    text-shadow:0 1px 1px #fff;
    border:1px solid #ccc;
}
.pmlinks a:hover{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.1) !important;
    color:#cd1d1f;
    background:#ececec;
}

#totop{
width:40px;
height: 40px;
background:url(../images/totop.png) no-repeat;
text-align:center;
padding:5px;
position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
display:none;
}

/*---Slider---*/
.slider {
    height: 312px;
    position: relative;
}

.slider .container {
    padding-bottom: 2px;
    background: url("../images/slidershd.png") repeat-x 50% 100%;
}

#slides, .slides_container, .slider .container {
    height: 271px;
}

.slides_container {
    position: relative;
    background: #000 url("../images/loading.gif") no-repeat 50% 50%;
    width: 100%;
    overflow: hidden;
}

.pagination {
    text-align: center;
    height: 20px;
    margin: 0;
    padding: 11px 0 0 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
    width: 19px;
    height: 19px;
    zoom: 1;
    *display: inline;
}

.pagination li a {
    background: url("../images/pagination.png") no-repeat;
    display: block;
    width: 19px;
    padding-top: 19px;
    height: 0;
    overflow: hidden;
}

.pagination li a:hover {
    background-position: -19px 0;
}

.pagination li.current a {
    background-position: -38px 0;
}

.slider .dleft, .slider .dright {
    background: url("../images/slider.png") no-repeat;
    height: 273px;
    width: 23px;
    position: absolute;
    top: 0;
}

.slider .dleft {
    left: 0;
    background-position: 0 0;
}

.slider .dright {
    right: 0;
    background-position: -23px 0;
}