@import "global.css";
.loadingcover{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#FFF no-repeat center;
	z-index:1000;
}
body.large{
	font-size:14px;
}
#wrapper{
	background:url(../img/background.jpg) repeat-x left bottom;
	padding-bottom:30px;
}

body *:focus{outline:1px #b6b6b6 dotted;}

table th{
	background:#86bd3d url(../img/table_header_bg.jpg) repeat-x top left;
}
table td{
	padding:10px;
	font-weight:bold;
	border-top:#d6d6d6 1px solid;
}
table tr:first-child td{
	border-top:none;
}
table td{
	padding:10px 5px;
	font-weight:bold;
	border-bottom:#d6d6d6 1px solid;
}

#container{
	width:990px;
	margin:0 auto;
}

#content{
	width:980px;
	margin:12px auto 0;
	position:relative;
	z-index:1;
}
#header{
	/*margin-bottom:12px;*/
	position:relative;
	z-index:2;
}
#header h1{
	width:298px;
	height:50px;
	padding:16px 0;
	margin:0 5px;
}
#header a{
	color:#3d3d3d;
}
#header a:hover{color:#037C2F;}
#header .group{
	margin-top:20px;
	font-size:0.9em;
	line-height:1.4em;
	font-weight:bold;
	margin-right:5px;
}
#header .facebook{
	text-indent:-9999px;
	display:block;
	width:16px;
	height:16px;
	background:url(../img/fb-icon.jpg) no-repeat center;
	overflow:hidden;
	margin:0 15px;
}
#header .quicklink li{
	margin-left:15px;
	padding-left:16px;
	background:url(../img/quicklink-sep.jpg) no-repeat left center;
}
#header .language li{
	margin-left:10px;
	padding-left:11px;
	background:url(../img/quicklink-sep.jpg) no-repeat left center;
}

#header .quicklink li:first-child,
#header .language li:first-child{
	margin:0;
	padding:0;
	background:none;
}

#header .function{
	margin-top:10px;
	margin-right:5px;
}

#header .function a{
	display:block;
}
#header .function .font-size,
#header .function .contrast,
#header .function .print{
	height:18px;
	text-indent:-9999px;
	background:url(../img/global-function.png) no-repeat left center;
	overflow:hidden;
}
#header .function .font-size{
	width:28px;
	background-position:left top;
}
#header .function .font-size:hover{
	background-position:left bottom;
}
#header .function .contrast, #header .function .contrast.current:hover{
	width:23px;
	background-position:-28px top;
}
#header .function .contrast:hover, #header .function .contrast.current{
	background-position:-28px bottom;
}

#header .function .print{
	width:23px;
	background-position:right top;
}
#header .function .print:hover{
	background-position:right bottom;
}

#header .quicklink-box{
	position:relative;
	margin-left:20px;
	margin-top:2px;
	height:1.3em;
	line-height:1.5em;
	border:#cecece 1px solid;
	z-index:10;
}
#header .quicklink-box span{
	width:160px;
	text-indent:10px;
	font-size:0.8em;
	background:url(../img/quicklinkarrow.jpg) 140px center no-repeat;
	display:block;
	cursor:pointer;
}
#header .quicklink-box select{
	min-width:100%;
	position:absolute;
	left:0;
	top:100%;
 	display:none;
	margin:5px 0 0 0;
	border:1px #CECECE solid;
	height:150px
}

#header .quicklink-box select option { padding:3px; font-size:11px; color:#666666; margin-left:5px}
#header .quicklink-box select option:hover { background:#037A2E; color:#ffffff}

#header #search{
	position:relative;
	margin-left:15px;
	margin-top:2px;
	border: #cecece 1px solid;
	height:1.3em;
	overflow:hidden;
}
#header #search .key{	
	width: 142px;
	padding: .3em 0;
	margin: 0;
	font-size: 0.8em;
	height:1.1em;
	/*line-height: 1.8em;*/
	float: left;
	border: none;
	text-indent: 10px;
}
#header #search .submit{
	width:14px;
	height:14px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	background:url(../img/search-icon.jpg) no-repeat top left;
	border:0;
	float:left;
	cursor:pointer;
}
#header #search label{
	display:none;
}
#header #search .cuebox{
	width: 142px;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.8em;
	text-indent: 10px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	display:block;
	float:left;
}
#header .menu{
	height:35px;
	background:url(../img/menu-bk.png) no-repeat top left;
	padding:0 5px;
}
#header .menu>li>a{ font-size:12px;}
#header .menu li{
	padding-left:1px;
	height:26px;
	line-height:26px;
	margin-top:1px;
	position:relative;
	background:url(../img/menu-sep.jpg) no-repeat top left;
	
}
#header .menu li:first-child{
	padding-left:0;
	background:none;
}

#header .menu li:hover,
#header .menu li.focus{
	background:#FFF;
}

#header .menu li a{
	/*width:139px;*/
	padding:0 25px;
	text-align:center;
	color:#FFF;
	display: inline-block;
}
#header .menu li:first-child a{
	/*width:140px;*/
	padding:0 25px;
}
#header .menu li:hover a,
#header .menu li.focus a{
	color:#027f31;
}

#header .menu li ul{
	left:0;
	top:100%;
	position:absolute;
	background:#FFF;
	display:none;
	min-width:100%;
	padding:5px 0;
	width:230px;
	border:1px #cccccc solid;
	border-top:none;
	border-left:none;
}
#header .menu li:hover ul,
#header .menu li.focus ul{
	display:block;
}
/*#header .menu li .submenu2{
	width:230px;
}
#header .menu li .submenu3{
	width:280px;
}
#header .menu li .submenu4{
	width:180px;
}
#header .menu li .submenu5{
	width:230px;
}*/
#header .fontsize{
	height:18px;
	float:left;
	/*padding:3px 2px 2px;*/
	text-indent:-9999px;
}
/*#header .fontsize:hover{
	color:#000;
}*/
#header .fs1{
	width:7px;
	
	background:url(../img/global-function.png) no-repeat left top;
}
#header .fs1:hover, #header .fs1.current{
	background-position:left bottom;
}
#header .fs2{
	width:9px;
	background:url(../img/global-function.png) no-repeat -8px top;
}
#header .fs2:hover, #header .fs2.current{
	background-position:-8px bottom;
}
#header .fs3{
	width:10px;
	background:url(../img/global-function.png) no-repeat -18px top;
}
#header .fs3:hover, #header .fs3.current{
	background-position:-18px bottom;
}
#header .menu li ul li{
	height:auto;
	background:none;
	border-top:#c6c6c6 1px dotted;
	margin:0 20px;
}
#header .menu li ul li:first-child{
	border:none;
}
#header .menu li ul li a{
	display:block;
}
#header .menu li:hover ul li a,
#header .menu li.focus ul li a{
	width:auto;
	padding:5px 0;
	text-align:left;
	color:#7e7e7e;
}
#header .menu li:hover ul li a:hover,
#header .menu li.focus ul li a:focus{
	color:#027f31;
}



#footer{
	width:990px;
	margin:auto;
	padding:0 0 20px 0;
}
#footer .sitemap{
	height:20em;
	margin-top:30px;
}
#footer .node1{
	width:152px;
}
#footer .node2{
	width:164px;
}
#footer .node3{
	width:160px;
}
#footer .node4{
	width:136px;
}
#footer .node5{
	width:150px;
}
#footer .node6{
	width:102px;
}
#footer li{
	border-left:#dfdfdf 1px solid;
	height:100%;
	padding:0 10px;
}
#footer li:first-child{
	border:none;
}
#footer li li{
	border:none;
	height:auto;
	padding:0;
	margin-bottom:8px;
}

#footer h3{
	color:#037A2E;
	margin-top:0;
	text-transform:uppercase;
	font-size:1em;
}
#footer a{
	color:#7e7e7e;
	font-size:1em;
}

#footer a:hover{
	color:#037A2E;
	font-size:1em;
}

#footer .information{
	font-size:.9em;
	margin-top:10px;
}

#footer .copyright{
	margin-left:10px;
	color:#7e7e7e;
	margin-bottom:5px;
}

#footer .general li:first-child {border:none;}
#footer .general li { border-left:#7e7e7e 1px solid;}

.breadcrumbs{
	padding:10px 0;
}

.breadcrumbs li{
	padding:0 0 0 15px;
	background:url(../img/breadcrumb-arrow.png) no-repeat left center;
	font-size:.9em;
	color:#03772d;
	font-weight:bold;
}
.breadcrumbs li:first-child{
	background:none;
}

.breadcrumbs li a{
	margin-right:10px;
	font-weight:normal;
	color:#616161;
}
.breadcrumbs li a:hover{color:#03772D;}
.sidemenu{
	width:215px;
	background:#037c2f url(../img/sidemenu-bk.jpg) repeat-x center bottom;
	height:100%;
	position:absolute;
}

.sidemenu .shadow{
	width:100%;
	height:9px;
	left:0;
	top:100%;
	background:url(../img/sidemenu-shadow.png) no-repeat left top;
	position:absolute;
	
}

.sidemenu .title{
	background:#4c4c4c;
	min-height:1em;
	/*line-height:38px;*/
	font-weight:bold;
	color:#FFF;
	/*text-indent:10px;*/
	text-transform:uppercase;
	font-size:1.2em;
	padding:10px 10px 8px;
	border-bottom: 5px solid #00260F;
}
.sidemenu ul{
	padding:12px;
}
.sidemenu ul li{
	padding-left:12px;
	background:url(../img/sidemenu-arrow.png) no-repeat left 9px;
}
.sidemenu ul li a{
	color:#fff;
	padding:5px 0;
	display:block;
}
.sidemenu ul li.current a,
.sidemenu ul li a:hover,
.sidemenu ul li a:focus{
	color:#53e68d;
}
.contentwrapper .leftcolumn{
	width:598px;
	min-height:500px;
	background:#FFF;
	padding-bottom:20px;
}

.contentwrapper .rightcolumn{
	width:152px;
	margin-left:8px;
}
.contentwrapper .rightcolumn a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.cycle-banner-container{
	width:704px;
	height:	390px;
	position:relative;
	backgrond-color:#fff;
}

#cycle-banner{
	z-index:0;
}

#cycle-banner img{
	width:704px;
	height:	390px;
}

#cycle-pager{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
}

#cycle-pager ul{
	position:static;
	background: #000;
	background: rgba(0, 0, 0, 0.5); 
	filter:alpha(opacity=50);
	padding:6px 20px;
}

#cycle-pager li{
	margin-right:10px;
	padding:0;
}

#cycle-pager a{
	background:url(../img/bullet.png) left top no-repeat;
	width:9px;
	height:9px;
	display:block;
	/*float:left;*/

	text-indent:-9999px;
	/*cursor:pointer;*/
	position:relative;
	overflow:hidden;
}

/*#cycle-pager a:first-child{
	margin-left:20px;
}*/

#cycle-pager a:hover, #cycle-pager .activeSlide a{
	background-position:left bottom;	
}

.right-side-function{
	width:254px;
	height:390px;
	overflow:hidden;
	position:relative;
}

.right-side-function .tab-bar{
	background:#86bd3d;
	width:100%;
	height:27px;
	color:#fff;
	font-size:1.1em;
	line-height:27px;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom:1px #ffffff solid;
}

.right-side-function .tab-bar:hover{
	background:#037d2f;
}

.right-side-function .tab.selected .tab-bar{
	background:url(../img/news-top-bar.jpg) left top no-repeat;	
}

.right-side-function .tab-bar a{
	margin:0 10px 0 13px;
	background:url(../img/sidemenu-arrow.png) right center no-repeat;
	display:block;
	color:#FFF;
}

.right-side-function .tab.selected .tab-bar a{
	background:none;
}

.right-side-function .tab-content{
	padding:17px 5px 8px;
	zoom:1;
	position:relative;
	background:#ffffff;
}


.right-side-function .scroll-pane{
	height:255px;
}

.record-rows{
	padding: 11px 5px 11px 0;
	border-top:1px dashed #82ab91;
	margin-right:5px;
}
.record-rows:hover{
	background-color:#EEEEEE;
}
.record-rows:hover a{
	color:#047C2F;
}
.record-rows:first-child{
	border:none;	
}

.record-rows .thumbnail{
	background:url(../img/index_thumbnail_shadow.png) right bottom no-repeat;
	/*padding:2px 9px 10px 3px;*/
	padding:0 7px 8px 5px;
	width:81px;
	/*height:45px;
	overflow:hidden;*/
}
.record-rows .thumbnail img{
	width:75px;
	border:#FFF 3px solid;
}

.record-rows .text{
	width:130px;
}

.record-rows .date{
	color:#047c2f;
	display:inline-block;
	margin-bottom:	9px;
}

.record-rows a{
	color:#666666;	
	display:block;
}

.playnpause{
	margin-top:13px;
	margin-left:9px;	
}

.playnpause .play, .playnpause .pause{
	width:14px;
	height:14px;
	display:block;
	text-indent:-9999px;
	float:left;
	background:url(../img/news-play-btn.png) no-repeat;
	overflow:hidden;
}

.playnpause .play{
	background-position:left top;
	margin-right:11px;
}

.playnpause .play.active, .playnpause .play:hover{
	background-position:left bottom;	
}

.playnpause .pause{
	background-position:right top;	
}

.playnpause .pause.active, .playnpause .pause:hover{
	background-position:right bottom;	
}

.textboard{
	padding:15px 15px 30px;
	line-height:1.6em;
	color:#545454;
}
.textboard h2{
	color:#047331;
	font-weight:normal;
	padding-bottom:8px;
	margin:0;
	font-size:1.7em;
}
.textboard h3{
	color:#62b750;
	font-weight:normal;
	padding-bottom:8px;
	margin:0;
	font-size:1.3em;
}
.textboard h4{
	color:#007835;
	margin:0;
}
.textboard p{
	margin:0 0 18px;
}
.textboard a{
	color:#0A7A30;
}
.textboard a:hover{
	color:#62B750;
}
.textboard ul li{
	padding-left:22px;
	background:url(../img/bullet.jpg) 8px 7px no-repeat;
}
.backtotop{
	font-size: .9em;
	font-weight:bold;
	line-height: 1em;
	margin:15px;
	padding-left:16px;
	color:#0A7A30;
	background:url(../img/backtotop.jpg) left 6px no-repeat;
}
p{
	margin:	12px 0 0 0;
}

.sub-section{
	margin:12px 0;
}
.sub-section p{
	margin:0 0 12px;
}
.textboard ul{
	margin:0 0 12px;	
}

ol{
	margin:0 0 0 20px;
}
ol li{
	list-style:outside decimal;	
	display:list-item;
}

.textboard table{
	border-collapse:collapse;
	border:none;
}
.textboard table th{
	color:#fff;	
}

.header,
.tabs .header,
.recordcontainer .header{
	/*height:27px;*/
	/*line-height:27px;*/
	background:#86bd3d;
	color:#fff;
	font-weight:bold;
}
.tabs .header:hover,
.recordcontainer .header:hover{
	background:#037d2f;
	cursor:pointer
}

.header,
.tabs .header.current,
.recordcontainer.selected .header{
	background:url(../img/news-top-bar-all.jpg) repeat-x bottom right #037d30; position:relative
}

.tabs .header.current {background:url(../img/news-top-bar-all.jpg) repeat-x bottom left #037d30;}
.recordcontainer.selected .header .slide-arrow-t{ background:none}

.itemlist.header, .recordcontainer .header .slide-arrow-t { text-indent:-9999px; background:url(../img/sidemenu-arrow.png) no-repeat center right; position:absolute; width:3px; height:100%; top:0; right:10px; overflow:hidden}

.itemlist.header,
.recordcontainer .header{
	/*text-indent:15px*/
	padding:5px 35px 5px 15px;
	border-bottom:1px #ffffff solid;
}

.recordcontainer .content{
	padding:10px 10px 0 10px;
}

.summary-btn,
.pdf-btn,
.text-btn,
.chinese-btn,
.word-btn,
.online-btn,
.pdf-version-btn,
.pdf-pdf-version-btn,
.review-btn{
	width:107px;
	height:26px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0;
}
.online-complaint-btn {
	width:157px;
	height:26px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 10px 5px 0;
}
.summary-btn{
	background:url(../img/en-us/summary-btn.png) repeat-x top left;
}
.pdf-btn{
	background:url(../img/en-us/pdf-btn.png) repeat-x top left;
}
.text-btn{
	background:url(../img/en-us/text-version-btn.png) repeat-x top left;
}
.chinese-btn {background:url(../img/en-us/chinese-btn.png) repeat-x top left; cursor:default;}
.word-btn { background:url(../img/en-us/word-btn.png) repeat-x top left;}
.online-btn {background:url(../img/en-us/online-btn.png) repeat-x top left;}
.online-complaint-btn {background:url(../img/en-us/online-complaint-btn-a.png) repeat-x top left}
.pdf-version-btn {background:url(../img/en-us/full-version-btn.png) repeat-x top left}
.pdf-pdf-version-btn {background:url(../img/en-us/full-version-btn-pdf.png) repeat-x top left}
.review-btn {background:url(../img/en-us/review-btn.png) repeat-x top left}

.summary-btn:hover,
.pdf-btn:hover,
.text-btn:hover,
.word-btn:hover,
.online-btn:hover,
.online-complaint-btn:hover,
.pdf-version-btn:hover,
.pdf-pdf-version-btn:hover,
.review-btn:hover {
	background-position:bottom left;
}

.tabs{ 
	border-bottom:#047331 2px solid;
	margin-top:20px;
}
.tabs ul{
	margin:0;
}
.tabs .header{
	display:block;
	padding:5px 15px;
	margin-left:1px;
}

.tabs .header a{
	color:#fff;
}

.records .record{
	padding:10px;
	border-bottom:#dfdfdf 1px solid;
}
.records .record:hover{
	background-color:#eee;	
}

.records .imgcontainer{
	margin-right:10px;
}

.records .imgcontainer img{
	width:90px;
	border:#fff 3px solid;
}
.records .noimgcontainer{
	width:108px;
}

.records .detail{
	width:380px;
}

.records p{
	/*height:2.5em;*/
	margin:0;
}
.records p a{
	color:#545454;
}
.records a{
	display:block;
}

.paginate{
	display:block;
	text-align:center;
	margin-top:15px;
	line-height:1em;
	position:relative;
}
.paginate ul{
	position:relative;
}
.paginate *{
	display:inline-block;
	*display:inline;
}
.paginate ul li{
	padding:0;
	background:none;
}
.paginate ul li a{
	color:#104D50;
}
.paginate ul ul li{
	border-left:#104D50 1px solid;
}
.paginate ul ul li:first-child{
	border-left:none;
}

.paginate ul ul li span{
	padding:0 10px;
}
.paginate ul ul li span.current{
	color:#037C2F;
	font-weight:bold;
}
.paginate .prev a{
	display:block;
	text-indent:-9999px;
	width:33px;
	height:19px;
	background:url(../img/paginate-arrow.jpg) no-repeat left top;
	position:absolute;
	right:100%;
	top:0;
	margin-top:-4px;
	overflow:hidden
}
.paginate .next a{
	display:block;
	text-indent:-9999px;
	width:33px;
	height:19px;
	background:url(../img/paginate-arrow.jpg) no-repeat right top;
	position:absolute;
	left:100%;
	top:0;
	margin-top:-4px;
	overflow:hidden
}

.paginate .prev a:hover{background-position:bottom left;}
.paginate .next a:hover{background-position:bottom right;}

.textboard .itemhighlight .item{
	padding:35px 20px 20px 20px;
	border-bottom:#dfdfdf 1px solid;
	text-align:center;
	background:url(../img/big-report-bg.jpg) no-repeat left top;
}
.textboard .itemhighlight .imgcontainer{
	background:url(../img/annual-big-img-bk.png) no-repeat center bottom;
	padding-bottom:11px
}
.textboard .itemlist .imgcontainer *,
.textboard .itemhighlight .imgcontainer *{
	border-left:#c1c0be 1px solid;
	border-top:#d3cfce 1px solid;
	border-right:#c6c2bf 1px solid;
	border-bottom:#dbd9da 1px solid;
}
.textboard .itemlist .item .detail,
.textboard .itemhighlight .item .detail{
	color:#595959;
	font-size:1em;
}
.textboard .itemlist .item h4,
.textboard .itemhighlight .item h4{
	margin:20px 0 5px 0;
	line-height:1em;
	font-size:1em;
}
.textboard .itemlist .item p,
.textboard .itemhighlight .item p{
	margin:0;
	line-height:1.3em;
}
.textboard .itemhighlight .item .buttoncontainer{
	width:274px;
	margin:10px auto;
}
.textboard .itemhighlight .item .buttoncontainer *{
	float:left;
	margin:0 15px;
}
.buttoncontainer2 { margin:10px 0}
.textboard .itemlist{
	margin-top:20px;
	border-bottom:#dfdfdf 1px solid;
}
.textboard .itemlist li{
	width:189px;
	height: 30em;
	padding:0;
	background:none;
}
.textboard .itemlist .item{
	text-align:center;
	padding:10px 10px
}

.textboard .itemlist .item .imgcontainer { background:url(../img/Publications-inner_03.jpg) no-repeat center bottom; padding-bottom:6px;}
.textboard .itemlist .item .buttoncontainer{
	width:108px;
	margin:10px auto;
}

.line-style-a{background:url(../img/line-style-a.png) no-repeat bottom center; padding:24px 0px;}
.line-style-a.first{ padding-top:10px;}
.line-style-a p{margin:0px;}
.line-style-a .text-wrapper{width:400px; padding-left: 20px;}

.contact-box-wrapper{background:url(../img/contact-box-top.png) no-repeat top left; padding-top:42px; width:564px; margin:0 0 20px 0}
.contact-box-wrapper2{ margin:0 0 20px -8px}
.contact-box-container{background:url(../img/contact-box-bot.png) no-repeat bottom left; padding-bottom:42px;}
.contact-box{background:url(../img/contact-box-mid.png) repeat-y top left; padding:0px 32px;}

.contact-box h3{padding-bottom:0px;}
.contact-box .row{background:url(../img/contact-box-line.png) 160px 0px repeat-y; padding-top:10px;}
.contact-box .row.first{padding-top:0px;}
.contact-box .content-title{float:left; width:145px; font-weight:bold; padding-right:15px;}
.contact-box .content-desc{float:left; width:324px; padding-left:15px; border-left:1px solid #dfdfdf;}
.contact-box .sub-row > div{float:left; width:160px;}

.flow-chart img { width:565px; margin:15px 0 0 0}
a.enlarge-icon { background:url(../img/enlarge-icon.jpg) 0 3px no-repeat; padding:0 0 0 25px; display:inline-block; color:#7e7e7e}
a.enlarge-icon:hover { color:#037A2E}

.btn-download-pdf { margin:15px 0 0 0}
.btn-download-pdf a {color:#7e7e7e; display:block; float:left}
.btn-download-pdf a:hover {color:#037A2E}

a.pdf-icon { margin:10px 0 0 0; display:block; background:url(../img/pdf-icon.png) 0 0 no-repeat; padding:0 0 0 35px; height:25px}

ul.related_links li { margin:0 0 10px 0}
.records .imgcontainer.online-gmae img,.records .imgcontainer.video-w img { width:150px}
ul.related_links li { margin:0 0 10px 0}

/**** index bottom links ****/
ul.index-bot-links li{float:left; padding-top:20px;}
ul.index-bot-links li a{display:block; background:url(../img/en-us/home-small-banner.gif) top left no-repeat; height:94px; text-indent:-9999px; overflow:hidden;}
ul.index-bot-links li.link1 a{background-position:0px 0px; width:243px;}
ul.index-bot-links li.link2 a{background-position:-243px 0px; width:246px;}
ul.index-bot-links li.link3 a{background-position:-489px 0px; width:248px;}
ul.index-bot-links li.link4 a{background-position:-737px 0px; width:243px;}
ul.index-bot-links li.link1 a:hover{background-position:0px -94px; }
ul.index-bot-links li.link2 a:hover{background-position:-243px -94px;}
ul.index-bot-links li.link3 a:hover{background-position:-489px -94px;}
ul.index-bot-links li.link4 a:hover{background-position:-737px -94px;}

.w3c-icon a{ margin:0px 0px 12px 8px; display:inline-block;}
img.external-link{padding-left:8px;}

.vacancies-box{padding:20px 8px; border-top:1px solid #dfdfdf;}
.vacancies-box h2{font-weight:bold; padding-bottom: 12px;}
.vacancies-box h4{color:#545454;}
.vacancies-box .remarks{ font-style:italic; font-size:11px; margin-bottom:10px;}


/**** landing page ****/
.landing #wrapper{ padding:0px; background-position:left top;}
.landing .banner-wrapper{height:490px; width:1000px; margin:auto; position:relative;}
ul.banner-btn{position:absolute; top:300px; left:112px;}
ul.banner-btn li{float:left;}
ul.banner-btn li a{background:url(../img/intro-enter.png) top left no-repeat; width:90px; height:25px; display:block; text-indent:-9999px; overflow:hidden;}
ul.banner-btn li.en-us a{background-position:left top;}
ul.banner-btn li.zh-hk a{background-position:center top;}
ul.banner-btn li.zh-cn a{background-position:right top;}
ul.banner-btn li.en-us a:hover{background-position:left bottom;}
ul.banner-btn li.zh-hk a:hover{background-position:center bottom;}
ul.banner-btn li.zh-cn a:hover{background-position:right bottom;}
ul.banner-btn li.zh-hk{padding:0px 20px;}

ol.listing{ margin:0px; padding-left:20px;}
ul.bracket-num{margin:0px;}
ul.bracket-num li{list-style:none; background:none; padding-left:0px;}
ul.bracket-num li .list-content{padding-left:24px;}

.home-dl-slide-container .scroll-pane{min-height:340px;}
.home-dl-slide-container .scroll-pane .jspPane{display:none;}
.home-dl-slide-container .scroll-pane .jspVerticalBar{display:none;}
.home-dl-slide { margin:10px; min-height: 180px}
.home-dl-slide li { margin:0 0 8px 0; font-size:12px; background:url("../img/bullet.jpg") no-repeat scroll 0 5px transparent; padding:0 0 0 15px}
.home-dl-slide li a { color:#666666}
.home-dl-slide li a:hover { color:#037a2e}

/*sitemap */
ul.sitemap-all { margin:10px 0 0 0}
ul.sitemap-all li { width:260px; float:left; margin:0 10px 20px 10px; padding:0!important; background:none; height:280px}
ul.sitemap-all li h3 { border-bottom:1px #DFDFDF solid; padding:0 0 5px 5px}
ul.sitemap-all li ul.sub-layer { margin:10px 0 5px 0; padding:0 0 0 5px}
ul.sitemap-all li ul.sub-layer li { margin:0 10px 8px 0!important; height:auto; font-size:1em; line-height:1.4em; float:left; width:224px; background:url("../img/bullet.jpg") no-repeat scroll 0 7px transparent; padding:0 0 0 15px!important}
ul.sitemap-all li ul.sub-layer li a { color:#7E7E7E}
ul.sitemap-all li ul.sub-layer li a:hover { color:#037A2E}

.prev-btn { background:url(../img/n-arrow-left.png) left 5px no-repeat; padding:0 0 0 10px}
.next-btn { background:url(../img/n-arrow-right.png) right 5px no-repeat; padding:0 10px 0 0}
.event-detail h4{color:#545454; font-weight:normal; font-size:1em;}
.event-detail img{max-height:568px; max-width:568px; display: block; margin:15px auto; border: 1px solid #DFDFDF;}

table.slide-table td{text-align:center;}
table.slide-table td:first-child{text-align:left;}
table.slide-table th{padding:5px; background:none; color:#037C2F;}

table.slide-table-office { margin:0 0 15px 0; background:none; border:1px #D6D6D6 solid}
table.slide-table-office td{text-align:left; padding:5px 5px 5px 10px; font-weight:normal; line-height:1.3em; border-left:1px #D6D6D6 solid}
table.slide-table-office td:first-child{text-align:left; border-left:none}
table.slide-table-office th{ text-align:left; padding:0; background:none; color:#62B750; font-weight:bold; padding:5px 0 5px 10px; font-size:13px; border-left:1px #D6D6D6 solid}
table.slide-table-office th:first-child { border:none}

#quicklink-box-menu{background-color:#FFF; border:1px #CCC solid; width:160px; margin:-2px 0px 0px -1px; display:none; position: absolute;}
#quicklink-box-menu li:hover{background-color:#047C2F;}
#quicklink-box-menu li a{ padding:2px 10px; font-size:11px; line-height:120%;}
#quicklink-box-menu li:hover a{color:#FFF;}

ul.media-t { margin:0 0 15px 0}
ul.media-t li { float:left; margin:0 25px 0 0; background:none; padding:0}
ul.media-t li a { height:33px; display:block}
ul.media-t li a.reallogo { background:url(../img/realplayer-logo.jpg) 0 0 no-repeat;padding:12px 0 0 90px}
ul.media-t li a.windowlogo { background:url(../img/windowsplayer-logo.jpg) 0 0 no-repeat; padding:12px 0 0 90px}

ul.performance-pledge li{ height:50px}

#header .topRss{
	text-indent:-9999px;
	display:block;
	width:44px;
	height:16px;
	background:url(../img/icon-rss.gif) no-repeat center;
	overflow:hidden;
	margin:0 5px;
	background-position: 1px 1px;
}
.botRss{
	text-indent:-9999px;
	display:block;
	width:36px;
	height:16px;
	background:url(../img/rss_icon.gif) no-repeat center;
	overflow:hidden;
	margin:0 5px;
	background-position: 1px 1px;
}