/* CSS Document */

/*scrollbar*/
::-webkit-scrollbar {
  height: 13px;
  width: 13px
}

::-webkit-scrollbar-button {
  height: 13px;
  width: 13px
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block
  /*border-radius:5px;*/
  /*background-color:rgba(255,0,0,1)*/
}

::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
  display: block
}

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal, ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-width: 1px;
  /*border-color:transparent*/
  display: block;
  border-radius: 6px;
  background-color: rgba(231, 232, 233, 1)
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  /*background-color:#fff;*/
  /*border-radius:5px;*/
  /*background-color:rgba(255,255,0,1)*/
  /*background-color:#fff;*/
  display: block
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
  background-clip: padding-box;
  /*background-color:rgba(0,0,0,.2);*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-color:rgba(255,255,0,.2);*/
  min-height: 28px;
  padding-top: 100px
}

::-webkit-scrollbar-thumb:hover {
  border-width: 1px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
  /*background-color:rgba(0,0,0,.4)*/
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  /*background-color:rgba(255,255,128,.4)*/
}

::-webkit-scrollbar-thumb:active {
  border-width: 1px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  /*background-color:rgba(0,0,0,.5)*/
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
}

::-webkit-scrollbar-track:vertical {
  border-width: 0;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5)
}

::-webkit-scrollbar-track:horizontal {
  border-width: 1px;
  border-radius: 6px;
  background-color: rgba(231, 232, 233, 1)
}

/*::-webkit-scrollbar-thumb:vertical{
	border-width:0;
    border-radius:5px;
    background-color:rgba(231,0,0,1)
}::-webkit-scrollbar-thumb:horizontal {
    border-width:0;
    border-radius:5px;
    background-color:rgba(231,232,233,1)
}*/
::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
  /*background-color:rgba(0,0,0,.05)*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5)
}

::-webkit-scrollbar-track:active {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
  /*background-color:rgba(0,0,0,.05)*/
  /*background-color:rgba(0,0,0,.05)*/
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5)
}

/*//book object*/
.flipBook {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 800px;
  height: 600px;
  /*background: #009900;*/
  /*display: none;
  background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(0,0,255,0.2)), to(rgba(255,0,0,0.8)));
  background-image:-webkit-linear-gradient(left,rgba(123,123,123,0) 0%, rgba(33,33,33,0.3) 30%,rgba(123,123,123,0) 100%);
  /*overflow: hidden;*/
}

.zoomBook {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
}

.zoomPage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
}

.zoomSide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 600px;
}

.bookStage {
  top: 0px;
  left: 0px;

  display: block;
  overflow: hidden; /**/
}

.image {
  width: 640px;
  height: 920px;
  top: 1px;
  left: 1px;
  /*-webkit-transform-origin:0% 0%;
  -webkit-transform:scale3d(1,1,1); */
}

/**page object*/
.paper {
  position: absolute;
  top: 0px;
  left: 320px;
  width: 320px;
  height: 460px;
  /*background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,0,0.2)), to(rgba(0,255,111,0.8)));*/
}

/**side object*/
.side {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
  /*-webkit-box-shadow: 0 0 10px rgba(40, 0, 0, 0.5);*/
  /*background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,0,0,0.2)), to(rgba(0,255,0,0.8)));
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: rotateZ(-60deg);*/

}

.backShadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
  overflow: hidden;
}

.frontShadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;
  overflow: hidden;
}

/***/
.sideBackground {
  position: inherit;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;

}

.searchScrollBox {
  position: absolute;
  overflow-y: auto;
  top: 55px;
  left: 5px;
  width: 280px;
}

.searchBackground {
  position: absolute;
  width: 300px;
  height: 300px;
  display: none;
  background-color: #888888;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(40, 0, 0, 0.5);
  opacity: 0.95;
  z-index: 100;
}

.searchContent {
  position: absolute;
  width: 300px;
  height: 265px;
  top: 35px;
  left: 0px;

}

/**content of side (image or swf)*/
.sideContent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 320px;
  height: 460px;

  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%, -ms-transform-origin : 0 % 0 %,
-o-transform-origin : 0 % 0 %,
background-color : white;

  /*	-webkit-transform: scale3d(1,1,0);
  -webkit-transform: scaleY(1);
  -webkit-transform: scaleZ(0);*/
}

/**shadow between sides*/
/*left shadow*/
.catalogLeftShadow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 460px;

  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');

  background-image: linear-gradient(right, rgba(60, 60, 60, 0.3) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -o-linear-gradient(right, rgba(60, 60, 60, 0.3) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -moz-linear-gradient(right, rgba(60, 60, 60, 0.3) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -webkit-linear-gradient(right, rgba(60, 60, 60, 0.3) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
  background-image: -ms-linear-gradient(right, rgba(60, 60, 60, 0.3) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);

  /*background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(60, 60, 60, 0.3)), color-stop(0.23, rgba(250, 250, 250, 0.05)), color-stop(0.28, rgba(255, 255: hidden;
}

.flipHTML5ZoomFrame {
  z-index: 6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  /*min-width: 40px;*/
  /*min-height: 20px;*/
  border: 1px dashed rgb(61, 61, 61);
  position: absolute;
}

.flipHTML5ZoomFrame .flipHTML5Point {
  background-color: #0202FF;
  /*background-color: rgb(61, 61, 61);*/
  position: absolute;
  border: 1px solid black;
  box-shadow: inset 0 1px 1px white;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint0 {
  left: -4px;
  top: -4px;
  cursor: nw-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint1 {
  left: 50%;
  margin-left: -2px;
  top: -3px;
  cursor: n-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint2 {
  right: -4px;
  top: -4px;
  cursor: ne-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint3 {
  right: -3px;
  top: 50%;
  margin-top: -2px;
  cursor: e-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint4 {
  right: -4px;
  bottom: -4px;
  cursor: se-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint5 {
  left: 50%;
  margin-left: -2px;
  bottom: -3px;
  cursor: s-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint6 {
  left: -4px;
  bottom: -4px;
  cursor: sw-resize;
  width: 6px;
  height: 6px;
}

.flipHTML5ZoomFrame .flipHTML5ZoomPoint7 {
  left: -3px;
  top: 50%;
  margin-top: -2px;
  cursor: w-resize;
  width: 4px;
  height: 4px;
}

.flipHTML5LocalFile-toolBar-del, .flipHTML5LocalFile-toolBar-update {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  border-radius: 2px;
  cursor: pointer;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgb(61, 61, 61)), color-stop(100%, rgb(61, 61, 61)));
  background: -webkit-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -moz-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: -o-linear-gradient(top, #141414, rgb(61, 61, 61));
  background: linear-gradient(top, #141414, rgb(61, 61, 61));
  background-color: rgb(61, 61, 61);
  border: 1px solid #111010;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.34), 0px 1px 2px rgba(255, 255, 255, 0.34);
}

.flipHTML5LocalFile-toolBar-del:hover, .flipHTML5LocalFile-toolBar-update:hover {
  background-color: #242524;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #6D706D));
  background: -webkit-linear-gradient(top, #000000, #6D706D);
  background: -moz-linear-gradient(top, #000000, #6D706D);
  background: -o-linear-gradient(top, #000000, #6D706D);
  background: linear-gradient(top, #000000, #6D706D);
}

.flipHTML5LocalFile-toolBar-del:active, .flipHTML5LocalFile-toolBar-update:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.38), 0px 1px 0px rgba(14, 13, 13, 0.28);
}

.guidbutton {
	cursor : pointer;
}

.guidbutton img {
	margin-left: 12px;
	margin-top: 12px;
	width : 18px;
	height : 18px;
}

.menuTitle{
	cursor : pointer;
	overflow : hidden;
	width : 100%;
	height : 50px;
	font-family : Arial,Tahoma;
}

.menuTitleIcon{
	cursor : pointer;
	position : absolute;
	top : 10px;
	left : 20px;
	width : 32px;
	height : 32px;	
	border-radius : 16px;
}

.menuTitleIcon div{
	cursor : pointer;
	position : absolute;
	top : 6px;
	left : 6px;
	width : 20px;
	height : 20px;	
}

.menuTitleCaption{
	cursor : pointer;
	position : absolute;
	left : 60px;
	top : 18px;
	font-size : 14px;
	color : #FFFFFF;
}

.menuTitleState{
	position : absolute;
	top : 15px;
	right : 20px;
	width : 24px;
	height : 24px;
}

.dockMenu {
	text-align : center;
	z-index : 300;
	display : block;
	/*background : #FFB000;*/
	overflow : visible;
	position : absolute;
	bottom : 0;
	white-space: nowrap;
}

.dockMenuContent {
	padding : 0px;
	list-style : none;
	text-align : center;
	display: inline-block;
	white-space: nowrap;	
}

.dockMenuItem{
	display : inline-block;
	vertical-align : bottom;
	position : relative;
	overflow : visible;
	text-align : center;
	cursor: pointer;
	
	
}

.dockMenuItemContent {
	/*background : #ff0000;*/
	position : absolute;
	bottom : 1px;
	background : #ffffff;
	-webkit-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-moz-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-o-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	-ms-box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
	box-shadow : 0 0 5px rgba(40, 40, 40, 0.5);
}

.dockMenuItemCaption {
	line-height : 1.3em;
	text-align : center;
	width : auto;
	overflow : visible;
	font-weight : bold;
	color : #FFFFFF;
	font-size : 80%;
	padding : 4px 12px;
	opacity : 0.4;
	background-color : #000000;
	display : none;
	margin : 0px auto;
	top : 0px;
	border-radius : 10px;
	white-space: nowrap;	
}

.dockMenuItemCaptionAfter{
	display: none;
	height: 9px;
	line-height:9px;
	left:50%;
	opacity:0.4;
	color: transparent;
	position: absolute;
	text-align: center;
	width: 16px;
	margin-left: -4px;
	margin-top: -2px;
}

.phoneGotoPageContent img{
	width : 25px;
	height : 25px;
	margin-top : 5px;
	margin-left : 15px;
	cursor : pointer;
}

.phoneGotoPageContent div{
	display : inline-block;
	position : relative;
	overflow : visible;
}
