.news_wr {
    margin: 20px 24px;
}
.news_image {
    display: block;
    float: left;
    margin: 0 16px 16px 0;
}
.news_header {
    color: #53452c;
    font-size: 18px;
    margin-bottom: 10px;
}
.news_text {
    color: #53452c;
    font-size: 14px;
    line-height: 17px;
}


#content {
    padding: 10px;
}
#content p {
    margin: 12px 0;
}
#content table {
    border-spacing: 0;
    border: 1px solid black;
}
#content input::-ms-clear {
    display: none;
}
#content a{
    color: #995D05;
    text-decoration: none;
}
#content textarea {
    resize: none;
}
#content ol li {
    list-style: decimal;
}
#content ul li {
    list-style: disc;
}
#content li {
    margin: 3px 0 3px 15px;
}
#content h3 {
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
}
#content hr {
    height: 1px;
    background-color: #000000;
    width: 100%;
    margin: 10px 0;
}
#content th, #content td {
    padding: 5px;
    border: 1px solid black;
}



.news_more_button {
    display: block;
    /*width: 110px;*/
    text-align: center;
    padding: 10px 30px;
    background: #FCC932;
    color: #53452c;
    /*height: 31px;
    background: url('/css/images/more.png') no-repeat center;*/
    cursor: pointer;
    float: right;
}
.news_more_button:hover {
    color: #fff;
}
/*.news_more_button:hover {
    background: url('/css/images/more_hover.png') no-repeat center;
}
.news_more_button:active {
    background: url('/css/images/more_active.png') no-repeat center;
}*/
.news_separator {
    height: 13px;
    background: url('/css/images/news_separator.jpg') no-repeat center;
}
#news_pagination {
    color: #53452c;
    width: 100%;
    text-align: center;
    margin: 20px 0 30px 0;
}
#news_pagination .current {
    color: #9d5f09;
}


.news_back_button {
    display: block;
    width: 110px;
    height: 31px;
    background: url('/css/images/back.png') no-repeat center;
    cursor: pointer;
    float: right;
    clear: both;
}
.news_back_button:hover {
    background: url('/css/images/back_hover.png') no-repeat center;
}
.news_back_button:active {
    background: url('/css/images/back_active.png') no-repeat center;
}

#filter {
    margin: 10px 0 20px 20px;
}
#filter, #filter>tr>td, #filter>tbody>tr>td {
    border: none !important;
}


#apply_button {
    display: block;
    width: 110px;
    height: 31px;
    background: url('/css/images/apply.png') no-repeat center;
    cursor: pointer;
    margin-top: 1px;
}
#apply_button:hover {
    background: url('/css/images/apply_hover.png') no-repeat center;
}
#apply_button:active {
    background: url('/css/images/apply_active.png') no-repeat center;
}