.thread_status {
	display: inline-block;
	height: 50px;
	background-image: var(--folderssprite);
	background-repeat: no-repeat;
	width: 50px;
	border: 3px solid #cccccc;
}

.thread_status.dot_folder {
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-position: 0 -50px;
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -100px;
}

.thread_status.dot_closefolder {
	background-position: 0 -150px;
}

.thread_status.dot_newfolder {
	background-position: 0 -200px;
}

.thread_status.dot_newhotfolder {
	background-position: 0 -250px;
}

.thread_status.dot_newhotclosefolder {
	background-position: 0 -300px;
}

.thread_status.dot_newclosefolder {
	background-position: 0 -350px;
}

.thread_status.folder {
	background-position: 0 -400px;
}

.thread_status.hotfolder {
	background-position: 0 -450px;
}

.thread_status.hotclosefolder {
	background-position: 0 -500px;
}

.thread_status.closefolder {
	background-position: 0 -550px;
}

.thread_status.movefolder {
	background-position: 0 -600px;
}

.thread_status.newfolder {
	background-position: 0 -650px;
}

.thread_status.newhotfolder {
	background-position: 0 -700px;
}

.thread_status.newhotclosefolder {
	background-position: 0 -750px;
}

.thread_status.newclosefolder {
	background-position: 0 -800px;
}


		