.thread_status {
	display: inline-block;
	width: 20px;
	height: 30px;
	#background-image: url(../../../images/folders_sprite.png);
	background-repeat: no-repeat;
  margin-left: 15px;
}

.thread_status.dot_folder {
	#background-position: 0 0;
  background-image: url(../../../images/folder_me.png);
}

.thread_status.dot_hotfolder {
	#background-position: 0 -20px;
  background-image: url(../../../images/folder_hotfolder.png);
}

.thread_status.dot_hotclosefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.dot_closefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.dot_newfolder {
	#background-position: 0 -80px;
  background-image: url(../../../images/folder_init.png);
}

.thread_status.dot_newhotfolder {
	#background-position: 0 -100px;
  background-image: url(../../../images/folder_hotfolder.png);
}

.thread_status.dot_newhotclosefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.dot_newclosefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.folder {
	#background-position: 0 -160px;
  background-image: url(../../../images/folder_init.png);
}

.thread_status.hotfolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_hotfolder.png);
}

.thread_status.hotclosefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.closefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.movefolder {
	background-position: 0 -240px;
}

.thread_status.newfolder {
	#background-position: 0 -260px;
  background-image: url(../../../images/folder_init.png);
}

.thread_status.newhotfolder {
	#background-position: 0 -280px;
  background-image: url(../../../images/folder_hotfolder.png);
}

.thread_status.newhotclosefolder {
	#background-position: 0 -180px;
  background-image: url(../../../images/folder_delete.png);
}

.thread_status.newclosefolder {
	background-position: 0 -320px;
}.thread_status.dot_folder
Specificity: (0,2,0)
 {