@charset "utf-8";
/* CSS Document */

/* COMMON */
html, body {
	direction:rtl;	
	font-family:Arial;
	padding:0;
	margin:0;
	vertical-align:top;
}

html {
	transform: scale(0.92);
	-webkit-transform: scale(0.92);	
	-ms-transform: scale(0.92);	
    transform-origin: top center;
}

a img {border:none;}

#wrapper {
	height:100%;
	width:100%;
	text-align:center;	
}

#inner, #inner_tr {
	position:relative;
	height:736px;
	width:950px;
	margin:0 auto 0 auto;
	padding:0;
	vertical-align:top;
	background-color:#f2f2f2;
	z-index:1;			
}

#logo {
	display:block;
	position:absolute;
	top:16px;
	left:105px;
	height:60px;
	width:205px;
	background-color:rgba(0,0,0,0);
	z-index:3;
}

#logo_MOF {
	display:block;
	position:absolute;
	top:16px;
	left:40px;
	height:60px;
	width:45px;
	background-color:rgba(0,0,0,0);
	z-index:3;
}

#tip_screen 
{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align:center;
    background-color: white;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:0.5;
    filter: alpha(opacity=0.5);
}
#tip_wrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    text-align:center;
    z-index:1002;
}
#tip_content {
	position:relative;
	height:370px;
	width:580px;
    margin:160px auto auto auto;
    padding:20px;
    text-align:center;
	background:url(images/BgPanellTip.png) no-repeat center; 
    z-index:1003;
}
#tip_close {	
    position: absolute;
	width:38px;
	height:38px;
	top:38px;
	left:223px;
	cursor:pointer;
	/*background-color:rgba(0,0,0,0.05); /* temporary */
}

#tip_lamp_on {		
    position: absolute;
	width:95px;
	height:25px;
	top:30px;
	left:0px;
	background:url(images/TipLamp_On.png) no-repeat center bottom;
	z-index:2;
}

#tip_lamp_off {		
    position: absolute;
	width:95px;
	height:70px;
	top:-40px;
	left:0px;
	background:url(images/TipLamp_Off.png) no-repeat center top;
	z-index:1;
}

.tip_text {
	position: absolute;
	width:320px;
	top:80px;
	left:230px;
	text-align:right;
	font-family:"Arial";
	font-weight:normal;
	font-size:20px;
	line-height:21px;
	color:#58595b;
}

.tip_text_link {
	color:#1a3668;
	text-decoration:underline;
	cursor:pointer;
}

.tip_text_link:hover {
	text-decoration:none;
}

.tip_note {
	color:#e86f4b;
}

.tip_note_in_top_text {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#e86f4b;
	padding-right:0px;
	/*background:url(images/IconSmallLamp.png) no-repeat bottom right;*/
}

.tip_note_in_top_text img {
	display:inline-block;
	margin-bottom:-5px;
	cursor:pointer;
}

.tip_note_with_lamp {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#e86f4b;
	padding-right:35px;
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}

.tip_link {
	color:#e86f4b;
	font-weight:bold;
	cursor:pointer;
}

.tip_btn {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:30px;
	cursor:pointer;
	z-index:10;
}

.tooltip_text_panel {
	background:url(images/payAttention.png) no-repeat center right;
	margin-top:100px;
	padding-right:62px;
}

#footer {
	float:left;
	height:115px;
	width:950px;
	background:url(images/BgMain_03.png) no-repeat center;
	z-index:0;
}
#footer .btn {
	float:left;
	display:inline-block;
	height:60px;
	width:50px;
	margin-right:7px;
	cursor:pointer;
	/*background-color:rgba(0,0,0,0.05); /* temporary */
}
#page_ind {
	float:left;
	direction:ltr;
	margin:45px 10px 0 10px;
	height:40px;
	width:400px;
	text-align:center;
	vertical-align:middle;
	color:#e76e4b;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}

#contact_us {	
	float:left;
	margin:75px 0 0 10px;
}

#contact_us a, #contact_us a:visited {	
	font-size:18px;
	color:#0088cc;
}

#legend {
	float:right;
	margin:60px 50px 0 0;
	height:80px;
	width:450px;
	line-height:30px;
	text-align:right;
}

#legend img {
	display:inline-block;
}

.buttons {
	width:640px;
}
#btn_back, #btn_next, #btn_home, #btn_exit {
	display:inline-block;	
	height:39px;
	width:43px;
	padding:0;
	cursor:pointer;	
}
#btn_back {
	float:left;
	margin:70px 0 0 10px;
	background:url(images/BtnBack.png) no-repeat center;	
}
#btn_next {
	float:left;
	margin:70px 0 0 25px;
	background:url(images/BtnNext.png) no-repeat center;	
}
#btn_home {
	float:left;
	margin:70px 0 0 10px;
	background:url(images/BtnHome.png) no-repeat center;	
}
#btn_exit {
	float:left;
	margin:70px 0 0 10px;
	background:url(images/BtnExit.png) no-repeat center;	
}


/* PAGE - GENERAL */
#header {
	float:right;
	height:105px;
	width:555px;
	padding:20px 45px 0 350px;
	text-align:right;
	background:url(images/BgMain_01.png) no-repeat center; 
	font-size:36px;
	line-height:32px;
	letter-spacing: 0px;
	font-weight:bold;
	color:#e86f4b;
}
#header span {
	font-size:26px;
	letter-spacing:-1px;
	color:#414144;
}
.content_title {
	padding:35px 30px 0 10px;
	text-align:right;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px 1px #666;
}

#content {
	position:relative;
	float:left;
	height:476px;
	width:875px;
	padding:20px 50px 0 25px;
	text-align:right;
	background:url(images/BgMain_02.png) no-repeat center; 
	font-family:"Arial";
	font-weight:normal;
	font-size:20px;
	color:#58595b;
	z-index:1;
}

#btn_show_all_expl, #btn_hide_all_expl {
	position:absolute;
	height:32px;
	width:174px;
	line-height:32px;
	top:520px;
	left:25px;
	padding:2px 8px 2px 8px;
	border-radius:10px;
	box-shadow: 2px 3px 0px #afaeb4;
	background-color:#4093c5;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
/* PAGE 1*/
.P1_Img1 {
	position:absolute;
	top:-125px;
	left:0px;
	margin:0;
}

.P1_Img2 {
	position:absolute;
	top:525px;
	left:67px;
}

.P1_StartBtn {
	position:absolute;
	top:565px;
	left:25px;
	height:38px;
	width:42px;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}

/* PAGE 2*/
.P2_Img1 {
	position:absolute;
	top:190px;
	left:30px;
	margin-top:10px;
}

/* PAGE 3*/
.P3_Img1 {
	position:absolute;
	top:115px;
	left:580px;
	cursor:pointer;
}

.P3_Img2 {
	position:absolute;
	top:115px;
	left:110px;
	cursor:pointer;
}

.P3_Speech1 {
	position:absolute;
	top:160px;
	left:310px;
	height:170px;
	width:295px;	
	background:url(images/SpeechArrow.png) no-repeat right;
}

.P3_Speech2 {
	position:absolute;
	top:160px;
	left:270px;
	height:170px;
	width:295px;	
	background:url(images/SpeechArrow.png) no-repeat left;
}

.P3_Speech1 .P3_SpeechInner {
	height:120px;
	width:240px;
	margin-right:25px;
	padding:20px 15px 20px 15px;
	text-align:center;	
	background-color:#e76e4b;
	color:#ffffff;
}

.P3_Speech2 .P3_SpeechInner {
	height:120px;
	width:240px;
	margin-left:25px;
	padding:20px 15px 20px 15px;
	text-align:center;	
	background-color:#e76e4b;
	color:#ffffff;
}

/* PAGE 4*/
.P4_Text1 {
	margin-left:200px;
}

.P4_BgImg {
	position:absolute;
	top:193px;
	left:0px;
	margin-top:10px;
}
.P4_Img1 {
	position:absolute;
	top:230px;
	left:50px;
	margin-top:10px;
}

.P4_Img2 {
	position:absolute;
	top:175px;
	left:50px;
	margin-top:10px;
}

/* PAGE 5*/
.P5_Text1 {
	margin-left:100px;
}

.P5_Img1 {
	position:absolute;
	top:193px;
	left:0px;
	margin-top:10px;
}

/* PAGE 6*/
.P6_Img1 {
	position:absolute;
	top:130px;
	left:130px;
	margin-top:10px;
}
.P6_Img2 {
	position:absolute;
	top:130px;
	left:525px;
	margin-top:10px;
}

.P6_Panel1 {
	position:absolute;
	width:650px;
	top:380px;
	left:130px;
	margin-top:10px;
}

.P6_Panel1 #select_state {
	float:left;
	margin-left:30px;
	text-align:right;
	direction:rtl;
	font-size:20px;
	color:#58595b;
}

.P6_Panel1 #select_product {
	float:right;
	margin-right:10px;
	text-align:right;
	direction:rtl;
	font-size:20px;
	color:#58595b;
}

/* PAGE 2*/
.P7_Text1 {
	float:right;
	line-height:30px;
}

.P7_TextPanel, .P7_TextPanelWithBorder {
	margin-left:250px;
	padding-right:0px;
	line-height:24px;
}
.P7_TextPanelWithBorder {
	padding:10px 25px 10px 25px;
	border:solid 3px #cd332c;
	border-radius:15px;
}

.P7_Img1 {
	position:absolute;
	top:222px;
	left:52px;
	margin-top:10px;
}

.P7_IconQuestion {
	display:inline-block;	
	height:30px;
	width:30px;
	margin:0 12px -8px 10px;
	padding:0;
}

.P7_IconLamp {
	display:inline-block;	
	height:55px;
	width:55px;
	margin:0 0 -16px 0;
	padding:0;	
}

.P7_TextBottom {
	position:absolute;
	top:467px;
	left:275px;
	width:620px;
	font-size:15px;
	line-height:13px;
	padding-top:5px;
	border-top:solid 1px #494235;
}

/* PAGE 8*/
.P8_Img1 {
	position:absolute;
	top:290px;
	left:35px;
	margin-top:10px;
}

.P8_Img2 {
	position:absolute;
	top:200px;
	left:250px;
	margin-top:10px;
}

.P8_Img3 {
	position:absolute;
	top:180px;
	left:15px;
}

.P8_Img4 {
	position:absolute;
	top:135px;
	left:190px;
}

.P8_Phrase1 {
	position:absolute;
	top:0px;
	left:60px;
	margin-top:10px;
}

.P8_Phrase2 {
	position:absolute;
	top:30px;
	left:370px;
	margin-top:10px;
}

.P8_Phrase3 {
	position:absolute;
	top:85px;
	left:140px;
	margin-top:10px;
}

.P8_Phrase4 {
	position:absolute;
	top:105px;
	left:470px;
	margin-top:10px;
}

.P8_Phrase5 {
	position:absolute;
	top:160px;
	left:35px;
	margin-top:10px;
}

.P8_Phrase6 {
	position:absolute;
	top:210px;
	left:390px;
	margin-top:10px;
}

.P8_Phrase7 {
	position:absolute;
	top:315px;
	left:455px;
	margin-top:10px;
}

.P8_Phrase8 {
	position:absolute;
	top:380px;
	left:320px;
	margin-top:10px;
}

/* PAGE 9*/
.P9_Img1 {
	position:absolute;
	top:16px;
	left:130px;
	margin-top:10px;
}

.P9_Img2 {
	position:absolute;
	top:260px;
	left:780px;
	margin-top:10px;
}

.P9_Img3 {
	position:absolute;
	top:260px;
	left:10px;
	margin-top:10px;
}

.P9_Speech1 {	
	position:absolute;
	top:120px;
	left:730px;
	width:160px;
	height:135px;
	padding:30px 7px 0px 3px;
	text-align:center;	
	background-color:#e76e4b;
	color:#ffffff;
	line-height:20px;	
	background:url(images/P9_BgSpeechRight.png) no-repeat center;
}

.P9_Speech2 {	
	position:absolute;
	top:125px;
	left:60px;
	width:158px;
	height:105px;
	padding:35px 6px 5px 6px;
	text-align:center;	
	background-color:#e76e4b;
	color:#ffffff;
	line-height:20px;	
	background:url(images/P9_BgSpeechLeft.png) no-repeat center;
	background-size:cover;
}

.P9_Speech2 span {
	color:#fedd00;
	text-decoration:underline;
	cursor:pointer;
}

.P9_ButtonPart1, .P9_ButtonPart2, .P9_ButtonPart3, .P9_ButtonPart4, .P9_ButtonPart5, .P9_ButtonPart6 {
	position:absolute;	
	cursor:pointer;
	background-color:rgba(0,0,0,0);
}
.P9_ButtonPart1 {
	top:155px;
	left:283px;
	width:440px;
	height:30px;
}
.P9_ButtonPart2 {
	top:195px;
	left:482px;
	width:240px;
	height:100px;
}
.P9_ButtonPart3 {
	top:195px;
	left:283px;
	width:140px;
	height:45px;
}
.P9_ButtonPart4 {
	top:250px;
	left:283px;
	width:140px;
	height:45px;
}
.P9_ButtonPart5 {
	top:310px;
	left:283px;
	width:440px;
	height:55px;
}
.P9_ButtonPart6 {
	top:460px;
	left:406px;
	width:185px;
	height:33px;
}

/* PAGE 10 */
.P10_TopText {
	margin:-20px -10px 0 65px;
	padding:10px 10px 10px 5px;
	font-size:18px;
	border:dashed 2px #e96f54;
	border-radius:15px;
}
.P10_TextSep {
	width:850px;
	height:25px;
	background:url(images/BgText.png) no-repeat center bottom;
}
.P10_Table1 {
	position:absolute;
	top:80px;
	left:70px;
	width:820px;
	height:420px;
	background:url(images/P10_TableBase.png) no-repeat center;
}

.P10_IconQuestion1, .P10_IconQuestion2, .P10_IconQuestion3, .P10_IconQuestion4 {
	position:absolute;
	height:35px;
	width:26px;
	left:405px;
	padding:0;
	background:url(images/BtnSmallQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P10_IconQuestion1 {
	top:90px;	
}
.P10_IconQuestion2 {
	top:173px;	
}
.P10_IconQuestion3 {
	top:280px;	
}
.P10_IconQuestion4 {
	top:330px;	
}

.P10_Expl1, .P10_Expl2, .P10_Expl3, .P10_Expl4 {
	position:absolute;
	width:398px;
	left:0px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
	z-index:0;
}
.P10_Expl1 {
	width:363px;
	top:87px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
	padding-bottom: 4px;
}
.P10_Expl2 {
	width:363px;
	top:170px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
	padding-bottom: 4px;
}
.P10_Expl3 {
	width:363px;
	top:277px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
	padding-bottom: 4px;
}
.P10_Expl4 {
	width:428px;
	padding:0 5px 0 5px;
	top:330px;
}

.P10_Table1 .tip_note {

}

.IconSmallLamp {
	display:inline-block;	
	height:30px;
	width:30px;
	margin:0 0 -5px 0;
	padding:0;
	background:url(images/IconSmallLamp.png) no-repeat center;	
}

/* PAGE 11 */
.P11_TopText {
	margin:-20px -20px 0 65px;
	padding:5px 10px 5px 5px;
	font-size:18px;
	border:dashed 2px #e96f54;
	border-radius:15px;
}

.P11_Table1 {
	position:absolute;
	top:80px;
	left:60px;
	width:841px;
	height:421px;
	background:url(images/P11_TableBase.png) no-repeat center;
}

.P11_IconQuestion1, .P11_IconQuestion2, .P11_IconQuestion3, .P11_IconQuestion4, .P11_IconQuestion5, .P11_IconQuestion6, .P11_IconQuestion7, .P11_IconQuestion8, .P11_IconQuestion9, .P11_IconQuestion10 {
	position:absolute;
	height:35px;
	width:22px;
	left:455px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P11_IconQuestion1 { top:74px; }
.P11_IconQuestion2 { top:107px; }
.P11_IconQuestion3 { top:139px; }
.P11_IconQuestion4 { top:191px; }
.P11_IconQuestion5 { top:224px; }
.P11_IconQuestion6 { top:256px; }
.P11_IconQuestion7 { top:288px; }
.P11_IconQuestion8 { top:321px; }
.P11_IconQuestion9 { top:354px; }
.P11_IconQuestion10 { top:386px; }

.P11_Expl1, .P11_Expl2, .P11_Expl3, .P11_Expl4, .P11_Expl5, .P11_Expl6, .P11_Expl7, .P11_Expl8, .P11_Expl9, .P11_Expl10 {
	position:absolute;
	width:440px;
	left:0px;
	padding:1px 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P11_Expl1 { top:75px; }
.P11_Expl2 { top:108px; }
.P11_Expl3 { top:140px; }
.P11_Expl4 { top:192px; }
.P11_Expl5 { top:225px; }
.P11_Expl6 { top:257px; }
.P11_Expl7 { top:289px; }
.P11_Expl8 { top:322px; }
.P11_Expl9 { top:355px; }
.P11_Expl10 { top:387px; }

.P11_Expl1 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:405px; }
.P11_Expl6 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:405px; }
.P11_Expl7 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:405px; }

.P11_FormulaPanel, .P11_ExtPanel {
	position:absolute;
	height:537px;
	width:950px;
	left:0px;
	top:-11px;	
	z-index:3;
}

.P11_ExtPanel {background:url(images/P11_ExtImg.png) no-repeat center; }

#formula_panel_close, #ext_panel_close {	
    position: absolute;
	width:40px;
	height:40px;
	top:13px;
	left:163px;
	cursor:pointer;
}

#ext_panel_text {
	position: absolute;
	width:525px;
	height:250px;
	top:120px;
	left:225px;
	text-align:right;
}

/* PAGE 12 */
.P12_Table1 {
	position:absolute;
	top:65px;
	left:55px;
	width:841px;
	height:151px;
	background:url(images/P12_TableBase.png) no-repeat center;
}

.P12_IconQuestion1, .P12_IconQuestion2, .P12_IconQuestion3 {
	position:absolute;
	height:35px;
	width:22px;
	left:495px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P12_IconQuestion1 {
	top:45px;	
}
.P12_IconQuestion2 {
	top:80px;	
}
.P12_IconQuestion3 {
	top:115px;	
}

.P12_Expl1, .P12_Expl2, .P12_Expl3 {
	position:absolute;
	width:473px;
	left:0px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P12_Expl1 {
	top:47px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}
.P12_Expl2 {
	top:82px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}
.P12_Expl3 {
	top:117px;
	width:503px;
	padding:0 5px 0 5px;	
}

.P12_Expl1, .P12_Expl2 { width:438px; }

.P12_Img1 {
	position:absolute;
	top:200px;
	left:5px;
}

.P12_ShowVideoBtn {
	position:absolute;
	top:278px;
	left:205px;
	height:25px;
	width:75px;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}

.P12_BrownNote {
	position:absolute;
	top:77px;
	left:518px;
	width:170px;
	height:112px;
	padding:33px 0 0 0;
	text-align:center;
	background:url(images/P12_BgBrownNote.png) no-repeat;
	background-size:cover;
	font-size:15px;
	line-height:15px;
	color:#ffffff;
}

.P12_BrownNote .tip_note_with_lamp, .P12_BrownNote .tip_link {
	color:#000000;
	line-height:15px;
	text-align:right;
}

.P12_VideoPanel {
	position:absolute;
	height:537px;
	width:950px;
	left:0px;
	top:-11px;	
	background:url(images/BgContent.png) no-repeat center;
	z-index:3;
}

#video_panel_close {	
    position: absolute;
	width:38px;
	height:38px;
	top:13px;
	left:43px;
	cursor:pointer;
}

/* PAGE 13 */
.P13_Img1 {
	position:absolute;
	top:220px;
	left:30px;
}

.P13_Img2 {
	position:absolute;
	top:120px;
	left:190px;
}

/* PAGE 14 */
.P14_TopText {
	font-size:18px;
	padding-left:150px;
}

.P14_Table1 {
	position:absolute;
	top:140px;
	left:55px;
	width:841px;
	height:166px;
	background:url(images/P14_TableBase.png) no-repeat center;
}

.P14_IconQuestion1 {
	position:absolute;
	height:35px;
	width:22px;
	left:515px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P14_IconQuestion1 {
	top:52px;
}

.P14_Expl1 {
	position:absolute;
	width:468px;
	left:0px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}

.P14_Expl1 {
	top:53px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}


/* PAGE 15 */
.P15_TopText {
	font-size:18px;
	padding-left:150px;
}

.P15_Table1 {
	position:absolute;
	top:65px;
	left:25px;
	width:871px;
	height:431px;
	background:url(images/P15_TableBase.png) no-repeat center;
}

.P15_IconQuestion1, .P15_IconQuestion2, .P15_IconQuestion3, .P15_IconQuestion4, .P15_IconQuestion5, .P15_IconQuestion6 {
	position:absolute;
	height:35px;
	width:22px;
	top:95px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P15_IconQuestion1 { left:810px; }
.P15_IconQuestion2 { left:705px; }
.P15_IconQuestion3 { left:495px; }
.P15_IconQuestion4 { left:390px; }
.P15_IconQuestion5 { left:285px; }
.P15_IconQuestion6 { left:180px; }

.P15_Expl1, .P15_Expl2, .P15_Expl3, .P15_Expl4, .P15_Expl5, .P15_Expl6, .P15_Expl7 {
	position:absolute;
	width:100px;
	top:92px;
	padding:0 3px 0 2px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}

.P15_Expl7 {
	width:127px;
	height:195px;
	padding:60px 6px 0 4px;
	text-align:center;
	background:url(images/P15_SpeechBg.png) no-repeat center;
}

.P15_Expl1 { left:765px; }
.P15_Expl2 { left:660px; }
.P15_Expl3 { left:450px; }
.P15_Expl4 { left:345px; }
.P15_Expl5 { left:240px; }
.P15_Expl6 { left:135px;line-height:14px; }
.P15_Expl7 { 
	left:0px;
	top:85px;
	color:#ffffff; 
}

.P15_Expl3, .P15_Expl6 {
	margin-top:40px;
}

.P15_Expl3 .tip_note, .P15_Expl6 .tip_note, .P15_Expl7 .tip_note { 
	display:inline-block;
	background:url(images/IconSmallLamp.png) no-repeat bottom left;
	padding-bottom:3px; 
}

.P15_Expl7 .tip_note {
	text-align:right;
}

.P15_Expl7 .tip_note, .P15_Expl7 .tip_link {
	color:#000000;
}

/* PAGE 16 */
.P16_Table1 {
	position:absolute;
	top:65px;
	left:60px;
	width:841px;
	height:415px;
	background:url(images/P16_TableBase.png) no-repeat center;
}

.P16_Expl1 {
	position:absolute;
	width:165px;
	left:15px;
	top:105px;
	padding:0 5px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#ffffff;
}

.P16_Expl1 .tip_note { 
	display:inline-block;
	background:url(images/IconSmallLamp.png) no-repeat bottom left;
	padding-bottom:3px;
}

.P16_Expl1 .tip_link, .P16_Expl1 .tip_note {
	color:#000000;
}

/* PAGE 17 */
.P17_TopText {
	font-size:18px;
	padding-left:150px;
}

.P17_Table1 {
	position:absolute;
	top:130px;
	left:55px;
	width:841px;
	height:240px;
	background:url(images/P17_TableBase.png) no-repeat center;
}

/* PAGE 18 */
.P18_Table1 {
	position:absolute;
	top:65px;
	left:155px;
	width:741px;
	height:410px;
	background:url(images/P18_TableBase.png) no-repeat center;
}

.P18_Expl1 {
	position:absolute;
	width:125px;	
	top:97px;	
	left:83px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	background:url(images/IconSmallLamp.png) no-repeat top right;
}

/* PAGE 19 */
.P19_Img1 {
	position:absolute;
	top:250px;
	left:15px;
	z-index:3;
}

.P19_Img2 {
	position:absolute;
	top:180px;
	left:125px;
	z-index:3;
}

.P19_TipsSummary {
	position: absolute;
	width:600px;
	top:5px;
	left:290px;		
}

.P19_TipBtn, .P19_TipBtnDark {
	height:22px;
	margin-bottom:8px;
	padding-right:35px;
	cursor:pointer;		
}
.P19_TipBtn {
	background:url(images/IconSmallLampLight.png) no-repeat center right;
}
.P19_TipBtnDark {
	background:url(images/IconSmallLampDark.png) no-repeat center right;
}

/* PAGE 20 */
.P20_Img1 {
	position:absolute;
	top:310px;
	left:45px;
}

.P20_Img2 {
	position:absolute;
	top:165px;
	left:150px;
}

.P20_Img3 {
	position:absolute;
	top:100px;
	left:380px;
	cursor:pointer;
}

.P20_Img4 {
	position:absolute;
	top:100px;
	left:540px;
	cursor:pointer;
}

.P20_Img5 {
	position:absolute;
	top:100px;
	left:700px;
	cursor:pointer;
}

/* PAGE 21 */
.P21_Img1 {
	position:absolute;
	top:310px;
	left:35px;
}

.P21_Img2 {
	position:absolute;
	top:70px;
	left:350px;
}

.P21_LinkBtn1, .P21_LinkBtn2 {
	display:block;
	position:absolute;
	height:22px;
	width:255px;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
}
.P21_LinkBtn1 {
	top:215px;
	left:400px;
	width:255px;
}
.P21_LinkBtn2 {
	top:286px;
	left:452px;
	width:150px;
}

/* PAGE 22*/
.P22_Img1 {
	position:absolute;
	top:-125px;
	left:0px;
	margin:0;
}

.P22_BackBtn {
	position:absolute;
	top:565px;
	left:78px;
	height:38px;
	width:42px;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}

/* PAGE 23*/
.P23_Phrase1,  {
	position:absolute;
	top:0px;
	left:60px;
}

.P23_Phrase2 {
	position:absolute;
	top:60px;
	left:170px;
}

.P23_Phrase3 {
	position:absolute;
	top:110px;
	left:340px;
}

.P23_Phrase4 {
	position:absolute;
	top:180px;
	left:470px;
}

.P23_Phrase5 {
	position:absolute;
	top:160px;
	left:35px;
}

.P23_Phrase6 {
	position:absolute;
	top:250px;
	left:390px;
}

.P23_Phrase7 {
	position:absolute;
	top:375px;
	left:455px;
}

/* PAGE 24*/
.P24_Panel1, .P24_Panel2  {
	position:absolute;	
	left:380px;
	width:420px;
}
.P24_Panel1 { top:23px; }
.P24_Panel2 { top:155px; }

.P24_Panel3  {
	position:absolute;
	top:350px;
	left:500px;
	width:240px;
}

.P24_Img1 {
	position:absolute;
	top:180px;
	left:40px;
}
.P24_Img2 {
	position:absolute;
	top:20px;
	left:825px;
}
.P24_Img3 {
	position:absolute;
	top:155px;
	left:820px;
}
.P24_Img4 {
	position:absolute;
	top:315px;
	left:330px;
	cursor:pointer;
}

/* PAGE 25*/
.P25_ButtonPart1, .P25_ButtonPart2, .P25_ButtonPart3, .P25_ButtonPart4, .P25_ButtonPart5, .P25_ButtonPart6 {
	position:absolute;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
}
.P25_ButtonPart1 {
	top:125px;
	left:263px;
	width:475px;
	height:30px;
}
.P25_ButtonPart2 {
	top:168px;
	left:482px;
	width:255px;
	height:110px;
}
.P25_ButtonPart3 {
	top:168px;
	left:263px;
	width:155px;
	height:50px;
}
.P25_ButtonPart4 {
	top:226px;
	left:263px;
	width:155px;
	height:50px;
}
.P25_ButtonPart5 {
	top:294px;
	left:263px;
	width:475px;
	height:70px;
}
.P25_ButtonPart6 {
	top:444px;
	left:398px;
	width:190px;
	height:33px;
}


/* PAGE 26 */
.P26_TopText {
	font-size:18px;
}
.P26_Table1 {
	position:absolute;
	top:80px;
	left:70px;
	width:820px;
	height:420px;
	background:url(images/P26_TableBase.png) no-repeat center;
}

.P26_IconQuestion1, .P26_IconQuestion2, .P26_IconQuestion3, .P26_IconQuestion4, .P26_IconQuestion5, .P26_IconQuestion6 {
	position:absolute;
	height:35px;
	width:26px;
	left:405px;
	padding:0;
	background:url(images/BtnSmallQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P26_IconQuestion1 { top:90px; }
.P26_IconQuestion2 { top:170px; }
.P26_IconQuestion3 { top:215px; }
.P26_IconQuestion4 { top:260px; }
.P26_IconQuestion5 { top:310px; }
.P26_IconQuestion6 { top:360px; }

.P26_Expl1, .P26_Expl2, .P26_Expl3, .P26_Expl4, .P26_Expl5, .P26_Expl6 {
	position:absolute;
	width:428px;
	left:0px;
	padding:0 5px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P26_Expl1 {
	width:363px;
	padding:0 35px 4px 5px;
	top:86px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}
.P26_Expl2 { top:167px; }
.P26_Expl3 { top:213px; }
.P26_Expl4 { top:260px; }
.P26_Expl5 { top:306px; }
.P26_Expl6 { top:360px; }

.IconSmallLamp {
	display:inline-block;	
	height:30px;
	width:30px;
	margin:0 0 -5px 0;
	padding:0;
	background:url(images/IconSmallLamp.png) no-repeat center;	
}

/* PAGE 27 */
.P27_Table1 {
	position:absolute;
	top:110px;
	left:60px;
	width:841px;
	height:389px;
	background:url(images/P27_TableBase.png) no-repeat center;
}

.P27_IconQuestion1, .P27_IconQuestion2, .P27_IconQuestion3, .P27_IconQuestion4, .P27_IconQuestion5, .P27_IconQuestion6, .P27_IconQuestion7, .P27_IconQuestion8, .P27_IconQuestion9 {
	position:absolute;
	height:35px;
	width:22px;
	left:455px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P27_IconQuestion1 { top:74px; }
.P27_IconQuestion2 { top:107px; }
.P27_IconQuestion3 { top:139px; }
.P27_IconQuestion4 { top:191px; }
.P27_IconQuestion5 { top:224px; }
.P27_IconQuestion6 { top:256px; }
.P27_IconQuestion7 { top:288px; }
.P27_IconQuestion8 { top:321px; }
.P27_IconQuestion9 { top:354px; }

.P27_Expl1, .P27_Expl2, .P27_Expl3, .P27_Expl4, .P27_Expl5, .P27_Expl6, .P27_Expl7, .P27_Expl8, .P27_Expl9, .P27_Expl10 {
	position:absolute;
	width:440px;
	left:0px;
	padding:1px 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P27_Expl1 { top:75px; }
.P27_Expl2 { top:108px; }
.P27_Expl3 { top:140px; }
.P27_Expl4 { top:192px; }
.P27_Expl5 { top:225px; }
.P27_Expl6 { top:257px; }
.P27_Expl7 { top:289px; }
.P27_Expl8 { top:323px; }
.P27_Expl9 { top:355px; }

.P27_Expl1 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:410px; }
.P27_Expl6 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:410px; }
.P27_Expl7 { background:url(images/IconSmallLamp.png) no-repeat bottom right;width:410px; }


/* PAGE 28 */
.P28_Table1 {
	position:absolute;
	top:65px;
	left:55px;
	width:841px;
	height:186px;
	background:url(images/P28_TableBase.png) no-repeat center;
}

.P28_IconQuestion1, .P28_IconQuestion2, .P28_IconQuestion3, .P28_IconQuestion4 {
	position:absolute;
	height:35px;
	width:22px;
	left:495px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P28_IconQuestion1 {
	top:45px;	
}
.P28_IconQuestion2 {
	top:80px;	
}
.P28_IconQuestion3 {
	top:115px;	
}
.P28_IconQuestion4 {
	top:150px;	
}

.P28_Expl1, .P28_Expl2, .P28_Expl3, .P28_Expl4 {
	position:absolute;
	width:503px;
	left:0px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P28_Expl1 {
	top:47px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}
.P28_Expl2 {
	top:82px;	
	background:url(images/IconSmallLamp.png) no-repeat bottom right;
}
.P28_Expl3 {
	top:117px;	
}
.P28_Expl4 {
	top:152px;	
}

.P28_Expl1, .P28_Expl2 { width:443px; }

.P28_Img1 {
	position:absolute;
	top:200px;
	left:5px;
}

.P28_ShowVideoBtn {
	position:absolute;
	top:312px;
	left:214px;
	height:25px;
	width:72px;
	cursor:pointer;
	background-color:rgba(0,0,0,0); 
}

/* PAGE 29 */
.P29_Table1 {
	position:absolute;
	top:140px;
	left:55px;
	width:841px;
	height:211px;
	background:url(images/P29_TableBase.png) no-repeat center;
}

/* PAGE 30 */
.P30_TopText {
	margin:-20px -10px 0 65px;
	padding:10px 10px 10px 5px;
	font-size:18px;
	border:dashed 2px #e96f54;
	border-radius:15px;
}

.P30_Table1 {
	position:absolute;
	top:65px;
	left:25px;
	width:871px;
	height:431px;
	background:url(images/P30_TableBase.png) no-repeat center;
}

.P30_IconQuestion1, .P30_IconQuestion2, .P30_IconQuestion3, .P30_IconQuestion4, .P30_IconQuestion5, .P30_IconQuestion6 {
	position:absolute;
	height:35px;
	width:22px;
	top:95px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P30_IconQuestion1 { left:810px; }
.P30_IconQuestion2 { left:625px; }
.P30_IconQuestion3 { left:525px; }
.P30_IconQuestion4 { left:420px; }
.P30_IconQuestion5 { left:315px; }
.P30_IconQuestion6 { left:210px; }

.P30_Expl1, .P30_Expl2, .P30_Expl3, .P30_Expl4, .P30_Expl5, .P30_Expl6, .P30_Expl7 {
	position:absolute;
	width:98px;
	top:92px;
	padding:0 0px 0 2px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}

.P30_Expl7 {
	width:127px;
	height:195px;
	padding:60px 4px 0 6px;
	text-align:center;
	background:url(images/P30_SpeechBg.png) no-repeat center;
}

.P30_Expl1 { left:767px; }
.P30_Expl2 { left:582px; }
.P30_Expl3 { left:477px; }
.P30_Expl4 { left:372px; }
.P30_Expl5 { left:267px;line-height:14px; }
.P30_Expl6 { left:162px; }
.P30_Expl7 {
	top:85px; 
	left:25px;
	color:#ffffff; 
}

.P30_Expl2, .P30_Expl5 {
	margin-top:40px;
}

.P30_Expl2 .tip_note, .P30_Expl5 .tip_note, .P30_Expl7 .tip_note { 
	display:inline-block;
	background:url(images/IconSmallLamp.png) no-repeat bottom left;
	padding-bottom:5px; 
}

.P30_Expl7 .tip_note {
	text-align:right;
}

.P30_Expl7 .tip_note, .P30_Expl7 .tip_link {
	color:#000000;
}

/* PAGE 31 */
.P31_Table1 {
	position:absolute;
	top:65px;
	left:60px;
	width:841px;
	height:415px;
	background:url(images/P31_TableBase.png) no-repeat center;
}

.P31_IconQuestion2, .P31_IconQuestion3 {
	position:absolute;
	height:35px;
	width:22px;
	top:85px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P31_IconQuestion2 { left:805px; }
.P31_IconQuestion3 { left:525px; }

.P31_Expl2, .P31_Expl3 {
	position:absolute;
	width:265px;
	top:95px;
	padding:0 3px 0 2px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}

.P31_Expl2 { left:562px; }
.P31_Expl3 { left:287px; }

.P31_BrownNote, .P16_BrownNote {
	position:absolute;
	top:77px;
	left:-15px;
	width:202px;
	height:119px;
	padding:55px 2px 0 0;
	text-align:center;
	background:url(images/P12_BgBrownNote.png) no-repeat;
	background-size:cover;
	font-size:15px;
	line-height:15px;
	color:#ffffff;
}

.P31_BrownNote .tip_note_with_lamp, .P31_BrownNote .tip_link, .P16_BrownNote .tip_note_with_lamp, .P16_BrownNote .tip_link {
	color:#000000;
	line-height:15px;
	text-align:right;
}


/* PAGE 32 */
.P32_TopText {
	font-size:18px;
	padding-left:150px;
}

.P32_Table1 {
	position:absolute;
	top:130px;
	left:55px;
	width:841px;
	height:205px;
	background:url(images/P32_TableBase.png) no-repeat center;
}

/* PAGE 33 */
.P33_TableWrapper {
	position:absolute;
	top:65px;
	left:65px;
	width:851px;
	height:440px;
	max-height:410px;
	text-align:left;
	overflow:auto;
}
.P33_Table1 {
	width:821px;
	height:741px;
	background:url(images/P33_TableBase.png) no-repeat center;
}

.P33_Expl1 {
	position:absolute;
	width:125px;	
	top:97px;	
	left:83px;
	padding:0 35px 0 5px;
	text-align:right;
	font-size:15px;
	line-height:15px;
	background:url(images/IconSmallLamp.png) no-repeat top right;
}

/* PAGE 35*/
.P35_Phrase1,  {
	position:absolute;
	top:0px;
	left:10px;
}

.P35_Phrase2 {
	position:absolute;
	top:100px;
	left:170px;
}

.P35_Phrase3 {
	position:absolute;
	top:180px;
	left:340px;
}

.P35_Phrase4 {
	position:absolute;
	top:300px;
	left:400px;
}

/* PAGE 38 */
.P36_ButtonPart1, .P36_ButtonPart2, .P36_ButtonPart3 {
	position:absolute;
	height:30px;
	cursor:pointer;
	background-color:rgba(0,0,0,0);
}
.P36_ButtonPart1 {
	top:175px;
	left:283px;
	width:435px;
}
.P36_ButtonPart2 {
	top:231px;
	left:283px;
	width:435px;
	height:65px;
}
.P36_ButtonPart3 {
	top:408px;
	left:375px;
	width:225px;
}


/* PAGE 37 */
.P37_Table1 {
	position:absolute;
	top:65px;
	left:55px;
	width:841px;
	height:221px;
	background:url(images/P37_TableBase.png) no-repeat center;
}

.P37_IconQuestion2 {
	position:absolute;
	height:35px;
	width:22px;
	left:495px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}

.P37_IconQuestion2 {
	top:45px;	
}

.P37_Expl1, .P37_Expl2 {
	position:absolute;
	width:503px;
	left:0px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P37_Expl1 {
	top:5px;
	height:35px;
	width:385px;
	line-height:35px;	
	background:url(images/IconSmallLamp.png) no-repeat top right;
}
.P37_Expl2 {
	top:55px;	
}


/* PAGE 38 */
.P38_Table1 {
	position:absolute;
	top:65px;
	left:55px;
	width:841px;
	height:428px;
	background:url(images/P38_TableBase.png) no-repeat center;
}

.P38_IconQuestion1, .P38_IconQuestion2, .P38_IconQuestion3, .P38_IconQuestion4, .P38_IconQuestion5 {
	position:absolute;
	height:35px;
	width:22px;
	top:125px;
	padding:0;
	background:url(images/BtnSmallerQuestion.png) no-repeat center;
	cursor:pointer;	
}
.P38_IconQuestion1 {
	left:720px;	
}
.P38_IconQuestion2 {
	left:510px;	
}
.P38_IconQuestion3 {
	left:300px;	
}
.P38_IconQuestion4 {
	left:90px;	
}	
.P38_IconQuestion5 {
	top:260px;
	left:510px;	
}

.P38_Expl1, .P38_Expl2, .P38_Expl3, .P38_Expl4, .P38_Expl5 {
	position:absolute;
	width:190px;
	top:125px;
	padding:0 5px 0 5px;
	font-size:15px;
	line-height:15px;
	color:#000000;
}
.P38_Expl1 {
	left:635px;	
}
.P38_Expl2 {
	left:425px;	
}
.P38_Expl3 {
	left:215px;	
}
.P38_Expl4 {
	left:5px;	
}

.P38_Expl5 {
	top:260px;
	left:425px;	
}

/* PAGE 39 */
.P39_TopText {
	font-size:18px;
	padding-left:150px;
}

.P39_Table1 {
	position:absolute;
	top:130px;
	left:55px;
	width:841px;
	height:205px;
	background:url(images/P39_TableBase.png) no-repeat center;
}

/* PAGE 40 */
.P40_Table1 {
	position:absolute;
	top:65px;
	left:65px;
	width:821px;
	height:410px;
	background:url(images/P40_TableBase.png) no-repeat center;
}

.P40_Expl1 {
	position:absolute;
	width:125px;	
	top:97px;	
	left:83px;
	padding:0 35px 0 5px;
	font-size:15px;
	line-height:15px;
	background:url(images/IconSmallLamp.png) no-repeat top right;
}