body,html
{
	background-color: #666;
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	line-height: 130%;
	color: #333;

}



div#content
{
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: #666;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: 50% 50px;
	width:740px;
}

div#page {
	width: 680px;
	margin: 0 auto 2em auto;
	padding: 0 0 2em 0;
}

div#contentnomenu
{
	padding: 20px 20px 40px 20px;
	margin: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(../images/top_curves.gif);
}

div#masthead
{
	margin: 0 auto;
	padding: 0;
	height: 90px;
	width: 740px ; /* to center the header on WIE */	
	background-position:  50% 0;
	background-repeat: no-repeat;
	border:0;
}

body.steidlmack div#masthead
{
	background-image: url(../images/masthead_steidlmack.gif);
	background-repeat: no-repeat;
	background-position:  50% 0;
}

div#masthead a {
display:block;
width:100%;
height:90px;
border:0;

}

body.mmack div#masthead
{
	background-image: url(../images/masthead_mmack.gif);
	background-repeat: no-repeat;
	background-position:  50% 0;
}

body.grace div#masthead
{
	background-image: url(../images/masthead_grace.gif);
	background-repeat: no-repeat;
	background-position:  50% 0;
}

body.steidl div#masthead
{
	background-image: url(../images/masthead_steidl.gif);
	background-repeat: no-repeat;
	background-position:  50% 0;
}

body.admin div#masthead
{
	background-image: url(../images/masthead_admin.gif);
	background-repeat: no-repeat;
	background-position:  50% 0;
}

div#booknav
{
	margin: 10px 20px;
	/* overflow: hidden; */
	text-align: left;
}

div#display
{
	height: auto;
	padding: 0 0;
	margin: 0 -10px;
	text-align: center;
	border-bottom: 1px #ccc dotted;
}

div#booknav a.spreadicon
{
	height: 12px;
	margin: 0;
	padding: 0;
}

div#booknav a.spreadicon:visited { background-color: #fff; }

div#booknav a  img
{
	height: 12px;
	border: 0;
	background-color: transparent;
}

div#booknav a.spreadicon:hover
{
	background-image: url(../images/icon_background_hover.gif);
	background-repeat: repeat-x;
}

body.mmack div#booknav a.spreadicon#selected
{
	background-image: url(../images/icon_background_mmack.gif);
	background-repeat: repeat-x;
}

body.steidlmack div#booknav a.spreadicon#selected
{
	background-image: url(../images/icon_background_steidlmack.gif);
	background-repeat: repeat-x;
}

body.grace div#booknav a.spreadicon#selected
{
	background-image: url(../images/icon_background_grace.gif);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,h6
{
	/*'HelveticaNeue-CondensedBold',*/
	font-family: helveticaNeue,helvetica, arial, sans-serif;
	color: #000;
}

h1
{
	margin: 0;
	padding: 0;
}

h2
{
	margin: .5em 10px 1em 10px;
	font-size: 120%;
	line-height: 130%;
	padding: 0;
}

h3
{
	background-color: #fff;
	font-size: 130%;
	line-height: 115%;
	padding: 10px;
	margin: .5em 0;
	border-top: 1px #ccc dotted;
	color: #00;
}

h4
{
	font-size: 120%;
	line-height: 115%;
	margin: 0 10px;
}

h5
{
	font-size: 100%;
	margin: 0 0;
	display: inline;
}

p
{
	margin: 0 10px 1em 10px;
	padding: 0;
}

div#details p {
margin:0 0 1em 0;
}

div#navigation
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 1em 10px 0 10px;
}

div#navigation ul
{
	margin: 0;
	padding: 0;
}

div#navigation  li
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

div#navigation  li a
{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	color: #999;
}

div#navigation  li a.selected { color: #000; }
a img { border: 0; }

div#details
{
	width: 190px;
	margin: 0 10px 0 0;
	float: right;
	font-size:80%;
	line-height:130%;
}

div#text
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	width: 450px;
	clear: both;
}

a { text-decoration: none; }
body.steidlmack a,body.steidlmack a:visited { color: #633; }
body.mmack a,body.mmack a:visited { color: #369; }
body.grace a,body.grace a:visited { color: #4B6E5F; }
a:hover,body.steidlmack a:hover,body.grace a:hover,body.mmack a:hover { color: #000; }
a:visited { color: #33C; }

a.amazon
{
	display: block;
	font-weight: bold;
	margin: 1em 0 0 0;
}

div#footer
{
	padding: 40px 0 20px 0;
	margin:20px 0 0 0;
	clear: both;
	background-image: url(../images/footer.gif);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-color: #666;
}

#footer p
{
	margin: 5px 10px;
	padding: 0 0 10px 0;
	font-size:80%;
	line-height:130%;
	color:#999;
}

#footer a {
color:#fff;
}

#footer a:hover {
color:#000;
}

img.book
{
	margin: 0 0 10px -140px;
	float: left;
}

div#details ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#details li
{
	margin: .25em 0 0 0;
	padding: .25em 0 0 0;
	border-top:1px #ccc dotted;
}

p#contact
{
	padding: 10px;
	margin: 2em 0 0 0;
	font-size: 75%;
	line-height: 130%;
}

.alt
{
	position: absolute;
	left: -3000px;
}

div.book
{
	margin: 0 0 0 0;
	padding: 10px 0 1em 150px;
	clear: left;
	border-top: 1px #ccc dotted;
	min-height: 70px;
	font-size: 85%;
	line-height: 130%;
}

div#content div.book p
{
	margin: 0 0 0 0;
	padding: 0 0 .3em 0;
}

strong { font-weight: bold; }

label
{
	font-size: 85%;
	line-height: 140%;
	margin: 0;
	padding: 0;
	display: block;
}

input { margin: 0 .5em .5em 0; }

input.text
{
	margin: 0;
	padding: 0;
	width: 100%;
}

textarea { width: 100%; }

p.intro
{
	margin: 0 10px .5em 10px;
	font-family: georgia,times,serif;
	font-size: 120%;
	line-height: 130%;
}



div#contact p
{
	font-size: 80%;
	line-height: 140%;
}

div.odd, div.even
{
	font-size: 75%;
	color: #666;
}

div.odd
{
	background-color: #E8F0AF;
	padding: 5px;
	margin: 0 10px;
}

div.even
{
	background-color: #F7FADC;
	padding: 5px;
	margin: 0 10px;
}

body.steidl div.odd
{
	background-color: #dedede;
	padding: 5px;
	margin: 0 10px;
}

body.steidl div.even
{
	background-color: #efefef;
	padding: 5px;
	margin: 0 10px;
}

.error { color: #C00; }

select
{
	margin: 0;
	padding: 0;
	width: 150px;
}

input.submit { margin-top: 2em; }
p.button, div#content div.book p.button { padding: 0; margin:0; }

p.button a
{
	border: 1px #ccc solid;
	padding: 1px 5px;
	font-size: 9px;
	clear: both;
	letter-spacing: .2em;
	font-weight: bold;
	text-transform: uppercase;
}

p.button a:hover
{
	background-color: #333;
	color: #fff;
	border-color: #333;
}

body.grace p.button a { border-color: #C63; }
body.steidlmack p.button a { border-color: #C99; }
body.mmack p.button a { border-color: #CC6; }

body.grace p.button a:hover
{
	background-color: #930;
	border-color: #930;
}

body.steidlmack p.button a:hover
{
	background-color: #633;
	border-color: #633;
}

body.mmack p.button a:hover
{
	background-color: #990;
	border-color: #990;
}

div#contact a { color: #999; }

body.steidlmack a.bookdetails
{
	background-image: url(../images/steidlmack_book_details.gif);
	width: 110px;
	height: 15px;
	display: block;
	text-indent:-1234em;
	margin: 1em 0 1em 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.steidlmack a.bookdetails:hover { background-position: 0 -20px; }

body.steidlmack a.amazon
{
	background-image: url(../images/steidlmack_amazon.gif);
	width: 130px;
	height: 15px;
	display: block;
	float: left;
	margin: 1em 0 1em 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.steidlmack a.amazon:hover { background-position: 0 -20px; }

body.mmack a.bookdetails
{
	background-image: url(../images/mmack_book_details.gif);
	width: 110px;
	height: 15px;
	display: block;
	margin: 1em 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.mmack a.bookdetails:hover { background-position: 0 -20px; }

body.mmack a.amazon
{
	background-image: url(../images/mmack_amazon.gif);
	width: 130px;
	height: 15px;
	display: block;
	margin: 1em 0 .5em 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.mmack a.amazon:hover { background-position: 0 -20px; }

body.grace a.bookdetails
{
	background-image: url(../images/grace_book_details.gif);
	width: 110px;
	height: 15px;
	display: block;
	margin: .5em 0 .5em 0;
	padding:0;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent:-1234em;
}

body.grace a.bookdetails:hover { background-position: 0 -20px; }

body.grace a.amazon
{
	background-image: url(../images/grace_amazon.gif);
	width: 130px;
	height: 15px;
	display: block;
	margin: 1em 0 .5em 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.grace a.amazon:hover { background-position: 0 -20px; }

body.admin
{
	font-family: 'Lucida Grande', Lucida, Helvetica, Arial, Sans-Serif;
	color: #333;
}

body.admin a.back
{
	background-image: url(../images/back.gif);
	width: 110px;
	height: 15px;
	display: block;
	margin: 1em 0 .5em 0;
	background-repeat: no-repeat;
}

body.admin a.back:hover { background-image: url(../images/back-over.gif); }

body.admin a.cancel
{
	background-image: url(../images/cancel.gif);
	width: 110px;
	height: 15px;
	display: block;
	margin: 1.7em 1em .5em 0;
	background-repeat: no-repeat;
	float: left;
}

body.admin a.cancel:hover { background-image: url(../images/cancel-over.gif); }
body.admin input.submit { }

div#sterling
{
	width: 20px;
	height: 20px;
	background-image: url(../images/currency_circle_pound.gif);
	margin-right: 10px;
	float: left;
}

div#euro
{
	width: 20px;
	height: 20px;
	background-image: url(../images/currency_circle_euro.gif);
	margin-right: 10px;
	float: left;
}

div#dollar
{
	width: 20px;
	height: 20px;
	background-image: url(../images/currency_circle_dollar.gif);
	margin-right: 10px;
	float: left;
}

table
{
	width: 680px;
	margin: 0 10px;
}

table td,table th
{
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}

table td.checkbox { width: 30px; }
table td.title { width: auto; }
table td.autho { width: auto; }
table tr.odd td { background-color: #EFEFEF; }
table tr.even td { background-color: #fff; }
table th { color: #ccc; }
table td.name { width: 300px; }




p.warning
{
	padding: 10px;
	background-color: #FF6;
	border-color: #FF0;
	border-width: 1px;
	border-style: dotted;
}

form {
margin:0;
padding:0;
}

div.container {padding:20px 0;}

a#michaelmack_button,a#steidlmack_button,a#grace_button
{
	width: 100px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display:block;
	float:left;
	margin:0 10px 0 0;
}

a#michaelmack_button
{
	background-image: url(../images/michaelmack_button.gif);
}

a#michaelmack_button:hover,a#grace_button:hover,a#steidlmack_button:hover {
	background-position: 0 -70px;
}

a#steidlmack_button
{
	background-image: url(../images/steidlmack_button.gif);
}

a#grace_button
{
	background-image: url(../images/grace_button.gif);
}

p#editions
{
margin:0 -10px;
padding-top:10px;
clear:both;
}

strong { color: #F60; }
