body {
	margin: 0;
	padding: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

body, td, p, a, strong, input, select {
/*	background-color: #FFF;*/
	font-family: sans-serif;
	font-size: 11px;
}

.centered {
	margin: 0 auto 0 auto;
	width:  550px;
}


.checklink {
	background-color: #FFF;
	color: #000000;
	text-decoration: none;
}

.box {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 3px;
}
.imageBox {
	background-color: #000;
	padding: 30px;
}

#fw {
	/*margin: 0 auto;*/
	width: 700px;
	text-align: left;
}

#header {
	padding: 3px;
	background-color: #000;
}
#header h1, #header h1 a {
	font-size:  20px;
	text-decoration: none;
	margin: 0;
	color: #FFF;
}
#nav {
	color: #FFF;
}
#nav a {
	color: #CCC;
	text-decoration: none;
	font-weight:  bold;
}
#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#loginStatus {
	padding: 10px;
	color: #FFF;
	float: right;
	border: 1px solid #FFF;
}
#loginStatus a {
	color: #FFF;
}


#footer {
	padding: 3px;
	background-color: #000;
}


h2 {
	margin: 0;
	padding: 3px;
	color: #000;
	background-color: #CCC;
	font-size: 16px;
}


#subNav {
	margin: 0;
	padding: 3px;
	color: #666;
	background-color: #999;
}
#bookListSimple #subNav {
	height: 1px;
	overflow: hidden;
	padding: 0;
}
#subNav a {
	color: #000;
	text-decoration: none;
	font-weight:  bold;
}
#subNav a:hover {
	color: #333;
	text-decoration: underline;
}


#bookList, #bookListSimple {
	border-color: #999;
	border-style: solid;
	border-width: 0 1px 0 1px;
	margin: 10px;
}


.listBook, .listBookSimple {
	margin: 0;
	border-bottom: 1px solid #999;
	padding: 0;
}
.listBook:hover, .listBookSimple:hover {
	background-color: #EEE;
/*	border-color: #CCC;*/
}

.listBook h3, .listBook h3 a,
.listBookSimple h3, .listBookSimple h3 a {
	font-size: 16px;
	margin: 0 0 0 110px;
	text-decoration: none;
	color: #000;
}
.listBook h3 a, .listBookSimple h3 a {
	margin: 0;
}
.listBook:hover h3 a, .listBookSimple:hover h3 a {
	color: #000;
}

.listBook .bookId, .listBookSimple .bookId {
	float: left;
	width: 50px;
	height: 50px;
}
.listBook .bookId .bookIdInner, .listBookSimple .bookId .bookIdInner {
	padding-left: 5px;
}
.listBookSimple .bookId .bookIdInner {
	font-size: 16px;
}

.listBook .bookId a, .listBookSimple .bookId a {
	text-decoration: none;
	color: #333;
}

.listBook .bookImg, .listBookSimple .bookImg {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
}

.listBook .bookAuthor, .listBookSimple .bookAuthor {
	margin-left: 110px;
	color: #333;
	font-weight: bold;
}

.listBook .bookCheckmarks, .listBookSimple .bookCheckmarks {
	margin: 3px 0 0 120px;
/*	clear: both;*/
}

.listBook .bookCheck, .listBookSimple .bookCheck {
	float: left;
	padding-right: 10px;
}






a.button, p.button {
	width: 453px;
}


a.button {
	display: block;
	/*width: 200px;*/
	padding: 10px;
	border: 1px solid #333;
	color: #333;
	background-color: #EEE;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 1px;
}
a.button:hover {
	color: #000;
	background-color: #CCC;
}

p.button, p.buttonFloat {
	display: block;
	/*width: 200px;*/
	padding: 10px;
	border: 1px solid #333;
	color: #000;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
	/*text-align: center;*/
	margin: 1px;
}
p.button a, p.buttonFloat a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
p.button a:hover, p.buttonFloat a:hover {
	color: #000;
}

p.buttonFloat {
	width: 50px;
	float: right;
	text-align: center;
	margin-top: 0;
}

p.buttonFloat span.book {
	padding: 0 0 3px 0;
	display: block;
}

/* @group shelf.php */

.bookShelf {
	background-color: #000;
	padding: 10px;
	margin: 1px 0;
}

/* @end */
