#bookList .book {
	width: 13%;
	float: left;
	padding: 5px;
}

#bookList .book .title a {
	color: black;
	text-decoration: none;
	font-weight: bold;	
}

#bookList .book a {
	border: 0;	
}

#bookList .book .title {
	margin: 0px;	
}

#bookList .book .author {
	font-size: 0.8em;
	line-height: 1em;	
	color: #666666;
	font-style:italic
}

#bookList .book .excert {
	font-size: 0.8em;
	line-height: 1em;	
}

#bookList .pagLeft {
	float:left;	
}

#bookList .pagRight {
	float: right;	
}

#bookView .colLeft {
	float:left;
	width: 520px;	
}

#bookView .colRight {
	float:left;
	margin-left: 30px;
	width: 330px;	
}

#bookView .titleAuth {
	font-size: 16px;	
	margin-bottom: 10px;
}

#bookView .title {
	font-weight: bold;	
}

#bookView .subTitle {
	font-size: 16px;
	margin-bottom: 10px;
}

table td.action {
	text-align: right;	
}

.bookEdit {
	width: 600px;	
}

.bookEdit .formItem {
	margin-bottom: 15px;	
}

.bookEdit .error {
	color: red;
	font-weight: bold;
}

#persons .person {
	border: dotted 1px black;	
	padding:1px;
}

.bookEdit input, .bookEdit select, .bookEdit textarea {
	width: 100%;	
}

#bookPressList p {
	margin-bottom: 0px;	
}

#bookPressList ul {
	list-style: none;
	margin-left: 0px;
}

#bookPressView .titleAuth {
	font-size: 16px;	
}

#bookPressView .title {
	font-weight: bold;	
}

#bookPressView .pressImg {
	overflow:hidden;	
}

#bookPressView .pressImg .img {
	float:left;
	margin-right: 16px;
}

#bookPressView .pressImg img {
	vertical-align: bottom;	
}

#bookPressView p.noSpace {
	margin-bottom: 0px;
}