@charset "UTF-8";
/* CSS Document */

#topTitle {
	background-image:url(../img/bcg3.gif);
}

#bookList {
	background-image:url(../img/bcg2.gif);
	padding: 1.5em 2em 3em 1.5em;
}

#leftPanel div.linkList {
	border-style: none;
}

#intro {
	background-color: white;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-top: 0;
	padding: 1em 0.5em 1em 0.5em;
}

#intro p {
	font-weight: bold;
	padding-left: 1em;
	padding-right: 1em;
	text-indent: 1em;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.7;
}

.yellowBack {
	background-color:#FC0;
}

div#books {
	/* width : 776px; */
	background-color: white;
	padding: 10px 0 10px 10px;
}

div.bookShowcase2 {
	border-bottom: gray 1px dotted;
}

div.bookShowcase2 div.bookDetail {
	width: 230px;
	margin-bottom: 1.5em;
}

div.bookShowcase2 div.bookDetail p.bookTitle {
	font-size: 150%;
	font-weight: bold;
}

div.bookShowcase2 div.bookDetail p.author {
	font-size: 120%;
}

div.bookShowcase2 div.bookDetail  p.read {
	font-size: 130%;
	font-weight: bold;
	color: #C33;
}

#indexButtons {
	padding: 1em 2em 0 2em;
	text-align: center;
}

