/* BOOK PAGES */

#book_cover, #book_details {
	font-size: .9em;
	margin: 0 0 10px 10px;
}
#buynow {
	height: 25px;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 10px 10px 0 10px;
}
#buynow img {
	float: right;
	width: 90px;
}

#book_menu_title, #book_menu {
	width: 35%;
	float: right;
	padding: 5px;
}
#book_menu_title {
	font-weight: bold;
	margin: 10px 0 0 10px;
	background: #f0cbd2;
	border: 1px solid #bbc5ac;
	border-bottom: none;
}
#book_menu {
	clear: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	background: white;
	border: 1px dashed #bbc5ac;
}
#book_menu ol {
	list-style-type: lower-roman;
	margin-left: 25px;
}
#book_menu a {
	color: black;
}
#book_menu a:hover {
	color: #9c1c1f;
	text-decoration: none;
}
.info_box {
	position: relative;
}
.backtotop {
	position: absolute;
	top: 5px;
	left: 320px;
	width: 30%;
	text-align: right;
}
#forward_title, #tableofcontents_title, #recipies_title, #praise_title, #international_title {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 15px; 
	margin: 15px 0 0 0;
	background: url('images/title_bg.gif');
	border-left: 1px solid #bbc5ac;
}
#forward, #tableofcontents, #recipies, #praise, #international {
	min-height: 190px;
	padding: 15px 5px 15px 15px;
	background: url('images/yeast_edging.jpg') no-repeat;
	border-top: 1px solid #bbc5ac;
	border-left: 1px solid #bbc5ac;
}
#tableofcontents ul {
	list-style: none;
	margin: 0;
}
#tableofcontents li {
	padding: 0 0 5px 0;
}
#tableofcontents strong {
	color: #9c1c1f;
	font-variant:small-caps;
	font-weight: normal;
}
#praise .attrib {
	color: #9c1c1f;
	font-style: italic;	
	margin: 5px 0 10px 10px;
}

/* Order Form */
#order_form {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	z-index: 99;
}
#order_form div {
	width: 400px;
	text-align: left;
	padding: 10px 0 10px 10px;
	margin: 0 auto;
	background: white;
	border: 3px solid black;
}
#order_form table {
	width: 100%;
	margin-bottom: 10px;
}
#order_form fieldset {
	width: 300px;
	padding: 5px;
}
#order_form legend {
	color: #9c1c1f;
	font-weight: bold;
}
#order_form fieldset select {
	width: 100%
}
#order_form .submit_button {
	vertical-align: middle;
	text-align: center;
}
#order_form .other_loc {
	font-style: italic;
	padding: 0 10px 0 0;
}
