body {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	font-family: serif;
	font-size: 1.5em;
	width: 50em;
	background: #eeeeee;
}

/* start menu */
body,
.multilevel-dropdown-menu {
	font-family: "Optima", sans-serif;
	margin-top: 1px;
}

.parent {
    display: block;
    position: relative;
    float: left;
    line-height: 2em;
    background: #335577;
    border-right: #CCC 1px solid;
}

.parent a {
    margin: 10px 24px;
    color: #ffffff;
    text-decoration: none;
}

.parent:hover>ul {
    display: block;
    position: absolute;
}

.child {
    display: none;
}

.child li {
    background-color: #335577;
    line-height: 2em;
    border-bottom: #b5b5b5 1px solid;
    border-right: #b5b5b5 1px solid;
    width: 100%;
}

.child li a {
    color: #ffffff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 16em;
}

ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

li:hover {
    background-color: #3355aa;
}

.parent li:hover {
    background-color: #3355aa;
}

.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}
/* end menu */

div.hdrdiv {
	padding: 1.5em 1em 0.05em 1em;
	background-color: #335577;
}

div.hdrdiv.a {
        color: #ff6666;
}

div.imgdiv {
        border: 1.2em;
	background-color: #335577;
}

p {
	line-height: 1.5;
	font-family: "Optima", sans-serif;
	color: #333344;
}

p.header {
	font-family: times serif;
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 3px double;
	color: #ffffff;
	margin-bottom: 1em;
}

p.h1 {
	text-align: center;
	font-family: serif;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 0px solid;
	color: #224466;
	clear: left;
	margin-top: 2.5em;
}
p.h2 {
	font-family: serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 0.2em;
	border-bottom: 5px double;
	clear: left;
	color: #224466;
}
p.h3 {
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	clear: left;
	color: #224466;
}
p.h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #224466;
}

p.question {
	font-style: italic;
}
p.answer {
	margin-left: 1em;
}

p.booktitle {
	padding-top: 2.5em;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	color: #224466;
}

p.booksubtitle {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #224466;
}

p.booktagline {
	clear: left;
	font-style: italic;
	padding-top: 0.5em;
}

p.bookdescription {
	clear: left;
}
p.storelinks {
	clear: left;
	text-align: center;
}
p.booklist {
	margin-left: 2em;
	font-style: italic;
	line-height: 1.3;
}
p.smalltext {
	font-size: 0.8em;
}
p.uparrow {
	text-align: right;
}



hr {
	border-bottom: 1px solid;
	clear: left;
}

a {
        text-decoration: none;
        color: #335577;
}
a:hover{
        color: #ddeeff;
        background-color: #3355aa;
}

span.menu {
	border: 1px solid black;
	color: #762313;
	width: 10em;
	display: block;
	float: left;
	text-align: center;
	margin-left: 0em;
	margin-right: 0em;

}
span.menu:hover {
	background-color: #762313;
	color: #ffffff;
}

img.cover {
	float: left;
	width: 15em;
	box-shadow: 10px 10px 5px gray;
	margin: 1em 1.5em 1.5em 1.5em;
}

img.mediumcover {
	float: left;
	width: 10em;
	box-shadow: 10px 10px 5px gray;
	margin: 1em 1.5em 1.5em 1.5em;
}

img.smallcover {
	float: left;
	width: 6em;
	box-shadow: 10px 10px 5px gray;
	margin: 0em 0.5em 1.5em 0.5em;
}

img.iflogo {
	width: 50px;
	float:left;
	margin: 0em 0.5em 0em 0em;
}

img.otherstores {
	width: 8em;
}


#shadow-container {
	position: relative;
	left: 0em;
	top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 50em;
	text-align: justify;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 2em;
}

table.productinfo tr td {
	padding-right: 2em;
}

