@charset "utf-8";

#newsSect {
	margin:0 0 30px;
}

#newsSect h2 {
	padding:0;
}

#newsSect dl {
	width:624px;
	margin:0 5px;
	padding:8px 8px 9px;
	background:url(/english/share/images/dotline_x.png) left bottom repeat-x;
}

#newsSect dl dt,
#newsSect dl .category {
	float:left;
	line-height:13px;
}

#newsSect dl .category img {
	display:block;
}

#newsSect dl dt {
	padding-right:10px;
}

#newsSect dl .detail {
	clear:left;
	width:624px;
	padding:5px 0 0;
}

#newsSect dl .detail a {
	display:block;
	padding-left:17px;
	background-image:url(/english/share/images/icon_link.png);
	background-position:8px 7px;
	background-repeat:no-repeat;
}

#newsSect dl .detail a.blank {
	background-image:url(/english/share/images/icon_blank.png);
	background-position:3px 6px;
}

#newsSect dl .detail a.pdf {
	background-image:url(/english/share/images/icon_pdf.png);
	background-position:0 3px;
}

#tiArea {
	margin:0 0 30px;
}

/* @group clearfix ----------------------------------------- */

#newsSect dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html #newsSect dl {/* IE6 */
	zoom:1;
}

*:first-child+html #newsSect dl {/* IE7 */
	zoom:1;
}

/* @end */

