.ViewPostOfRelCategory {
	border            : 1px solid #D9D5C7 !important;
	margin-top        : 10px;
	margin-bottom     : 10px;
	padding-bottom:0px;
}
.ViewPostOfRelCategory .categoryLabel {
	margin-bottom:3px;
}
.ViewPostOfRelCategory .categoryLabel h4 {
	font-size         : 1em;
	padding           : 8px 5px 5px 8px;
	margin-bottom:1px;
	background:none;
}
.ViewPostOfRelCategory .categoryLabel h4 a {
	color:#000;
	background:none;
}
.ViewPostOfRelCategory .categoryLabel h4 a:hover {
	color:#05aabb;
}
.ViewPostOfRelCategory .postList {
}
.ViewPostOfRelCategory .postList .postItem {
	padding:0 8px;
	clear:both;
}
.ViewPostOfRelCategory .postList .postItem .postTitle {
	float:left;
}
.ViewPostOfRelCategory .postList .postItem .postTitle a {
	color:#777; 
	text-decoration:none;
	background:none;
}
.ViewPostOfRelCategory .postList .postItem .postTitle a.nowPost {
	color:#036C78;
	text-decoration:underline;
}
.ViewPostOfRelCategory .postList .postItem .postTitle a:hover {
	color:#05aabb;
	text-decoration:none;
}

.ViewPostOfRelCategory .postList .postItem .postDate {
	float:right;
	text-align:right;
	color:#777;
}
.ViewPostOfRelCategory .postList .postItem .postDate .date {
	color:#777;
}
.divClear {
	clear:both;
	margin-bottom     : 5px;
}