.thread_status {
	display: inline-block;
	width: 19px;
	height: 20px;
	background-image: url(../../../images/lan-party/topic_icons_sprite_2.png);
	background-repeat: no-repeat;
}

.thread_status.folder {
	background-position: -20px 0px;
}

.thread_status.dot_folder {
	background-position: -100px 0px;
}

.thread_status.dot_hotfolder {
	background-position: -140px 0px;
}

span[class*="close"].thread_status {
	background-position: -160px 0px;
}

.thread_status.dot_newfolder {
	background-position: -80px 0px;
}

.thread_status.dot_newhotfolder {
	background-position: -120px 0px;
}

.thread_status.hotfolder {
	background-position: -60px 0px;
}


.thread_status.movefolder {
	background-position: -180px 0px;
}

.thread_status.newfolder {
	background-position: 0px 0px;
}

.thread_status.newhotfolder {
	background-position: -40px 0px;
}

.thread_status.newpollfolder, .thread_status.newhotpollfolder {
	background-position: -200px 0px;
}	
		
.thread_status.pollfolder, .thread_status.hotpollfolder {
	background-position: -220px 0px;
}	
	
.thread_status.dot_newpollfolder, .thread_status.dot_newhotpollfolder {
	background-position: -240px 0px;
}	
		
.thread_status.dot_pollfolder, .thread_status.dot_hotpollfolder {
	background-position: -260px 0px;
}
		
		
		
