.board.board-comment .comment-list{
	border-bottom:1px solid #f3f3f3;
	padding-bottom:10px;
}

.board.board-comment .pagination a{ cursor:pointer; }

.board.board-list small.comments{
	font-size:12px !important;
	font-weight:bolder;
}

.board.board-list .header,
.board.board-list .article{
	margin:0px;
}

.board.board-list .header select{
	font-weight:normal;
}
.board.board-list .header > div,
.board.board-list .article > div{
	white-space:nowrap;
	overflow:hidden;
}

.board.board-list .header > div{
	border:1px solid #D4D4D4;
	border-right-width:0px;
	padding:5px;
	background-color:#f9f9f9;
	font-weight:bolder;
}

.board.board-list .header > div select{
	height:17px;
	padding:0px;
}

.board.board-list .header > div:last-child,
.board.board-list .article > div:last-child{
	border-right-width:1px;
}

.board.board-list .article.active > div{
	background-color:#fefefe !important;
}

.board.board-list .article:hover > div{
	background-color:#f5f5f5;
}

.board.board-list .article > div{
	border:1px solid #D4D4D4;
	border-right-width:0px;
	padding:5px;
	background-color:#fff;
	border-bottom-width:0px;
}

.board.board-list .article:last-child > div{
	border-bottom-width:1px;
}
