* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em Verdana, sans-serif; 
	color: #222222; 
	background: #FFFFFF;
	border-top: 1em solid #607d9f;
}

a {
	color: #607d9f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
#nav a.selected {
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 50;
}


#nav {
	height: 2.4em;
	padding: 0 0 0 200px;
	font: 1.4em Georgia, Times, serif; 
	overflow: hidden;
	min-width: 750px;
	list-style-type: none;
}
#nav li {
	float: left;
	padding: 0 23px 0 13px;
	margin-right: 5px;
}
#nav li a {
	display: block;
	padding: 0.75em 0 0.25em;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
}
#nav a:hover {
	text-decoration: none;
	color: #666;
}
#nav a.selected {
	text-decoration: underline;
}

#header {
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
}

#footer {
	margin: 1em 0;
	padding-right: 25px;
	padding-top: .8em;
	height: 1.6em;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: right;
}
#copyright {
	font-style: italic;
	color: #666;
	font-size: .8em;
}

#main {
	margin-left: 200px;
	min-height: 200px;
}


/* books */

table.books {
	width: 40em;
}

table.books td {
	padding: 1em .4em;
}

td.order {
	margin-bottom: 1em;
	padding-top: 0 !important;
}
td.order {
	font-size: .8em;
}
td.borderline {
	border-bottom: 1px dotted #999;
}

td.status {
	text-align: center;
	font-weight: bold;
	vertical-align: middle !important;
}

td.cover img {
	border: 1px solid #333;
}
td.cover {
	vertical-align: top;
}

td.paperback {
	font-size: .75em;
	text-align: center;
	vertical-align: middle;
}

td.info {
	vertical-align: top;
}
td.info .title {
	font-weight: bold;
}
td.info .author {
	font-size: .75em;
	font-style: italic;
}
td.info .description {
	margin: .8em 0;
}
td.info .isbn, td.info .price, td.info .barcode {
	font-size: .85em;
}

div#about {
	width: 40em;
}

div#about .title {
	font-weight: bold;
	font-size: 1em;
}

div#about .copy {
	margin: .8em 0;
}

div#contact .tagline {
	font-style: italic;
}

div#contact .address {
	margin: .8em 0;
}

table.order {
	width: 40em;
}

table.order td {
	padding: .4em;
}

td.title {
	font-weight: bold;
}
td.quantity input {
	text-align: center;
	padding: .2em;
}
td.price {
	text-align: right;
}
td.submit {
	text-align: right;
	margin-top: 2em;
}

.error {
	width: 40em;
	margin: .4em 0;
	padding: 1em;
	border: 1px solid #000;
	background-color: #f48989;
	color: #000;
	font-size: .9em;
}
.error ul {
	list-style-position: inside;
	margin-left: 1em;
}
.errorhead {
	font-weight: bold;
	margin-bottom: .4em;
}

td.section {
	font-weight: bold;
	padding-top: 1em !important;
}
td.input textarea {
	width: 100%;
}
table.order td.header {
	text-align: left;
	font-weight: bold;
}
table.order td.quantity, table.order td.signed {
	text-align: center;
}
table.order td.price, table.order td.title {
	text-align: left;
}

/* printable order form styles */

#printable {
	width: 40em;
	text-align: center;
}
.mailto {
	margin-top: 1em;
}
#printable div.title, #shipping div.title {
	font-weight: bold;
	font-size: 1.2em;
}
table.printorder {
	margin: 2em 0;
}
table.printorder td {
	padding: .4em;
}
table.printorder td.sep {
	border-bottom: 1px dotted #666;
}
table.printorder td.header {
	font-weight: bold;
	text-align: left;
}
table.printorder td.title, table.printorder td.amount, table.printorder td.price {
	text-align: left;
}
table.printorder td.item {
	text-align: right;
}
table.printorder td.grand {
	font-weight: bold;
}
#shipping div.shipto {
	font-size: 1.6em;
}
#comments {
	margin-top: 1em;
	width: 40em;
}
#comments div.title {
	margin-bottom: .3em;
}
#comments div.comments {
	font-size: 1em;
	font-style: italic;
}
#button {
	width: 40em;
	margin-top: 1em;
	text-align: right;
}

table.images {
	margin: 2em 0;
	width: 40em;
}

td.left {
	text-align: left;
}
td.middle {
	text-align: center;
}
td.right {
	text-align: right;
}
div.caption {
	font-weight: bold;
	width: 40em;
	text-align: center;
}

