#content.forums {
    position: relative;
    padding: 0 32px 0 26px;
}
	#content.forums .nothing_to_show {
		margin-bottom: 13px;
	}
.forum {
    width: 100%;
    margin: 0 0 20px 0;
}
.forum.last_forum {
    margin-bottom: 65px;
}
    .forum td, .forum th {
        font-size: 12px;
        padding: 9px 32px 11px 9px;
        background: url('/static/design/_cmn/bg_horizontal_border.png') repeat-x 0 bottom;
        position: relative;
    }
        .forum td p {
            line-height: 16px;
        }
    .forum tr:hover td {
        background-color: #fff5f1;
    }
    .forum th {
        font-weight: normal;
        text-align: left;
        vertical-align: bottom;
        line-height: 26px;
    }
        .forum th h3 {
            line-height: 32px;
        }
        .forum th h1 {
            font-size: 28px;
            line-height: 32px;
        }

    .forum th.al_right {
        text-align: right;
    }
    .forum a.geo_forum_title {
        font-size: 18px;
        color: #fb601b;
        font-weight: bold;
    }
    .forum td.forum_title_block {
        color: #666666;
        padding: 0 0;
    }
        .forum td.forum_title_block .forum_title_block_inner {
            position: relative;
            padding: 9px 32px 11px 9px;
        }
            .forum td.forum_title_block .forum_title_block_inner .forum_title {
                font-size: 18px;
                line-height: 24px;
            }
            .forum td.forum_title_block .forum_title_block_inner .topic_title {
                font-size: 14px;
                margin-bottom: 1px;
            }
                .forum td.forum_title_block.new_messages .topic_title a {
                    font-weight: bold;
                }

			.forum td.forum_title_block .forum_title_block_inner .geo_path {
				font-size: 10px;
			}
				.forum td.forum_title_block .forum_title_block_inner .geo_path a {
					color: #666;
				}

    .forum td.forum_counters {
        font-size: 14px;
    }
.forums_theme {
    background: #fb601b;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    padding: 2px 7px 4px 7px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
    #content.forums .forum .forums_theme {
        margin-left: -7px;
        font-weight: normal;
    }
.geo_forums {
    margin-bottom: 10px;
}
.forums_bar {
    position: relative;
    padding: 0 0;
    font-size: 12px;
}
    .forums_bar .bottom_dotted {
        padding: 5px 0;
        position: relative;
        min-height: 17px;
    }
    .forums_bar a {
        color: #333;
    }
        .forums_bar .favorite_topics a {
            padding-left: 21px;
            position: relative;
        }
            .forums_bar .favorite_topics a .icon {
                display: block;
                position: absolute;
                width: 15px;
                height: 14px;
                top: 0;
                left: 0;
                margin: 1px 0 0 0;
                background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat 0 0;
            }
    .forums_bar p.float_l {
        margin: 0 14px 0 0;
    }
    .forums_bar p.float_r {
        margin: 0 0 0 14px;
    }
    #content.forums .forums_bar {
        margin-bottom: 33px;

    }
        .forum tr.attached_topic td {
            background-color: #f1f1f1;
        }
    .forum td.last_message {
        padding-right: 10px;
    }
        .forum tr.attached_topic td.last_message .icon_attached {
            width: 9px;
            height: 19px;
            margin: 4px 0 0 10px;
            background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat 0 -31px;
        }
    .forum .icon_favorite {
        display: none;
        width: 15px;
        height: 14px;
        margin: 4px 0 0 10px;
        background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat -15px 0;
        cursor: pointer;
        overflow: hidden;
        text-indent: 99px;
    }
    .forum .icon_favorite.favorited {
        background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat 0 0;
        display: inline;
    }
    .forum tr:hover .icon_favorite {
        display: inline;
    }
    .forum td .userIcon {
        text-decoration: none;
    }
    .forum td .user_name {
        font-size: 12px;
    }
.new_topics {
    background: #888;
    font-size: 10px;
    color: #fff;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
     #content.forums .forum .new_topics {
         /*margin-left: 5px;*/
     }
.forums_rules a {
    color: #fb601b;
}
    .forums_search input {
        width: 126px;
        height: 17px;
        padding: 0 7px;
        border: 1px solid #dedede;
        font-size: 11px;
        color: #adadad;
        -webkit-border-radius: 9px;
           -moz-border-radius: 9px;
                border-radius: 9px;
        -webkit-box-shadow: inset 0 1px 1px #969696;
           -moz-box-shadow: inset 0 1px 1px #969696;
                box-shadow: inset 0 1px 1px #969696;
    }
    .forums_search input:focus {
        outline: none;
    }
    .forums_search .geo.list {
        margin: 0 0;
        padding: 0 0;
        -webkit-border-radius: 3px 3px 0 0;
           -moz-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
        -webkit-box-shadow: 1px 2px 2px #969696;
           -moz-box-shadow: 1px 2px 2px #969696;
                box-shadow: 1px 2px 2px #969696;
        background: #fff;
    }
        .forums_search .geo.list ul {
            margin: 0 0;
            padding: 0 0;
        }
            .forums_search .geo.list ul li {
                list-style-type: none;
                margin: 0 0;
                padding: 5px 5px 5px 10px;
                font-size: 11px;
                border-bottom: 1px solid #f1f1f1;
            }
        .forums_search .plain.suggestion_bubble {
            -webkit-box-shadow: none;
               -moz-box-shadow: none;
                    box-shadow: none;
            border: 0;
            background: none;
            padding: 0 0;
        }
.topic_pages {
    position: relative;
}
    .topic_pages li {
        display: inline;
        padding: 0 4px;
    }
        /*.topic_pages li a {
            text-decoration: none;
        }*/
    .forums .topic_pages {
        margin-top: 2px;
        margin-left: 12px;
    }
.forums_heading {
    position: relative;
    margin: 0 0 6px 0;
}
.forums_heading.heading_bottom_margin {
    margin-bottom: 25px;
}
    .forums_heading .btn.small.grey {
        margin-top: 11px;
    }
    .forums_heading .forums_search {
        margin: 11px 10px 0 0;
    }
        .forums_heading .forums_search input {
            height: 22px;
            -webkit-border-radius: 12px;
               -moz-border-radius: 12px;
                    border-radius: 12px;
        }

.forum_topic {
    position: relative;
}
    .forum_topic .banned {
        border-color: #fb601b;
        padding: 10px;
        margin-bottom: 10px;
    }

	.forum_topic .geo_path {
		font-size: 10px;
	}
		.forum_topic .geo_path a {
			color: #666;
		}
	.forum_topic .topic_description {
		color: #666;
	}
    .forum_topic .comments ul.replies {
        margin-bottom: 0;
        overflow: visible;
    }
        .forum_topic .comments ul.replies li {
            padding-bottom: 15px;
            margin-bottom: 15px;
            background: url('/static/design/_cmn/bg_horizontal_border.png') repeat-x 0 bottom;
            overflow: visible;
        }
            .forum_topic .comments ul.replies li:after, .forum_topic .comments ul.replies li:before {
                content: "\0020";
                display: block;
                height: 0;
                visibility: hidden;
            }
            .forum_topic .comments ul.replies li:after {
                clear: both;
            }
            .forum_topic .comments ul.replies li .user_card {
                width: 90px;
            }
        .forum_topic .comments ul.replies li .reply, .forum_topic .comments ul.replies li .reply p {
            font-size: 14px;
            line-height: 22px;
        }
            .forum_topic .comments ul.replies li .reply blockquote {
                margin-bottom: 0;
            }
                .forum_topic .comments ul.replies li .reply blockquote .user_name {
                    margin-right: 5px;
                }
                .forum_topic .comments ul.replies li .reply blockquote div cite {
                    display: block;
                    font-size: 11px;
                    color: #999;
                }
                    .forum_topic .comments ul.replies li .reply blockquote div cite a {
                        color: #999;
                    }
                    .forum_topic .comments ul.replies li .reply blockquote div cite a.userIcon {
                        background: url('/static/blocks/_cmn/sprite_icons_common_small.png') no-repeat 0 -244px;
                        padding-left: 11px;
                    }
        .forum_topic .comments ul.replies li .comment_body {
            margin-left: 110px;
        }
        .forum_topic .comments ul.replies li .comment_body.moderated {
            color: #999;
        }
            .forum_topic .comments ul.replies li .user_card .dde.user_vc {
                margin: -9px 0 0 -10px;
            }
            .forum_topic .comments .comment_body .date {
                margin-left: 0;
            }
        .forum_topic .comments_form {
            poisition: relative;
            margin-bottom: 70px;
        }
            .forum_topic .comments_form p {
                margin-bottom: 6px;
            }
            .forum_topic .comments_form textarea {
                width: 99%;
                height: 120px;
                resize: vertical;
                display: block;
                -webkit-box-shadow: inset 0 1px 1px #969696;
                   -moz-box-shadow: inset 0 1px 1px #969696;
                        box-shadow: inset 0 1px 1px #969696;
                border-top: 1px solid #7c7c7c;
                border-bottom: 1px solid #ddd;
                border-left: 1px solid #c3c3c3;
                border-right: 1px solid #c3c3c3;
                margin: 0 0 15px ;
            }
            .forum_topic .comments_form textarea.expanded_txt {
                height: 250px;
            }

        .forum_topic .comments ul.replies li .ed_comment_area {
            width: 98%;
            resize: vertical;
            height: 150px;
        }
        .forum_topic .comments ul.replies li .ed_comment_area.expanded_txt {
            height: 150px;
        }
    .forum_topic .messages_heading {
        position: relative;
    }
        .forum_topic .messages_heading h3 {
            margin-right: 18px;
        }
        .forum_topic .messages_heading h1 {
            font-size: 28px;
            margin-right: 18px;
        }
        .forum_topic .messages_heading .add_to_favorite,
        .forum_topic .messages_heading .add_to_collection {
            font-size: 12px;
            margin: 11px 18px 0 0;
            position: relative;
        }
            .forum_topic .messages_heading .add_to_favorite a,
            .forum_topic .messages_heading .add_to_collection a {
                color: #b4b4b4;
                position: relative;
            }
            .forum_topic .messages_heading .add_to_favorite a {
                padding-left: 20px;
            }
                .forum_topic .messages_heading .add_to_favorite a .icon {
                    top: 0;
                    left: 0;
                    margin: 1px 0 0 0;
                    display: block;
                    position: absolute;
                    width: 15px;
                    height: 14px;
                    background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat -15px 0;
                }
                .forum_topic .messages_heading .add_to_favorite a.favorited .icon {
                    background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat 0 0;
                }
	.forums .paginator_box.top {
		margin-top: 13px;
	}
    .forums .paginator_box.bottom {
        margin-bottom: 50px;
    }
.forums .error_message {
    margin-bottom: 20px;
}
    .comments_form .error_message {
        background: #f1f1f1;
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

.create_topic {
    position: relative;
    background: #f1f1f1;
    padding: 20px 15px 2px 15px;
}
    .create_topic label.lbl {
        font-size: 11px;
        display: block;
    }

    .forums .create_topic {
        margin: 0 0 20px 0;
    }
    .create_topic .topic_form_title {
        position: relative;
        float: left;
        width: 105px;
        clear: both;
        margin: 0 0 18px 0;
    }
    .create_topic .topic_form_submit {
        position: relative;
        padding-left: 120px;
        margin: 0 0 18px 0;
        float: left;
    }
        .create_topic .topic_form_title .dog_tag {
            position: relative;
			background: url('/static/blocks/_cmn/sprite_icons_common_small.png') no-repeat 0 -225px;
			height: 10px;
			width: 10px;
            margin: 5px 0 0 0;
		}
        .create_topic .topic_form_title .btn {
            /*margin-left: 120px;*/
        }
    .create_topic .topic_form_data {
        position: relative;
        float: left;
        width: 780px;
        margin: 0 0 18px 15px;
    }
        .create_topic .row.select_destination {
            padding-top: 5px;
        }
        .create_topic .select_destination .topic_form_data {
            margin-top: -5px;
        }
        .create_topic .topic_form_data label.lbl {
            padding-top: 10px;
        }
        .create_topic .topic_form_data .characters_counter {
            display: inline;
            vertical-align: top;
            background: #fb601b;
            color: #fff;
            padding: 1px 5px 3px 5px;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }
        .create_topic .topic_form_data textarea {
            width: 100%;
            -webkit-box-shadow: none;
               -moz-box-shadow: none;
                    box-shadow: none;
            border: 1px solid #999;
            resize: vertical;
            padding: 0 0;
        }
            .create_topic .topic_form_data textarea.message {
                height: 400px;
                margin: 0 0 0 0;
            }
        .create_topic .topic_form_data input {
            width: 357px;
            height: 17px;
            margin: 0 5px 0 0;
        }
    .create_topic input.shadowed {
        -webkit-box-shadow: inset 0 1px 1px #969696;
           -moz-box-shadow: inset 0 1px 1px #969696;
                box-shadow: inset 0 1px 1px #969696;
        border-top: 1px solid #7c7c7c;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
    }
    .create_topic .error_message {
        background: #ffabab;
        position: relative;
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
.edit_topic {
    width: 13px;
    height: 13px;
    overflow: hidden;
}
    .edit_topic a, .edit_topic span {
        display: block;
        height: 13px;
        overflow: hidden;
        text-indent: 99px;
        background: url('/static/blocks/forums/forums_icons_sprite.png') no-repeat 0 -16px;
    }
        .forum td.forum_title_block .forum_title_block_inner .edit_topic {
            position: absolute;
            top: 0;
            left: 0;
            margin: 11px 0 0 -17px;
        }
.forum_breadcrumbs {
    position: relative;
}
    .forum_breadcrumbs .wr a {
        padding-right: 10px;
    }
    .forums_heading .forum_breadcrumbs {
        margin: 10px 0 0 15px;
    }

    .create_topic .selector li.item.selected .wr {
        background-position: 100% -625px
    }
    .create_topic .selector li.item.selected.active .wr {
        background-position: 100% -625px;
    }
    .create_topic .selector li.item.active {
        /*margin-top: -10px;*/
    }
.moderators_panel {
    position: relative;
    margin: 0 0;
    padding: 10px;
    background: #efefef;
}
    .moderators_panel li {
        list-style-type: none;
        margin: 0 20px 0 0;
    }
        .moderators_panel li select {
            width: 350px;
        }
    .forums .moderators_panel {
        margin: 10px 0 0 0;
    }


#content.forums .comments_form .btn {
    padding: 4px 15px;
}
#content.forums .comments ul.replies li:last-child {
    background: url("/static/design/_cmn/bg_horizontal_border.png") repeat-x 0 bottom;
}


.btn.small.grey {
    font-size: 11px;
    color: #000;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: inset 0 -10px 13px 0 #c4c4c4;
       -moz-box-shadow: inset 0 -10px 13px 0 #c4c4c4;
            box-shadow: inset 0 -10px 13px 0 #c4c4c4;
}
.btn.small.grey:hover {
    background: #d8d8d8;
}

.forums_through_banner {
    margin-bottom: 15px;
}

.title_forum {
    font-family: Georgia, "Century Schoolbook L", Serif;
    font-weight: bold;
    font-size: 36px;
}
.closed_topic_row {
    background: #f4f4f4 !important;
    color: #939393 !important;
}
.closed_topic_row a {
    color: #939393;
}
.closed_topic_row a.user_name {
    color: #939393;
}
.active_topic_row {
    background: #fff9e6;
}
.forum .closed_topic_row:hover td {
    background-color: #f4f4f4 !important;
}
.new_message_topic_row {
    background: #feffe6;
}
/*.forum .new_message_topic_row:hover td {
    background-color: #ffddce;
}*/
.forum tr.attached_topic td {
    background-color: #e8fcde !important;
}
.forum tr:hover td {
    background-color: #fff5d8;
}
.forum td, .forum th {
    background: none;
    border-bottom: 1px solid #eee6c9;
}
.forum-after-2-post {
    margin-top: -20px;
}