@charset "utf-8";

/* 목록형 , 이미지+제목형 */

/* 썸네일 */
.xet_widget_wrp .widgetThumb { 
	position:relative; 
	margin:0 15px 0 0; 
	padding:0;
	overflow:hidden; 
	text-align:center; 
}
.xet_widget_wrp .widgetThumb .thumb {
	display:block; 
}
.xet_widget_wrp .widgetThumb .thumb img { 
	vertical-align:top; 
}
.xet_widget_wrp .widget_content_wrp {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;	
}


/* 목록 ul 스타일 */
.xet_widget_normal { 
	margin:0;
	padding:0;
	list-style:none; 
}
.xet_widget_normal li { 
	margin:0 0 5px; 
	padding:0;
	list-style:none; 
	color:#555; 
}
.xet_widget_normal li a {
	color:#555;
}
.xet_widget_normal li.bullet { 
	padding-left:8px; 
	background:url(../img/bullet.gif) left center no-repeat; 
}
.xet_widget_normal li.arrow { 
	padding-left:8px; 
	background:url(../img/arrow.png) left center no-repeat; 
}
.xet_widget_normal li .number {
	display:inline-block;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-size:10px;
	background:#d40007;
	color:#fff;
	border-radius:50%;
}
.xet_widget_normal li .board { 
	font-weight:bold; 
	padding-right:5px; 
	background:url(../img/white/lineTextDiv.gif) no-repeat right center;
	color:#ff1a1a; 
}
.xet_widget_normal li .notice { 
	padding-right:5px;
	background:url(../img/white/lineTextDiv.gif) no-repeat right center; 
	color:#ff1a1a; 
}
.xet_widget_normal li .category { 
	font-weight:bold;
	padding-right:5px; 
	background:url(../img/white/lineTextDiv.gif) no-repeat right center; 
	color:#ff1a1a; 
}
.xet_widget_normal li .title { 
	color:#555; 
}
.xet_widget_normal li .icon { 
	margin-left:5px;
	vertical-align:middle;
}
.xet_widget_normal li .replyNum a,
.xet_widget_normal li .trackbackNum a { 
	font-size:10px; 
	color:#ff1a1a;
}
.xet_widget_normal li .author,
.xet_widget_normal li .date,
.xet_widget_normal li .extravar {
	color:#555; 
}

	/* 블랙 컬러셋 */
	.xet_widget_wrp.black .xet_widget_normal li,
	.xet_widget_wrp.black .xet_widget_normal li a { 
		color:#ccc; 
	}
	.xet_widget_wrp.black .xet_widget_normal li.bullet { 
		background:url(../img/bullet.gif) left center no-repeat; 
	}
	.xet_widget_wrp.black .xet_widget_normal li.arrow { 
		background:url(../img/arrow.png) left center no-repeat; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .board {
		background:url(../img/black/lineTextDiv.gif) no-repeat right center; 
		color:#ff1a1a; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .notice { 
		background:url(../img/black/lineTextDiv.gif) no-repeat right center;
		color:#ff1a1a; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .category { 
		background:url(../img/black/lineTextDiv.gif) no-repeat right center;
		color:#ff1a1a; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .title {
		color:#ccc; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .replyNum a,
	.xet_widget_wrp.black .xet_widget_normal li .trackbackNum a {
		color:#ff1a1a; 
	}
	.xet_widget_wrp.black .xet_widget_normal li .author,
	.xet_widget_wrp.black .xet_widget_normal li .date,
	.xet_widget_normal li .extravar { 
		color:#aaa; 
	}


/* 목록 table 스타일 */
.xet_widget_normalTable {
	width:100%; 
	position:relative; 
	margin:0; 
	padding:0; 
}
.xet_widget_normalTable td { 
	border:0; 
	white-space:nowrap; 
	vertical-align:top; 
	padding:0 5px 4px 0;
	color:#555; 
}
.xet_widget_normalTable td a {
	color:#555;
}
.xet_widget_normalTable td.bullet { 
	padding:0 5px 0 0; 
}
.xet_widget_normalTable td.bullet img { 
	vertical-align:middle; 
}
.xet_widget_normalTable td.bullet .number {
	display:inline-block;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	font-size:10px;
	background:#d40007;
	color:#fff;
	border-radius:50%;
}
.xet_widget_normalTable td.title_wrp { 
	width:100%; 
}
.xet_widget_normalTable td.title_wrp .board {
	font-weight:bold; 
	padding-right:5px; 
	color:#ff1a1a; 
	background:url(../img/white/lineTextDiv.gif) no-repeat right center;
}
.xet_widget_normalTable td.title_wrp .notice {
	padding-right:5px; 
	color:#ff1a1a; 
	background:url(../img/white/lineTextDiv.gif) no-repeat right center;
}
.xet_widget_normalTable td.title_wrp .category { 
	padding-right:5px;
	font-weight:bold;
	color:#ff1a1a;
	background:url(../img/white/lineTextDiv.gif) no-repeat right center;
}
.xet_widget_normalTable td.title_wrp .title { 
	color:#555; 
}
.xet_widget_normalTable td.title_wrp .icon { 
	margin-left:5px;
	vertical-align:middle;
}
.xet_widget_normalTable td.title_wrp .replyNum a,
.xet_widget_normalTable td.title_wrp .trackbackNum a { 
	font-size:10px; 
	color:#ff1a1a;
}
.xet_widget_normalTable td .author,
.xet_widget_normalTable td .date { 
	font-size: 11px;
	color:#555;
}

	/* 블랙 컬러셋 */
	.xet_widget_wrp.black .xet_widget_normalTable td,
	.xet_widget_wrp.black .xet_widget_normalTable td a {
		color:#ccc;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .board { 
		color:#ff1a1a;
		background:url(../img/black/lineTextDiv.gif) no-repeat right center;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .notice { 
		color:#ff1a1a; 
		background:url(../img/black/lineTextDiv.gif) no-repeat right center;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .category { 
		color:#ff1a1a; 
		background:url(../img/black/lineTextDiv.gif) no-repeat right center;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .title { 
		color:#ccc;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .replyNum a,
	.xet_widget_wrp.black .xet_widget_normalTable td.title_wrp .trackbackNum a { 
		color:#ff1a1a;
	}
	.xet_widget_wrp.black .xet_widget_normalTable td .author,
	.xet_widget_wrp.black .xet_widget_normalTable td .date { 
		color:#ccc;
	}