
.thread_status {
	width: 35px;
	display: inline-block;
	height: 45px;
	background-image: url(../../../designs/laimyours/folders_sprite.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
	background-position: 0px -45px;
}

.thread_status.dot_hotfolder {
	background-position: 0px -45px;
}

.thread_status.dot_hotlockfolder {
	background-position: 0px -95px;
}

.thread_status.dot_lockfolder {
	background-position: 0px -95px;
}

.thread_status.dot_newfolder {
	background-position: 0px 0px;
}

.thread_status.dot_newhotfolder {
	background-position: 0px 0px;
}

.thread_status.dot_newhotlockfolder {
	background-position: 0px 0px;
}

.thread_status.dot_newlockfolder {
	background-position: 0px 0px;
}

.thread_status.folder {
	background-position: 0px -45px;
}

.thread_status.hotfolder {
	background-position: 0px -45px;
}

.thread_status.hotlockfolder {
	background-position: 0px -45px;
}

.thread_status.lockfolder {
	background-position: 0px -95px;
}

.thread_status.closefolder {
	background-position: 0px -95px;
}

.thread_status.movefolder {
	background-position: 0px -45px;
}

.thread_status.newfolder {
	background-position: 0px 0px;
}

.thread_status.newhotfolder {
	background-position: 0px 0px;
}

.thread_status.newhotlockfolder {
	background-position: 0px 0px;
}

.thread_status.newlockfolder {
	background-position: 0px 0px;
}


		