@charset "utf-8";
/* CSS Document */

/************************************************************************************
reset css styles
*************************************************************************************/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a,a:hover, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	line-height:100%;
	font: inherit;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/************************************************************************************
general styling
*************************************************************************************/
html, body {height: 100%;}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height:150%; 
	position:relative;
	background:#fff;
	/*-webkit-text-size-adjust:none;*/
}
a{
	color:inherit;
}
a:hover{
	color:#603526;
}
p{
	margin:15px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}
sup{
	line-height:60%;	
}
input[type=text], textarea{
	color:#000;
}
.floatLeft{
	float:left;	
}
.floatRight{
	float:right;	
}
.clear{
	clear:both;	
}
/* html5 clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { 
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;	
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
h1,h2,h3{
	line-height:130%;
}
ul li{
	line-height:130%;	
}
ul li img{
	vertical-align:middle;	
}

/************************************************************************************
structure
*************************************************************************************/
#container{
	position:relative;
	width:100%;
	min-height: 100%;
	overflow-y:auto;
}
#container.page{
	background:url(../images/common/bg.gif) repeat-x;
}
#main{
	position:relative;
	padding:0 0 0 260px;
	width:745px;
	z-index:2;
	min-height:800px;
}
#article{
	float:left;
	width:530px;	
}
#copyright{
	position:absolute;
	right:3%;
	bottom:25px;
	font-size:12px;
	color:#8f8f8f;
	text-align:right;
}
#copyright a:hover{
	color:#8f8f8f;
	text-decoration:underline;
}

/************************************************************************************
left bar style
*************************************************************************************/
#leftBar{
	position:fixed;
	z-index:9999;
	left:-204px;
	height:100%;
	font-size:13px;
}
#leftBar a:hover, #leftBar a.current{
	color:#fff;
}
#leftBar_wrap{
	display:block;
	float:left;
	width:238px;
	height:100%;
	padding:0 0 0 12px;
	background:url(../images/leftBar/bg.png) repeat-y;
}
#leftBar_main{
	position:relative;
	min-height:100%;
	display:block;
}
#leftBar_content{
	padding:0 0 190px 0;
}

/* subNav */
#subNav{
	float:left;
	width:204px;
	height:100%;
	background:#212121 url(../images/leftBar/subNav_bg.gif) no-repeat center top;
}
#subNav ul{
	display:none;
	padding:113px 16px 0;	
}
#subNav ul.current{
	display:block;	
}
#subNav ul li{
	color:#8f8f8f;	
	margin:0 0 18px 0;
}


/************************************************************************************
left bar content
*************************************************************************************/
#logo{
	display:block;
	width:205px;
	height:31px;
	text-indent:-9999px;
	padding:23px 0 19px;
	background:url(../images/leftBar/logo.png) no-repeat left 23px;	
}

/* nav */
#nav{
	margin:0 0 10px;
}
#nav ul li{
	/*width:205px;
	margin:0 0 20px;*/
	width:234px;
	margin:0 0 0 -12px;
	text-align:center;
}  

/* news */
#news{
	margin:0 0 10px;
}
#news h3{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin:0 0 10px;
}
#news ul li{
	color:#fff;
	margin:0 0 13px;
	padding:0 15px 0 0;
}
#news ul li span{
	display:block;
	color:#b497ae;	
}
#news ul li a:hover{
	text-decoration:underline;	
}
#news .more{
	color:#8f8f8f;
	padding:0 0 0 15px;
	background:url(../images/leftBar/moreIcon.png) no-repeat left center;	
}
#news .more:hover{
	color:#fff;
	background:url(../images/leftBar/moreIcon_over.png) no-repeat left center;	
}

/* footer */
#footer{
	position:relative;
	color:#8f8f8f;
	width:205px;
	height:180px;
	margin-top:-180px;
	clear:both;
	overflow:hidden;
}
#fur_logo{
	display:block;
	width:100%;
	height:51px;
	margin:0 0 26px;
	background:url(../images/leftBar/fur_logo.png) no-repeat top center;	
}

/* search */
#search{
	position:relative;
	margin:0 0 20px;
}
#search_input{
	color:#8f8f8f;
	padding:0 35px 0 15px;
	line-height:22px;
	height:22px;
	border:none;
	background:#333;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: inset 1px 2px #292929;
	-webkit-box-shadow: inset 1px 2px #292929;
	box-shadow: inset 1px 2px #292929;
}
#search_submit{
	position:absolute;
	top:4px;
	right:2px;
}

#lang{
	text-align:center;
	margin:0 0 10px 0;
	color:#8f8f8f;
}
#lang ul li{
	display:inline-block;
	display:inline;
	margin:0 3.5px;	
}

#privacy{
	color:#8f8f8f;
}


/************************************************************************************
paging
*************************************************************************************/
#paging{
	margin:10px 0;
}
#paging ol{
	float:left;	
}
#paging ol li{
	float:left;
	padding:0 0 0 13px;
}
#paging ol li a{
	display: table-cell;
	vertical-align:middle;
	height:16px;
}
#paging ol li img{        
	vertical-align:middle;
}
#pagingNum dl{
	padding:3px 0 0;	
}
#pagingNum dd{
	float:left;
	margin:0 0 0 13px;	
}
#pagingNum dd:first-child{
	margin:0px;	
}
#pagingNum dd a{
	display:block;
	text-align:center;
	line-height:16px;
	color:#603526;
}
#pagingNum dd a:hover, #pagingNum dd a.current{
	color:#b497ae;
	font-weight:bold;
}


/************************************************************************************
common
*************************************************************************************/
.backstretch{
	background:url(../images/loading.gif) no-repeat center center;	
}

#bottom_photo{
	position:absolute;
	right:0%;
	bottom:80px;
}

/* breadcrumb */
#breadcrumb{
	font-size:13px;
	color:#a4a4a4;
	padding:35px 0 25px;
}
#breadcrumb a{
	color:#a4a4a4;	
}
#breadcrumb span, #breadcrumb a:hover{
	color:#603526;	
}

h1{
	padding:0 0 18px;
	margin:0 0 10px;
	border-bottom:4px solid #b497ae;	
}
h2{
	font-size:18px;
	color:#b497ae;
	margin:0 0 12px;	
}

.banner{
	padding:0 0 7px;
	margin:0 0 12px;
	background:url(../images/common/banner_bg.png) no-repeat center bottom;
}

.list{
	/*margin:0 0 23px;*/
}
.list > li{
	padding:0 0 0 15px;
	margin:15px 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
	background:url(../images/common/bullet.png) no-repeat 3px 7px;
}
.list > li:first-child{
	margin:0px;
}

.decimal_list{
	list-style:decimal;
	margin:0 0 0 20px;
}
.decimal_list li{
	display:list-item;
	margin:15px 0 0;
}
.decimal_list li:first-child{
	margin:0px;
}

/* tab bar */
.tab_bar{
	position:relative;
	cursor:pointer;
	color:#b497ae;
	font-size:16px;
	font-weight:bold;
	line-height:34px;
	height:34px;
	padding:0 0 0 16px;
	margin:0 0 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url(../images/common/bar_bg.gif) repeat;	
}
.tab_bar span{
	position:absolute;
	display:block;
	width:25px;
	height:13px;
	top:10px;
	right:15px;
}
.tab_bar span.more{
	background:url(../images/common/arrow_more.png) no-repeat;	
}
.tab_bar span.less{
	background:url(../images/common/arrow_less.png) no-repeat;	
}
.tab_content{
	display:none;
	padding:0 15px;	
}
.tab_content p{
	margin:0px;
	padding:5px 0 12px;	
}

/* right subNav */
#right_subNav{
	float:right;
	font-size:13px;
	width:180px;
	min-height:350px;
	padding:0 0 0 15px;
	background:url(../images/common/subNav_line1.png) no-repeat left top;	
}
#right_subNav h2{
	margin:0 0 20px !important;	
}
#right_subNav .subNav{
	margin:0 0 15px;
	background:url(../images/common/subNav_line2.png) no-repeat left bottom;	
}
#right_subNav .subNav li{
	margin:0 0 15px;	
}
#right_subNav .subNav li a{
	color:#a4a4a4;	
}
#right_subNav .subNav li a:hover, #right_subNav .subNav li a.current{
	color:#603526;	
}
#right_subNav .subNav > li > ol{
	margin:15px 0 15px;
}
#right_subNav .subNav > li > ol > li a{
	padding:0 0 0 18px;
}
#right_subNav .subNav > li > ol > li a:hover, #right_subNav .subNav > li > ol > li a.current{
	background:url(../images/common/arrow_sub.png) no-repeat 4px center;
}
#right_subNav .link{
	margin:0 0 23px;	
}
#right_subNav .link li{
	margin:0 0 13px;
	border-bottom:2px solid #b497ae;
}
#right_subNav .link li div{
	display:none;
	overflow:hidden;
}
#right_subNav .info li{
	padding:0 0 0 28px;
	margin:0 0 20px;	
}
#right_subNav .info li.tel{
	background:url(../images/common/tel_icon.png) no-repeat 1px center;	
}
#right_subNav .info li.fax{
	background:url(../images/common/fax_icon.png) no-repeat 1px center;	
}
#right_subNav .info li.email{
	background:url(../images/common/email_icon.png) no-repeat 1px center;	
}
#right_subNav .info li.email a{
	text-decoration:underline;	
}

/* button */
.more_info{
	display:inline-block;
	width:84px;
	height:21px;
	background:url(../images/common/more_info.png) no-repeat;
}
.web_site{
	display:inline-block;
	width:78px;
	height:21px;
	background:url(../images/common/web_site.png) no-repeat;
}

/* list */
.list_title{
	position:relative;
	font-weight:bold;
	padding:10px 115px 10px 15px;
	border-bottom:1px solid #b497ae;
	background:#fafafa url(../images/common/line_bg.png) repeat;
}
.list_title .btn{
	position:absolute;
	bottom:5px;
	right:15px;
}
.list_content{
	display:none;
	border-left:1px solid #ebebeb;	
	border-right:1px solid #ebebeb;	
	border-bottom:1px solid #ebebeb;	
}
.list_content p:first-child{
	margin:0 0 15px;
}
.list_content > ul{
	padding:20px 15px;
}
.list_content > ul > li{
	display:table;
	width:100%;
	padding:12px 0 0;
	margin:12px 0 0;
	border-top:1px dashed #d6d6d6;
}
.list_content > ul > li:first-child{
	padding:0px;
	margin:0px;
	border:none;
}
.list_content > ul > li > .td{
	display:table-cell;
	word-wrap: break-word;
	word-break: normal;
}
.list_content > ul > li > .td.title{
	width:190px;
}
.list_content > ul > li > .td a{
	color:#603526;
	text-decoration:underline;	
}
.list_content h4{
	color:#b497ae;
	font-weight:bold;	
}
.list_content p:last-child{
	margin-bottom:0px;	
}

.info_box{
	color:#666px;
	padding:15px;
	margin:12px 0 0;
	background:#fafafa url(../images/common/line_bg.png) repeat;
}
.info_box > ul > li{
	display:table;
	width:100%;
	margin:5px 0 0;
}
.info_box > ul > li:first-child{
	margin:0px;
}
.info_box > ul > li > .td{
	display:table-cell;
	word-wrap: break-word;
	word-break: normal;
}
.info_box > ul > li > .td.title{
	position:relative;
	width:70px;
}
.info_box > ul > li > .td .colon{
	position:absolute;
	right:7px;
	top:0px;
	text-decoration:none;
}
.info_box > ul > li > .td a{
	color:#603526;
	text-decoration:underline;	
}

.inline_padding{
	padding:20px 15px;
}

.purple{
	color:#b497ae;	
}


.pdf_warning a, .list a{
	color:#603526;
	text-decoration:underline;	
}
.pdf_warning{
	line-height:36px;
	padding:0 0 0 21px;
	margin:0 0 20px;
	background:#e0e0e0 url(../images/common/line_bg.png) repeat;
}
.pdf_warning span{
	display:block;
	padding:0 0 0 30px;
	background:url(../images/hkff/publications/pdf.jpg) no-repeat left center;	
}

.tsf-bottom {
	width:100%;
	margin-top:24px;
	padding:24px 0 0 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.tsf-bottom td {
	vertical-align:top;
	padding-bottom:8px;
}
.tsf-bottom td img {
	height:36px;
}

.tsf-smalltext {
	font-size:13px;
	line-height:16px;
}