p {
	line-height: 1.5em;
	margin: 0;
	text-indent: 0;
}
div.books{
	width:500px;
	height: auto;
	margin:24px 0 64px 0;
	padding-left: 15px;
	color: #666;
	line-height: 150%;
}
div.products{
	width:340px;
	float: left;
	margin-bottom: 30px;	
}
div.image{
	width:120px;
	padding-left: 40px;
	float: left;
}
p.image img{
	border:1px solid #CCC;
	width: 114px;
}
p.amazon img{
	margin-top:24px;
	border: 0;
}
p.title{
	margin-bottom:3px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
p.subTitle{
	color:#555;
	font-size:12px;
	font-weight:bold;
}
p.attention{
	color:#C7463E;
	font-size:12px;
	font-weight:bold;
	margin-top: 19px;
	margin-bottom: 2px;
}
p.description{
	margin-bottom:18px;
	font-size:12px;
}
ol {
	font-size: 12px;
	list-style: none;
	margin: 0 0 18px 15px;
}
div.volume{
	display:block;
	width:308px;
	padding:10px 16px;
	background-color:#F5F5F5;
}
div.volume p{
	font-size:12px;
	line-height:185%;
	width:308px;
}
div.volume p em{
	font-style:normal;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
hr {
	height: 1px;
	border-top: 1px #999999 dashed;
	border-bottom: none;
	clear: left;
}