
div.more {
	font-size: 92%;
	color:rgb(200,0,0);
	font-weight:bold;
	text-align: right;
	padding-right: 10px;
	}

td.td_books {
	width:75%;
	border:solid rgb(200,0,0);
	border-width: 0 1 0 0px;
	vertical-align: top;
	}

td.td_img {
	vertical-align: top;
	padding: 10 16 10 16px; 
	}
td.td_txt {
	vertical-align: top;
	padding: 10 16 10 16px; 
	}

.book_title {
	font-size: 125%;
	font-weight:bold;
	}
.book_auth {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	}
hr.book_sep {
	color: rgb(200,0,0);
	background-color: rgb(200,0,0); 
	width: 90%;
	height: 1px;
	text-align: left;
	border: 0;
	margin: 2 0 2 20px;
	}

div.warning {
	position: absolute;
	bottom: 18%;
	left: 18%;
	width: 64%;
	height: 64%;
	border: 3px solid rgb(200,64,64);
	color: rgb(0,0,0);
	background-color: rgb(255,255,230); 
	}

