.kf_maintitle {
    background: #34495e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.kf_maintitle div {
    font-size: 13px;
    color: #ccc;
	margin-left: 20px;
}

.kf_maintitle a{
    color: #fff;
    text-decoration: none;
}

.kf_forums_wrap {
    padding: 9px;
    background: #ecf0f1;
	border-radius: 0 0 4px 4px;
}

.kf_forums_container {
    background: #fff;
	border: 1px solid #dbe4ef;
	border-radius: 4px;
}

.kf_category {
	margin-bottom: 10px;
}

.kf_forums_container table{
	width: 100%;
	border-collapse: collapse;
}

.kf_forums_container td{
	padding: 10px;
	border-bottom: 1px solid #ecf0f1;
}

td.kf_forum_icon {
    width: 33px;
    text-align: center;
    font-size: 32px;
    color: #34495e;
	padding-right: 0;
	position: relative;
}

td.kf_forum_icon .kf_attach_img {
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
    position: absolute;
    left: 2px;
    top: 2px;
}

.kf_forum3_title span{
	margin-right: 5px;
	color: #a5a5a5;
}

.kf_forum2_title {
    font-size: 15px;
	font-weight: bold;
}

.kf_forum2_title div {
    font-size: 13px;
    color: #888;
    font-weight: normal;
}

.kf_forum2_title a{
	text-decoration: none;
}

.kf_forum3_title {
    margin-top: 5px;
}

.kf_forum3_title a{
	text-decoration: none;
	font-size: 13px;
}

.kf_forum_menu {
    height: 27px;
    line-height: 27px;
}

a.kf_button_add {
    background: #34495e;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

a.kf_button_reply {
    background: #34495e;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

#new_topic_form {
	display: none;
	margin: 10px 0;
}

#new_post_form {
	display: none;
	margin: 10px 0;
}

td.kf_forum_stats {
	text-align: right;
	width: 70px;
}

td.kf_forum_stats div {
    color: #999;
    font-size: 12px;
}

.kf_topic_foot_author {
    color: #a4a4a4;
    font-size: 12px;
	margin-top: 3px;
}

.kf_topic_foot_author a{
    color: #a4a4a4;
}

a.kf_topic_link {
	text-decoration: none;
}

.kf_topic_list_header {
    background: #34495E;
    color: #fff;
    padding: 10px;
    font-size: 12px;
	border-radius: 4px 4px 0 0;
}

.kf_topic_list_row_header {
    background: #dbe4ef;
    padding: 10px;
}

.kf_topic_list_row_header a{
    text-decoration: none;
}

.kf_topic_list_author_info {
    width: 150px;
    float: left;
	padding: 15px 10px;
    text-align: center;
	position: relative;
}

.kf_topic_list_author_avatar {
    width: 100px;
    height: 100px;
	overflow: hidden;
	background-image: url("/upload/default/avatar.jpg");
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	border: 3px solid #ddd;
    border-radius: 5px;
}

.kf_topic_list_content {
    margin: 10px 10px 10px 170px;
}

.kf_div_clear {
	clear: both;
}

.kf_topic_list_row_date {
    text-align: right;
    color: #ccc;
    font-size: 11px;
}

.kf_topic_list_row_date a{
    cursor: pointer;
}

.kf_topic_list_row {
    position: relative;
}

.kf_topic_menu {
    height: 27px;
    line-height: 27px;
    margin-top: 10px;
}

.kf_topic_list_row_header span {
    float: right;
}

.w_icon img{
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-khtml-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

td.kf_forum_last {
    width: 180px;
	font-size: 12px;
	padding: 10px 5px 10px 0;
}

td.kf_forum_last div a{
	text-decoration: none;
}

td.kf_forum_last div {
    height: 13px;
    line-height: 13px;
    overflow: hidden;
}

td.kf_forum_last img{
	margin-right: 10px;
	float: left;
}

.kf_forum_last_date {
    font-size: 11px;
    color: #a5a5a5;
}

.kf_topic_list_user_desc div {
    font-size: 12px;
}

.kf_topic_list_content img{
    max-width: 95%;
}

.kf_topic_rating {
    display: inline-block;
    margin-top: 5px;
}

.kf_block1 {
    float: right;
}

.forum_content_text blockquote,
.kf_topic_list_content blockquote,
.redactor-box  blockquote,
.redactor-editor blockquote{
    background: #FBFBD6;
    border-bottom: 3px dashed #bababa;
    border: 2px dashed #bababa;
    color: #878787;
    font-family: Tahoma !important;
    font-size: 12px !important;
    padding: 10px 15px;
    margin: 10px 0;
    font-style: normal !important;
    line-height: 1 !important;
    border-radius: 4px;
	
}

.kf_topic_list_content pre,
.kf_topic_list_content code,
.forum_content_text pre, 
.forum_content_text code,
.redactor-editor pre, 
.redactor-editor code,
.redactor-box pre, 
.redactor-box code {
    overflow: initial;
	background: #f9f9f9;
    box-shadow: none;
    margin: 10px 0;
}

.kf_topic_list_content p,
.forum_content_text p,
.redactor-editor p,
.redactor-box p{
	margin: 0 !important;
}

.kf_topic_list_footer {
    margin-top: 10px;
}

.forum_user_signature {
    margin-top: 20px;
    border-top: solid 1px silver;
    padding-top: 4px;
    max-height: 50px;
    overflow: hidden;
    color: silver;
}

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
 
.rectangle-list a:hover {
    background: #eee;
}
 
.rectangle-list a:after {
    position: absolute;	
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;				
}
 
.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: #fa8072;				
}

ul.rectangle-list {
    margin: 0 0 0 10px;
	list-style: none;
}

.rectangle-list div{
    color: #999;
    font-size: 12px;
}

.kf_bbcode_hide {
    color: silver;
}

.kf_forum_profile_name {
    border-bottom: 1px dashed silver;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.kf_forums_container tr:hover{
	background: #f9f9f9;
}

.kf_attach_block {
    background: #f5f5f5;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 10px;
    color: #999;
}

.kf_attach_block a{
    text-decoration: none;
}

.kf_topic_share {
    float: right;
	margin-top: -5px;
    margin-right: -9px;
}

.kf_topic_button ul{
	list-style: none;
    width: 100%;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
}

.kf_is_online_lable {
    position: absolute;
    top: 0;
    left: 0;
}

.forum_content_text {
    
}

.kf_subs_button {
    float: right;
	text-decoration: none;
}

.kf_moder_list {
    margin-top: 10px;
}

.kf_vote {
    background: #ECF0F1;
    padding: 15px;
	border-radius: 4px;
	position: relative;
}

.kf_vote_title {
    font-size: 18px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.kf_vote_var {
    padding: 5px;
    border-bottom: 1px dashed #D7D8D9;
	border-radius: 5px;
}

.kf_vote_voted {
    padding: 5px;
    border-bottom: 1px dashed #D7D8D9;
	border-radius: 5px;
	position: relative;
}

.kf_vote_voted span {
    float: right;
	font-weight: bold;
}

.kf_vote_var:hover {
    background: #fff;
	cursor: pointer;
}

.kf_vote_var span {
    float: right;
	font-weight: bold;
}

.kf_vote_footer {
    margin-top: 10px;
    text-align: center;
}

.kf_vote_percent {
    color: #f55501;
    margin-left: 5px;
}

.kf_vote_percent_line {
    position: absolute;
    bottom: 0;
    height: 5px;
    background: #B7BDC3;
}

/*.icon-forum, .menu .forum .item { background-image: url("/templates/dv-kart/controllers/forum/images/forum.jpg"); }*/
/*.icon-last-topic, .menu .last-topic .item { background-image: url("/templates/dv-kart/controllers/forum/images/last_topic.jpg"); }*/
/*.icon-new-post, .menu .new-post .item { background-image: url("/templates/dv-kart/controllers/forum/images/new_post.jpg"); }*/
/*.icon-forum-list, .menu .forum-list .item { background-image: url("/templates/dv-kart/controllers/forum/images/forum_list.jpg"); }*/
/*
     */
/*
*/