/* 线条样式库 
 * 宜达科技
 * Drifter
 * 2009-03-15
 */


/* 定义编码 */
@charset "GB2312";


/* 基本线条及主体 */
.lineBody_00, .lineBody_01, .lineBody_02 {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0;
}
.lineBody_01 {
	margin:5px 0px 5px 0px;
	border-bottom:1px dotted #DCDCDC;
}
.lineBody_02 {
	margin:10px 0px 10px 0px;
	border-bottom:1px solid #DCDCDC;
}
.lineBody_space {
	height:20px;
}

/* 图片背景线条 */
.lineBody_03 {
	padding-bottom: 10px;
	background: url(/style/Loyaa/line/images/line_01.gif) no-repeat left bottom;
}
.lineBody_04 {
	padding-bottom: 10px;
	background: url(/style/Loyaa/line/images/line_02.gif) no-repeat left bottom;
}