.book-content{
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 1px solid #C09853	;
padding: 10px;
width: 660px;
margin: 0 auto;
}
.books-title{
color:#5E4536;
font-weight: bold;
font-size: 13px;
font-family: DroidKufi-light;
}
.books-title hr{
	margin: 5px 0;
  border: 0;
  border-top: 1px dotted #C09853;
  border-bottom: 0px dotted #C09853;
}

.books-data{
	float: right;
}

.books-img{
float: right;
border-radius: 10px; 
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border: 1px solid #C09853	;
padding: 10px;
margin-right: 10px;
margin-top: 5px;
min-height: 110px;
overflow: hidden;
}


.book-lable {
	float: right; 
	text-align:right;
	padding-right:15px;
	font-weight: normal;
	/*height: 28px;
	line-height: 28px;*/
	color:#3f4342;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #e7e8e5	;
	background-color: #fdfff2;
	
	
	 
	
}
.book-text{
	float: right;
	margin-right:10px;
	width:300px;
	max-width:300px; 
	text-align:right;
	font-weight: normal;
	/*min-height: 28px;*/
	line-height: 28px;
	color:#000;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #C09853	;
	padding: 0 20px 0 20px;
	margin-top: 5px;
    font-size: 11px;	
}