﻿body{
	margin:0;padding: 0;
	color : #000;
	font-family : "Arial", 微軟正黑體, Microsoft JhengHei, \5FAE\x8F6F\6B63\9ED1\4F53, Helvetica, sans-serif
	font-size: 12px;
	text-align:justify;
}
a{text-decoration:none; outline: none;}
a:visited{color: #000;}
a:link {color: #000;}
a:hover{color: #666;}
a:focus { -moz-outline-style: none; }

img {border:0;}

.clear{ clear: both; }

#debug_area_1,#debug_area_2{
	height:300px;width:100%;
}

/* header */
#header_wrapper{

}

#header_body{
    width:1020px;
	margin:0 auto;

}
	#header_logo_area{
	    height:85px;
	}

	#header_logo{
		float: left;
	    margin: 5px 0 0 30px;
	    width: 373px;height: 67px;
	    display: block;
	    background:url(../images/header_logo2.png) no-repeat;
	}

	/* Header Right Area */

	#header_right_area{
		float: right;
		padding-right: 20px;
	}

		#header_icons{
			float: right;
		    margin:20px 0 10px 0;
		    height:25px;width: 135px;
		    background:url(../images/top_icons.png) 0 0 no-repeat;
		}
		#header_icons a{
			height: 25px; width:25px;
			padding:0 3px 0 2px;
			display: inline-block;
		}

		#header_top_menu{
			float: right;

		}
		#header_top_menu a {
		    padding:0 8px 0 8px;
		}


	/* Heaader menu */
	#header_menu_wrapper{
		height:25px;width: 1020px;
		background:url(../images/header_menu_bg.png) 0 0 repeat-x;
	}

	ul#header_menu_list{
		position: relative;
		height:25px;
	    margin:0;padding: 0;
	    color:#FFFFFF;
	    list-style:none;
	    z-index: 2000; /* IE Bug fixed */
	}

	ul#header_menu_list li{
	    margin: 0;padding: 0;
	}

	ul#header_menu_list li.menu_first_item{
		/*padding-left: 10px;*/
	}


	ul#header_menu_list a{
	    display: block;
	    padding: 6px 20px;
	    color: #FFFFFF;
	}

	ul#header_menu_list .header_menu_item{
		height:26px;
		float: left;

	}

	ul.header_submenu_list{
	    position: absolute;
	    top:25px;
	    margin: 0;padding: 0;
	    list-style: none;
	    z-index: 3000;
	    border: 1px solid #FFFFFF;
	    display: none;
	}

	ul#header_menu_list ul li{
		height:40px;
		background:url(../images/submenu_bg.png) repeat-x;
	}

	ul#header_menu_list ul a{
		margin-top: 1px;
		font-size: 12px;
		line-height: 12px;
		padding: 13px 8px;
		min-width: 70px;
	}


	.level_3_menu{
	}

	.level_3_menu li a{
		padding: 11px 19px 11px 38px;
		display: block;
		text-align: left;
	}

	.level_3_menu li:hover a{
		background-color: #428bca;
		color:#fff;
	}




	/* Hover Effect, Contolled by JS */
	.header_menu_on, .header_menu_on_a{
		background:url(../images/header_menu_bg.png) 0 -25px repeat-x;
	}

	#header_menu_list ul a:hover{
		background-color: #000000;
	}
	/* Menu Separator and Triangluar BG */
	ul#header_menu_list li.menu_line{
		margin-top: 5px;
	}

	#header_menu_list ul li.menu_line{
		margin: 0;
		padding-top: 12px;
		height:28px;
	}

	#header_menu_list ul li.submenu_triangle{
		height:40px;width: 56px;
		background:url(../images/submenu_bg_triangle.png) -10px 0 no-repeat;
	}

/* Content */
#content_wrapper{
	width: 100%;
	background:#D3EDFB;
    margin: 0 auto;
}

	/* Slideshow */
	#slideshow_area{
	    position: relative;
	    height: 300px;width: 1020px;
	    overflow: hidden;
	}

	/* Slideshow */
	#content_picture_area{
	    position: relative;
	    height: 250px;width: 1020px;
	    overflow: hidden;
	}

	#stock_info{
	    position: absolute;
	    left: 0;bottom: 0;
	    height:41px;width: 1020px;
	    background: url(../images/separator.png) no-repeat;
	    z-index: 1000;
	}
	#stock_info a{
	    position:relative;
	    left: 600px;top:16px;
	    height:25px;width:430px;
	    display: block;
	    overflow: hidden;
	}

	/* Index Block */
	.index_block{
		float: left;
		height:200px;
		margin-top: 20px;
		margin-bottom: 20px;
		background: url(../images/subtitle_bg.png) 0 0 repeat-x;
	}

	#index_news{
		margin-right: 25px;
		width: 300px;
	}

	#index_aboutus{
		margin-right: 25px;
	    width: 370px;

	}

	#index_aboutus p.aboutus_p, #index_aboutus p.aboutus_p_cn{
		line-height: 22px;
	}

	#index_aboutus p.aboutus_p_en{
		line-height: 16px;
	}

	#index_aboutus img{
		float: left;
		margin: 10px 10px 0 0;
	}

	#index_stock{
	    width: 300px;
	}

	#index_stock_link{
		height:180px;width:275px;
		display: block;
	}

	.subtitle_triangle{
		width: 18px;height: 25px;
		float: right;
		background: url(../images/subtitle_triangle.png);
	}

	.subtitle_header{
		margin: 5px 0 0 10px;
		color: #FFFFFF;
		height: 20px;
	}

	/* Index News List */
	ul#index_news_list{
		margin: 0 10px 0 0;padding: 0;
		list-style: none;

	}
	ul#index_news_list li{
		margin: 0;padding: 0;
		line-height: 20px;

	}
	ul#index_news_list a{
		height:40px;
		padding: 10px 0 0 10px;
		border-bottom: 1px solid #CCCCCC;
		display: block;
		cursor: pointer;
	}

	ul#index_news_list a:hover{
		background-color: #EEEEEE;
	}

	.index_news_date{
		float: left;
		width: 80px;height:40px;
	}
	.index_news_caption{
		float: left;
		width: 200px;height:40px;
		overflow: hidden;
	}


/* Inner Page */
#content_body{
	position: relative;
	width: 970px;
	margin:auto;
}


	#content_body_left{
	    position:absolute;
	    width: 188px;
	    padding-bottom: 120px;
		background: rgba(8, 74, 127, 1);
		z-index:1000;
	}

	ul#content_left_menu_list {
	    list-style: none;
		margin:30px 0 0 0;padding:0;
	}
	ul#content_left_menu_list  li {
	    margin: 10px 0 0 0px;
		padding: 5px 0 5px 30px;
	}

	ul#content_left_menu_list li:hover{
	   background-color: #CCCCCC;

	}

	ul#content_left_menu_list li a.level_2_a{
        display: block;
		border-left: 1px solid #FFFFFF;
		text-indent: 10px;
		color: #FFFFFF;
		padding-right:10px;
    }

	ul#content_left_menu_list li:hover a.level_2_a,
	ul#content_left_menu_list ul.level_3_menu li:hover a.level_3_a,
	ul#content_left_menu_list a.content_left_menu_on{
	    color: #000000;
	    border-left: 1px solid #000000;
	}


	ul#content_left_menu_list ul.level_3_menu{
        margin: 10px 0 0 0;padding: 0;
        list-style: none;
    }

    ul#content_left_menu_list  ul.level_3_menu li {
	    padding: 5px 0 5px 15px;
	}

    ul#content_left_menu_list ul.level_3_menu a.level_3_a{
		display: block;
        border-left: 1px solid #FFFFFF;
    	text-indent: 15px;
        color: #647736;
        color: #FFFFFF;
        list-style: none;
    }

	 #content_left_bottom{
		position: absolute;
		left: 0;bottom: 0;
		width: 188px;height:51px;
		/* background: url(../images/content_body_triangle.png) no-repeat; */
		background:Linear-gradient(165deg,rgba(163, 201, 92, 1), rgba(163, 201, 92, 1) 50%, #fff 51%, #fff);
	}



	.menu_show{
    	display: block;
    }

    .menu_off{
    	display: none;
    }






#content_body_main{
    margin: 0;
    width: 100%;
    line-height: 25px;
}

	H3{
		font-size: 16px;
		color: #0075C2;
		margin: 0;
		padding: 5px 0 5px 0;
	}
	H4{
		font-size: 22px;
		color: #0075C2;
		margin: 0;
		line-height: 26px;
	}

	ul#director_list{
		margin: 0;padding: 0;
		list-style: none;
	}

	ul#director_list li{
		margin: 10px 0 0 0;padding: 0 0 20px 0;
		border-bottom: 1px solid #CCCCCC;
	}

	ul#director_list .director_left{
		float: left;
		width:200px;
	}

	ul#director_list .director_right{
		float: left;
		width:550px;
	}



	#major_mine{
		position: relative;
		height:480px;width:750px;
		background:url(../images/mines_map.png) 0 0 no-repeat;
	}

	#major_mine #mine_overlay{
		position: absolute;
		top:0;left: 0;
		height:480px;width:750px;
		display: none;
	}

	#major_mine #mine_overlay_content{
		position: absolute;
		top:0;left: 0;
		padding: 20px;
		line-height: 15px;
		color: #EEEEEE;
		background: url(../images/mines_map_overlay_bg.png) 0 0 no-repeat;
	}


	.hidden_mine_content{
		display: none;

	}

	#major_mine .map_pointer{
		position: absolute;
		cursor: pointer;
		display: block;
	}

	#major_mine #point_1{
		top:50px; right:160px;
		width:75px;height:33px;
		background: url(../images/pointer_1.png) 0 0 no-repeat;
	}

	#major_mine #point_1:hover{
		background: url(../images/pointer_1.png) 0 -33px no-repeat;
	}

	#major_mine #point_2{
		top:100px; right:190px;
		width:60px;height:21px;
		background: url(../images/pointer_2.png) 0 0 no-repeat;
	}

	#major_mine #point_2:hover{
		background: url(../images/pointer_2.png) 0 -21px no-repeat;
	}

	#major_mine #point_3{
		top:110px; right:130px;
		width:33px;height:43px;
		background: url(../images/pointer_3.png) 0 0 no-repeat;
	}

	#major_mine #point_3:hover{
		background: url(../images/pointer_3.png) 0 -43px no-repeat;
	}

	#major_mine #point_4{
		top:140px; right:200px;
		width:36px;height:45px;
		background: url(../images/pointer_4.png) 0 0 no-repeat;
	}
	#major_mine #point_4:hover{
		background: url(../images/pointer_4.png) 0 -45px no-repeat;
	}

	#major_mine #point_5{
		top:85px; right:110px;
		width:63px;height:23px;
		background: url(../images/pointer_5.png) 0 0 no-repeat;
	}
	#major_mine #point_5:hover{
		background: url(../images/pointer_5.png) 0 -23px no-repeat;
	}

	/* ENG */
	#major_mine #pt_en_1{
		top:52px; right:160px;
		width:104px;height:30px;
		background: url(../images/pointer_1_en.png) 0 0 no-repeat;
	}

	#major_mine #pt_en_1:hover{
		background: url(../images/pointer_1_en.png) 0 -30px no-repeat;
	}

	#major_mine #pt_en_2{
		top:100px; right:190px;
		width:101px;height:21px;
		background: url(../images/pointer_2_en.png) 0 0 no-repeat;
	}

	#major_mine #pt_en_2:hover{
		background: url(../images/pointer_2_en.png) 0 -21px no-repeat;
	}

	#major_mine #pt_en_3{
		top:110px; right:130px;
		width:48px;height:39px;
		background: url(../images/pointer_3_en.png) 0 0 no-repeat;
	}

	#major_mine #pt_en_3:hover{
		background: url(../images/pointer_3_en.png) 0 -39px no-repeat;
	}

	#major_mine #pt_en_4{
		top:140px; right:200px;
		width:64px;height:42px;
		background: url(../images/pointer_4_en.png) 0 0 no-repeat;
	}
	#major_mine #pt_en_4:hover{
		background: url(../images/pointer_4_en.png) 0 -42px no-repeat;
	}

	#major_mine #pt_en_5{
		top:78px; right:152px;
		width:106px;height:30px;
		background: url(../images/pointer_5_en.png) 0 0 no-repeat;
	}
	#major_mine #pt_en_5:hover{
		background: url(../images/pointer_5_en.png) 0 -30px no-repeat;
	}

/* News */
ul.newsList{
	margin: 0; padding: 0;
	list-style: none;

}
ul.newsList li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #DDDDDD;
	display: table;
    clear: both;
}

ul.newsList li a.news_a{
	color: #666666;
	padding: 5px;
	cursor: pointer;
	display: table-cell;
}

ul.newsList li a.news_a:hover{
	background-color: #DFEFFF;
}

ul.newsList li.news_detail_header{
	background-color:#992523;
	height:26px;
	padding: 4px 0 0 5px;
	margin-bottom: 5px;
}

ul.newsList li.news_detail_header div{
	font-weight: bold;
	color: #fff;
}


.news_date{
}

.news_title{
	overflow: hidden;
}

.news_title a {
	color: #2186B4;
}
#news_year_tab{
	text-align:right;
	font-size: 16px;
	margin-right:10px;
}

#news_year_tab .news_year_a{
	margin: 0 0 0 5px;
	font-size: 16px;
}

#news_year_tab .news_year_a:hover, #news_year_tab .news_year_on{
	font-weight: bold;
	color: #00A8E0;
}


/* Report */
ul.reportList{
	margin: 0; padding: 0;
	list-style: none;

}
ul.reportList li{
	margin: 0; padding: 0;
	height:140px;
	border-bottom: 1px solid #DDDDDD;
}

ul.reportList li.report_detail_header{
	background-color:#992523;
	height:26px;
	padding: 4px 0 0 5px;
	margin-bottom: 5px;
}

ul.reportList li.report_detail_header div{
	font-weight: bold;
	color: #fff;
}

.report_header_preview{
	float: left;
	margin: 0 0 0 20px;
	width:175px;
	color: #2186B4;
}

.report_header_title{
	float: left;
	width:520px;height:25px;
	overflow: hidden;
}



.report_cover_a{
	float: left;
	margin: 10px 0 0 20px;
	width: 200px;
	min-height:200px;
	overflow: hidden;
}

.report_cover_a img{
	width:150px;
	height:200px;
}

.report_summary{
	float: left;
	overflow: hidden;
	text-align:left;
	width:260px;
}

.report_title{
	margin: 10px 0 0 0;
	font-weight: bold;
	display: block;
}

.download_pdf{
	text-indent: 30px;
	height:24px;
	display: block;
	background: url(../images/icon/pdf-24.png) 0 0 no-repeat;
}

#report_year_tab{
	float: right;
	margin: -30px 10px 0 0;
	font-size: 14px;
	color: #860011;
}

#report_year_tab .report_year_a{
	margin: 0 0 0 5px;
	font-size: 14px;
}

#report_year_tab .report_year_a:hover, #report_year_tab .report_year_on{
	font-weight: bold;
	color: #860011;
}


/* Report */
ul.overview_reportList{
	margin: 0; padding: 0;
	list-style: none;

}
ul.overview_reportList li{
	margin: 0 0 0 10px; padding: 0;
	/*height:150px;*/ width: 180px;
	overflow: hidden;
	float: left;
}

ul.overview_reportList .report_title{
	text-indent: 20px;
	text-align:left;
}




#load_more_news{
	float: right;
	color: #3333FF;
}

/*
ul#news_pagination{
	border-top: 1px solid #999999;
	margin: 0;padding: 10px 0 0 0;
	list-style: none;
}

ul#news_pagination li{
	margin: 0 10px 0 0;padding: 0;
	float: left;
}

ul#news_pagination li a{
	padding: 0 5px;
	display: block;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

ul#news_pagination li a:hover, ul#news_pagination li a.page_on{
	background-color: #FFFF00;
}*/

/* Footer  */
#footer_wrapper{

}

#footer_body{
	margin: 20px auto 10px auto;
	width: 1020px;
	padding:10px 0 10px 0;
	border-top: 1px solid #082b18;
	text-align:left;
	background-color: #ffffff;
}


/* corporate-governance */
#content_27 p{ margin-left:50px;}
table.corporate-governance { width:600px; margin-left:50px; border-collapse:collapse; }
table.corporate-governance th{ padding:0 7px; margin:2px; background-color:#992523; color:#FFF; font-weight:bold; }
table.corporate-governance td{ padding:0 7px; margin:2px; }
table.corporate-governance tr.odd td{background-color:#ccc; }

/* listing-documents */
table.listing-documents { width:100%; border-collapse:collapse; }
table.listing-documents th{ padding:0 7px; margin:2px; background-color:#992523; color:#FFF; font-weight:bold; }
table.listing-documents td{ padding:0 7px; margin:2px; }
table.listing-documents tr.odd td{background-color:#ccc; }



.popup { position:absolute; z-index:1; min-height:400px; width:750px; background-color:#1E1A1C;opacity:0.9;-moz-opacity:0.9;-khtml-opacity: 0.9; filter:alpha(opacity=90); color:#FFF; display:none; -webkit-border-radius: 10px;
-moz-border-radius: 10px; border-radius: 10px;}
#position { background-color:#E1B5A2; min-height:300px; padding:10px 0; width:750px;}
#position .post { float:left; width:50%; margin:0; padding:3px 0;}
#position .post a { margin:0px 15px; display:inline; cursor:pointer; }
#position .none { display:none; padding:3px 0; margin:0px 15px;}
.area a,.Type a { cursor:pointer}
.area a:hover,.area a.active,.area span,.Type a:hover,.Type a.active,.Type span { color:#9C1A14;}
.popup .post a{ font-weight:bold; font-size:1.4em;}
.detail { padding:15px 30px 0;}
.detail p { line-height:1.8em;}
.mail { padding:10px 30px 15px;}

.career { width:400px; margin-top:10px; border-collapse:collapse;}
.career tr.odd {background:#EEE;}
.career tr {background:#CCC;height:30px;}
.career tr td{padding:5px 15px;}


/* Map */
.main_map .pt { width:55px; height:73px; background-image:url(../images/pt.png); background-position: center bottom; background-repeat:no-repeat; position:absolute;}
.main_map .pt img { display:none; width:45px; height:62px; margin:11px 0 0 5px; position:absolute;}
.main_map .China { background-position: -133px -6px; position: absolute; width: 388px; height: 269px; left: 133px; top: 6px;}
.main_map .Ind{ background-position: -264px -330px; position: absolute; width: 299px; height: 133px; left: 264px; top: 330px;}
.main_map .Aus{ background-position: -378px -465px; position: absolute; width: 267px; height: 237px;  left: 378px; top: 465px;}
.main_map .loc{ cursor:pointer; background-image: url(../images/mapbg.png);}
.main_map .loc:hover { background-image: url(../images/omapbg.png);}
.main_map .pt1 { left:307px; top:26px; }
.main_map .pt2 { left:143px; top:17px; }
.main_map .pt3 { left:7px; top:69px; }
.main_map { width:652px; height:716px; position:relative; background-image:url(../images/mapbg.png);}
.main_map img { border:0; }
.main_map.cn, .main_map.cn .loc { background-image:url(../images/mapbg_cn.png); }
.main_map.cn .loc:hover, .main_map.cn  .loc:hover { background-image: url(../images/omapbg_cn.png);}

.main_map.en, .main_map.en .loc { background-image:url(../images/mapbg_en.png); }
.main_map.en .loc:hover, .main_map.en  .loc:hover { background-image: url(../images/omapbg_en.png);}

/* China */
.chinamap .pt { width:55px; height:73px; background-image:url(../images/pt.png); background-position: center bottom; background-repeat:no-repeat; position:absolute;}
.chinamap .pt img { display:none; width:45px; height:62px; margin:11px 0 0 5px; position:absolute; cursor:pointer; }
.chinamap .pt1 { left: 596px; top: 49px; }
.chinamap .pt2 { left: 616px; top: 74px; }
.chinamap .pt3 { left: 546px; top: 92px; }
.chinamap .pt4 { left: 618px; top: 108px; }
.chinamap .pt5 { left: 519px; top: 125px; }
.chinamap { background-image:url(../images/chinabg.png); width:720px; height:378px; position:absolute; background-position:-227px -350px; }

.chinamap .pt_s { background-image:url(../images/spt_s.png); }
.map_desc { width: 720px; height: 378px; position: absolute; display:none; }
.map_desc .desc { width: 720px; height: 378px; position: absolute; left: 0; top: 0; background:url(../images/map_bg.png); display:none; }
.map_desc .photo { margin: 16px 0px 0 34px; border-right: 1px solid white; width: 371px; padding-right: 11px; float: left; }
.map_desc .desc h3 { font-size: 16px; color: white; width: 340px; margin: 30px 37px 0; float: left; }
.map_desc .desc p { font-size: 14px; line-height:20px; color: white; width: 258px; margin: 62px 17px 0 0; float: right; overflow: auto; height: 269px; padding-right: 10px; text-align:left; }
.map_desc.en .desc p { line-height:16px; }


.map_desc .close { width:14px; height:14px; background:url(../images/close.png); cursor:pointer; position:absolute; top:5px; right:5px; }

.chinamap .pt.active img { opacity: 1 !important;  margin-left:0 !important; margin-top:0 !important; width:55px !important; height:73px !important; }
.chinamap .pt.active .name { color:yellow !important; font-size: 14px !important; font-weight:bold !important; }

.chinamap .pt .name { position:absolute; font-size: 12px; color: white; font-weight:normal; }
.chinamap .pt1 .name { bottom: 8px; left: -31px; }
.chinamap .pt2 .name { bottom: 9px; right: -17px;}
.chinamap .pt3 .name { bottom: -3px; right: -15px; }
.chinamap .pt4 .name { bottom: -18px; right: 19px; }
.chinamap .pt5 .name { bottom: -6px; right: -15px; }

.chinamap .area { width:330px; height:330px; position: absolute; top: 9px; left: 365px; }
.chinamap .area:hover, .chinamap .area.active { background:url(../images/chinaarea.png); }

.chinamap.cn { background-image:url(../images/chinabg_cn.png);  }
.chinamap.cn .area:hover, .chinamap.cn .area.active { background:url(../images/chinaarea_cn.png); }


.chinamap.en { background-image:url(../images/chinabg_en.png);  }
.chinamap.en .area:hover, .chinamap.en .area.active { background:url(../images/chinaarea_en.png); }
.chinamap.en .pt1 .name { bottom: 15px; left:auto; right: 50px; }
.chinamap.en .pt2 .name { bottom: 3px; right: -40px; }
.chinamap.en .pt3 .name { bottom: 21px; right: 50px; }
.chinamap.en .pt4 .name { bottom: -22px; right: 13px; }
.chinamap.en .pt5 .name { bottom: -6px; right: -29px; }

/* Ind */
.indmap .pt { width:55px; height:73px; background-image:url(../images/pt.png); background-position: center bottom; background-repeat:no-repeat; position:absolute;}
.indmap .pt img { display:none; width:45px; height:62px; margin:11px 0 0 5px; position:absolute; cursor:pointer; }
.indmap .pt1 { left: 550px; top: 155px; }
.indmap { width:720px; height:378px; position:absolute; background-image:url(../images/indbg.png); background-position:-227px -350px;}

.indmap .pt_s { background-image:url(../images/spt_s.png); }

.indmap .pt.active img { opacity: 1 !important;  margin-left:0 !important; margin-top:0 !important; width:55px !important; height:73px !important; }
.indmap .pt.active .name { color:black !important; font-size:14px !important; font-weight:bold !important; }

.indmap .pt .name { position:absolute; font-size: 12px; color: black; font-weight:normal; }
.indmap .pt1 .name { bottom: 0px; left: 40px; width: 100px; text-align: center; line-height:14px;}

.indmap .area { width:188px; height:212px; position: absolute; top: 74px; left: 487px; }
.indmap .area:hover, .indmap .area.active { background:url(../images/indarea.png); }


.indmap.en { background-image:url(../images/indbg_en.png); }

/* Aus */
.ausmap .pt { width:55px; height:73px; background-image:url(../images/pt.png); background-position: center bottom; background-repeat:no-repeat; position:absolute;}
.ausmap .pt img { display:none; width:45px; height:62px; margin:11px 0 0 5px; position:absolute; cursor:pointer; }
.ausmap .pt1 { left: 182px; top: 170px; }
.ausmap { width:720px; height:378px; position:absolute; background-position:-227px -350px; background-image:url(../images/ausbg.png);}

.ausmap .pt_s { background-image:url(../images/spt_s.png); }
.ausmap .pt.active img { opacity: 1 !important;  margin-left:0 !important; margin-top:0 !important; width:55px !important; height:73px !important; }
.ausmap .pt.active .name { color:yellow !important; font-size:14px !important; font-weight:bold !important; }

.ausmap .pt .name { position:absolute; font-size: 12px; color: white; font-weight:normal; }
.ausmap .pt1 .name { bottom: -24px; left: -33px; width: 150px; text-align: center; }

.ausmap .area { width:166px; height:250px; position: absolute; top: 34px; left: 138px; }
.ausmap .area:hover, .ausmap .area.active { background:url(../images/ausarea1.png); }

.ausmap.en { background-image:url(../images/ausbg_en.png);}

.CSR { position:relative; height:521px;}
.CSRimg { position:absolute; width:472px; height:261px; overflow:hidden;}
.CSRimg img { position:absolute;display:none;}
.CSRTitle { width:236px; height:131px; background-color:#9c1913; position:absolute; left:472px;}
.CSRTitle p{ color:#FFF; padding:55px 0 0 15px; font-size:24px; font-weight:bold;}
.CSRSubTitle { cursor:pointer; background-image:url(../images/CSRSubbg.png); width:236px; height:390px; position:absolute; left:472px; top:131px; overflow:hidden; background-repeat:no-repeat}
.CSRSubTitle p { background-image: url(../images/CSRred.png); width: 212px; height: 328px; padding: 55px 12px 7px 12px; margin: 0px 0 0; color: #FFF;  font-size: 11px; display: none; position: absolute; line-height: 15px; text-align: left; }
.CSRphoto { width:472px; position:absolute; top:261px;}
.CSRphoto img{ float:left; width:236px; height:130px; cursor:pointer;}

.CSRpopup { position:absolute; width:708px; height:521px; background-image:url(../images/CSRgray.png); background-repeat:repeat; display:none; }
.CSRpopup p { color: #FFF; font-size: 11px; text-align: left; margin: 125px 20px 0; height: 261px; overflow: auto; line-height: 15px; padding-right: 10px; }
.CSRpopup div { text-align:center; display:none; position:absolute;}
.CSRpopup img { margin:20px 0; float:left; padding:104px 12px;}














.sociales {
	text-align: center;
	margin-bottom: 20px;
}
	#timeline {
		width: 787px;
		height: 350px;
		overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: url('../images/dot.gif') left 57px repeat-x;
	}
		#dates {
			width: 787px;
			height: 60px;
			overflow: hidden;
			padding:0;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 14px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 24px;
					height:40px;
					display:block;
					background: url('../images/biggerdot_selected.png') center bottom no-repeat;
				}
		#issues {
			width: 787px;
			height: 350px;
			overflow: hidden;
			padding:0;
		}
			#issues li {
				width: 787px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out;
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #860011;
					font-size: 48px;
					margin: 20px 0;
					/*text-shadow: #000 1px 1px 2px;*/
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
					/*text-shadow: #000 1px 1px 2px;*/
				}
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        /*background: url('../images/grad_left.png') repeat-y;*/
			}
			#grad_right {
		        right: 0;
		        /*background: url('../images/grad_right.png') repeat-y;*/
			}
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}

.four_images .left { width:50%; float:left; position: relative;}
.four_images .right { width:50%; float:left; position: relative;}
.four_images img { width:90%; padding:0 4% 0 6%; }
.four_images a.text { background:url(../images/blue-points.png) no-repeat left center; color:#0075C2; display:block; padding:0 4% 0 6%; font-size: 25px; line-height: 32px; font-weight: bold;}
.four_images p { position: absolute; bottom: -20px; left: 6%; background-color: rgba(0,117,194,0.7); padding: 3px 15px; color: #fff;}
@media (max-width: 992px){
	.four_images p { bottom: 0; }
}

.year_panel { text-align:right; }
.announcements-table .b { font-weight:bold; }
.announcements-table .bottom-buffer { margin-bottom:10px; }
.year_panel a, .announcements-table { font-size:16px; }

.news_year_tab { font-size:16px; }
.news_year_tab a { font-size:16px; }
.newsList  { font-size:16px; }
.newsList .bottom-buffer { margin-bottom:10px; }
.newsList .b { font-weight:bold; border-bottom:1px solid black; }



body._en .four_images a.text { font-size:20px; }
body._en .content_title { font-size:36px; }
body._en .header_below { padding:30px 0 10px 0; }
body._en .navbar-default .navbar-nav>li>a { text-align:center; }
body._en .navbar-default .navbar-nav>li>a.home { margin-top:10px; }
body._en .navbar-default .navbar-nav>li>a.about-company { width:100px; }
body._en .navbar-default .navbar-nav>li>a.news { padding-top:10px; }
body._en .navbar-default .navbar-nav>li>a.our-business { width:100px; }
body._en .navbar-default .navbar-nav>li>a.investor-relations { width:110px; }
body._en .navbar-default .navbar-nav>li>a.contact-us { width:90px; }
