<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Content Blog News*/
hr.hrr {
    color: #ccc; /*для IE */
    background-color:#ccc; /*для Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* высота 1px IE, Firefox, Opera, Safari */
}
div.create {
    color: #999999;
    font-size: 85%;
    width: 707px;
}
div.print {
    color: #999999;
    font-size: 85%;
    width: 707px;
    text-align: right;
    padding-bottom: 10px;
}
div.print a{
    color: #999999;
    text-decoration: none;
}
div.print a:hover{
    color: #3c3d38;
    text-decoration: underline;
}
div.contentheading{    
    color: #3c3d38;
    font-weight: bold;
    font-size: 105%;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
}
div.contentheading a{    
    color: #3c3d38;
    text-decoration: none;
}
div.contentheading a:link, div.contentheading a:visited{    
    color: #3c3d38;
    text-decoration: none;
}
div.contentheading a:hover{    
    color: #2eb80d;
    text-decoration: none;
}
.content-intro {
    text-align: justify;
    padding-bottom: 30px;
    
}
.content-intro td{
    vertical-align: top;
    padding-left: 5px;
}
.content-intro p{
    padding: 0;
    margin: 0;
}
.content-intro img{
    float:left;
    padding-right: 10px;
}
div.readmoreblog {
    display: block;
    background-color: #f9f8f6;
    border: 1px solid #3c3d38;
    color: #3c3d38;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 11px;    
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;   
}
div.readmoreblog a {
    display: block;
    padding: 3px 10px;
    background-color: #f9f8f6;
    color: #3c3d38;
    text-decoration: none;
}
div.readmoreblog a:hover {
    display: block;
    padding: 3px 10px;
    background-color: #2eb80d;
    color: white;
    text-decoration: none;
}
div.item-sepsrstor {
    width: 707px;
    height: 1px;
}
/*Article*/
.item-page {
    font-size: 13px;    
}
.item-page {
    text-align: justify;
}
.item-page p{
    padding: 0;
    margin: 0;
}
.item-page a{
   color: #3c3d38;
   text-decoration: underline;
}
.item-page a:hover{
    color: #2eb80d;
    text-decoration: underline;
}
.item-page img{
    float:left;
    padding-right: 10px;
    padding-top: 5px;
}
/*NAV article*/
.pagenav {
    width: 90px;
    height: 40px;
}
.pagenav-prev {
    float: left;
    background-image: url(../images/prev_style1.gif);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.pagenav-prev:hover{
     background-position: 0 -40px;
}
.pagenav-next {
    float: left;
    background-image: url(../images/next_style1.gif);
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.pagenav-next:hover{
     background-position: 0 -40px;
}
/*NAV blog*/
div.pagination {
    width: 695px;    
}
div.pagination a{
    color:white;
    text-decoration: none;
}
div.pagination a.pagenavblog:hover{
    text-decoration: underline;
}
.pagination-start {
    float: left;
    background: url(../images/pagination-start.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-start a{
    float: left;
    background: url(../images/pagination-start.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-prev {    
    float: left;
    background: url(../images/pagination-prev.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-prev a{    
    float: left;
    background: url(../images/pagination-prev.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-next {    
    float: left;
    background: url(../images/pagination-next.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-next a{    
    float: left;
    background: url(../images/pagination-next.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-end {    
    float: left;
    background: url(../images/pagination-end.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-end a{    
    float: left;
    background: url(../images/pagination-end.gif) no-repeat;
    width: 40px;
    height: 40px;
}
.pagination-page {    
    float: left;
    background: url(../images/pagination-page.gif) no-repeat;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 85%;
    vertical-align: middle;
    text-decoration: none;
}
.pagination-page a{    
    float: left;
    background: url(../images/pagination-page.gif) no-repeat;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 85%;
    vertical-align: middle;
    text-decoration: none;
}
.pagination-jquery a:hover{
     background-position: 0 -40px;
     text-decoration: underline;
     cursor: pointer;
}
/*Archive*/
.filters {
    border: 1px solid #ccc;
    color: #3c3d38;
    font-weight: bold;
    font-size: 90%;
}
/*Search*/
.result-title a{
    color: #3c3d38;
    text-decoration: underline;
    font-weight: bold;
}
.result-title a:hover{
    color: #2eb80d;
    text-decoration: underline;
    font-weight: bold;
}
</pre></body></html>