/*-- sline */
.sline {
	clear: both;
	font-size:14px;
	float: none;
	width: 200px;
	border: 1px solid #000;
	padding: 5px;
}

.sline th b, .sline td b,.sline th i, .sline td i { /* b, i, p b, p i */
	display:block;
	padding: 3px 4px 4px 4px;
	margin: 0;
	font-size: 83%;
	font-weight: normal;
	font-style: normal;
	float: left;
}
.sline th b, .sline td b { /* b,i */
	text-align:left;
	width: 100px;
	float: left;
}
.sline th b {	/* b */
	font-weight: normal;
	background-color: #E9EBF1;
}
.sline td b {	/* i */
	background-color: #DFE2EB;
	font-style: normal;
}
.sline th i, .sline td i { /* p b, p i */
	text-align:right;
	width: 80px;
}
.sline th i { /* p b */
	background-color: #F7F7F7;
	font-weight: normal;
}
.sline td i { /* p i */
	background-color: #eee;
	font-style: normal;
}

