/* book resume *****************************************/
#bookResume {
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	width:100%;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	margin-bottom:10px;
}
#bookResume img {
	margin-left:10px;
	margin-bottom:10px;
}
#bookResume h1 {
	font-size:14px;
	font-weight:bold;
	float:right;
}
#bookResume h2 {
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#999999;
}
#bookResume p {
	font-size:12px;
	float:right;
	padding-top:10px;
	color:#330066;
	width:100%;
	margin-bottom:10px;
}
#bookResume p a {
	float:left;
	padding-top:10px;
	font-weight:bold;
	color:#330066;
}
/************************************* end book resume */

/* book details *****************************************/
#bookDetails {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	margin-bottom:10px;
}
#bookDetails img {
	margin:10px;
	margin-right:0px;
	cursor:pointer;
	width:120px;
}
#bookDetails h1 {
	font-size:14px;
	font-weight:bold;
	float:right;
}
#bookDetails h2 {
	font-size:12px;
	font-weight:bold;
	float:left;
	color:#999999;
}
#bookDetails p {
	font-size:12px;
	float:right;
	padding-top:10px;
	color:#330066;
	width:100%;
	margin-bottom:10px;
}
#bookDetails a {
	font-weight:bold;
	color:#330066;
}
#bookDetails span {
	font-weight:bold;
	color:#000066;
}
#bookDetails #dispo {
	font-weight:bold;
	font-size:12px;
	color:#669933;
}
/************************************* end book details */
