/*иконки тем*/
.thread_status {
	display: inline-block;
  	width: 34px;
	height: 34px;
}

.thread_status.folder,
.thread_status.dot_folder {background: url(/rusmagic/images/iconsmalold.png) no-repeat;}

.thread_status.newfolder,
.thread_status.dot_newfolder, 
.thread_status.newclosefolder {background: url(/rusmagic/images/iconsmallnew.png) no-repeat;}

.thread_status.closefolder,
.thread_status.dot_closefolder {background: url(/rusmagic/images/iconsmallclosed.png) no-repeat;}

.thread_status.hotfolder,
.thread_status.dot_hotfolder {background: url(/rusmagic/images/iconsmallhot.png) no-repeat;}

.thread_status.hotclosefolder {background: url(/rusmagic/images/iconsmallhotclosed.png) no-repeat;}

.thread_status.newhotfolder,
.thread_status.dot_newhotfolder {background: url(/rusmagic/images/iconsmallhotnew.png) no-repeat;}

.thread_status.movefolder {background: url(/rusmagic/images/iconsmallmoved.png) no-repeat;}


		
/*Страницы темы*/
.pagination2 a:link, .pagination2 a:visited {
background: #eee;
    color: #856e42;
    cursor: pointer;
    padding: 2px 6px;
    border: 1px solid #eee;
}	

.pagination2 a:hover, .pagination2 a:active { border: 1px solid #856e42;}

td.trow2, td.trow1 {border-bottom: 1px solid #b59c6bc4;}	


/*Колонка ответов просмотров*/
td.lastpost {
    color: #433720;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 12px;
}

/*Колонка темы и автора*/
td.threadinfo {width: 66%;}
		