/*----- Resets/General -------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, ol, ul, li,
fieldset, form, label,
table, tbody, tr, th, td,
footer, header, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header, hgroup, nav {
	display: block;
}

body {
	line-height: 1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	width: 800px;
	margin: auto;
}

div, td {
	background: #eeeeee;
	padding: 10px;
}

h2, th {
	background-color: #092f54;
	color: white;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	font-weight:bold;
	line-height: 20px;
}

h4 {
	font-weight: bold;
	padding-top: 12px;
	margin-top: 20px;
	font-size: 14px;
	border-top: 1px solid #FFF;
}

table {
	width: 100%;
}

table img {
	width: 170px;
	padding: 15px;
}

table ul {
	list-style: disc;
}

ol, ul {
	list-style: none;
	margin: 5px;
}

li {
	margin: 3px 0;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #600000;
}

a:hover {
	color: #999999;
}

/*--------------- General Class Styles -------------*/

.highlight {
	color: #000099;
}

.bullets {
	list-style: disc;
	margin-left: 20px;
}

/*---------------- Header/Top Information ------------*/

div.address, div.links {
	width: 398px;
	float: left;
	overflow:hidden;
	min-height: 150px;
	margin-bottom: 3px;
	padding:0;
}

div.address {
	margin-right: 4px;
}

div.ordering {
	clear: both;
	margin-top: 3px;
	padding: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.ordering ul {
	list-style: disc;
	margin-left: 30px;
}

.ordering li:last-child {
	font-size: 15px;
	list-style: none;
}

/*--------------- Announcements Table ------------- */

.announcements td {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align:center;
	background-color: #eeeeee;
	vertical-align: middle;
}

.announcements .book-title,
.announcements .pub-year,
.announcements .isbn,
.announcements .contact {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.announcements p {
	margin: 16px 0;
	line-height: 16px;
}


/*--------------- Book List Table ------------- */

.book-list img {
	width: 100px;
}

.book-list th {
	vertical-align: middle;
}

.book-list .book-title {
	font-weight: bold;
}

.book-list td {
	vertical-align: top;
}

.book-list td:nth-child(3) {
	width: 140px;
	text-align:center;
}

.book-list td:nth-child(4),
.book-list td:nth-child(5) {
	vertical-align: middle;
}

.book-list td:nth-child(5) {
	font-weight: bold;
}

.book-list th p {
	padding: 2px 0;
}

.book-list .book-title,
.book-list .author {
	margin: 0;
}

.book-list td p {
	margin: 16px 0;
	line-height: 15px;
}

/*--------------- Other Books Table ------------- */

.other-books {
	margin-top: 5px;
	margin-bottom: 20px;
}

.other-books img {
	width: 150px;
}

.other-books th {
	height: 15px;
}

.other-books td {
	font-weight: bold;
	vertical-align: middle;
}

.other-books .book-title,
.other-books .isbn {
	text-align: center;
	font-size: 16px;
}

.other-books ul {
	margin-top: 30px;
	margin-left: 80px;
}
