@charset "UTF-8";

/* Новости */
#news{
    width:920px;
    height: 165px;
    background-color: #ffffff;
    border-color: #000000;
}

#news #head{
    height: 30px;
    width: 100%;
    background-color: #F1F5FC;
    padding-left: 5px;
    padding-right: 5px;
}
#news #head span{
    margin: 6px;
}
#news #head span.left{
    float:left;
}
#news #head span.right{
    float:right;
}

#newscontent{
    float:left;
    width:900px;
    padding: 0px;
    max-height:165px;
    margin-right: -25px !important;
    
    overflow:auto;
    margin:10px;
}

#newscontent{color:#333; background:#fff;}
#newscontent p:nth-child(even){color:#666;}

#newscontent span{
    color: #666;
    clear: both;
    display: block;
    font-size: 11px;
    margin: 3px 0 9px;
}

#newsForm textarea{
    height: 500px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    margin: 0;
}

#newsForm .input-long{
    width: 40em !important;
}

#newsForm .mce-menubtn button, #newsForm .mce-menubtn span{
    line-height: 16px !important;
}

.news-wrap-isuo #news{
    width: 730px !important;
}

.news-wrap-isuo #newscontent{
    width: 730px !important;
}