body {
	margin: 0 10px 0 10px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px; /* 11 px */
}
a {
	text-decoration: none;
    color: #000000;
}
a img {
	border: 0;
}
.clears, .clear {
	clear: both;
	height: 0;
}

.section_header {
	margin: 0 39px 10px 0;
	padding: 25px 0 4px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #7f7f7f;
}
#mobile .section_header {
	margin-right: 0;
}
.vk_popup {
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 900;
}
.reader {
	font-family: Georgia, serif;
	color: #333;
	overflow: hidden;
	position: relative;
	opacity: 0;
}
#mobile .reader {
	margin: 0 0 40px 0;
	display: block;
	opacity: 1;
}
.reader p {
	font-size: 16px;
	line-height: 24px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 25px;
	clear: both;
	-webkit-hyphens: auto;
}
.reader p.place {
	font-style: italic;
	text-align: center;
}
.reader p.center {
	text-align: center;
	text-indent: 0;
}
.reader .sans_serif {
	font-family: Helvetica, Arial, sans-serif !important;
}
.reader h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	clear: both;
}
#mobile .reader h1 {
	font-size: 18px;
	line-height: 1.3em;
}
.reader h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	font-style: italic;
	clear: both;
}
#mobile .reader h2 {
	font-size: 15px;
	line-height: 1.3em;
}
.reader h3 {
	text-align: center;
}
.reader .epigraph {
	font-style: italic;
	float: right;
	clear: both;
}
.reader .epigraph p {
	text-indent: 0;
}
.reader .epigraph .author {
	font-style: normal;
}
.reader .annotation {
	font-style: italic;
}
.reader .cite {
	font-style: italic;
}
.reader .poem {
	display: inline-block;
	margin-left: 25%;
}
.reader .poem p {
	text-indent: 0;
}
.reader .poem .year {
	text-align: right;
	padding-right: 20%;
}
.reader_pad {
	margin: 0 auto;
}
.reader a {
	text-decoration: underline;
}
.night a {
	color: #fff;
}
.reader .center {
	text-align: center;
}


	
#reader_wrapper {
	position: relative;
}
#reader_2col {
	margin: 24px 0 15px 0;
}

#reader_wrapper .links_to_pages li {
	padding: 9px 7px 9px 7px;
}
	
#reader_wrapper .toggler {
	padding: 9px 9px 0 0;
}

.length_book {
	position: relative;
	float: left;
	width: 234px;
	height: 4px;
	background: #e2e2e2;
	margin: 9px 0 0 190px;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	cursor: hand;
}

.progress_read {
	width: 0;
	height: 4px;
	background: #999;
}

#mobile .arrow_left {
	margin-right: 25px;
}
#mobile .arrow_right {
	margin-left: 25px;
}
#mobile .chapter_progress {
	text-align: right;
}
#mobile #to_top {
	float: left;
}
	
/* -------------------------------------- Font Switcher ---------------------------------- */	

.reader_popup {
	display: none;
	position: absolute;
	bottom: 70px;
	-moz-box-shadow: 0px 0px 15px 0px  #bebebe;
	-webkit-box-shadow: 0px 0px 15px 0px  #bebebe;
	box-shadow: 0px 0px 15px 0px  #bebebe;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bebebe', Direction=145, Strength=4);
}
.ipad .reader_popup {
	bottom: 50px;
}
#font_settings {
    right: -10px;
	font-weight: normal;
}
.reader_popup_body {
    border-radius: 4px;
	border: 1px solid #bebebe;
	background: #fff;
	padding: 16px 8px 18px 8px;
	font-size: 14px;
}
#font_settings .reader_popup_body {
	font-size: 13px;
	padding: 16px 15px 18px 17px;
}
.reader_baloon {
	background: url(/img/reader-baloon.png) no-repeat;
	width: 13px;
	height: 7px;
	margin-left: 230px;
	position: absolute;
	bottom: -6px;
}
.reader_baloon.up {
	bottom: auto;
	top: -6px;
	background-position: 0 100%;
	margin-left: 40px;
}
.select_box {
	width: 181px;
	height: 37px;
	border-radius: 4px;
	border: 1px solid #bebebe;
	background: white;
	padding: 17px 25px 21px 22px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999;
}
.select_box#brightness_box {
	margin-bottom: 5px;
}

.fly_up {
	width: 78px;
	padding: 0 2px 0 2px;
	background: white;
	position: relative;
	top: -25px;
	left: -15px;
}
#font_family_box .fly_up {
	width: 45px;
}
#brightness_box .fly_up {
	width: 117px;
}
.font_drop {
	margin: -5px 0 0 15px;
}
.change_size {
	width: 190px;
	height: 28px;
	color: #000;
	margin-left: 5px;
}
.fs {
	float: left;
	font-size: 13px;
	margin: 0 7px 0 0;
}

.ss {
	float: left;
	font-size: 24px;
	margin: 0 0 0 7px;
	position: relative;
	top: -10px;
}
.ss, .fs {
	cursor: pointer;
	cursor: hand;
}
#brightness_box .fs {
	margin-top: -4px;
}
#brightness_box .ss {
	margin-top: 5px;
}
.size_control {
	float: left;
	position: relative;
	width: 130px;
}
.size_scale {
	width: 128px;
	height: 5px;
	background: #e2e2e2;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #d3d3d3;	
	position: relative;
	top: 5px;
	cursor: pointer;
	cursor: hand;
}
.size_handle {
	width: 27px;
	height: 27px;
	position: absolute;
	top: -4px;
	background: url(/img/vk/but_selector.png) 0 0 no-repeat;
	cursor: pointer;
	cursor: hand;
}

.bottom_menu {
	text-align: center;
}
.bottom_menu_ab {
	margin: 21px 0 0 0;
	padding: 0; 
	border-top: 1px solid #e2e2e2;
	display: none;
}
.bottom_menu_ab ul.links_to_pages a, .toggler a {
	color: #999;
}
.links_to_pages {
	margin: 0;
	padding: 0;
}
.links_to_pages li {
	float: left;
	list-style: none;
	font-size: 11px;
	padding: 13px 7px 13px 7px;
	margin: 0;
}

.toggler {
	display: block;
	font-weight: bold;
	padding: 13px 9px 0 0;
	float: right;
	margin-left: 19px;
}
.toggler a {
	outline: none;
}

#selection_ops {
	bottom: auto;
}
#selection_ops .item_list {
	height: auto;
	margin: 0;
}
#selection_ops .item_box {
	width: auto;
}
#selection_ops .item_box:last-of-type {
	border: 0;
}
#selection_ops .reader_popup_body {
	padding: 8px;
}
#selection_ops .list_block {
	padding-right: 0;
}

.vk_popup {
	display: none;
}


body#fullscreen {
	background: #fff;
	margin: 0;
	height: auto;
}
body#fullscreen #reader_wrapper {
	margin: 0 8%;
}
body#fullscreen #col1 .reader {
	margin-right: 9%;
	margin-left: 0;
}
body#fullscreen #col2 .reader {
	margin-left: 9%;
	margin-right: 0;
}
#reader_1col #col2 {
	display: none;
}
.reader_columns {
	width: 100%;
	position: relative;
}
#reader_2col td {
	padding: 0;
	width: 50%;
}
#reader_wrapper .switcher table {
	width: 100%;
}
#reader_wrapper .switcher table td {
	vertical-align: top;
}
#reader_wrapper .switcher .arrows_left, #reader_wrapper .switcher .arrows_right, #reader_wrapper .switcher .length_book {
	float: none;
	width: auto;
}
#reader_wrapper .switcher .length_book {
	margin-left: 20%;
	margin-right: 20%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#reader_wrapper .switcher .arrows_left a.text, #reader_wrapper .switcher .arrows_right a.text {
	color: #999;
	line-height: 22px;
	vertical-align: middle;
}
#reader_wrapper .switcher td.arrow a.arrow {
	color: #45688e;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px;
}
#reader_wrapper .switcher table td.arrow {
	width: 70px;
}
.switcher {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	display: none;
}
.switcher a {
	outline: none;
}

.v_line {
	height:24px;
	min-height:24px;
	}	

.arrows_left {
	width:12px;
	height:22px;
	float:left;
}
	
.arrows_right {
	width:12px;
	height:22px;
	float:right;
}	

.loader {
	width:579px;
	height:22px;
	text-align:center;
	float:left;
}
.loader a {
	display: inline-block;
	margin: 8px 5px 0 0;
	width: 6px;
	height: 6px;
	background: url(/img/vk/page.png) 0 0 no-repeat;
}
.loader a.active {
	background-position: 0 100%;
}


#mobile {
	margin: 0;
	padding: 0;
}
#mobile #reader_wrapper {
	margin: 0 8%;
}
#mobile .reader p {
	font-size: 12px;
	line-height: 20px;
}
#mobile .bottom_menu {
	margin: 0 0 20px 0;
}
#mobile .section_header {
	margin-bottom: 15px;
}
#mobile ul.contents {
	font-size: 16px;
	line-height: 30px;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#mobile ul.contents a {
	text-decoration: none;
}
#mobile #top_menu {
	padding: 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
#mobile #top_menu a {
	color: #666;
}
#mobile #top_menu #font_size {
	float: left;
}
#mobile #top_menu #size_less {
	font-size: 17px;
	margin-right: 8px;
}
#mobile #top_menu #size_more {
	font-size: 22px;
}
#mobile #top_menu #close {
	float: right;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


.reader_popup#other_books {
	right: 5px;
}
.ipad .reader_popup#other_books {
	right: -35px;
}
.reader_popup .list_block {
    background-color: #F0F0F0;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}
.reader_popup .item_list {
	float: left;
	width: 335px;
	height: 286px;
	overflow: hidden;
}
.reader_popup .item_list.with_scroll {
	width: 316px;
}
.reader_popup .item_box {
	border-bottom: 1px solid #E2E2E2;
	display: block;
	padding: 15px 10px;
 	height: 19px;
	line-height: 20px;	
}
.reader_popup span.item_box .item_title {
	color: #A2A2A2;
}
.reader_popup .item_box em {
	font-style: normal;
}
.reader_popup h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 11px 0;
	padding: 0;
}
.reader_popup .reading_progress {
	float: right;
	font-weight: normal;
	font-size: 11px;
	margin-right: 10px;
}
.reader_popup .item_title {
	float: left;
	width: 240px;
	color: #000;
	white-space: nowrap;
	font-weight: bold;
	overflow: hidden;
}
.reader_popup .item_descr {
	font-weight: normal;
	color: #777;
	float: right;
}
#contents_popup .item_title {
	width: 310px;
}
#other_books .item_box {
	width: 260px;
}
#other_books .item_title {
	width: 200px;
}
#other_books .item_list {
	width: auto;
}
#wiki_popup .item_box {
	width: 250px;
}
#wiki_popup .item_title {
	width: 220px;
}
#wiki_popup .item_list {
	width: auto;
}
#bookmarks_popup .item_box {
	width: auto;
}
#bookmarks_popup .item_title {
	width: 180px;
}
.reader_popup .item_title.complete {
	color: #999;
}

.reader_popup .scrolling {
	background-color: #FFFFFF;
	border-color: #E2E2E2;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	float: right;
	height: 272px;
	width: 10px;
	margin: 4px 1px 4px 4px;
	padding: 1px;
}
.reader_popup .scroller {
	background-color: #B4B4B4;
	border-radius: 5px 5px 5px 5px;
	width: 10px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
}
.reader_popup#wiki_popup {
	right: 190px;
}
.reader_popup#contents_popup {
	right: 30px;
}
.reader_popup#bookmarks_popup {
	right: 240px;
}
.ipad .reader_popup#bookmarks_popup {
	bottom: 30px;
	right: 200px;
}
.reader_popup#text_error {
	right: 50%;
	bottom: 50%;
	margin: 0 -219px -165px 0;
	font-weight: normal;
}
.reader_popup .book {
	width: 150px;
	margin-right: 20px;
	float: left;
}
.reader_popup .book span, .reader_popup .book img {
	display: block;
}
.reader_popup .book span {
	text-align: center;
}
.reader_popup .book span.book_subtitle {
	color: #666;
	font-size: 12px;
}
#error_content {
	font-size: 13px;
	float: left;
	width: 250px;
}
.reader_popup_buttons {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 13px;
}
#quotes_popup {
	right: 320px;
}
.ipad #quotes_popup {
	right: 280px;
	bottom: 30px;
}
#quotes_popup .item_box {
	height: auto;
	padding-top: 5px;
	padding-bottom: 12px;
	cursor: pointer;
	cursor: hand;
	padding: 10px 10px;
}
#quotes_popup .quote_text {
	display: block;
	margin: 0 0 5px 0;
}
#quotes_popup .quote_book, #quotes_popup .quote_date {
	font-style: italic;
	color: #999;
	font-size: 13px;
}
#quotes_popup .quote_book {
	float: left;
}
.reader_popup .item_box:hover {
	background: #FAFAFA;
}
#quotes_popup .item_box:hover .quote_book {
	display: none;
}
#quotes_popup .quote_date {
	float: right;
}
#quotes_popup a.del {
	color: #ce5151;
	font-size: 13px;
	text-decoration: underline;
	float: left;
	display: none;
}
#quotes_popup .item_box:hover a.del {
	display: block;
}


.ipad .bottom_menu_ab {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 38px;
	background: #fff;
}
.ipad .section_header {
	padding-top: 10px;
}
.ipad .bottom_menu_ab .links_to_pages {
	display: none;
}
.ipad .bottom_menu_ab .toggler[rel=font_settings] {
	display: none;
}
.ipad #wiki_popup {
	bottom: 30px;
	right: 160px;
}
.ipad #contents_popup {
	bottom: 30px;
	right: -10px;
}
.ipad #other_books {
	bottom: 30px;
	right: 10px;
}
.ipad .scrolling {
	display: none;
}
.ipad .scrollable {
    -webkit-transform: translate3d(0,0,0);
}
.ipad .list_block {
	position: relative;
}
#bookmark_ribbon {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 59px;
	background: url(/img/bookmark_ribbon.png) 0 0 no-repeat;
	outline: none;
}
#bookmark_ribbon.active {
	background-position: 100% 0;
}
.ipad #bookmark_ribbon {
	width: 17px;
}
.template, .reader_popup .item_box.template {
	display: none;
}

.reader .reader_book_info {
	background-color: #F2F2F2;
	height: 207px;
	padding-left: 24px;
	padding-top: 24px;
	margin-top: 20px;
	opacity: 0.95;
	font-family: Arial, sans-serif;
}
.reader .reader_book_info .book_cover, .reader .reader_book_info .book_info {
	float: left;
}
.reader .reader_book_info .book_cover {
	margin-right: 28px;
}
.reader .reader_book_info .book_info h3, .reader .reader_book_info .book_info h4 {
	font-size: 18px;
	margin: 0;
	color: #000;
}
.reader .reader_book_info .book_info h4 {
	margin-bottom: 7px;
	font-weight: normal;
}
.reader .reader_book_info .book_info span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}
.reader .reader_book_info .book_info {
	padding-top: 10px;
}
.quote {
	background: #FFF800;
}

.reader_popup .item_title.gray {
	color: gray;
}
.title_page {
	position: relative;
}
.image, .cover, .title {
	text-align: center;
}
.title img {
	margin-right: 40px;
}
.issuer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.issuer td {
	vertical-align: top;
	padding: 0;
	width: 50%;
	text-align: center;
}
.issuer p {
	font-size: 11px !important;
	line-height: 14px !important;
	font-family: Tahoma, sans-serif !important;
}
.ajax_loader {
	position: absolute;
	top: 50%;
	left: 50%;
}
#fade {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.9);
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
}
#youtube_popup {
	position: absolute;
	left: 40%;
	top: 40%;
	width: 560px;
	height: 315px;
	z-index: 101;
	display: none;
}

.novel .title_page .title {
	margin-bottom: 30px;
}
.novel .title_page .subtitle {
	font-size: 40px !important;
	text-transform: uppercase;
}