.thread_status {
    height: 115px;
    width: 115px;
    display: inline-block;
}

.thread_status.dot_folder {
    height: 75px;
    width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.dot_hotfolder {
    height: 75px;
    width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.dot_hotclosefolder {
    height: 75px;
    width: 75px;
    background:url(/img/closed.png)  no-repeat 0 0;
}

.thread_status.dot_closefolder {
    height: 75px;
    width: 75px;
    background:url(/img/closed.png)  no-repeat 0 0;
}

.thread_status.dot_newfolder {
    height: 75px;
    width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}

.thread_status.dot_newhotfolder {
            height: 75px;
        width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}

.thread_status.dot_newhotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/img/closed.png)  no-repeat 0 0;
}

.thread_status.dot_newclosefolder {
            height: 75px;
        width: 75px;
    background:url(/img/closed.png)  no-repeat 0 0;
}

.thread_status.folder {
            height: 75px;
        width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;	
}

.thread_status.hotfolder {
            height: 75px;
        width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.hotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.closefolder {
            height: 75px;
        width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.movefolder {
            height: 75px;
        width: 75px;
    background:url(/img/old.png)  no-repeat 0 0;
}

.thread_status.newfolder {
            height: 75px;
        width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}

.thread_status.newhotfolder {
            height: 75px;
        width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}

.thread_status.newhotclosefolder {
            height: 75px;
        width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}

.thread_status.newclosefolder {
            height: 75px;
        width: 75px;
    background:url(/img/new.png)  no-repeat 0 0;
}
		