@charset "utf-8";
/* CSS Document */

.book * {
	font-size: 10pt !important;
	}
	
.book {
	background-color:#FFF;
	padding: 20px ;
	}	

.book img {float:right ; margin:10px 0 20px 20px ; }
.book h1{font-size:16px !important;}
.book p {margin: 10px 10px 10px 0 !important;}
.book p.aBookFrom {color: #336 ;}
.book p.aBookFrom a:hover {color: #00F !important;}

div.specification {
	float: left ;
	border: 2px solid #E0E0E0 ;
	width:240px ;
	margin: 30px 0 10px 0 ;
	color: #336 !important;
	}
div.specification * {
	padding: 5px !important;
	margin: 0 !important;
	}
div.specification p {
	margin: 0 10px 0 0 !important;
	line-height: 1.5 !important;
	text-align:left !important;
	}