body {
	background:#000 url(../images/book/bookBG.jpg) repeat-x top;
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
#bookmain h1 {
	font-size:18px;
	color:#999
}
#bookmain a {
	color:#F93;
	border:0px;
	-moz-outline:0px;
}
#bookmain {
	width:751px;
	height:665px;
	margin:5px;
	position:relative;
	background:#000 url(../images/book/bookBG.jpg) repeat-x top;
}
#bookmenu {
	width:200px;
	position:absolute;
	left:0;
}
#bookimage {
	width:501px;
	height:665px;
	margin:0px 10px;
	text-align:center;
	position:absolute;
	right:0
}
#bookimage #page {
	border:2px solid #FFA13D;
	position:absolute;
	z-index:1;
	right:0;
}
#preload img  {
	display:none;
	border:0px;
}
#booknav {
	z-index:100;
	width:501px;
	height:195px;
	margin-top:230px;
}
a.left {
	background:url(../images/book/leftarrow.png) no-repeat top;
	width:35px;
	height:195px;
	display:block;
	text-indent:-100000px;
	margin-left:-23px;
	float:left;
}
a.left:hover {
	background:url(../images/book/leftarrow.png) no-repeat bottom;
}
a.right {
	background:url(../images/book/rightarrow.png) no-repeat;
	width:35px;
	height:195px;
	display:block;
	text-indent:-100000px;
	margin-right:-20px;
	float:right;
}
a.right:hover {
	background:url(../images/book/rightarrow.png) no-repeat bottom;
}
#bookmain ul {
	margin:20px 0px;
}
#bookmain ul li {
	margin:10px 0px;
}
#bookmain ul li a:hover {
	border-bottom:1px dotted #F93
}
a.purchase {
	width:170px;
	height:80px;
	background:url(../images/book/buynow.png) top;
	text-indent:-100000px;
	display:block;
	margin:auto;
}
a.purchase:hover {
	background:url(../images/book/buynow.png) bottom;
}
input.closewindow {
	padding:0px 10px;
	height:25px;
	line-height:25px;
	color:#F93;
	background:#0057a7;
	border:2px #000 solid;
	cursor:pointer;
	margin:auto;
}
input.closewindow:hover {
	border:#FFa13d solid 2px}
