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

/* books page */

.book {
	float:left;
	/*width:300px;*/
	width:290px;
	height:170px;
	padding:10px;
	border-left:#CCC dashed 1px;
	border-bottom:#CCC dashed 1px;
	color:#907461;
	/* Tantek box model Hack */
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width:278px;
  	/*width:280px;*/
}

html>body #content #one_column div.book{ /* be nice to opera */
  width:278px;
}


thum_book_holder {
	float:left;
	margin: 0 10px 0 0;
	border:none;

}

/*div.book a img {
	float:left;
	margin: 0 10px 0 0;
	border:none;
	
}*/

/*html>body one_column div.book img { 
	margin-top: 0;  
	vertical-align: middle;
}*/

div.book p.title {

	/*clear:both;*/
	font-size:120%;
	padding:10px 0 0 120px;
	margin:0;
	text-align:left;
}

div.book p.editor {

	/*clear:both;*/
	font-size:100%;
	padding:0 0 0 120px;
	margin:0 0 0px;
	text-align:left;
	font-style:italic;
}


.book_detail {
	float:left;
	width:100%;
	padding:0px;
	/*border:#CCC solid 1px;*/
	color:#907461;
	/* Tantek box model Hack */
  	voice-family: "\"}\""; 
  	voice-family:inherit;
}

div.book_detail img {
	clear:left;
	float:left;
	margin: 0 30px 20px 20px ;
	border:none;
}

/*html>body one_column div.book img { 
	margin-top: 0;  
	vertical-align: middle;
}*/

div.book_detail p.title {

	/*clear:both;*/
	font-size:130%;
	padding:0 0 5px;
	margin:0;
}

div.book_detail p.editor {

	/*clear:both;*/
	font-size:100%;
	padding:0 0 5px;
	margin:0;
	font-style:italic
}




