.books {
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
}

.book_box {
	margin-bottom: 10px;
}

.book_box .book {
	font-size: 110%;
	padding: 2px 10px 2px 30px;
}

.book_box .book a, .book_box .book a:visited {
	text-decoration: underline;
	color: #044FAA !important;
} 

.book_box .book_alt {
	font-size: 90%;
	padding: 2px 10px 1px 45px;
	font-style: normal;
}

.book_box .book_alt a, .book_box .book_alt a:visited {
	color: #888888 !important;/*#0975b3; */
}

.collection {
	font-size: 110%;
  font-weight: bolder;
  color: #CE7210;
  margin-top: 5px;
  margin-bottom: 3px;
}

.author_descr {
	font-size: 90%;
	color: #444444;
	border: 1px solid #F0F0F0;
	cursor: pointer;
}
.author_descr_empty {
	font-size: 70% !important;
}

.book_descr {
	font-size: 80%;
	font-weight: normal !important;
	color: #444444;
	border: 1px solid white;
	cursor: pointer;
}
.book_descr_empty {
	color: #777777 !important;
	border: 1px solid white !important;
}

#tabs-container div {
	padding: 0px !important;
}
.chapter_content {
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 70% !important;
	resize: none;
}
.ui-tabs .ui-tabs-nav li a {
	padding: .3em 0.5em !important;
}

.book_title h1 {
	font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 14px;
}