.thread_status {
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/new.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_hotfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/new.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_hotclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_closefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_newfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nnew.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_newhotfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nnew.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_newhotclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.dot_newclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nclose.svg);
	background-repeat: no-repeat;
}

.thread_status.folder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/new.svg);
	background-repeat: no-repeat;
}

.thread_status.hotfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/new.svg);
	background-repeat: no-repeat;
}

.thread_status.hotclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.closefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.movefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nnew.svg);
	background-repeat: no-repeat;
}

.thread_status.newfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nnew.svg);
	background-repeat: no-repeat;
}

.thread_status.newhotfolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nnew.svg);
	background-repeat: no-repeat;
}

.thread_status.newhotclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/close.svg);
	background-repeat: no-repeat;
}

.thread_status.newclosefolder {
	vertical-align: middle;
	display: inline-block;	
	width: 25px;
	height: 25px;
	background-image: url(../../../images/nclose.svg);
	background-repeat: no-repeat;
}
		