.forum_theme-form {
    margin: 1.5em 0;
}

.forum-list {
    font-size: 14px;
}

.forum-list .forum {
    background: #f6f6f6;
}

.forum-list .forums .head td {
    padding: 10px 20px;

    color: #fff;
    background: #105c8f;
}

.forum-list .forum td {
    padding: 10px;

    border: 1px solid #d7d7d7;
}

.forum-list .spl td {
    height: 3px;
}

.forum-list .forum .col1 {
    line-height: 1.23;
}

.forum-list .forum .col2 {
    font-size: 13px;
    line-height: 1.4;
}

.forum-list .forum .col3 {
    font-size: 13px;
    line-height: 1.3;
    min-width: 150px;
}

.forum-list .forum .col3 a {
    display: block;
    margin: 2px 0;
}

.forum-list .forum .name {
    font-size: 20px;
    font-weight: bold;
    padding-left: 17px;
    text-transform: uppercase;
    color: #105c8f;
    background: url('/img/point2.png') 0 .4em no-repeat;
}

.forum-list .forum .name-messcount {
    font-size: 81%;

    color: #105c8f;
}

.forum-list .forum .short {
    margin: 5px 0 0 0;
}

.forum-list .forum .tags {
    margin-top: .3em;
}

.forum-list .forum .tags .tag {
    display: inline-block;
    margin: .3em 1.3em 0 0;
    vertical-align: top;
}

.forumtheme-list {
    font-size: 14px;
}

.forumtheme-list .forumtheme {
    background: #f6f6f6;
}

.forumtheme-list .forumthemes .head td {
    padding: 10px 20px;

    color: #fff;
    border-right: 1px solid #d7d7d7;
    background: #105c8f;
}

.forumtheme-list .forumthemes .head td:last-child {
    border-right: 0;
}

.forumtheme-list .forumthemes .head td a {
    color: #fff;
}

.forumtheme-list .forumtheme td {
    padding: 10px;

    border: 1px solid #d7d7d7;
}

.forumtheme-list .spl-top {
    height: 1px;
    background: #a20d6c;
}

.forumtheme-list .forumtheme .col1 {
    position: relative;

    padding-left: 45px;
    vertical-align: top;
}

.forumtheme-list .forumtheme .col2 {
    font-size: 13px;
}

.forumtheme-list .forumtheme .col2 .photomesscount {
    line-height: 30px;
}

.forumtheme-list .forumtheme .col3 {
    font-size: 13px;
}

.forumtheme-list .forumtheme .col4 {
    font-size: 13px;
    line-height: 1.3;
}

.forumtheme-list .forumtheme .col4 a {
    display: block;
    margin: 2px 0;
}

.forumtheme-list .forumtheme.odd {
    background: #fff;
}

.forumtheme-list .forumtheme.even {
    background: #eee;
}

.forumtheme-list .forumtheme .name {
    font-weight: bold;
}

.forumtheme-list .forumtheme .name:visited {
    color: #656565 !important;
}

.forumtheme-list .forumtheme .short {
    margin: 5px 0;
}

.forumtheme-list .forumtheme .author {
    margin: 5px 0;
    margin-bottom: 0;
}

.forumtheme-list .forumtheme-top td {
    border-width: 0 1px;
}

.forumtheme-list .forumtheme-top td:first-child {
    border-left: 1px solid #a20d6c;
}

.forumtheme-list .forumtheme-top td:last-child {
    border-right: 1px solid #a20d6c;
}

.forumtheme-list .forumtheme-top .name {
    color: #812965;
}

.forumtheme-list .forumtheme .newtheme {
    position: absolute;
}

.forumtheme-list .forumtheme-new .newtheme {
    top: 20px;
    right: 0;
    width: 42px;
    height: 18px;

    background: url('/img/new.png') no-repeat;
}

.forumtheme-list .forumtheme .notice1 {
    position: absolute;
    top: 22px;
    left: 10px;
    display: none;
    width: 25px;
    height: 16px;
    background: url('/img/mail2.png');
}

.forumtheme-list .forumtheme-newmess .notice1 {
    display: block;

    background: url('/img/ico/red/mail.png');
}

.forumtheme-list .forumtheme .newphoto {
    position: absolute;
    top: 50px;
    left: 10px;
    display: none;
    width: 23px;
    height: 19px;
    background: url('/img/ico/blue/photo.png') no-repeat;
}

.forumtheme-list .forumtheme-newphotomess .newphoto {
    display: block;
    background: url('/img/ico/red/photo.png') no-repeat;
}

.forumtheme-list .forumtheme .editpanel {
    display: inline-block;
}

.forumtheme-list .forumtheme .upper {
    top: -1em;
    left: -.5em;
}

.forummess-list .forummessages {
    margin: 1.5em 0;
    table-layout: fixed;
}

.forummess-list .forummessages .birthday {
    position: relative;
}

.forummess-list .forummessages .birthday:before {
    background: url("/img/icon-bd.png") no-repeat;
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    right: -3px;
    bottom: 0;
    margin-right: 0;
}

.forummess-list .forummessages td.col1 {
    width: 19%;
}

.forummess-list .forummessages td {
    box-sizing: border-box;
    padding: 14px 15px;
    vertical-align: top;
    border: 1px solid #d7d7d7;
}

.forummess-list .forummess-header {
    background: #ececec;
}

.forummess-list .forummess-header .date {
    float: right;
}

.forummess-list .forummess-header .theme {
    float: left;

    max-width: 60%;
}

.forummess-list .forummess-footer .op {
    white-space: nowrap;
}

.forummess-list .forummess-footer .thanks sup {
    margin-left: 4px;
}

.forummess-list .forummess-footer td {
    padding: 5px 15px;
}

.forummess-list .forummess-footer td.col1 {
    border-right: 0;
}

.forummess-list .forummess-footer td.col2 {
    border-left: 0;
}

.forummess-list .forummess-footer a {
    font-size: .86em;
    line-height: 25px;
    display: inline-block;
    margin-right: 25px;

    color: #7e7e7e;
}

.forummess-list .forummess .col2 .path {
    margin-bottom: .5em;
}

.forummess-list .forummess .col2 .top {
    font-size: 90%;
    margin-bottom: .9em;

    text-align: right;
}

.forummess-list .forummess .col1 {
    font-size: 13px;
    position: relative;
}

.forummess-list .forummess .col1 p {
    margin: 2px 0;
}

.forummess-list .forummess .avatar {
    display: block;

    width: 100px;
}

.forummess-list .forummess p.thanks {
    line-height: 18px;
    display: inline-block;
    margin: .5em 0;
    margin-right: 10px;
    vertical-align: middle;
}

.forummess-list .forummess p.warnings {
    line-height: 18px;
    display: inline-block;
    margin: .5em 0;
    margin-right: 10px;
    vertical-align: middle;
}

.forummess-list .forummess .description {
    font-size: 13px;
    margin-top: 1em;
    padding: .5em 0;
    color: #7e7e7e;
    border-top: 1px solid #d7d7d7;
}

.forummess-list .forummess .description p:last-child {
    margin-bottom: 0;
}

.forummess-list .forummess .banline {
    font-size: 1.1em;
    line-height: 35px;

    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f00;
}

.forummess-list .forummess .banline img.i {
    margin-right: .2em;

    vertical-align: middle;
}

.forummess-list .forummess a.ban {
    line-height: 25px;
    display: inline-block;
    margin-right: 25px;

    color: #7e7e7e;
}

.forummess-list .forummess-picts {
    font-size: 13px;
    position: relative;
    margin: 1em 0;
    padding: .5em 0;
}

.forummess-list .forummess-picts:before {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 0;
    padding: 0 15px;

    content: '';
    border-top: 1px solid #d7d7d7;
}

.forummess-list .forummess-picts .i {
    font-size: 12px;
    line-height: 30px;

    display: inline-block;
    box-sizing: border-box;
    width: 48%;
    margin: 1% 1%;
}

.forummess-list .photo-list {
    clear: both;
    margin: 1em 0;
    padding: 14px;

    background: #ededed;
}

.forummess-list-op .icon-bookmark {
    color: #105c8f;
}

.forummess-list .forummess .editpanel {
    display: inline-block;
}

.forum_view .forum-list .forum .name {
    font-size: 16px;
    text-transform: none;
}

.forum_view .forum-list .forum td {
    border: 1px solid #d7d7d7;
}

.forum_view .forum-list .spl td {
    display: none;
}

.forum_view .forum-list .forum.odd {
    background: #eee;
}

.forum_view .forum-list .forum.even {
    background: none;
}

.forum_view-btns {
    margin: 20px 0;
}

.forum_view-btns a {
    margin-right: 5px;
}

.forum_view-btns .search {
    position: relative;

    float: right;
    border-radius: 4px;
    background: #e1e1e1;
}

.forum_view-btns .search input {
    font-size: 14px;

    width: 340px;
    height: 28px;
    margin: 3px;
    color: #656565;
    border: 1px solid #c4c4c5;
    border-color: #c4c4c5 #fff #fff #c4c4c5;
    background: #eee;
}

.forum_view-btns .search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    border: 0;
    background: url('/img/point3.png') center center no-repeat;
}

.forum_view_archive {
    margin: 1.3em 0;
}

.newforumtheme-panel {
    font-size: 16px;
    margin: 1.5em 0;
    padding: 1.13em 1em;
    border: 1px solid #aa3585;
}

.newforumtheme-panel h3 {
    font-size: 1.13em;

    text-transform: uppercase;
}

.newforumtheme-panel-items {
    margin-right: -6%;
}

.newforumtheme-panel-items .forumtheme {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: .4em;
    padding-right: 6%;
    color: #105c8f;
}

.newforumtheme-panel-items .forumtheme-count {
    font-size: 81%;
}

.forum-panel {
    font-size: 13px;
    line-height: 34px;
    overflow: hidden;
    height: 34px;
    margin-bottom: .6em;
    padding: 0 15px;

    border: 1px solid #d7d7d7;
    background: #f6f6f6;
}

.forum-panel .statistic {
    float: left;
}

.forum-panel .statistic b {
    color: #105c8f;
}

.forum-panel .btns {
    float: right;
}

.forum-panel .btn {
    display: inline-block;
    margin-left: 15px;

    white-space: nowrap;
    color: #656565;
}

.forummess-list .forummess blockquote {
    font-style: italic;
    position: relative;

    margin: 18px 0 .8em 0;
    padding: .9em;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
}

.forummess-list .forummess blockquote:before {
    position: absolute;
    top: -16px;
    left: 21px;
    width: 16px;
    height: 17px;

    content: '';
    background: url('/img/point13.gif');
}

.forummess-list .forummess blockquote .like-cnt {
    display: none;
}

.forummess-list .forummess blockquote .nic {
    font-weight: bold;

    color: #105c8f;
}

.forummess-list .forummess blockquote blockquote {
    margin-left: 50px;
}

.forummess-list .forummess blockquote blockquote:before {
    display: none;
}

.forummess-list .forummess .quote {
    font-style: italic;
    position: relative;

    margin: 18px 0 .8em 0;
    padding: .9em;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
}

.forummess-list .forummess .quote:before {
    position: absolute;
    top: -16px;
    left: 21px;
    width: 16px;
    height: 17px;

    content: '';
    background: url('/img/point13.gif');
}

.forummess-list .forummess .quote b {
    font-weight: normal;

    color: #105c8f;
}

.forummess-list .forummess .quote .quote {
    margin-left: 50px;
}

.forummess-list .forummess .quote .quote:before {
    display: none;
}

.forummess-list .forummess .editor-content strong {
    font-weight: normal;

    color: #105c8f;
}

.forum_theme__subscribers {
    margin: 1.3em 0;
}

.forum-stat {
    margin-top: 2em;
    padding: 20px;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
}

.forum-stat h4 {
    font-size: 100%;
}

.forum-stat .birthday .icon {
    color: #105c8f;
}

.forum-stat .birthday .col {
    display: table-cell;
    vertical-align: top;
}

.forummess-form-clear-btn-cnt {
    margin-bottom: .8em;
    text-align: right;
}

.forummess-form-clear-btn-cnt .title {
    float: left;
    text-align: left;
    color: #812965;
    font-size: 24px;
}

.forum_newtheme .title {
    color: #812965;
    font-size: 24px;
    margin-bottom: 10px;
}