#leftPanel {
	position: absolute;
	width: 200px;
	top: 130px;
	left:0;
}
#main {
	width: 400px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	background-image: url(../Images/main_bg.gif);
	background-repeat: repeat-y;
}
#rightPanel {
	position: absolute;
	width: 200px;
	top: 130px;
	right:0;
}

/*---读书评论---*/
#newestBookComment{
	background-image: url(../Images/newestBookComment_header.gif);
	background-repeat: no-repeat;
	padding-top:30px;
	text-align: left;
}
#newestBookComment ul{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 2px;
}
#newestBookComment li{
	list-style-position: outside;
	list-style-type: none;
	background-position: left center;
	padding-left: 10px;
	margin-left: 5px;
}

/*---最新读书心得---*/
#newestBookXinde {
	width: 100%;
	background-image: url(../Images/newestXinde_header.gif);
	background-repeat: no-repeat;
	text-align: left;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#newestBookXinde dl {
	line-height:180%;
	margin-top:38px;
	margin-left:5px;
}
#newestBookXinde dt {
	background-image: url(../Images/li2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	display:inline; /*消除IE解释错误*/
	width:270px;
	padding-left: 10px;
	margin-left: 5px;
}
#newestBookXinde dd {
	float:left;
	display:inline; /*消除IE解释错误*/
	width:50px;
}

/*---最新图书推荐---*/
#newestBookRecommend {
	width: 100%;
	background-image: url(../Images/newestBookRecommend_header.gif);
	background-repeat: no-repeat;
	padding-top:38px;
	text-align: left;
}
#newestBookRecommend #list{
	padding-left: 6px;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#newestBookRecommend #list ul{
	float:left;
	display:inline; /*消除IE解释错误*/
	margin: 5px; /*间距*/
}
#newestBookRecommend #list li{
	list-style-position: outside;
	list-style-type: none;
}
#newestBookRecommend #list .border{
	border: 2px solid #dde4ec;
}
#newestBookRecommend #list .li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}