body {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
}
h1, h2, h3, h4 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	color: #103900 !important;
}
a {
	color: #476777;
}
a:hover {
	color: #314A56;
}
input[type='submit'], input[type='button'] {
	cursor: pointer;
}
.padding {
	padding: 1.2em;
}

/* Admin Stuff */
#quickAdd {
	margin-bottom: 1em;
	padding: 1em;
	background: #D8DBE0 url('../img/background-thead.jpg') top left repeat-x;
	-moz-border-radius: 8px;
}
#flashMessage {
	margin-top: 1em;
	padding: 15px;
	font-weight:bolder;
	letter-spacing: 1px;
}
#flashMessage.good {
	background: #edffe8 url('../img/icons/emblem-default.png') no-repeat 10px center;
	padding-left: 35px;
	border:1px solid #204f11;
	color: #204f11;
}
#flashMessage.bad {
	background: #ffe3d4 url('../img/icons/emblem-important.png') no-repeat 10px center;
	padding-left: 35px;
	border:1px solid #900;
	color: #900;
}
form table {
}
form fieldset {
	margin-bottom: 1em;
	border: 1px solid #666;
}
form fieldset legend {
	font-size: 110%;
	color: #666;
}
form fieldset legend, form div label, th, form div.error-message {
	font-weight: bold;
	letter-spacing: 1px;
}
form div {
	clear: both;
	padding-bottom: .5em;
}
form div.error-message {
	font-size: 10px;
	color:#900;
}
form div label {
	display: block;
	clear: both;
}
form div.checkbox label {
	display: inline;
}
form input.suggest {
	color: #999;
	font-style: italic;
	padding-left: .2em;
}
table {
	border: 1px solid #999;
	border-spacing: 0;
}
table th a {
	text-decoration: none;
	font-size: 90%;
}
table th, table td {
	padding: 3px;
}
table td p {
	margin-top: 0;
}
table tr.odd {
	background: #FFF;
}
table tr.even {
	background: #f6f6f6;
}
table thead tr th {
	background: #D8DBE0 url('../img/background-thead.jpg') top left repeat-x;
	border-bottom: 1px solid #999;
}
table tfoot tr td {
	background: #D8DBE0 url('../img/background-thead.jpg') top left repeat-x;
	border-top: 1px solid #999;
}
table tr td {
	vertical-align: top;
}
table tr td.actions, table tr th.actions {
	text-align: right;
}
table tr td.actions img, #admin-navigation img {
	vertical-align: middle;
}
#AddAuthorDialog, #AddReviewDialog {
	display: none;
}
#bookCover {
	float: left;
	margin-right: 2em;
}
#bookReviews {
	clear: both;
}
#bookReviews .review {
	padding: 0;
	margin: 0;
}
#bookReviews .review p {
	margin: 0;
}
.authorsLink, .reviewsLink, .categoriesLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url('../img/icons-book.png') no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
.authorsLink:hover, .authorsLink:active {
	background-position: -16px 0px;
}
.reviewsLink {
	background-position: 0px -16px;
}
.reviewsLink:hover, .reviewsLink:active {
	background-position: -16px -16px;
}
.authorsLink span, .reviewsLink span, .categoriesLink span {
	display: none;
}
.categoriesLink {
	background: transparent url('../img/icons/document-open.png') no-repeat;
}
.book {
	margin-bottom: 1em;
}
.book .cover {
	float: left;
	margin-right: 1em;
}
.book .title {
	font-weight: bold;
	font-size: 14px;
}
.book .authors {
	padding-top: .5em;
}
.price {
	font-size: 130%;
}

.g1, .g2, .g3, .g4, .g5, .g6 {
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-weight: bold;
}
.g1, .g4 {color: #369;}
.g2, .g6 {color: #AA1002;}
.g3 {color: #DDAD08;}
.g5 {color: #396;}

#contact-info {
	float: right;
	width: 300px;
}
.qty { width: 25px; }