.ViewPostOfRelCategory {
	border            : 1px dotted #ddd !important;
	background-color  : #faf9f8;
	margin-top        : 10px;
	margin-bottom     : 10px;
}
.ViewPostOfRelCategory h4 {
	font-size         : 1em;
	padding           : 5px;
}


/* 포스트 제목 리스트 색깔을 본인 스킨에 맞추어 바꿔주세요. 
현재는 임시로 #000(검정)으로 지정해놓았습니다 --*/


.posts_in_same_category 
{
	margin:30px 0 10px;
	border:1px solid #EBEBEB;
	overflow:hidden;
	padding:0 10px 0;
}

.cat_title {	border-bottom:1px solid #EBEBEB;; padding:5px 0 5px 10px;}

.view_posts {padding:0 !important; margin:10px !important; overflow:hidden; list-style:none !important; padding:0 !important; }
.view_posts li a { color: #000 !important; } /*포스트 리스트 제목 색깔--*/
.view_posts li#selected a {color: #000 !important; text-decoration:underline; font-weight:bold;} /*현재 포스트 제목 색깔--*/

.view_posts li .left,
.view_posts li#selected .left{float:left; clear:both;}
.view_posts li .date {float:right;}


