html {
	-webkit-text-size-adjust: none;
}
html,body,div{
margin:0;
padding:0;
}
body {
	font-family: ArialMT, "Arial", "ヒラギノ角ゴ ProN W3";	
	background-color: #666;
	border: medium none;
	resize:both;
}

body[orienta=normal] {
	/* min-height: 416px;*/
	min-height: 504px;
}
	
body[orienta=wide] {
	 min-height: 268px;
}

#actiBook{	
	border:0px;	
	left:0px;
	top:0px;
	resize:both;	
	border-bottom-color:#9999FF;	
}


#Thumbnail_display{
	z-index:1;
	width:0px;
	height:0px;
	position:absolute;
	display:none;
}

#sTop{
	border:0px;
	height:29px;	
	background-image:url("../images/header-background.gif") ;
	-webkit-background-size:100% 29px;
	position:absolute;	
	visibility:hidden;
	opacity:0.9;
	z-index:999;
}
#sOpenAPP{
	text-align:center;
	border:0px;
	line-height:35px;
	height:35px;		
	top:29px;
	background-image:url("../images/header-background.gif") ;
	-webkit-background-size:100% 35px;
	position:absolute;	
	color:#FFF;	
	visibility:hidden;
	/*opacity:0.9;*/
	z-index:999;
}
#sBottom{
	visibility:hidden;
	/*opacity:0.4;*/
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:999;	
}
#sBottom_book_List{
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:1000;	
}

#sTitle{
	text-align:center;
	color:#FFF;
}
#sClose{
	width:5px;
	padding:3px 4px 3px 0px;
	float:right;	
	border:0px;
}
#sClose img{
	border:0px;
	}
#sPage{
	width:50px;
	padding:3px 10px;
	float:right;
	text-align:right;	
	color:#FFF;
}
#sList{
	float:left;	
	padding:2px 10px  0px 0px;
	width:50px;
}
#sList img{
	border:0px;	
	height:35px;
	width:40px;
}
#sBookMark{
	float:left;	
	padding:2px 5px  0px 0px;
	width:50px;	
}
#sBookMark img{
	border:0px;
	width:48px;
	height:35px;
}
#sSearch{
    width:50px;
	padding:0px 5px  0px 0px;
	float:left;
}
#sSearch img{
	border:0px;
	width:40px;
	height:35px;
}
#sLink{
	float:left;
	padding:2px 5px  0px 0px;
	width:40px;	
}
#sLink img{
	border:0px;
	width:40px;
	height:35px;
}
#sHelp{
	float:right;
	padding:5px 0px 0px 0px;
	width:40px;
}
#sHelp img{
	border:0 none;
	height:30px;
	width:34px;	
}
#sTray{
	z-index:1;
	/*top:29px;*/
	left:0px;
	position:absolute;
}
/*
*loading的时候用
*/
#circular{
	width:70px; height:70px; position:absolute; left:50%; top:50%; margin:-35px 0 0 -35px;
}
.circular{
	background-color:#5FB7FF;
	float:left;
	width:15px;	
	height:15px;	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-animation-name: bounce_circular;
 	-webkit-animation-duration: 0.7s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	}
#circular_1{
	margin-top:25px;
 	-webkit-animation-delay: .3s;
}
#circular_2{
	margin-left:-8px;
	margin-top:9px;
 	-webkit-animation-delay: .4s;
}
#circular_3{
	margin-top:1px;
 	-webkit-animation-delay: .5s;
}
#circular_4{
	margin-left:0;
	margin-top:9px;
 	-webkit-animation-delay: .6s;
}
#circular_5{
	margin-left:-8px;
	margin-top:25px;
 	-webkit-animation-delay: .7s;
}
#circular_6{
	margin-left:-22px;
	margin-top:40px;
 	-webkit-animation-delay: .8s;
}
#circular_7{
	margin-left:-37px;
	margin-top:48px;
 	-webkit-animation-delay: .9s;
}
#circular_8{
	margin-left:-53px;
	margin-top:41px;
 	-webkit-animation-delay: 1s;
}
@-webkit-keyframes bounce_circular{
	0%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(.3);}
}

#downloadApp{
	width:60%;	
	top:20%;
	left:18%;
	color:#FFF;
	padding:0px 10px 0px;
	position:absolute;
	background-color:#999;
	z-index:9999;	
}

#btnDownload{
 height:30px;
 width:160px;
 border:0;
 background:-webkit-gradient(linear,left top, left bottom, from(#F0F0F0), to(#999));
}

#btnOpen{
 height:30px;
 width:160px;
 border:0;
 background:-webkit-gradient(linear,left top, left bottom, from(#97FB97), to(#090));
}