{literal}
<style type="text/css">
<!--
#test{
}
body {
	margin: 0px;
	font-family:Microsoft JhengHei, sans-serif;
	background-color:#eee;
}
#main_box{
	
}
#content {
	font-size:14px;
	color:black;
	margin:0px 0px 20px 0px;
	padding:0px;
	//border:1px #ccc solid;
}
#how_to_use{
	margin:20px 0px 0px 0px;
	padding:0px 10px 20px 10px;
	//border-bottom:1px #ddd dashed;
}
h2{
	font-size:16px;
	border-bottom:1px #ddd dashed;
	margin:0px 10px 0px 10px;
}
#books_box {
	
	padding:20px 10px;
//	border-bottom:1px #ddd dashed;
	
}
#books_box:hover{
	background-color:#FFFAF2;
}

#books_img {
	//width:175px;
	//height:175px;
//	overflow:hidden;
	background-color:#fafafa;
	text-align:center;
	padding:10px;
	//border:1px #eee solid;
	//box-shadow:3px 3px 3px #ddd;
	margin:0px 0px 10px 0px;
	//float:left;
}
#books_img img{
	max-width:100%;
}
#books_info{
	//width:485px;
//	border:1px #ccc solid;
	margin-left:0px;
	margin-top:0px;
	//float:left;
}
#books_title{
	font-size:16px;
	font-weight:bold;
}
#books_data {
	margin:10px 0px;
}
#books_data ul{
	margin:0px;
	padding:0px;
}
#books_data ul li{
	list-style:none;
	line-height:23px;
}
#books_content{
	text-indent:30px;
	margin-top:23px;
	line-height:23px;
	clear:both;
}
#books_content a{
	text-decoration:none;
	color:#003399;
}
#books_content a:hover{
	text-decoration:underline;
	color:#003399;
}
#go_aff_box{
	text-align:center;
	margin-top:10px;
}
#go_aff_box a{
	font-size:12px;
	text-decoration:none;
	padding:4px 10px;
	background-color:#357ae8;
	color:#fff;
	border-radius:2px;
	//margin-left:10px;	
}
-->
</style>
{/literal}