/*--------------------------------------------------------- Страница Форумы ---------------------------------------------------*/

.forums_top  h1 {
    float: left;
}

.forums_top span {
    margin-top: 20px;
    font-size: 1.1em;
}

.favorite {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

.favorite_forums, .forums_block {
    border: 1px #efcb9c solid;
    border-top: 0;
    background: #faf0e3;
    float: left;
    padding: 15px;
    width: 686px;
    margin-bottom: 10px;
}

.favorite_forums ul {
    font-size: 1.2em;
}

.favorite_forums ul li {
    width: 200px;
    float: left;
    margin-right: 15px;
    padding: 5px 0;
}

.favorite_forums ul li a {
    color: #000;
}

.forum {
    float: left;
    width: 700px;
    margin: 0;
}

.forum h2 {
    background: url( /design/eva/images/orange_topic_img_small.gif ) bottom right no-repeat;
    width: 510px;
    float: left;
}

.forums_block img {
    float: left;
}

.forums_block ul {
    font-size: 1.2em;
    float: left;
    width: 210px;
    margin-left: 22px;
}

.forums_block ul li {
    width: 200px;
    float: left;
    margin-right: 15px;
    padding: 5px 0;
}

.forums_block ul li a {
    color: #000;
}

.ph_topic_green {
    height: 32px;
    background: url( /design/eva/images/green_topic_bg.gif ) top left repeat-x;
}

.topic_green_bg {
    background: url( /design/eva/images/green_topic_img.gif ) bottom center no-repeat;
    height: 32px;
}

.ph_topic_green h2 {
    float: left;
    color: #fff;
    margin: 3px 0 0 25px;
}

.ph_topic_green a {
    color: #fff;
    padding: 10px 15px 0 0;
    font-size: 1.1em;
}

.favorite_forums .all-link, .themes_list .all-link {
    display: block;
    clear: both;
    overflow: hidden;
    text-align: right;

}

.favorite_forums .all-link a, .themes_list .all-link a {
    font-size: 13px;
    color: #000;
    margin-left: 10px;
    font-weight: bold;
}


