.thread_status {
	display: inline-block;
	width: 30px;
	height: 45px;
	background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background: url(../../../images/high/icons/topic_read.png) no-repeat 0 0;
}

.thread_status.dot_hotfolder {
	background: url(../../../images/high/icons/topic_read_hot.png) no-repeat 0 0;
}

.thread_status.dot_hotclosefolder {
	background: url(../../../images/high/icons/topic_read_locked.png) no-repeat 0 0;
}

.thread_status.dot_closefolder {
	background: url(../../../images/high/icons/topic_read_locked.png) no-repeat 0 0;
}

.thread_status.dot_newfolder {
	background: url(../../../images/high/icons/topic_unread.png) no-repeat 0 0;
}

.thread_status.dot_newhotfolder {
	background: url(../../../images/high/icons/topic_unread_hot.png) no-repeat 0 0;
}

.thread_status.dot_newhotclosefolder {
	background: url(../../../images/high/icons/topic_unread_locked.png) no-repeat 0 0;
}

.thread_status.dot_newclosefolder {
	background: url(../../../images/high/icons/topic_unread_locked.png) no-repeat 0 0;
}

.thread_status.dot_stickyfolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.dot_stickyhotfolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.dot_stickyhotclosefolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.dot_stickyclosefolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.dot_newstickyfolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.dot_newstickyhotfolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.dot_newstickyhotclosefolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.dot_newstickyclosefolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.folder {
	background: url(../../../images/high/icons/topic_read.png) no-repeat 0 0;
}

.thread_status.hotfolder {
	background: url(../../../images/high/icons/topic_read_hot.png) no-repeat 0 0;
}

.thread_status.hotclosefolder {
	background: url(../../../images/high/icons/topic_read_locked.png) no-repeat 0 0;
}

.thread_status.closefolder {
	background: url(../../../images/high/icons/topic_read_locked.png) no-repeat 0 0;
}

.thread_status.movefolder {
	background: url(../../../images/high/icons/topic_moved.png) no-repeat 0 0;
}

.thread_status.newfolder {
	background: url(../../../images/high/icons/topic_unread.png) no-repeat 0 0;
}

.thread_status.newhotfolder {
	background: url(../../../images/high/icons/topic_unread_hot.png) no-repeat 0 0;
}

.thread_status.newhotclosefolder {
	background: url(../../../images/high/icons/topic_unread_locked.png) no-repeat 0 0;
}

.thread_status.newclosefolder {
	background: url(../../../images/high/icons/topic_unread_locked.png) no-repeat 0 0;
}

.thread_status.stickyfolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.stickyhotfolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.stickyhotclosefolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.stickyclosefolder {
	background: url(../../../images/high/icons/sticky_read.png) no-repeat 0 0;
}

.thread_status.newstickyfolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.newstickyhotfolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.newstickyhotclosefolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}

.thread_status.newstickyclosefolder {
	background: url(../../../images/high/icons/sticky_unread.png) no-repeat 0 0;
}
		