.thread_status {
	display: inline-block;
  	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
}

.thread_status.dot_folder {
    position:relative;
}

.thread_status.dot_folder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 0;
	content: "\f114";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotfolder {
    position:relative;
}

.thread_status.dot_hotfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -20px;
	content: "\f07b";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_hotclosefolder {
    position:relative;
}

.thread_status.dot_hotclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -40px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_closefolder {
    position:relative;
}

.thread_status.dot_closefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -60px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newfolder {
    position:relative;
}

.thread_status.dot_newfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -80px;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotfolder {
    position:relative;
}

.thread_status.dot_newhotfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -100px;
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newhotclosefolder {
    position:relative;
}

.thread_status.dot_newhotclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -120px;
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.dot_newclosefolder {
    position:relative;
}

.thread_status.dot_newclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -140px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.folder {
    position:relative;
}

.thread_status.folder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -160px;
	content: "\f115";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotfolder {
    position:relative;
}

.thread_status.hotfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -180px;
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.hotclosefolder {
    position:relative;
}

.thread_status.hotclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -200px;
	content: "\f004";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.closefolder {
    position:relative;
}

.thread_status.closefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -220px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.movefolder {
    position:relative;
}

.thread_status.movefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -240px;
	content: "\f079";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newfolder {
    position:relative;
}

.thread_status.newfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -260px;
	content: "\f07c";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotfolder {
    position:relative;
}

.thread_status.newhotfolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -280px;
	content: "\f004";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newhotclosefolder {
    position:relative;
}

.thread_status.newhotclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -300px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

.thread_status.newclosefolder {
    position:relative;
}

.thread_status.newclosefolder:before {
	color: #ccc;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;	
	position: absolute;
	background-position: 0 -320px;
	content: "\f023";
	font-family: FontAwesome;
	font-size: 16px;
}

		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		