#forumlist {
    margin-bottom: 10px;
}
#forumannoucement {
    width: 98%;
    margin-bottom: 10px;
    font-size: 13px;
    color: red;
}
#topic-recommended {
/*    margin-left: auto;
    margin-right: auto;*/
    float: left;
    margin-bottom: 20px;
    width: 98%;
    /*background-color: #ececec;*/
    padding: 10px 10px 10px 10px;
    border-top: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    /*border-radius: 5px;*/
    /*border: #dddddd thin solid;*/
    margin-top: 10px;
}
#recommended-list-block {
    font-size: 13px;
}
#recommended-list {
    float: left;
    width: 100%;
    padding: 4px 0px 0px 4px;
}
#crumbtail {
    padding-left: 5px;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
#crumbtail img {
    max-width: 15px;
    padding-top: 20px;
    display: inline;
}
#list-header {
    float: left;
    width: 100%;
    background-color: #4d9cda;
}
#list-header-content {
    color: white;
    font-size: 13px;
    font-style: italic;
    padding-left: 5px;
}
#list {}
.topicwrap{
	float:left;
	text-valign:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
	border-bottom:#eeeeee solid 1px;
    padding-top: 10px;
}
.topicwrap2{
	float:left;
	text-valign:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
	border-bottom:#eeeeee solid 1px;
    padding-top: 10px;
    /*background-color: #f5f5f5;*/
}
.topicwrap:hover {
    background-color: #f6f7f8;
}
.topicwrap2:hover {
    background-color: #f6f7f8;
}
#bar-sticky {
    background-color: #4d9cda;
    width: 100%;
    float: left;
    height: 4px;
}
#topiccol1{
	float:left;
	width:5%;
	padding:6px 5px 6px 5px;
	text-align: center;
	height: 38px;
}
#topiccol1 img {
    max-width: 30px;
}
#topiccol2{
	float:left;
	width:67%;
	padding:6px 6px 6px 6px;
	height: 38px;
    /*font-weight: bold;*/
}
#topiccol3{
	float:left;
	width:8%;
	/*border-left:#CCCCCC solid 1px;*/
	padding:6px 6px 6px 10px;
	height: 38px;
    font-size: 12px;
}
#topiccol3 img {
	max-width: 12px;
}
#topiccol4{
	float:left;
	width:15%;
	/*border-left:#CCCCCC solid 1px;*/
	text-align: right;
	padding:3px 5px 6px 6px;
	height: 38px;
    font-size: 12px;
}
.topiccol4-avatar {
    float: right;
    width: 30%;
}
.topiccol4-updater {
    float: right;
    width: 70%;
    /*display: none;*/
}
.topiccol4-name {
    color: #8e4e09;
}
.topiccol4-time {
    float: right;
    color: #777777;
    font-size: 11px;
}
#top-category-badge {
    float: left;
    font-size: 10px;
    /*color: white;*/
    width: 100%;
    height: 20px;
    padding: 4px 0px 0px 2px;
    border-right:#CCCCCC solid 1px;
    /*border-radius: 15px;*/
    /*background-color: #555555;*/
    font-style: oblique;
    font-weight: bold;
}
.top-unfollow {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    cursor: hand;
    color: #FF9933;
}
.topic {
    float: left;
    width: 100%;
}
.topic-head {
    float: left;
    font-size: 13px;
}
.topic-page {
    float: right;
    color: #999999;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}
.subtopic {
    margin-top: 4px;
    display: inline;
    width: 100%;
    float: left;
    font-size: 12px;
    color: #999999;
}
.subtopic-name {
    float: left;
    font-weight: bold;
}
.subtopic-date {
    float: left;
    font-style: oblique;
}
.subtopic-totalonline {
	float: left;
	margin-left: 3px;
	color: green;
}
.subtopic-icon {
	max-width: 12px;
}
.subtopic-tag {
    float: right;
}
#pagelist {
    font-size:13px;
    display: inline;
    float: left;
    width: 60%;
    margin-top: 20px;
}
#page {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}
#page:hover {
    background-color: #bbbbbb;
}
#pagenum {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}
#pagenum:hover {
    background-color: #bbbbbb;
}
#page-dotted {
    display: none;
}
#page-current {
    color: white;
    text-align:center;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #333333;
    margin-right: 6px;
    cursor: pointer; cursor: hand;
}
#but-newthread {
    float: right;
}

/* icon */
.icon-promoted {
    margin-left: 5px;
}
.icon-promoted img {
    max-width: 10px;
}