.thread_status {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.thread_status.dot_folder {
	background: url(../../../images/contain_post.png) no-repeat center;
}

.thread_status.dot_hotfolder {
	background: url(../../../images/tips/flames_read_you1.png) no-repeat center;
}

.thread_status.dot_hotclosefolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_hotlockfolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.hotlockfolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_closefolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.lockfolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.dot_newfolder {
	background: url(../../../images/contain_post_unread.png) no-repeat center;
}

.thread_status.dot_newhotfolder {
	background: url(../../../images/tips/flames_new_you1.png) no-repeat center;
}

.thread_status.dot_newhotclosefolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.dot_newclosefolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.folder {
	background: url(../../../images/at/icon/icon_read_mine.svg) no-repeat center;
}

.thread_status.hotfolder {
	background: url(../../../images/tips/flames_read1.png) no-repeat center;
}

.thread_status.hotclosefolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.closefolder {
	background: url(../../../images/at/icon/icon_unread_locked_mine.svg) no-repeat center;
}

.thread_status.movefolder {
	background: url(../../../images/move.png) no-repeat center;
}

.thread_status.newfolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.newhotfolder {
	background: url(../../../images/tips/flames_new1.png) no-repeat center;
}

.thread_status.newhotclosefolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}

.thread_status.newclosefolder {
	background: url(../../../images/at/icon/icon_unread_mine.svg) no-repeat center;
}
		
		