@charset "utf-8";

.xn_newest_comments {
	margin:0;
	padding:0;
	color: #3e3e3e;
	font-size: 12px;
	font-family:  "Dotum",  "Verdana", "Arial";
	width: 100%;
}

.xn_newest_comments .tit_bar {
	position: relative;	
	border-top:1px solid #cecdd2;
	border-left:1px solid #cecdd2;
	border-right:1px solid #cecdd2;
	border-bottom:1px solid #bcbbbc;
	background: url(../images/title_bg.gif);	
	font-weight:bold;
	padding: 6px 0px 4px 0px;
	width: 169px;
	height: 14px;
}

.xn_newest_comments .tit_bar .tit{
	display: block;
	float:left;
	padding-left:7px;
	font-weight:bold;
}

.xn_newest_comments .tit_bar .btn_up{
	display: block;
	float:right;
	padding-right: 3px;
}

/* 덧글 리스트 틀 */
.xn_newest_comments  ul {
	position: relative;	
	margin:0;
	padding:9px 9px 0 9px;
	list-style:none;
}

/* 덧글 리스트 나열 */
.xn_newest_comments  li {
	position: relative;	
	width:100%;
	text-align: left;
	line-height:20px;
	background:url(../images/icon_comment.gif) no-repeat 0px center;
	padding-left: 14px;
	color:#3e3e3e;
}

.xn_newest_comments  li a {
	text-decoration: none;
	color:#3e3e3e;
}

.xn_newest_comments  li a:hover {
	text-decoration:underline;
}

.xn_newest_comments .icon_new {
	position: absolute;	
	top: 3px;
	margin-left: 3px;
}

.xn_newest_comments .date {
	position: absolute;	
	right:10px;
	top:0;
	text-align:right;
}