@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'W3_Italic';
    src: url('body_text_DFLiHeiHK/DFLiHeiHK-W3.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'W5_bold';
    src: url('body_text_DFLiHeiHK/DFLiHeiHK-W5.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'W7_bolder';
    src: url('body_text_DFLiHeiHK/DFLiHeiHK-W7.otf');
    font-weight: normal;
    font-style: normal;
}

body{
	margin:0px;
	padding:0px;
	width:820px;
	height:510px;
	overflow:hidden;
	font-family:W3_Italic;
}

body,h1,h2,span{
	margin:0;
	padding:0;
	border:0;
	display:block;
}

h1{
	color:#75232D;
	font-size:25px;
	font-weight:bold;
}

h2{
	color:#75232D;
	font-size:19px;
	font-weight:bold;
}

span{
	font-size:12px;
	line-height:18px;
	margin-bottom:45px;
}

body img{
	float:left;
}

.detailsBorder{
	width:820px;
	height:510px;
	display:block;
	position:absolute;
	overflow:hidden;
	display:none;
}

.detailsTextW,.detailsTextW2{
	/*padding:20px;*/
	width:210px;
	height:280px;
	display:block;
	/*overflow:auto;
	position:absolute;
	top:70px;
	left:510px;*/
}

.detailsBorder .detailsText{
	  height: 280px;
    left: 510px;
    overflow: auto;
    padding: 20px;
    position: absolute;
    top: 70px;
    width: 210px;
	}

.detailsBorder .detailsBG{
	z-index:-1;
	width:250px;
	height:320px;
	position:absolute;
	background-color:#FFF;
	top:70px;
	left:510px;
	filter:alpha(opacity=40); /*IE*/
    -moz-opacity:0.4;         /*火狐*/
    opacity:0.4;
}

.detailsTextW .textTitle,.detailsTextW2 .textTitle{
	margin-bottom:15px;
}

 .textTitle{
	margin-bottom:15px;
} 

.detailsText2{ width:210px; padding-top:15px; padding-left:10px; padding-right:10px;}
.scrollbar4 {width:210px; position:relative; float:left;  margin-top:10px;  height:317px;  margin-top: 70px; margin-left:54px;  }
.scrollbar4 .viewport {width:245px; height:302px;    overflow: hidden; position: absolute;   }
.scrollbar4 .overview { list-style: none; position: absolute; left: 0; top: 0px;}
.scrollbar4 .thumb .end,
.scrollbar4 .thumb { background:url(../images/black-thumb.png) no-repeat top center; z-index: 99;}
.scrollbar4 .scrollbar { position: relative; float: right; width: 10px; }
.scrollbar4 .track { height: 100%; width:10px; position: relative; padding: 0px; background:url(../images/black-track.png) top center; z-index: 9; left:33px; }
.scrollbar4 .thumb { height: 10px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrollbar4 .thumb .end { overflow: hidden; height: 5px; width: 10px; }
.scrollbar4 .disable{ display: none; }