html {
	-webkit-text-size-adjust: none;
}
html,body,div{
margin:0;
padding:0;
}
body {
	-moz-user-select:-moz-none;/*ff 禁止鼠标选取文本*/
	font-family: ArialMT, "Arial", "ヒラギノ角ゴ ProN W3";	
	background-color: #666;
	overflow:hidden;
	border: medium none;
	resize:both;
	
}

#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;
	-moz-background-size: 100% 29px;
	background-size: 100% 29px;
	position:absolute;	
/*	visibility:visible;*/
	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;
	-moz-background-size: 100% 35px;
	background-size: 100% 35px;
	position:absolute;	
	color:#FFF;	
	visibility:hidden;
	/*opacity:0.9;*/
	z-index:999;
}
#sBottom{
	/*visibility:visible;*/
	/*opacity:0.4;*/
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	-moz-background-size: 100% 42px;
	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;	
	-moz-background-size: 100% 42px;
	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;
	border-radius:10px;
	
	-webkit-animation-name: bounce_circular;
 	-webkit-animation-duration: 0.7s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
	
	-moz-animation-name: bounce_circular;
	-moz-animation-duration: 0.7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	
	animation-name: bounce_circular;
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-direction: linear;
	}
#circular_1{
	margin-top:25px;
 	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}
#circular_2{
	margin-left:-8px;
	margin-top:9px;
 	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}
#circular_3{
	margin-top:1px;
 	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
#circular_4{
	margin-left:0;
	margin-top:9px;
 	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
#circular_5{
	margin-left:-8px;
	margin-top:25px;
 	-webkit-animation-delay: .7s;
	-moz-animation-delay: .7s;
	animation-delay: .7s;
}
#circular_6{
	margin-left:-22px;
	margin-top:40px;

 	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
#circular_7{
	margin-left:-37px;
	margin-top:48px;
 	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	animation-delay: .9s;
}
#circular_8{
	margin-left:-53px;
	margin-top:41px;
 	-webkit-animation-delay: 1s;
	-moz-animation-delay:1s;
	animation-delay:1s;
}
@-webkit-keyframes bounce_circular{
	0%{-webkit-transform:scale(1);}
	100%{-webkit-transform:scale(.3);}
}
@-moz-keyframes bounce_circular{
	0%{-moz-transform:scale(1);}
	100%{-moz-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));
 background: -moz-linear-gradient(bottom,#F0F0F0, #999 50%);
 background: linear-gradient(bottom,#F0F0F0, #999 50%); 
}

#btnOpen{
 height:30px;
 width:160px;
 border:0;
 background:-webkit-gradient(linear,left top, left bottom, from(#97FB97), to(#090));
 background: -moz-linear-gradient(bottom,#97FB97, #090 50%);
 background: linear-gradient(bottom,#97FB97, #090 50%);
}
.horizontal_ThreeDiv{	
	-webkit-transition-duration:0.3s;	
	-webkit-transition-timing-function:ease-out;	
	
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function:ease-out;
}
.vertical_ThreeDiv{
	-webkit-transform-style:preserve-3d;
	-webkit-transition-duration:5s;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-timing-function:ease-out;
	-moz-transfrom-style:preserve-3d;
	-moz-transition-duration:5s;
	-moz-transition-property:-moz-transform;
	-moz-transition-timing-function:ease-out;
	transfrom-style:preserve-3d;
	transition-duration:5s;
	transition-property:transform;
	transition-timing-function:ease-out;
}

#float_vertical_div{
	-webkit-transform :translate3d(0px, 0px, 0px);
	-webkit-transform-style:preserve-3d;
	-webkit-transition-duration:0.3s;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-timing-function:ease-out;
	-moz-transform:translate3d(0px, 0px, 0px);
	-moz-transfrom-style:preserve-3d;
	-moz-transition-duration:0.3s;
	-moz-transition-property:-moz-transform;
	-moz-transition-timing-function:ease-out;
}
    @-moz-document url-prefix(http), url-prefix(file)
    {
    img:-moz-broken
    {
      -moz-force-broken-image-icon: 1 !important;
      width: 24px;
      height: 24px;
    }
   }
   
    /*
    *显示缺失图像占位符
    */
    @-moz-document url-prefix(http), url-prefix(file)
    {
    img:-moz-broken
    {
      -moz-force-broken-image-icon: 1 !important;
      width: 24px;
      height: 24px;
    }
   }