/* Basic layout */

#book {
	display: inline;
	position: relative; /* disable for brainradio */
	margin: 0px;
	padding: 0px;
	float: left;
	width: 980px;
	height: 411px;
	z-index: 15;
	font: 12px arial, verdana;
	color: #fff;
}

#book li.li-continued {
	list-style-type: none;
}
	
.bookpage {
	display: inline; /* prevent ie/win from doubling margins */
	float: left;
	margin: 0px 0px;
	width: 245px;
	height: 376px;
}

.bookpage img {
	margin: 0px 0px 8px 0px;
	float: left;
	clear: left;
}

.bookpage .file img {
	margin: 0px 0px 8px 0px;
	float: left;
	clear: left;
}

.bookpage .tekst {
	padding: 0px 13px;
}
	
/* Navigation elements */

.booknav-pagenumber {
	position: absolute;
	bottom: 0;
	display: block;
	width: 980px;
	height: 24px;
	font: 11px arial, verdana;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	color: #aba49e;
	background-color: #3a3529;
}

#booknav-current {
	display: none;
	background: #504e4d;
}
		
#booknav a:link, #booknav a:visited {
	display: block;
	position: absolute;
	z-index: 50;
	bottom: 0;
	padding: 0 15px;
	height: 24px;
	font: 11px arial, verdana;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #aba49e;
	border-bottom: none;
}
	
#booknav a:hover {
	color: #a2be2b;
}

#booknav-next {
	right: 0;
	border-left: 1px solid #565146;
	}
	
#booknav-prev {
	left: 0;
	border-right: 1px solid #565146;
	}
	
#booknav-page1 {
	left: 0;
	text-align: center;
	}
