.thread_status {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../../../images/eyvalon/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-position: 0 -40px;
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -80px;
}

.thread_status.dot_closefolder {
	background-position: 0 -120px;
}

.thread_status.dot_newfolder {
	background-position: 0 -160px;
}

.thread_status.dot_newhotfolder {
	background-position: 0 -200px;
}

.thread_status.dot_newhotclosefolder {
	background-position: 0 -240px;
}

.thread_status.dot_newclosefolder {
	background-position: 0 -280px;
}

.thread_status.folder {
	background-position: 0 -320px;
}

.thread_status.hotfolder {
	background-position: 0 -360px;
}

.thread_status.hotclosefolder {
	background-position: 0 -400px;
}

.thread_status.closefolder {
	background-position: 0 -440px;
}

.thread_status.movefolder {
	background-position: 0 -480px;
}

.thread_status.newfolder {
	background-position: 0 -520px;
}

.thread_status.newhotfolder {
	background-position: 0 -560px;
}

.thread_status.newhotclosefolder {
	background-position: 0 -600px;
}

.thread_status.newclosefolder {
	background-position: 0 -640px;
}