.bookRow {
	border: 1px solid #CCCCCC;
	clear:both;
	margin-bottom: 5px;
	background-repeat:repeat-y;
}

.bookRowImage {
	float:left;
	width: 75px;
	text-align:center;
	padding: 5px 5px 2px 5px;
}

.bookRowInfo {
	float: left;
	padding: 5px 5px 2px 5px;
	width: 485px;
}

.bookRowImage2 {
	float:left;
	width: 150px;
	text-align:center;
	padding: 5px;
}

.bookRowInfo2 {
	float: left;
	padding: 5px;
	width: 410px;
}

#booksHolder h3 {
	margin-bottom: 0;
}


.bookRowActions {
	text-align:left;
}

.photoRowActions a, .bookRowActions a {
	color: #CC0000;
	text-decoration:underline;
}
