/* 
        Template Name: Provision
        Author: http://sanderart.com/
*/
@import url(http://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:#d02550;
    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;
}
html{
    padding:0px;
    background:#fff;
}
body{
    background:#fff;
    font-family:"Arial", Tahoma sans-serif;
    font-size:12px;
    height:100%;
    margin:0;
    padding:0;
    color:#303030;
}
#header-wrap{
    width:100%;
    height:140px;
    background: #f5e8e0 url(../images/header.png) ;
}
.header{
    height: 70px;
    padding:10px 0;
    width:1000px;
    margin: 0 auto;
}
.logo{
    width:300px;
    height:70px;
    float: left;
}
.logo a:hover{
    opacity: 0.8;
}
.r46860{
    width:468px;
    height:60px;
    float: left;
    margin: 5px 0 5px 10px;
}
.header-right{
    text-align: right;
    width:212px;
    float: right;
    height: 40px;
    margin: 15px 0 15px 10px;
}
.addnewsbutton{
    line-height: 40px;
    height: 40px;
    display: block;
    float: right;
    padding: 0 20px;
    color: #fff;
    background: #d02550;
    text-decoration: none;
    text-transform: uppercase;
    font-family: PT Sans Caption;
    transition: ease 0.2s opacity;
}
.addnewsbutton:hover{
    color: #fff;
    opacity: 0.8;
}
.nblock {
	display: none;
}
.nav{
    width:1000px;
    height:50px;
    z-index: 1000;
    background: #d02550;
    background: linear-gradient(to right, #d02550, #f36100);
    margin: 0 auto;
}
.nav ul{
    font-size:13px;
    list-style:none;
    margin:0;
    padding: 0;
    height:50px;
    width:770px;
    float: left;
}
.nav li{ 
    display:block;
    z-index:100;
    position:relative;
    float: left;
    height: 50px;
}
.nav li a
{
    font-size: 13px;
    color:#fff;
    line-height:50px;
    padding:0 20px;
    display: block;
    text-decoration:none;
    border-right:1px solid rgba(0,0,0,0.1);
    font-family: PT Sans Caption, sans-serif;
    transition: ease 0.2s background;
}
.nav li a:hover {
    z-index:100;
    text-decoration: none;
    background-color:rgba(0,0,0,0.1);
}

.nav li a.link1{
    background: url(../images/sprite1.png) right -220px no-repeat;
    padding:0 20px 0 15px;
}
.nav li.drop:hover .link1{
    background: rgba(0,0,0,0.1) url(../images/sprite1.png) right -220px no-repeat;
}
.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;
    background:#c3234b;
    transition:opacity 0.2s ease;
    display:none;
    min-width:160px;
    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:13px;
    line-height:30px !important;
    text-decoration:none;
    box-shadow:none;
    display:block;
    font-weight:normal;
    float:none;
    border-right: 0 !important;
    border-left: 0 !important;
}
.nav li li a:hover {
    clear:both;
    color:#fff;
}
.nav li:hover ul{
    opacity:1;
    height:auto;
    clear:both;
    display:block;
}
/* Поиск */
.searchblock{
    width:200px;
    height:30px;
    position:relative;
    float: right;
    margin:10px;
}
.searchform{
    color:#fff;
    width:160px;
    height:26px;
    line-height:22px;
    padding:2px 35px 2px 5px !important;
    border:0;
    font-size:13px;
    font:Verdana, Geneva, sans-serif;
    background:transparent;
    overflow:hidden;
    background:#f36100;
    background: rgba(255,255,255,0.2);
    transition: ease 0.3s background;
}
.searchform:focus{
    color:#fff;
    background: rgba(255,255,255,0.4);
}
input.searchbt {
    width:30px;
    height:30px;
    background: url(../images/sprite1.png) 0 -310px no-repeat;
    position:absolute;
    top:0;
    right:0;
    transition: ease 0.2s opacity;
    opacity:0.8;
}
input.searchbt:hover {
    opacity:1;
}
/* 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;
    color:#f36100;
}
.userbutton{
    width:40px;
    height: 40px;
    float: right;
    background:#f36100 url(../images/sprite1.png) 0 -180px no-repeat;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.userbutton:hover{
    opacity: 0.8;
}
.user{
    background:url(../images/sprite1.png) 0 -180px no-repeat;
    padding:0 0 0 15px;
}
.loginpanel{
    line-height:20px;
    min-width:140px;
    color:#eee;
    height:20px;
    float:right;
    text-align:right;
}
#loginb{
    width:280px;
    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;
}
#loginb a{
    color:#d02550;
}
#loginb a:hover{
    text-decoration: none !important;
}
.logheader{
    height:40px;
    margin:0 0 10px 0;
    position:relative;
    color:#303030;
    font-size:16px;
    font-weight:bold;
    text-align: center;
    background: #f5f5f5;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.logheader img{
    height:40px;
}
.login-close{
    position:absolute;
    background:url(../images/login-close.png) 0 0 no-repeat;
    width:20px;
    height:20px;
    cursor:pointer;
    top:5px;
    right:5px;
}
.login-close:hover{
    background-position: 0 -20px;
}
.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:#d02550 !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:240px;
    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:228px;
    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:#d02550;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.loginbutton:hover{
    background: #303030;
}
.not_save{
    font-size:12px;
    padding:0;
    margin:10px 0;
    height:20px;
    text-align:left;
    float: left;
}
a.adminbutton{
    width:160px;
    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:119px;
    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  */

#container{
    width:1000px;
    margin:0 auto;
}
#content{
    width: 1000px;
}
#left{
    width:740px;
    float:left;
    padding: 20px 0 0 0;
    margin: 0 20px 0 0;
}
#right{
    width:240px;
    float:right;
    padding:20px 0 0 0;
}
.hblock{
    margin: 0 0 20px 0;
}
.hheader{
    font-family: PT Sans Caption;
    height: 30px;
    line-height: 30px;
    border-bottom:4px double #ffc59f; 
    margin: 0 0 10px 0;
}
.htitle{
    float: left;
}
.hblock h5{
    font-size: 20px;
    color:#303030;
    float: left;
    margin:0 15px 0 0;
    font-family: PT Sans Caption;
    font-weight:normal;
}
.hblock h5 a{
    font-size: 20px;
    color:#303030;
    text-decoration: underline;
}
.hblock h5 a:hover{
    color:#d02550;
    text-decoration: none;
}
/*  Вкладки  */
.htitle span{
    color:#f36100 ;
    font-size:13px;
    line-height:30px;
    text-align:center;
    display: block;
    float: left;
    text-decoration:none;
    padding:0 15px;
}
.htitle span:hover{
    cursor:pointer;
    color: #303030;
}
.active-ttab{
    color:#d02550 !important;
    background:#ffc59f !important;
}
.tt-panel{
    display:none;  
}

/* custom-1.tpl */
.custom1{
    width:496px;
    height:364px;
    margin:0 4px 4px 0;
    position: relative;
    overflow: hidden;
    float: left;
}
.custom1 a.imagelink{
    width:496px;
}
a.imagelink{
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;   
}
.hover1{
    background: #000;
    background-color: rgba(0,0,0,0.7);
    height: 80px;
    width:456px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color:#ddd;
    font-family: PT Sans Caption;
    transition: ease 0.2s height;
}
.custom1:hover .hover1{
    height: 100px;
}
.data1{
    text-transform: uppercase;
}
.custom1title{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
    margin:5px 0;
    max-height: 48px;
    overflow: hidden;
}
.custom1title a{
    font-size: 20px;
    color:#fff;
    text-decoration: none;
}
.custom1title a:hover{
    text-decoration: underline;
}
.text1{
    font-size:14px;
    line-height: 16px;
    max-height: 32px;
}

/* custom2.tpl */
.custom2{
    width:240px;
    height:180px;
    margin:0 0 4px 0;
    position: relative;
    overflow: hidden;
}
.custom2 a.imagelink{
    width:240px;
}
.hover2{
    background: #000;
    background-color: rgba(0,0,0,0.7);
    height: 57px;
    width:200px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color:#ddd;
    font-family: PT Sans Caption;
    transition: ease 0.2s height;
}
.custom2:hover .hover2{
    height: 67px;
}
.custom2title{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    margin:5px 0 0 0;
    max-height: 36px;
    overflow: hidden;
}
.custom2title a{
    font-size: 16px;
    color:#fff;
    text-decoration: none;
}
.custom2title a:hover{
    text-decoration: underline;
}


/* custom3.tpl */
.custom3{
    width:170px;
    height: 180px;
    position: relative;
    margin: 0 20px 20px 0;
    float: left;
}
.custom3:nth-of-type(4n){
    margin-right: 0;
}
.custom3link{
    width:170px;
    height: 113px;
    display:block;
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
}
.custom3link img{
    width:170px;
    min-height: 113px;
}
.custom3title{
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
}
.custom3title a{
    font-size: 14px;
    text-decoration: none;
}
.custom3title a:hover{
    text-decoration: underline;
}
.hover3{
    position: absolute;
    top:50%;
    left: 50%;
    width:1px;
    height: 1px;
    transition:0.2s;
    display: block;
}
a.custom3link:hover .hover3{
    background: rgba(0,0,0,0.6);
    width:100%;
    height: 100%;
    top:0;
    left:0;
    bottom:0;
    left:0;
}
.data3{
    display: block;
    position: absolute;
    transition: 0.2s;
    left:50%;
    top:100%;
    width:80px;
    height: 40px;
    margin-left: -40px;
    font-size: 10px;
    line-height: 20px;
    font-family: PT Sans Caption;
}
a.custom3link:hover .data3{
    top:50%;
    margin-top: -20px;
}
.views3{
    width:40px;
    height: 20px;
    padding:20px 0 0 0;
    text-align: center;
    background: #d02550 url(../images/sprite1.png) 0 -340px;
    color: #fff;
    float: left;
    display: block;
}
.comms3{
    width:40px;
    height: 20px;
    padding: 20px 0 0 0;
    text-align: center;
    background: #f36100 url(../images/sprite1.png) 0 -380px;
    color: #fff;
    float: left;
    display: block;
}
.date3{
    font-size: 11px;
    color: #909090;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    line-height: 15px;
    float: left;
}
.time3{
    background: #f36100 url(../images/sprite1.png) 0 -420px;
    line-height: 15px;
    float: left;
    margin: 5px 0 0 10px;
    color: #fff;
    font-size: 11px;
    padding: 0 5px 0 16px;
}


.vblock{
    margin: 0 0 20px 0;
    width:360px;
    float: left;
}
.vblock:nth-child(2n){
    margin: 0 0 20px 20px;
}
.vblock h5{
    line-height: 30px;
    border-bottom: 4px double #ff8fab;
    color: #303030;
    font-size: 20px;
    font-family: PT Sans Caption;
}
.vblock h5 a{
    font-size: 20px;
}
/* custom4.tpl */
.custom4{
    margin: 10px 0 10px;
    
}
.custom4 .date3{
    float: none;
}



.sideblock{
    width:240px;
    margin:0 0 20px 0;
}
.sideblock h4{
    height: 35px;
    line-height: 35px;
    font-size:20px;
    color:#fff;
    margin:0 0 15px 0;
    padding: 0 10px;
    background: #d02550;
    font-family: PT Sans Caption;
}
.sideblock h4 a{
    color: #303030;
    font-size:18px;
}
.sideblock a{
    color:#f36100 ;
}


.menu{
    margin: 0 0 20px 0;
    width: 240px;
}
.menu ul{
	width:240px;
	font-size: 12px;
	list-style: none;
	margin:0;
}
.menu li{
	position:relative;
        border-bottom: 1px solid #ff8fab;
        font-weight: bold;
}
.menu li a{
	width:230px;
	padding:0 0 0 10px;
	line-height:30px;
	font-size: 14px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
        background: #d02550;
        transition:ease 0.2s background;
}
.menu li a:hover
{   
	text-decoration:none;
        background: #f36100;
}
.menu ul span.sublink{
	width:210px;
	padding:0 20px 0 10px;
	line-height:30px;
	font-size: 14px;	
	color:#fff;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	cursor: pointer;
	position:relative;
	overflow: hidden;
	background:#d02550 url(../images/sprite1.png) right -230px no-repeat;
        transition:ease 0.2s background;
}
.bngreen ul span .opened span.sublink{
}
.menu ul span.opened,
.menu ul span.sublink:hover { 
	text-decoration:none;
        background: #f36100 url(../images/sprite1.png) right -230px no-repeat;
}
.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;
	margin:0 !important;
}
.menu ul .submenu ul{ 
	list-style: none; 
	padding: 0; 
	margin: 0 !important;
	font-size:12px;

}
.menu ul.submenu ul li {
	margin:0;
}
.menu li.submenu ul li:last-child{
    border-bottom: 0;
}
.menu ul .submenu ul li a { 
	color: #d02550; 
	height:auto; 
	line-height:25px; 
	padding: 0 10px; 
	text-indent: 0; 
	border:0;
	margin:0;
	font-weight:normal;
	text-transform:none;
        background: none;
}
.menu ul .submenu ul li a:hover{
	color:#000;
        background: #ffc59f;
}


.allnews{
    height:30px;
    text-align: center;
    margin: 0 0 40px 0;
}
.allnews a{
    line-height: 30px;
    text-decoration: underline;
    color:#fff;
    font-size: 14px;
    background: #d02550;
    padding: 0 20px;
    display: inline-block;    
    transition:ease 0.2s background;
}
.allnews a:hover{
    color: #fff;
    background: #f36100 ;
    text-decoration: none;
}


.socialb{
height:30px;
padding:0;
margin: 10px 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/sprite1.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.vkontakte{
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{
    font-size:11px;
    line-height:14px;
    color:#909090;
    margin:0 0 10px 0;
}
.about a{
    font-size:11px;
    color:#909090;
    text-decoration:underline;
}
.about a:hover{
    text-decoration:none;
}
/* FOOTER    */
.footer-wrap{
    width:100%;
    background: #f1f1f1;
}
.footer {	
    line-height:20px;
    width:1000px;
    color:#909090;
    position:relative;
    padding:0 0 20px 0;
    margin: 0 auto;
}
.footer a{
    text-decoration:underline;
    color: #909090;
}
.footer a:hover{
    text-decoration:none;
}
.footer-top{
    width:970px;
    height: 40px;
    background: #d02550;
    background: linear-gradient(to right, #d02550, #f36100);
    margin: 0 0 20px 0;
    padding: 0 15px;
}
.footer-top ul{
    font-size:13px;
    list-style:none;
    margin:0;
    padding:10px 0;
    height:20px;
    float: left;
}
.footer-top li{ 
    display:block;
    z-index:100;
    position:relative;
    float: left;
    height: 20px;
}
.footer-top li a{
    font-size: 13px;
    color:#fff;
    line-height:20px;
    padding:0 15px;
    display: block;
    text-decoration:none;
    border-right:1px solid rgba(255,255,255,0.3);
    font-family: PT Sans Caption, sans-serif;
    transition: ease 0.2s background;
}
.footer-top li:first-child{
    border-left:1px solid rgba(255,255,255,0.3);
}
.footer-top li a:hover {
    z-index:100;
    text-decoration: underline;
}
.finfo{
    height: 20px;
    padding:10px 0;
    margin: 0 20px 0 0;
    float: left;
    color: #fff;
}
.finfo a{
    color: #fff;
}
.footer-left{
    width:320px;
    float: left;
    margin: 0 20px 20px 0;
}
.footer .logo{
    margin: 0 0 20px 0;
}
.footerblock{
    float:left;
    width:300px;
    margin: 0 0 0 20px;
    text-align: right;
    color: #909090;
}
.counters{
    min-height:31px;
    width:300px;
    margin: 10px 0 0 0;
    float: right;
    text-align: right;
}
/* КНОПКИ */
.votebutton{
    font-family:Arial;
    background:#d02550;
    cursor:pointer;
    width:100px;
    height:30px !important;
    line-height:28px !important;
    text-align:center;
    text-decoration:none;
    font-size:13px;
    display:block;
    float: left;
    color:#fff;
    margin:10px 0;
    border:0;
    font-weight: bold;
    text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.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 url(../images/w40.png) 0 0 repeat-x;
    cursor:pointer;
    width:100px;
    height:30px !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);
}
.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:11px !important;
    color:#fff !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 0 20px 0;
}
.speedbar a{
    color:#d02550;
    text-decoration:underline;
    font-size:12px;
}
.speedbar a:hover{
    color:#303030;	
    text-decoration:none;
}
.sort{
    margin:0 0 15px 0;
    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:#d02550;
}
.shortstory{
    width:740px;
    margin:0 0 20px 0;
    overflow: hidden;
    position: relative;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}
.shortstory a.custom3link{
    float: left;
    margin: 0 20px 20px 0;
}
.short-info .date3{
    margin: 0;
}
.short-info .time3{
    margin: 0 0 0 10px;
}
.shorttitle{
    color: #303030;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
.shorttitle a{
    font-size:20px;
    color:#303030;
    text-decoration:none;
}
.shorttitle a:hover{
    color: #d02550;
    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:#505050;
    text-decoration:underline;
}
.short-info a:hover{
    text-decoration:none;
}
.spost{
    color: #505050;
    font-size: 12px;
    margin: 0 0 10px 0;
}


.short-comments{
    display: inline-block;
    height:15px;
    line-height: 15px;
}
.short-comments a{
    background:url(../images/sprite1.png) -10px -386px no-repeat;
    color:#fff !important;
    font-size:11px;
    height:15px;
    text-decoration:underline !important;
    display:inline-block;
    line-height:15px;
    padding:0 0 0 20px;	
}
.short-comments a:hover{
    color: #f36100 !important;
}
.views{
    line-height:16px;
    margin: 0 10px 0 0;
    display:inline-block;
    *display: inline;
    background: url(../images/sprite1.png) -10px -345px no-repeat;
    padding: 0 0 0 16px;
}
.date{
    line-height: 15px;
    margin: 0 10px 0 0;
    display:inline-block;
    *display: inline;
    font-size: 12px;
    color: #909090;
}
.date a{
    color: #505050;
}
.shortstory2{
    margin: 0 15px 30px 20px; 
    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;
}
.sdate{
    float:left;
    margin:0 10px 0 0;
    font-size:11px;	
    font-weight:bold;
    color:#909090;
}
.sdate a{
    color: #d02550;
    text-decoration: none;
}
.sdate a:hover{
    color: #303030;
    text-decoration: underline;
}

/* fullstory.tpl */
.full-story, .tagscloud{
    width:740px;
    padding:0 0 20px 0;
    color:#303030;
    font-size:14px;
    line-height:150%;
}
.full-story a {
    color:#d02550;
    font-size:14px;
}
.full-story a:hover {
    color:#303030;
    text-decoration:none;
}
.fstory img, .shortstory2 img {
    margin:0 10px 10px 10px;
    max-width:620px;
}
.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:10px;
    position:relative;
    font-weight:bold;
}
.post-title h1, post-title a h1{
    font-size:24px !important;
    display:inline;
}
.post-title a{
    font-weight:bold;
    color:#303030;
    font-size:24px !important;
    text-decoration:underline;
}
.post-title a:hover{
    color:#d02550;
    text-decoration:underline;
}
.ingredients{
    background: #fdfbe9;
    background: repeating-linear-gradient(0deg, #fdfbe9, #fdfbe9 30px, #edead9 30px, #edead9 50px);
    background-size: 100% 31px;
    border: 1px solid #edead9;
    border-top: none;
    line-height: 31px;
    font-family: PT Sans Caption;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.1);
    margin: 0 0 20px 0;
}
.ingredients_content{
    border-right: 4px double #ff8fab;
    padding: 32px 20px 32px 32px;
    margin: 0 60px 0 0;
}
.ingredients ul{
    list-style: none;
}
.ingredients li{
    padding:0 0 0 20px;
    background: url(../images/sprite1.png) 0 -435px no-repeat;
}
.full-info{
    font-size:12px;
    color:#909090;
    line-height:20px;
    margin: 0 0 10px 0;
}
.full-info a{
    font-size:12px;
    color:#909090;
    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:#909090;
    margin:0 0 15px 0;
}
.tags b{
    color:#303030;
}
.tags a{
    color: #d02550;
    font-size: 12px;
}
.fstory{
    margin-bottom:15px;
}
.fstory h2, .fstory h3{
    padding:0 0 0 10px;
    color:#d02550;
    font-weight:bold;
}
.plusobut{
    width:220px;
    margin:-5px 0 10px -5px;
}

/* related.tpl */
.related-news{
    margin: 0 0 20px 0;
    width:360px;
    float: left;
    position: relative;
    height: 80px;
    overflow: hidden;
}
.related-news:nth-child(2n){
    margin: 0 0 20px 20px;
}
.over120{
    width:120px;
    height: 80px;
    overflow: hidden;
    float: left;
    position: relative;
}
.over120 img{
    width:120px;
    min-height: 80px;
    transition: ease 0.2s opacity;
}
.over120 img:hover{
    opacity:0.8;
}
.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;
    text-align:center;
    margin:0 0 20px 0;
    border: 1px solid #eee;
}
.addcomment .votebutton, .full-story .votebutton{	
    margin:5px;
    width:auto;
    padding: 0 15px;
}
.title{
    line-height:32px;
    color:#303030;
    font-size:16px;
    text-align:left;
    padding: 0 15px;
    font-family: PT Sans Caption;
    font-weight: bold;
}
.addcomment-post{
    margin:10px 20px;
}
textarea#comments{
    height:100px;
}
.addcomment .bb-editor{
    max-width: 600px    
}
/* */

/* COMMENTS.tpl */
.comments{
    width:740px;
    margin:0 0 15px 0;
}

.comm-title{
    line-height:30px;
    font-size:16px;
    font-weight:bold;
    margin:0 0 15px 0;
    position:relative;
    font-family: PT Sans Caption;
    border-bottom: 4px double #d02550;
}
.comm-n{
    display: inline-block;
    *display:inline;
    color: #d02550;
}
.comment{
    width:740px;
    color:#303030;
    margin:0 0 15px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}
.comment a{
    color:#d02550;
    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:665px;
    font-size:14px;
    min-height:40px;
    float:left;
    margin:0 0 0 15px;
}
.comment-right a{
    color:#d02550;   
    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:#d02550; 
}
.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{
    margin:0 0 0 20px;
    color:#909090;
}
.comment-news{
    margin:5px 0 !important;
}
.comment-news a{
    text-decoration:underline;
}
.comment-news a:hover{
    text-decoration:none;
    color:#d02550;
}
.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:#d02550;
    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:#d02550;
    background:#f1f1f1;
}
.navigation span {
    text-decoration:none;
    color:#fff;
    background:#d02550;
    border:1px solid #d02550 ;
    border-left:1px solid #d02550 ;
}
.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:#d02550;
}
.line a{
    color:#d02550;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#d02550;
}
.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:#d02550;
}
.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:url(../images/w40.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:#d02550;
}
.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 #d02550 !important;
}
td .bbcodes{
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px;
}
/* */
/* Feedback.tpl */
.feedbackta{
    width:330px;
    padding: 5px;
    height: 100px;
}
/**/



textarea, .txsh, .input1, .input2, .input3{
    border:1px solid #ccc;
    height:30px;
    line-height:30px;
    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 #d02550;
}
.input1{
    width:330px; 
    font-size:13px;
    padding:0 5px;
    color:#707070;
}
.input2{
    width:100px;
    padding:0 5px;
    font-size:12px;
}
.input3{
    width:223px;  
    font-size:12px; 	
    padding:0 5px;
}
.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:#d02550;
    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:200px;
}
.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;
}
.pmlinks a:hover{
    box-shadow:inset 0 0 10px rgba(0,0,0,0.1) !important;
    color:#d02550;
    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;
}