#blLeftPanel {
	float:left;
	clear:left;
	display:inline; /*消除IE解释错误*/
	width: 200px;
	top: 125px;
	left:0;
}
#blMain {
	background-color: #f4f3f3;
	float:right;
	display:inline; /*消除IE解释错误*/
	width: 600px;
	top: 125px;
	left:0;
	background-image: url(../Images/sMain_bg.gif);
	background-repeat: repeat-y;
}
/*---最新读书心得---*/
#blList {
	background-image: url(../Images/bookList_header.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top:38px;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#blList .sList{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
	margin: 5px;
	padding: 5px;
}
#blList #bookCover{
	float:left;
	display:inline; /*消除IE解释错误*/
	margin: 5px; /*间距*/
}
#blList #bookDetail{
	float:left;
	display:inline; /*消除IE解释错误*/
	margin: 5px; /*间距*/
}
#blList #bookDetail .list{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#blList li{
	list-style-position: outside;
	list-style-type: none;
}
#blList #viewComment{
	text-align: right;
}
/*---评论---*/
#blComment{
	padding: 10px;
	text-align:left;
}
#blComment #bookName{
	font-size: 14px;
	font-weight: bold;
}
#blComment li{
	padding: 5px;
	list-style-position: outside;
	list-style-type: none;
}
#blComment .li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#blComment .li1{
	text-align: right;
}

#blCommentAdd{
	padding: 10px;
	text-align: left;
}
#blCommentAdd div{
	margin: 10px;
}
#blCommentAdd textarea,.input{
	padding: 2px;
	font-size: 12px;
	border: 1px solid #666666;
}