@charset "utf-8";

/* =Global
----------------------------------------------- */
/*
 * Orange: #f68a33;
 * Blue: #00508c;
 * Dark Blue: #005288;
 * Light Blue: #50a8e2;
 * Grey Blue: #8ab4cf;
 * Grey Blue 2: #6697b8;
 * Pale Blue: #e6f5ff;
 * Grey: #999;
 * Light Grey: #f0f0f0;
 * Body Font Color: #666;
 * Search Box Border Color: #ccc;
 */

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
body, input, textarea {
	color: #555;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
}
body {
	background: #fff;
}
#wrapper {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: none; /* org: square; */
	overflow: hidden;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
/*	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);*/
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #333;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #00578e;
	font-weight: normal;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #ff8c1a;
}
a.style2,
a.style3 {
	color: #00b3d4;
}
a.style3:focus,
a.style3:active,
a.style3:hover {
	background-color: #e5edf3;
	color: #00578e;
}
a.style4 {
	color: #fff;
	text-decoration: none;
}
#footer-nav a,
a.style5 {
	color: #999;
	font-weight: normal;
}
#footer-nav a:focus,
#footer-nav a:active,
#footer-nav a:hover {
	color: #ff8c1a;
}
a.style6 {
	color: #00578e;
}
a.style6:focus,
a.style6:active,
a.style6:hover {
	background-color: #005288;
	color: #fff;
}
a.btn-link {
	display: block;
	text-indent: -9999px;
}

/* Image */
a img {
	display: block;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Special Text Styling */
span.larger {
	font-size: 2em;
}
.nowrap {
	white-space: nowrap;
}

/* Menu */
.menu ul, ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu a {
	display: block;
}

/* #header */
#header .menu, #search {
	float: right;
    clear: both;
}
#header li {
	float: left;
}
#header a {
  	font-family: 'Arvo', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
#access {
	/*background: url(../images/common/main-menu-div.png) 0 0 no-repeat;*/
	padding-left: 8px;
}
#access .menu {
	/*background: url(../images/common/main-menu-div.png) right 0 no-repeat;*/
	padding-right: 8px;
	height:inherit;
}
#access .menu ul {
	overflow: visible;
}
#access li {
	padding-top: 10px;
	margin-right: 5px;
	position: relative;
}
.tc #access li {
	margin-right: 20px;
}
#access li.menu3 {
	margin-right: 0;
}
#access .menu > ul > li {
	background: url(../images/common/bubble-arrow-blue-down.png) center -100px no-repeat;
}
#access .menu > ul > li:hover,
#access .menu > ul > li.current {
	background-position: center 36px;
}
#access .menu > ul > li > a {
	font-size: 16px;
	height: 40px;
	background: url(../images/common/bubble-blue-bg.png) right -100px no-repeat;
}
.tc #access .menu > ul > li > a {
	font-size: 18px;
}
#access .menu > ul > li:hover a,
#access .menu > ul > li.current a {
	background-position: right 0;
}
#access .menu > ul > li > a span {
	background: url(../images/common/bubble-blue-bg.png) 0 -100px no-repeat;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 7px 0 10px;
	margin-right: 3px;
	white-space: nowrap;
}
#access #register-link {
	background-image: url(../images/common/bubble-arrow-orange-down.png);
}
#access #register-link > a,
#access #register-link > a span {
	color: #f68a33;
	background-image: url(../images/common/bubble-orange-bg.png);
	white-space: nowrap;
}
#access .menu > ul > li:hover > a span,
#access .menu > ul > li.current > a span {
	color: #fff !important;
	background-position: 0 0;
}
#access .menu > ul > li > .submenu {
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    padding: 12px 0 12px 0;
    background-color: #f4f4f4;
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: auto;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.5);
   -moz-box-shadow: 0px 3px 5px rgba(0,0,0,.5);
        box-shadow: 0px 3px 5px rgba(0,0,0,.5);
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #f4f4f4 5%, #f4f4f4 92%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(5%,#f4f4f4), color-stop(92%,#f4f4f4), color-stop(100%,#d5d5d5));
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#f4f4f4 5%,#f4f4f4 92%,#d5d5d5 100%);
	background: -o-linear-gradient(top,  #e8e8e8 0%,#f4f4f4 5%,#f4f4f4 92%,#d5d5d5 100%);
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#f4f4f4 5%,#f4f4f4 92%,#d5d5d5 100%);
	background: linear-gradient(to bottom,  #e8e8e8 0%,#f4f4f4 5%,#f4f4f4 92%,#d5d5d5 100%);
	-pie-background: linear-gradient(to bottom,  #e8e8e8 0%,#f4f4f4 5%,#f4f4f4 92%,#d5d5d5 100%);
	behavior: url(../css/pie/PIE.htc);
}
#access .menu > ul > li > .submenu ul {
	width: 120px;
}
#access .menu > ul > li > .submenu {
    margin-left: -60px;
}
.tc #access .menu > ul > li.menu0 > .submenu {
    margin-left: -50px;
}
.en #access .menu > ul > li.menu0 > .submenu {
    margin-left: -60px;
}
.en #access .menu > ul > li.menu0 > .submenu ul {
	width: 160px;
}
.tc #access .menu > ul > li.menu1 > .submenu {
    margin-left: -160px;
}
.tc #access .menu > ul > li.menu1 > .submenu ul {
	width: 200px;
}
.en #access .menu > ul > li.menu1 > .submenu {
    margin-left: -220px;
}
.en #access .menu > ul > li.menu1 > .submenu ul {
	width: 240px;
}
.tc #access .menu > ul > li.menu3 > .submenu {
    margin-left: -60px;
}
.en #access .menu > ul > li.menu3 > .submenu {
    margin-left: -125px;
}
.en #access .menu > ul > li.menu3 > .submenu ul {
	width: 240px;
}

#access .menu > ul > li.active > .submenu,
#access .menu > ul > li:hover > .submenu {
    opacity: 1;
    top: 50px;
    visibility: visible;
}

#access .menu > ul > li > .submenu td {
    vertical-align: top;
}

#access .menu > ul .submenu ul > li {
	position: relative;
	padding: 0;
	float: none;
	margin: 0;
}

#access .menu ul .submenu ul a {
    color: #00508c;
  	font-family: 'Arvo', "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto !important;
    width: auto !important;
    background-image: none !important;
    padding: 3px 16px 3px 16px;
    text-indent: 0;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}
#access .menu ul .submenu ul h2.no-link {
    color: #00508c;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 16px 3px 16px;
}
#access .menu ul .submenu ul h2 a {
    font-size: 16px;
    font-weight: bold;
}

#access .menu ul .submenu ul a:hover,
#access .menu ul .submenu ul a:hover span {
	background-color: #f68a33;
	color: #ffffff;
}


#branding a {
	background: url(../images/common/logo-hkbn.png) 0 0 no-repeat;
	display: block;
	width: 96px;
	height: 72px;
	text-indent: -9999px;
}
/* #login */
/* Tc */
.tc #login .menu a {
	background-image: url(../images/common/header-login_tc.png); /* Tc */
}
.tc #login .menu0 a {
	background-position: 0 0;
	width: 140px; /* Tc */
}
.tc #login .menu0 a:hover {
	background-position: 0 -34px; /* Tc */
}
.tc #login .menu0.active a {
	background-position: 0 -68px; /* Tc */
}
.tc #login .menu1 a {
	background-position: -140px 0; /* Tc */
	width: 90px; /* Tc */
}
.tc #login .menu1 a:hover {
	background-position: -140px -34px; /* Tc */
}
.tc #login .menu1.active a {
	background-position: -140px -68px; /* Tc */
}
/* En */
#login a {
	background-repeat: no-repeat;
	height: 34px;
	text-indent: -9999px;
}
.en #login .menu a {
	background-image: url(../images/common/header-login_en.png); /* En */
}
.en #login .menu0 a {
	background-position: 0 0;
	width: 68px; /* En */
}
.en #login .menu0 a:hover {
	background-position: 0 -34px; /* En */
}
.en #login .menu0.active a {
	background-position: 0 -68px; /* En */
}
.en #login .menu1 a {
	background-position: -68px 0; /* En */
	width: 85px; /* En */
}
.en #login .menu1 a:hover {
	background-position: -68px -34px; /* En */
}
.en #login .menu1.active a {
	background-position: -68px -68px; /* En */
}

/* Login Panel */
#login-panel, #register-panel {
	background: url(../images/common/header-login-bg.png) 0 0 no-repeat;
	float: right;
	position: relative;
	width: 353px;
	height: 194px;
	display:none;
}
#login .content {
	padding: 20px;
}
.close-btn {
	background: url(../images/common/close-btn.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 19px;
	height: 18px;
}
#login h2 {
	font-size: 18px;
	color: #00578e;
	margin-bottom: 10px;
	height: 19px;
	width: 240px;
	text-indent: -9999px;
}
#login label {
	clear: left;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
	margin: 5px 0;
	width: 72px;	
	height: 28px;
}
#login input,#login input[type="text"], #login input[type="password"] {
	background: url(../images/common/text-box-bg.png) 0 0 no-repeat;
	border: 0;
	display: inline-block;
	padding: 3px 5px;
	margin: 5px 0;
	line-height: 22px;
	width: 230px;	
	height: 22px;
}
/* Tc */
.tc #login-panel h2 {
	background: url(../images/common/login-h2_tc.png) 0 0 no-repeat; /* Tc */
}
/* En */
.en #login-panel h2 {
	background: url(../images/common/login-h2_en.png) 0 0 no-repeat; /* En */
}
#login-submit {
	border: none;
	cursor: pointer;
	float: right;
	text-indent: -9999px;
	height: 34px;
	margin-top: 10px;
}
/* Tc */
.tc #login-submit {
	background: url(../images/common/header-submit_tc.png) 0 0 no-repeat; /* Tc */
	width: 61px;
}
/* En */
.en #login-submit {
	background: url(../images/common/header-submit_en.png) 0 0 no-repeat; /* En */
	width: 78px;
}
#login-submit:hover {
	background-position: 0 -34px;
}
#login-forgot ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}
#login-forgot li {
	margin: 0;
	padding: 2px 8px;
	list-style: none;
}
#login-forgot .forgot-account {
	padding-left: 0;
	background: url(../images/common/vr.png) right 0 repeat-y;
}
#login-forgot a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-shadow: 0px -1px 0px rgba(255,255,255,.3); /* 50% black coming from the top */
	height: 17px;
	line-height: 17px;
	text-indent: -9999px;
	display: block;
}
/* Tc */
.tc #login-forgot a {
	background: url(../images/common/login-forgot_tc.png); /* Tc */
}
.tc #login-forgot .forgot-account a {
	width: 74px; /* Tc */
}
.tc #login-forgot .forgot-account a:hover {
	background-position: 0 -17px;
}
.tc #login-forgot .forgot-password a {
	background-position: -83px 0; /* Tc */
	width: 50px; /* Tc */
}
.tc #login-forgot .forgot-password a:hover {
	background-position: -83px -17px; /* Tc */
}
/* En */
.en #login-forgot a {
	background: url(../images/common/login-forgot_en.png); /* En */
}
.en #login-forgot .forgot-account a {
	width: 108px; /* En */
}
.en #login-forgot .forgot-account a:hover {
	background-position: 0 -17px;
}
.en #login-forgot .forgot-password a {
	background-position: -117px 0; /* En */
	width: 95px; /* En */
}
.en #login-forgot .forgot-password a:hover {
	background-position: -117px -17px; /* En */
}
/* Register Panel */

#login-register {
	float: right;
	margin-top: 30px;
}
#login-register a {
	display: block;
	text-indent: -9999px;
}
#login-register .btn-link {
	margin: 0;
	list-style: none;
}
/* Tc */
.tc #register-panel h2 {
	background: url(../images/common/register-h2_tc.png) 0 0 no-repeat; /* Tc */
}
/* En */
.en #register-panel h2 {
	background: url(../images/common/register-h2_en.png) 0 0 no-repeat; /* En */
}
/* Tc */
.tc #login-register h2 {
	
}
.tc #login-register a {
	background-image: url(../images/common/header-register_tc.png); /* Tc */
}
#register-panel .intro {
	height: 60px;
}
.tc #register-panel .register-account a {
	background-position: 0 0;
	width: 72px; /* Tc */
}
.tc #register-panel .register-account a:hover,
.tc #register-panel .register-account.current a {
	background-position: 0 -34px; /* Tc */
}
.tc #register-panel .renew-account a {
	background-position: -72px 0; /* Tc */
	width: 58px; /* Tc */
}
.tc #register-panel .renew-account a:hover,
.tc #register-panel .renew-account.current a {
	background-position: -72px -34px; /* Tc */
}
/* En */
.en #register-panel .btn-link a {
	background-image: url(../images/common/header-register_en.png); /* En */
}
.en #register-panel .register-account a {
	background-position: 0 0;
	width: 83px; /* En */
}
.en #register-panel .register-account a:hover,
.en #register-panel .register-account.current a {
	background-position: 0 -34px; /* En */
}
.en #register-panel .renew-account a {
	background-position: -83px 0; /* En */
	width: 71px; /* En */
}
.en #register-panel .renew-account a:hover,
.en #register-panel .renew-account.current a {
	background-position: -83px -34px; /* En */
}

/* #purpose */
#purpose {
	background: url(../images/common/header-purpose-bg.png) 0 0 no-repeat;
	padding-left: 10px;
}
#purpose ul {
	background: url(../images/common/header-purpose-bg.png) right 0 no-repeat;
}
#purpose a {
	width: inherit;
	height: 20px;
	padding: 0 15px;
	font-size: 14px;
	color: #00508c;
	text-shadow: 1px 1px 1px #fff;
}
#purpose .menu0 {
	padding-right: 5px;
	margin-left: -10px;
	background: url(../images/common/header-purpose-div.png) right 0 no-repeat;
}
#purpose .menu1 a {
	padding-left: 10px;
	color: #999;
}
/* Dim Personal link for some sections */
body.parent-about-us #purpose .menu0 a,
body.page-about-us #purpose .menu0 a,
body.page-careers #purpose .menu0 a,
body.page-disclaimers #purpose .menu0 a,
body.page-privacy-policy #purpose .menu0 a {
	color: #999;
}

#submenu li {
	background: url(../images/common/submenu-div.png) right center no-repeat;
	padding: 0 14px 0 4px;
}
#submenu li.last {
    padding: 0 0 0 4px;
}
#language-link,
#language-link a {
	background: none !important;
	color: #999 !important;
}
#submenu a,
.tc #submenu #language-link a {
	color: #999;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	padding: 0 4px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	behavior: url(../css/pie/PIE.htc);
}
.tc #submenu a,
.en #submenu #language-link a {
	height: 22px;
	line-height: 22px;
	padding: 2px 4px 0 4px;
}
#submenu a:hover,
#submenu li.current a {
	color: #fff;
	background-color: #00508c;
}
#search {
	/*background: url(../images/common/search-bg.png) 0 0 no-repeat;*/
	margin: 0;
	padding: 0;
	height: 28px;
}
#search .form {
	padding: 0 3px;
}
#search-query, #q {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #f68a33;
    border-radius: 0;
    float: left;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 28px 0 0;
    text-indent: 5px;
    width: 200px;
}
#search-submit {
	background: url(../images/common/search-btn.png) 0 0 no-repeat;
	border: none;
	float: left;
	line-height: 15px;
	margin: 4px 0 0 -22px;
	padding: 0;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#search-submit:hover {
	/*background-position: 0 -15px;*/
}

/* #main */

#content {
	position: relative;
}

.entry-content {
/*	overflow: hidden;*/
}

.content {
	overflow: hidden;
}

.remarks {
	font-size: smaller;
	margin: 10px;
	line-height: 1.2em;
}
.ui-tabs-panel .remarks {
	margin: 10px 0;
	line-height: 1.5em;
}

.small {
	font-size: 11px;
}

p.list {
	padding-left: 30px;
	background: url(../images/common/tab-bullet.png) 10px 6px no-repeat;
}

/* Banner */
#banner-wrapper {
	margin-left:-800px;
	overflow:hidden;
	position:relative;
	left:50%;
	width:1600px;
	height:300px;
}
.banner-container {
	background: url(../images/loading.gif) 50% 50% no-repeat;
	height:300px;
}
.banner-container ul {
	margin: 0;
	padding: 0;
}
.banner-caption {
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 960px;
	height: 256px;
	z-index: 2;
}
.slides > li {
	display: none;
	position: relative;
}

/* #highlight */
#highlight {
	margin-bottom: 24px;
}

/* .ui-tabs */
.ui-tabs {
	background: url(../images/common/tab-footer.png) 0 bottom no-repeat;
	padding: 0px 0px 5px 0px;
	width: 962px;
	margin-left: -1px;
}
.ui-tabs .ui-tabs-nav {
	height: 37px;
	margin: 0;
	padding: 0;
	background: url(../images/common/tab-header.png) 0 bottom no-repeat;
}
.ui-tabs .ui-tabs-nav li {
	background: url(../images/common/tab-nav.png) -20px 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 33px;
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li.first {
	background: url(../images/common/tab-nav.png) 0 0 no-repeat;
}
.ui-tabs .ui-tabs-nav li.last {
	background: url(../images/common/tab-nav.png) right 0 no-repeat;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	height: 37px;
	padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.last.ui-tabs-selected {
	height: 33px;
}
.ui-tabs .ui-tabs-nav li a {
	background: url(../images/common/vr.png) right 0 repeat-y;
	display: block;
	overflow: hidden;
	padding: 0 1px 0 0;
}
.ui-tabs .ui-tabs-nav li.last a {
	background: none;
}
.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-state-hover a,
.ui-tabs .ui-tabs-nav li.ui-state-active a {
	margin-top: -32px;
}
.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-state-hover {
	background-position: -20px -37px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
	background-position: -20px -74px;
}
.ui-tabs .ui-tabs-nav li.first:hover,
.ui-tabs .ui-tabs-nav li.first.ui-state-hover {
	background-position: 0 -37px;
}
.ui-tabs .ui-tabs-nav li.first.ui-state-active {
	background-position: 0 -74px;
}
.ui-tabs .ui-tabs-nav li.last:hover,
.ui-tabs .ui-tabs-nav li.last.ui-state-hover {
	background-position: right -37px;
}
.ui-tabs .ui-tabs-nav li.last.ui-state-active {
	background-position: right -74px;
}
.ui-tabs .ui-tabs-nav li.first.last.ui-state-active {
	background-position: 0 -74px;
	padding-left: 5px;
}
.ui-tabs .ui-tabs-nav li.first.last a {
	background: url(../images/common/tab-nav.png) right -42px no-repeat;
}
.ui-tabs .ui-tabs-panel {
	padding: 0 0 1em 0;
	background: url(../images/common/tab-bg.png) 0 0 repeat-y;
	overflow: hidden;
}
/* .ui-tabs content */
.ui-tabs-panel .intro-col {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0 20px;
	width: 200px;
	float: left;
}
.ui-tabs-panel .intro {
	margin: 0 0 15px 0;
}
.ui-tabs-panel .content {
	padding: 10px 15px;
}
.ui-tabs-panel ul.ui-tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
	float: left;
}
.ui-tabs-panel div.content-col,
.ui-tabs-panel div.two-cols {
	float: left;
	width: 720px;
	padding: 10px 10px 5px 10px;
}
.ui-tabs-panel .content-col ul {
	margin: 0; /*1.3em 0;*/
}
.ui-tabs-panel ul.two-cols {
	width: 640px;
}
.ui-tabs-panel ul li {
	background: url(../images/common/tab-bullet.png) 5px 6px no-repeat;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 1em;
}
.ui-tabs-panel p {
	margin-bottom: 1em;
}
.ui-tabs-panel .two-cols li {
	float: left;
	width: 260px;
}
.ui-tabs-panel .two-cols li.col-1,
.ui-tabs-panel .three-cols li.col-1,
.ui-tabs-panel .four-cols li.col-1 {
	clear: left;
}

/* .ui-accordion */
.ui-accordion-header {
	height: 20px;
	display: block;
	border-top: 1px dotted #a8a2a2;
	margin-top: 10px;
	padding-top: 15px;
}
.ui-accordion-header.first {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.ui-accordion-header a {
	width: inherit;
	height: 20px;
	display: block;
	background: url(../images/common/icons.png) 0 -80px no-repeat;
	color: #555;
	padding-left: 30px;
}
.ui-accordion-header a:hover {
	background-position: 0 -60px;
}
.ui-accordion-header.ui-state-active a {
	background-position: 0 -40px;
}
.ui-accordion-header.ui-state-active a span {
	display: none;
}
.ui-accordion-header a span.summary {
	display: block;
	float: right;
	width: 712px;
	font-weight: normal;
}
.ui-accordion-header.ui-state-active a span.summary {
	display: none;
}

/* .ui-slider */
.ui-slider {
	background: url(../images/common/slider-off-bg.gif) 0 center repeat-x;
	margin: 10px 0;
}
.ui-slider .ui-slider-handle {
	background: url(../images/common/slider-btn.png) 0 0 no-repeat;
	width: 23px;
	height: 19px;
}

#back-to-top {
	width: 117px;
	height: 31px;
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: -480px;
	z-index: 111;
}
/* Tc */
.tc #back-to-top {
	background: url(../images/common/backtotop_tc.png) 0 0 no-repeat; /* Tc */
}
/* En */
.en #back-to-top {
	background: url(../images/common/backtotop_en.png) 0 0 no-repeat; /* En */
}
#back-to-top:hover {
	background-position: 0 -31px;
}
#wip {
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -377px;
	width: 755px;
	height:51px;
	z-index: 100;
}

/* .section-list */
.section-list .section {
	border-bottom: 1px dotted #a8a2a2;
	padding-bottom: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}
.section-list .section.last {
	border-bottom: none;
}
.section-list h2 {
	background: url(../images/common/icons.png) 0 -80px no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.section-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}
.section-list .three-cols li,
.section-list .four-cols li {
	margin: 1em 0 0 0;
	padding: 0 0 0 30px;
	width: 200px;
	background: none;
	float: left;
	overflow: visible;
}
.section-list .three-cols li {
	width: 280px;
}
.section-list .three-cols li.col-1,
.section-list .four-cols li.col-1 {
	clear: left;
}

.section-list .section li li {
	background: url(../images/common/tab-bullet.png) 5px 6px no-repeat;
	margin: 0px;
	padding-left: 25px;
	padding-right: 10px;
}

/* table.data */
.data table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	margin: 10px 0;
}
.data table th {
	background: #fff;
	padding: 10px 10px 3px 10px;
}
.data table td {
	padding: 3px 10px;
}
.data table tr.even td {
	background: #fff;
}
.data table tr.odd td {
	background: #e5edf3;
}
.section-list .section .data {
	padding: 0 20px;
}
.section-list .section .data table td {
	padding-left: 10px;
}

/* #breadcrumb */
#breadcrumb {
	color: #a0a0a0;
	font-weight: bold;
	overflow: hidden;
	background-color: #fff;
}
#breadcrumb ul {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	float: left;
}
#breadcrumb li {
	float: left;
	height: 14px;
	line-height: 14px;
}
#breadcrumb a {
	display: block;
	padding-right: 15px;
	margin-right: 10px;
	background: url(../images/common/breadcrumb-arrow.png) right 3px no-repeat;
	height: 14px;
	line-height: 14px;
}

#additional-resources {
	position: relative;
	float: right;
	margin: 10px 0;
	line-height: 14px;
}

#additional-resources a {
	display: inline;
	background: none;
	padding-right: 0;
	margin-right: 0;
	margin-left: 10px;
}

/* #footer */
#footer {
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	padding-bottom: 40px;
	z-index: 110;
}
#footer .menu {
	float: left;
}
#footer li {
	float: left;
}
#footer-nav a {
	height: 18px;
}
#footer-nav .active a,
#footer-nav .current a {
	color: #ff8c1a;
}
#facebook-like {
	float: right;
}
#facebook-link a {
        background: url(../images/common/facebook-icon.png) 0 0 no-repeat;
        display: block;
        float: left;
        margin-right: 6px;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
}
#youtube-link a {
        background: url(../images/common/youtube_icon.jpg) 0 0 no-repeat;
        display: block;
        float: left;
        margin-right: 6px;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
}
#linkedin-link a {
        background: url(../images/common/linkedin_icon.jpg) 0 0 no-repeat;
        display: block;
        float: left;
        margin-right: 6px;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
}

#footer-nav li {
	background: url(../images/common/footer-nav-div.png) right center no-repeat;
	padding-right: 8px;
}
#footer-nav li.menu4 {
	background: none;
}
#footer-nav a {
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
}
#footer-nav #sitemap-link a {
	padding-left: 21px;
	background: url(../images/common/icons.png) 0 0 no-repeat;
}
#footer-nav #sitemap-link.active a,
#footer-nav #sitemap-link a:hover {
	background-position: 0 -20px;
}
#colophon {
	color: #a0a0a0;
}
#sitemap {
	display: none;
}
#sitemap a {
	color: #00578e;
	display: block;
}
#sitemap a:hover {
	color: #ff8c1a;
}
#sitemap li {
	line-height: 14px;
	margin-right: 20px;
	margin-bottom: 10px;
    color: #999;
}
#sitemap li.menu5 {
	width: 165px;
}
#sitemap li.menu6 {
	width: 100px;
}
#sitemap .submenu {
	margin: 10px 0;
}
#sitemap .submenu a {
	font-weight: normal;
	display: inline;
}
#sitemap .submenu li {
	float: none;
	margin-right: 0;
	line-height: 16px;
	margin-bottom: 5px;
}
.en #sitemap li.menu0 {
    width: 130px;
}
.en #sitemap li.menu1 {
    width: 190px;
}
.en #sitemap li.menu3 {
    width: 160px;
}
.en #sitemap li.menu4 {
    width: 130px;
}
.en #sitemap li.menu6 {
    width: 130px;
}
.en #sitemap li.menu5 {
    width: 150px;
}

/* #shortcut */
#shortcuts-wrapper {
	width: 64px;
	height: 139px;
	padding: 0;
	overflow: visible;
	position: fixed;
	top: 130px;
	left: 0;
	z-index: 105;
}
#shortcuts-bg-wrapper {
	width: 64px;
	height: 139px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 105;
}
#shortcuts-wrapper h3 {
	color: #fff;
	font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
	font-size: 17px;
	width: 20px;
	position: absolute;
	top: 80px;
	left: 15px;
	pointer-events: none;
	z-index: 110;
}
#shortcuts {
	width: 164px;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 15px;
	display: none;
	z-index: 115;
}
#shortcuts ul {
	border-left: 1px solid #fff;
	margin: 0 5px 13px 36px;
	padding-left: 19px;
}
#shortcuts li {
	color: white;
	margin-bottom: 5px;
}
#shortcuts li:last-child {
	margin-bottom: 0px;
}
#shortcuts li a {
	color: white;
	font-size: 17px;
	font-weight: normal;
}
#shortcuts #search {
	background: url(../images/common/shortcuts-search-bg.png) 0 0 no-repeat;
	position: relative;
	z-index: 115;
}
#shortcuts-bg {
	height: 100%;
/*	float: right;*/
	position: absolute;
	right: 0;
}