.thread_status {
	width: 35px;
	display: inline-block;
	height: 35px;
	background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-position: 0 0;
}

.thread_status.dot_hotfolder {
	background-position: 0 -36px; /*prima era 20px*/
}

.thread_status.dot_hotclosefolder {
	background-position: 0 -72px; /*prima era 40px - 20x2*/
}

.thread_status.dot_closefolder {
	background-position: 0 -105px; /*prima era 40px - 20x3*/
}

.thread_status.dot_newfolder {
	background-position: 0 -140px; /*prima era 80px 20x4*/
}

.thread_status.dot_newhotfolder {
	background-position: 0 -180px; /*prima era 100px 20x5*/
}

.thread_status.dot_newhotclosefolder {
	background-position: 0 -216px; /*prima era 120px 20x6*/
}

.thread_status.dot_newclosefolder {
	background-position: 0 -247px; /*prima era 140px 20x7*/
}

.thread_status.folder {
	background-position: 0 -284px; /*prima era 160px 20x8*/
}

.thread_status.hotfolder {
	background-position: 0 -320px; /*prima era 180px 20x9*/
}

.thread_status.hotclosefolder {
	background-position: 0 -360px; /*prima era 200px 20x10*/
}

.thread_status.closefolder {
	background-position: 0 -388px; /*prima era 220px 20x11*/
}

.thread_status.movefolder {
	background-position: 0 -432px;/*prima era 240px 20x12*/
}

.thread_status.newfolder {
	background-position: 0 -456px; /*prima era 260px 20x13*/
}

.thread_status.newhotfolder {
	background-position: 0 -489px; /*prima era 280px 20x14*/
}

.thread_status.newhotclosefolder {
	background-position: 0 -540px; /*prima era 300px 20x15*/
}

.thread_status.newclosefolder {
	background-position: 0 -560px; /*prima era 320px 20x16*/
}

