* {
	padding:0px;
	margin:0px;
}

.page { padding:20px 30px 20px 30px; position: relative; }
.page .content .column{}
.page .content .column blockquote{ border-left: 2px solid #999999; background: #DEDEDE; padding: 10px; margin: 4px 20px; clear: both; }
.page .content .column p{}
.page .content .column h1{}
#page_template{ display: none; }

body {
}

.enclosure {border:1px dashed black}

div#br_wrap {
	width:100%;
	margin:0 auto;
	/* border:solid #ccc 1px; */
	display:block;
}

div#br_pages,
div#br_buffer {
	visibility:hidden;
}

div#page_wrap {
	overflow:hidden;
}

a.page_link {
	background:url(images/biblio_ereader_sprite.png?rand=1) no-repeat;
	position:absolute;
	top:40%;
	display:block;
	width:32px;
	height:32px;
}

a#next_page {
	background-position:-47px -90px;
	right:10px;
}

a#next_page:hover {
	background-position:-47px -140px;
}

a#back_page {
	background-position:-9px -90px;
	left:10px;
}

a#back_page:hover {
	background-position:-9px -140px;
}

#font_1 {
	margin-left:10px;
	font-size:100%;
}

#font_2 {
	font-size:120%;
}

#font_3 {
	font-size:140%;
}

#font_4 {
	font-size:160%;
}

#font_5 {
	font-size:180%;
}

#font_6 {
	font-size:200%;
}

#font_size span {
	margin-right:10px;
	cursor:pointer;
	color:#CCC;
}

#font_size span.current {
	color:#999;
}

#biblio_logo {
	background:url(images/biblio_ereader_sprite.png?rand=1) no-repeat;
	width:110px;
	height:59px;
	background-position:-11px -7px;
	position:absolute;
	right:15px;
	bottom:15px;
	display:block;
}

#top_controls {
	margin:0 auto;
	margin-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999;
	font-size:16px !important;
}

#top_controls a.control {
	float:right;
	margin-right:15px;
}

#font_size_handle {
	display:block;
	background:url(images/biblio_ereader_sprite.png?rand=1) no-repeat;
	width:22px;
	height:22px;
	background-position:-89px -89px;
}

#font_size_handle:hover {
	background-position:-89px -139px;
	cursor:pointer;
}

#full_screen_handle {
	display:block;
	background:url(images/biblio_ereader_sprite.png?rand=1) no-repeat;
	width:22px;
	height:22px;
	background-position:-132px -89px;
}

#full_screen_handle:hover {
	background-position:-132px -139px;
	cursor:pointer;
}

#chapter_handle {
	display:block;
	background:url(images/biblio_ereader_sprite.png?rand=1) no-repeat;
	width:22px;
	height:22px;
	background-position:-179px -90px;
}

#chapter_handle:hover {
	background-position:-179px -139px;
	cursor:pointer;
}

#loading {
	background:#fff;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	overflow:hidden;
	text-align:center;
}

#loading img {
	margin-top:130px;
}

#progress_holder {
	width:381px;
	height:16px;
	margin: -95px auto;
}

#progressbar {
	background:url(images/biblio_progressbar.png) no-repeat;
	width:381px;
	height:16px;
}

ul#chapter_holder li {
	text-align:left;
	max-width:200px;
	white-space:normal !important;
}

ul#chapter_holder li a {
	font-size:12px;
	max-width:200px;
	white-space:normal !important;
}

div#top {
    position:absolute;
    background:#E9E9E9;
    width:100%;
    height:25px;
    line-height:25px;
}

div#top a:link,
div#top a:visited {
    position:absolute;
    z-index:2;
    text-decoration:none;
    margin-left:10px;
    color:#999;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
}

div#top a:hover {
    color:#fff;
}

span#book_title {
    position:absolute;
    z-index:1;
    left:0;
    width:100%;
    text-align:center;
}