@charset "UTF-8";

.list_forum td .category {
	font-size:80%;
}
.forumDetail {
	background-color:#efefef;
	width:480px;
	margin:0 auto 8px auto;
}

.forumDetail .userInfo {
	float:left;
	width:100px;
	margin-left:8px;
}
.forumDetail .userInfo .edit, 
.forumDetail .userInfo .userPhoto {
	text-align:center;
}
.forumDetail .postInfo {
	margin-left:110px;
	margin-right:8px;
}


.forumDetail .postInfo .name {
	margin-bottom:8px;
}
.forumDetail .postInfo .name strong {
	font-size:130%;
	font-weight:bold;
}
.forumDetail .postInfo .category {
	padding-left:16px;
	background:transparent url(/image/icon/tag_orange.gif) no-repeat scroll 0 center;
	font-size:90%;
	height:16px;
}

.forumDetail .postInfo .comments {
	margin-bottom:8px;
}

.forumDetail .time {
	font-size:75%;
	text-align:right;
}

.detailHeader {
	background:#efefef url(/image/forum_lt.gif) no-repeat scroll left top;
}
.detailHeader span {
	display:block;
	background:transparent url(/image/forum_rt.gif) no-repeat scroll right top;
	height:8px;
	text-indent:-9999px;
}
.detailFooter {
	clear:both;
	background:#efefef url(/image/forum_lb.gif) no-repeat scroll left bottom;
}
.detailFooter span {
	display:block;
	background:transparent url(/image/forum_rb.gif) no-repeat scroll right bottom;
	height:8px;
	text-indent:-9999px;
}

.forumComments {
	
}

