/* flipbook functional styling */
.flipbook{
	position:relative;
	width:1000px;
	height:697px;
	overflow:hidden;
}
.flipbook-wrapper{
	height:697px;
    position: relative;
    width:1000x;
}
.flipbook-preloader{
	opacity: 1;
color: #999;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 45%;
border-radius: 10px;

background: white url(./styleimg/preloader.gif) center no-repeat center top;
}
.flipbook .pages{position:absolute; }

.flipbook .page{
	position:absolute;

}
.flipbook .page_left_con{
	position:absolute;
	overflow:hidden;
	z-index:901;
}


.flipbook .shadow_left{
	position:absolute;
	z-index:902;
	
	background:#000;
}

.flipbook .page_left{
	position:absolute;
	width:940px;
	height:525px;
}

.flipbook .page_right_con{
	position:absolute;
	right:0px;
	width:0px;
	height:525px;
	overflow:hidden;
	z-index:900;
}
.flipbook .shadow_right{
	position:absolute;
	z-index:902;
	
	background:#000;
}



.flipbook .page_right{
	position:absolute;
	width:940px;
	height:525px;
	
	
}


/* zoom*/
.zoom_page{
	position:absolute;
    top:0px;
	left:0px;
	visibility:hidden;
	z-index:9500;
    -moz-transform-origin:0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-zoom:200%;
	zoom:200%;
	opacity:0;
}



/*****flipbook menu arrows ***/
.flipbook_menu{
	position:relative;
	/*z-index:25000;*/
	z-index:0;
	width:490px;
	height:32px;
	margin:0 auto;
	padding:8px 10px 10px 10px;
	background:url(./styleimg/menubar.png) no-repeat center top;
}
.flipbook_btn_fwd{
	cursor:pointer;
    width: 30px;
	height:32px;	
	background:url(./styleimg/forword.png) no-repeat left center;
}
.flipbook_btn_search{
	cursor:pointer;
    width: 235px;
	height:32px;
	background:url(./styleimg/search.png) no-repeat left center;
}
.flipbook_btn_bwd{
	cursor:pointer;
    width: 25px;
	height:32px;	
	background:url(./styleimg/backword.png) no-repeat right center;
}
.flipbook_menu > *{
	float:left;
	margin:0;
	padding:0;
}
.flipbook_arrow_left{
	cursor:pointer;
	width:32px;
	height:32px;
	background:url(./styleimg/arrows.png) no-repeat 0 2px;
	
	}
.flipbook_arrow_right{
	cursor:pointer;
	width:32px;
	height:32px;	
	background:url(./styleimg/arrows.png) no-repeat;
	background-position:0px -31px;
	}
	
	
.flipbook_btn_play{
	cursor:pointer;
	width:14px;
	height:32px;
	
	background:url(./styleimg/playbutton.png) no-repeat left center;
	
	}
.flipbook_btn_pause{
	cursor:pointer;
	width:14px;
	height:32px;
	
	background:url(./styleimg/pausebutton.png) no-repeat left center;
	
	}
.flipbook_btn_grid{
	cursor:pointer;
	width:32px;
	height:32px;	
	background:url(./styleimg/grid.png) no-repeat left center;	
}
.flipbook_btn_toc{
	cursor:pointer;
	width:20px;
	height:32px;	
	background:url(./styleimg/toc.png) no-repeat left center;	
}
.flipbook_btn_bookmark{
	cursor:pointer;
	width:32px;
	height:32px;	
	background:url(./styleimg/bookmark.png) no-repeat left center;
}
.flipbook_btn_share{
	cursor:pointer;
	width:32px;
	height:32px;	
}
.flipbook_btn_share span span span
{
	background:url(./styleimg/share.png) no-repeat left center !important;
}
.flipbook_btn_print
{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/print.png) no-repeat left center;
	
	
}
.flipbook_btn_save
{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/save.png) no-repeat left center;
	
	
}
.flipbook_btn_zoom{
	cursor:pointer;
	width:32px;
	height:32px;	
	background:url(./styleimg/buttonzoom.png) no-repeat left center;
	
	}

.flipbook_zoom{
	
}
.flip-sound{position:absolute;}
.flipbook-notice { position:absolute; left:50%; top:50%; text-align:center; width:180px; padding:20px 20px 10px 20px; height:40px; margin-left:-130px; margin-top:-25px;
box-shadow:0 0 5px 0px rgba(0,0,0,0.8);
background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(top, #d2ff52 0%,#91e842 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
color:#111;
display:none;
z-index:50000;
border-radius:5px;
}
@media only screen and (max-width: 800px) {
/*.flipbook{
	position:relative;
	width:620px;
	height:342px;
	overflow:hidden;
}
.flipbook-wrapper{
	height:342px;
    position: relative;
    width:640px;
}
.flipbook .page_left{
	position:absolute;
	width:620px;
	height:342px;
}
.flipbook .page_right
{	height:342px;
}*/

}

/* Search and pageing */
.searchmn{
	margin:7px 0 0 14px; height:20px; float:left; display:block;
}
.searchmn div{
	background:url(styleimg/search_img.jpg) no-repeat left top; width:127px; height:19px; float:left; padding:3px 0 0 0;
}
.search_txt{
	background:none; width:127px; height:14px; border:none; font-size:11px; margin:0 0 0 5px; padding:0 0 0 0;
}

.search_txt_pageing{
	background:none; width:50px; height:14px; border:none; font-size:11px; margin:0 0 0 5px; padding:0 0 0 0;
}


.btn_search{
	background:url(styleimg/btn_search.jpg) no-repeat; border:none; width:17px; height:19px; cursor:pointer;
}
.btn_page
{	background:none; border:none; width:17px; height:18px; cursor:pointer; vertical-align:middle;
}
.pageing{
	 margin: 7px 0 0 14px; width: 170px; height:20px; float:right; 
}
.btn_paging{
	width:17px; height:19px; cursor:pointer; background:none; border:0;
	}
.pageing div{
	background:url(styleimg/pageing_img.jpg) no-repeat left top; width:144px; height:19px; float:left; padding:3px 0 0 0;
}

/* Print and Save */
.popup{
	position:relative;
}
.popup_div{
	
}
.hidden_div{
	visibility:hidden;
	position:absolute;
	top:20px;
	left:-25px;
	z-index:20000;
	width:95px; height:52px;
	background:url(styleimg/pop_img.png) no-repeat;
}
.popup_div:hover div{
	visibility:visible; z-index:20000;
}
.hidden_div a{
	display:block; width:31px; height:30px; margin:20px 0 0 0; float:left; cursor:pointer; border:none;
}

/* Table of Content */
.navigation{	
	padding:4px;
}
.navigation ul{
	list-style:none;
	z-index:20000;
	padding:2px;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
} 
.navigation table{position:absolute; top:0; left:0;} 
.navigation ul li{
	position:relative;
	padding:0;
}
.navigation ul li ul li{
	font-size:12px;
}
.navigation ul li ul
{
    position:relative;
	/*z-index:900;*/
}
.navigation ul li ul li ul{
	z-index:230; left:100% !important; top:-10px;
}
.navigation li a, .navigation li a:visited{
    display:block;
	width:100%;
	text-decoration:none;
	color:#000;
}
.navigation li a:hover{
	color:#000;
}
.navigation ul li ul{
	visibility:hidden;
	position:absolute;
	top:15px;
	left:-77px !important;
}
.navigation li ul li{
	background-color:;
	
}
.navigation li ul li:hover{
	background-color:;
	color:#FFF;
}
.navigation ul li:hover ul{visibility:visible;}
.navigation ul li:hover ul ul{visibility:hidden;}
.navigation li ul li:hover ul{visibility:visible;}
.navigation li ul li:hover ul ul{visibility:hidden;}
.navigation li ul ul li:hover ul{visibility:visible;}
.navigation li ul ul li:hover ul ul{visibility:hidden;}
.navigation li ul ul ul li:hover ul{visibility:visible;}
.navigation li ul ul ul li:hover ul ul{visibility:hidden;}
.navigation li ul ul ul ul li:hover ul{visibility:visible;}
.navigation li ul ul ul ul li:hover ul ul{visibility:hidden;}
.navigation li ul ul ul ul ul li:hover ul{visibility:visible;}
.navigation li ul ul ul ul ul li:hover ul ul{visibility:hidden;}
.navigation li ul ul ul ul ul ul li:hover ul{visibility:visible;}
.navigation li ul ul ul ul ul ul li:hover ul ul{visibility:hidden;}

.menu_style
{
    width:32px;
    padding:0px;
}
.menu_style ul
{
    padding:0;
    margin:0;
}
.menu_style ul li
{
    font-size:14px;
    margin:0;
    width:20px;
	padding:0 0 20px 0;
}
.menu_style ul li ul
{
    left:99%;
}
.menu_style ul li ul li
{
    padding:5px 8px 5px 12px;
    font-size:12px;
    width:146px;
	background:url(styleimg/toc_bg.png) no-repeat left bottom;
}
.menu_style ul li ul li.title{
	background:url(styleimg/toc_title_bg.png) no-repeat left top; padding:20px 8px 10px 12px;
	color:#d2e9ff; font-size:13px; font-weight:bold; text-decoration:underline;
}
.top_bg{
	background:url(styleimg/toc_top_bg.png) no-repeat left top;
}
.menu_style ul li ul li.title:hover{
	background:url(styleimg/toc_title_bg.png) no-repeat left top;
}
.menu_style ul li a, .menu_style ul li a:visited
{
    padding:0;
    color:#fff !important;
    width:auto;
    padding-right:0px;
}
.menu_style ul li ul li a, .menu_style ul li ul li a:visited
{
    color:#fff !important;
	font-size:12px;
	font-weight:bold;
}
.menu_style ul li:hover
{
    color:#fff;
}
.menu_style ul li ul{margin:10px 0 0 0;}
.menu_style ul li ul li:hover
{
    background:#115DA8;
}
.menu_style ul li ul li a:hover
{
    background:#115DA8;
}
.menu_style ul li.current
{
    background-color:#2e8cf1 !important;
}
.menu_style ul li.current a, .menu_style ul li.current a:visited
{
    color:#000 !important;
}
.menu_style ul li ul li.current
{
    background-color:#CCCCCC !important;
}


/* Bookmark */
.none
{	display:none;
}
.act
{	display:block;
}
.bookmark{
	width:990px; position:absolute; left:-149px; top:65px; height:200px; background:url(styleimg/bookmark_bg.png) repeat; z-index:2000;
	border:#fff solid 5px;
}
.bookmark_lt{
	width:200px; float:left; height:200px; background:#639ad0;
}
.bookmark_title{
	background:#0e6acd; padding:5px 0 5px 15px; font-size:13px; color:#fff; font-weight:bold;
}
.bookmark_rt{
	width:768px; float:left; margin:0 0 0 0px; padding:0 0 0 0; overflow:auto;
	border-left:#000 solid 3px; height:200px;
}
.close
{
	width:18px;
	background:url(styleimg/close.png) no-repeat 0 1px #0e6acd;
	float:left;
	height:23px;
	color:#0e6acd;
	padding::0 0 0 5px;
}
.book_img{
	text-align:center; margin:15px 0 0 0;
}
.book_img img{
	border:#000 solid 1px;
}
.book_img1{
	float:left; border:#000 solid 1px; margin:15px 0 0 20px;
}
.book_img span{
	display:block; font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; margin:5px 0 0 0;
}
.bookmark_add{
	text-align:center; margin:10px 0 0 0;
}
.input_type{
	width:150px; height:20px; padding:0 0 0 5px; background:#95c9fc; border:#4e8ac4 solid 1px; font-size:11px; color:#000;
}
.btn_add{
	background:url(styleimg/btn.jpg) repeat-x; height:23px; cursor:pointer; border:#d4effb solid 1px; float:right; margin:8px 22px 0 0; padding:0 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; font-weight:bold;
}
.bookmark_list{
}
.bookmark_list ul{
	margin:0 0 0 0; padding:0 0 0 0; list-style:none;
}
.bookmark_list ul li{
	float:left; width:150px;margin:0 0 0 0; padding:0 0 0 0; background:#7abbfc; height:177px; border-right:#fff solid 1px;
}
.bookmark_list1{
	margin:0 0 0 0;
}
.bookmark_txt{
	margin:5px 0 0 0; clear:both;
}
.bookmark_list1 span.page{
	display:block; text-align:center; line-height:35px; font-size:14px; font-weight:bold; color:#000; font-family:Arial, Helvetica, sans-serif;
}
.bookmark_list1 span.title{
	display:block; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666; font-weight:bold;
}

/* search */
.search{
	width:990px; position:absolute; left:-149px; top:65px; height:200px; background:url(styleimg/bookmark_bg.png) repeat; z-index:2000;
	border:#fff solid 5px;
}
.search_title{
	background:#0e6acd; padding:5px 0 5px 15px; font-size:13px; color:#fff; font-weight:bold;
}
.search_rt{
	width:970px; float:left; margin:0 0 0 0px; padding:0 0 0 0; overflow:auto;
	/*border-left:#000 solid 3px;*/ height:200px;
}
.search_list{
}
.search_list ul{
	margin:0 0 0 0; padding:0 0 0 0; list-style:none;
}
.search_list ul li{
	float:left; width:150px;margin:0 0 0 0; padding:0 0 0 0; background:#7abbfc; height:177px; border-right:#fff solid 1px;
}
.search_list1{
	margin:0 0 0 0;
}
.search1_txt{
	margin:5px 0 0 0; clear:both;
}
.search_list1 span.page{
	display:block; text-align:center; line-height:35px; font-size:14px; font-weight:bold; color:#000; font-family:Arial, Helvetica, sans-serif;
}
.search_list1 span.title{
	display:block; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#666; font-weight:bold;
}


.flipbook_btn_zoom_minus{
	cursor:pointer;
	width:32px;
	height:32px;	
	background:url(./styleimg/buttonzoom_OUT.png) no-repeat left center;
	
}
#fancylink_one
{
	border:1px solid red;
	background:#000;
	opacity:0.6;
}