@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

html {
    background: #9ed8f5;
}

body {
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 140%;
    background: url(../images/nav_bg.png) no-repeat top;
}

p {
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #2d2d2d;
    line-height: 150%;
    margin-bottom: 20px;
}

#content li {
    font-size: 10pt;
}

#content ul {
    list-style-position: inside;
}

#content ol {
    list-style-position: inside;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

a:link {
    color: #29ABE2;
    text-decoration: none;
}

a:visited {
    color: #29ABE2;
    text-decoration: none;
}

a:hover {
    color: #29ABE2;
    text-decoration: underline;
}

a.active {
    color: #29ABE2;
    text-decoration: underline;
}

h1 {
    color: #004EA1;
    font-size: 24pt;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    margin-bottom: 13px;
    margin-top: 0px;
}

h2 {
    color: #004EA1;
    font-size: 19pt;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    margin-top: 0px;
    line-height: 110%;
}

h2 a:link {
    color: #004EA1;
    text-decoration: none;
}

h2 a:visited {
    color: #004EA1;
    text-decoration: none;
}

h2 a:hover {
    color: #29ABE2;
    text-decoration: none;
}

h3 {
    color: #007DCD;
    font-size: 14pt;
    margin-bottom: 10px;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 120%;
}

h4 {
    color: #007DCD;
    font-size: 14pt;
    margin-bottom: 10px;
}

h5 {
    color: #004EA1;
    font-size: 11pt;
}

.btn {
    background: #35BC4B;
    height: 30px;
    line-height: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background: #15AC56;
}

input.text {
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    border: 1px solid #666;
    height: 20px;
    padding: 0 5px;
    margin-left: 5px;
}

select {
    background: transparent;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 22px;
    margin-left: 5px;
}

textarea {
    margin-left: 5px;
    padding: 5px;
    margin-bottom: 10px;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
}

.center {
    text-align: center;
}

.red {
    color: #F00;
}

.yellow {
    background-color: #FFFF00;
}

table {
    font-size: 9pt;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    color: #000;
    background: url(../images/th_bg.png) bottom repeat-x #6CF;
    text-align: left;
    padding: 3px 8px 5px 8px;
}

th.td_right {
    text-align: right;
}

th.align_c {
    text-align: center;
}

.txt_center {
    text-align: center;
}

.large_num {
    font-size: 13pt;
    font-weight: bold;
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

th.bg_blue {
    color: #000;
    background: #6CF;
    text-align: left;
    padding: 3px 8px 0px 8px;
}

.table {
    font-size: 9pt;
    color: #2d2d2d;
    line-height: 180%;
    border: 1px solid #ccc;
}

.table td {
    border: 1px solid #ddd;
    padding: 3px 8px 5px 8px;
}
/*.table a:link {color: #646158; text-decoration: underline;}
.table a:visited {color: #646158; text-decoration: underline;}
.table a:hover {color: #646158; text-decoration: underline;}
.table a:active {color: #646158; text-decoration: underline;}*/

.table ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.table li {
    background: url(../images/pointer.png) left 8px no-repeat;
    padding-left: 10px;
}

.table tr:hover {
    background: #FFF5CC;
}

.others img {
    padding: 0 10px 0 20px;
}

.others td {
    padding-bottom: 10px;
    padding-top: 10px;
}

select {
    margin-right: 10px;
    font-size: 9pt;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.img-line {
    margin: 5px 0 5px 0;
}

.img-left {
    text-align: left;
    padding-right: 20px;
}

.img-left2 {
    text-align: left;
    padding-right: 40px;
}

.img-right {
    padding-left: 20px;
}

.light_blue {
    color: #0183C1;
}

.effective_blue {
    color: #0183C1;
    font-size: 11pt;
    font-weight: bold;
}

.light_blue_tit {
    float: left;
    color: #0183C1;
    padding-left: 10px;
}

.blue {
    color: #004EA1;
}

#bg_strip {
    float: left;
    width: 100%;
    background: url(../images/bg_Strip.png) repeat-x;
}

.center_box {
    margin: 0 auto;
    width: 80%;
    float: left;
    padding: 0 11% 0 9%;
}

.point {
    background: url(../images/point.png) no-repeat left;
    padding-left: 20px;
    padding-top: 3px;
    height: 27px;
    display: block;
}

#container {
    position: relative;
    width: 980px;
    height: auto;
    margin: 0 auto;
}

#container2 {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    background: none;
}
/* header */

#header {
    position: relative;
    width: 980px;
    height: 128px;
    display: block;
    margin: 0 auto;
}

#logo {
    float: left;
    width: 280px;
    height: 48px;
    margin-top: 20px;
}

#logo span {
    display: none;
}

#logo a {
    display: block;
    background: url(../images/logo.png) no-repeat;
    width: 280px;
    height: 48px;
    text-decoration: none;
}

#banner {
    float: left;
    width: 980px height: 370px;
    z-index: 1;
}
/* sub nav */

#sub_nav {
    float: right;
    width: 640px;
    height: auto;
    text-align: right;
    margin-top: 40px;
}

.eAlert {
    float: right;
    height: 20px;
    display: block;
    background: url(../images/email_icon.png) no-repeat left;
    padding-left: 25px;
    margin-right: 10px;
}

.language {
    float: right;
    height: 20px;
    display: block;
    background: url(../images/world_icon.png) no-repeat left;
    padding-left: 25px;
    margin-right: 10px;
    color: #777;
}

.related {
    float: right;
    height: 20px;
    display: block;
    background: url(../images/related_icon.png) no-repeat left;
    padding-left: 25px;
}

.gap {
    margin-right: 25px;
    margin-bottom: 0px;
}

.gap2 {
    margin-right: 5px;
    margin-bottom: 0px;
}

#sub_nav p {
    color: #777;
    padding: 0 0 0 3px;
    line-height: 180%;
}

#sub_nav a {
    color: #777;
    text-decoration: none;
}

#sub_nav a:hover {
    color: #004EA1;
    text-decoration: underline;
}

#sub_nav a.active {
    color: #004EA1;
    text-decoration: none;
}

#search {
    float: right;
    width: 180px;
    height: 20px;
    margin: -3px 0px 0 20px;
    background: url(../images/search.png) right no-repeat;
    padding: 2px 0 2px 4px;
    border: 1px #ccc solid;
    line-height: 100%;
}

#search .searchbox {
    float: left;
    width: 150px;
    height: 20px;
    background-color: transparent;
    border: 0;
    color: #999;
}

#search .button {
    width: 20px;
    background: none;
    height: 30px;
    border-radius: 0;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
    border: none;
}
/*slideshow*/
/*#slideshow {
	float: left;
	width:100%;
	height: auto;
	background:#fff;
}
#slideshow div {
	width:100%;
	height: 370px;
	text-align:center;
	overflow: auto;
}
*/
/*slideshow*/

#content {
    float: left;
    width: 890px;
    min-height: 400px;
    height: auto;
    background: #fff;
    padding: 0px 45px 35px 45px;
    z-index: 99;
}

#content .padding_left {
    margin-left: 30px;
}

#content_full {
    float: left;
    width: 1800px;
    height: auto;
    background: #fff;
    padding: 0px 45px 35px 45px;
    z-index: 99;
}

#pg_title {
    float: left;
    width: 890px;
    height: 48px;
    padding: 12px 45px 0 45px;
    background: url(../images/pg_title.png) no-repeat;
    margin-left: -45px;
    margin-bottom: 20px;
    z-index: 99999;
}

#pg_title h1 {
    text-transform: uppercase;
    margin-top: 0px;
}

#pg_title2 {
    float: left;
    width: 890px;
    height: auto;
    padding: 12px 45px 0 45px;
    background: url(../images/pg_title.png) no-repeat;
    margin-left: -45px;
    margin-bottom: 20px;
    z-index: 9999;
}

#pg_title2 h1 {
    text-transform: uppercase;
}

#bread {
    float: right;
    color: #888;
    text-align: right;
    font-size: 10pt;
    padding-bottom: 15px;
}

#bread a {
    color: #004EA1;
    text-decoration: none;
}

#bread a: hover {
    text-decoration: underline;
}

.left_bg {
    float: left;
    margin-left: -13px;
    background: url(../images/left_bg.png) no-repeat;
    width: 13px;
    height: 264px;
}

.right_bg {
    float: right;
    margin-right: -13px;
    background: url(../images/right_bg.png) no-repeat;
    width: 13px;
    height: 264px;
}

.left_bg2 {
    float: left;
    margin-left: -13px;
    background: url(../images/left_bg2.png) no-repeat #ccc;
    width: 13px;
    height: 264px;
    margin-top: 370px;
}

.right_bg2 {
    float: right;
    margin-right: -13px;
    background: url(../images/right_bg2.png) no-repeat;
    width: 13px;
    height: 264px;
    margin-top: 370px;
}

.home_date {
    color: #0068C6;
    padding-right: 24px;
}

.a {
    color: #4C4C4C;
}

#page {
    position: absolute;
    width: 471px;
    height: auto;
    z-index: 999;
    margin-top: -73px;
    top: 2px;
    background: url(../images/page_bg.png) no-repeat bottom;
    margin-left: 14px;
}

#page p {
    margin-bottom: 0;
}

#booking {
    float: left;
    width: 431px;
    height: 265px;
    padding: 15px 20px 0 20px;
}

#tabs {
    float: left;
    width: 472px;
    height: 33px;
    background: url(../images/btn1.png) no-repeat left;
}

#date_bx {
    float: left;
    width: 200px;
    height: 250px;
    background-color: #666;
}

#news {
    float: left;
    width: 600px;
    height: auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 18px;
}

#news p {
    margin-bottom: 15px;
}

#news a {
    color: #4C4C4C;
}

#news a:visited {
    color: #4C4C4C;
}

#news a:hover {
    color: #29ABE2;
    text-decoration: none;
}

#pricing {
    float: left;
    width: 600px;
    height: auto;
    margin: 0px;
    padding-top: 10px;
}

#pricing p {
    margin-bottom: 15px;
}

#pricing a {
    color: #4C4C4C;
}

#pricing a:visited {
    color: #4C4C4C;
}

#pricing a:hover {
    color: #29ABE2;
    text-decoration: none;
}

.more {
    float: right;
    width: 62px;
    height: 19px;
    margin-top: -2px;
}

.more span {
    display: none;
}

.more a {
    display: block;
    background: url(../images/more.png) bottom no-repeat;
    width: 62px;
    height: 19px;
    text-decoration: none;
}

.more a:hover {
    background: url(../images/more.png) top no-repeat;
}

#sub_box {
    position: relative;
    top: -0px;
    float: right;
    width: 235px;
    height: auto;
    background: url(../images/sub_box.png) no-repeat;
    margin-top: -390px;
    z-index: 99;
    margin-left: 35px;
    padding: 7px;
}

#sub_box h3 {
    color: #fff;
    font-size: 15pt;
    line-height: 110%;
    font-family: sans-serif;
    font-weight: bold;
}

#sub_1 {
    float: left;
    width: 233px;
    height: 140px;
    margin-bottom: 10px;
}

#sub_1 a {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/GasPrice.png) no-repeat right bottom #8cc63f;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#sub_1 a:hover {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/GasPrice.png) no-repeat right top #8cc63f;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
}

#sub_1 a:hover h3 {
    color: #5e880a;
}

#sub_2 {
    float: left;
    width: 233px;
    height: 140px;
    margin-bottom: 10px;
}

#sub_2 a {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/GasStation.png) no-repeat right bottom #19B2A0;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#sub_2 a:hover {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/GasStation.png) no-repeat right top #19B2A0;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
}

#sub_2 a:hover h3 {
    color: #037e6c;
}

#sub_3 {
    float: left;
    width: 233px;
    height: 140px;
    margin-bottom: 10px;
}

#sub_3 a {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/CSR.png) no-repeat right bottom #41C6E5;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#sub_3 a:hover {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/CSR.png) no-repeat right top #41C6E5;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
}

#sub_3 a:hover h3 {
    color: #1c8292;
}

#sub_4 {
    float: left;
    width: 233px;
    height: 140px;
}

#sub_4 a {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/Qulity.png) no-repeat right bottom #FF9B00;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#sub_4 a:hover {
    float: left;
    width: 223px;
    height: 85px;
    background: url(../images/Qulity.png) no-repeat right top #FF9B00;
    display: block;
    padding-top: 55px;
    padding-left: 10px;
    text-decoration: none;
}

#sub_4 a:hover h3 {
    color: #c16400;
}
/* TITLES */

.add_gasoline {
    background: url(../images/add_gasoline.png) no-repeat left;
    height: 23px;
    padding-left: 145px;
    padding-top: 16px;
    display: block;
}

.news_icon {
    background: url(../images/news_icon.png) no-repeat 0% 80%;
    padding-left: 25px;
}

.gas_icon {
    background: url(../images/gas_icon.png) no-repeat 0% 80%;
    padding-left: 25px;
}

.gas_l {
    font-size: 14pt;
    line-height: 130%;
}

.GasPrice1 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/GasPrice_1.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.GasPrice1 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.GasPrice2 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/GasPrice_2.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.GasPrice2 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.GasPrice3 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/GasPrice_3.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.GasPrice3 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.GasPrice4 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/GasPrice_4.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.GasPrice4 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.GasPrice5 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/GasPrice_5.png) no-repeat;
    text-align: center;
}

.GasPrice5 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.pricing {
    font-size: 20pt;
    padding-top: 30px;
}

.pricing2 {
    font-size: 20pt;
    padding-top: 24px;
}

.pricing_b {
    color: #007DCD;
    margin-top: -10px;
    font-weight: bold;
}

.Liquefied1 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/Liquefied_1.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.Liquefied1 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.Liquefied2 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/Liquefied_2.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.Liquefied2 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

.Liquefied3 {
    float: left;
    width: 175px;
    height: 236px;
    background: url(../images/Liquefied_3.png) no-repeat;
    text-align: center;
    margin-right: 3px;
}

.Liquefied3 h3 {
    color: #fff;
    font-size: 12pt;
    line-height: 140%;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-top: 15px;
}

#top_tabs {
    float: left;
    height: auto;
    width: 890px;
    clear: both;
    padding-top: 3px;
    z-index: 99;
}

.tabs_link {
    float: left;
    width: auto;
    height: 30px;
    margin-top: 1px;
    margin-right: 3px;
    list-style-type: none;
    display: inline;
    font-weight: bold;
    font-size: 9pt;
}

.tabs_link a {
    color: #4C4C4C;
    background: #E5E5E5;
    padding: 7px 15px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: 0px;
    text-decoration: none;
}

.tabs_link a:hover {
    color: #fff;
    background: #0068C6;
    padding: 7px 15px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    text-decoration: none;
}

.tabs_link a.active {
    color: #fff;
    background: #0068C6;
    padding: 7px 15px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    text-decoration: none;
}
/*********/

#btn1 {
    float: left;
    display: block;
    width: 94px;
    height: 33px;
    background: url(../images/btn1.png) no-repeat;
}

#btn1 a {
    display: block;
    width: 94px;
    height: 33px;
    text-decoration: none;
    background: url(../images/btn1.png) no-repeat;
}

#btn2 {
    float: left;
    display: block;
    width: 128px;
    height: 33px;
}

#btn2 {
    float: left;
    display: block;
    width: 128px;
    height: 33px;
}

#btn2 a {
    display: block;
    width: 128px;
    height: 33px;
    text-decoration: none;
    background: url(../images/btn2.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#btn2 a:hover {
    background: url(../images/btn2.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
}

#btn3 {
    float: left;
    display: block;
    width: 147px;
    height: 33px;
}

#btn3 a {
    display: block;
    width: 147px;
    height: 33px;
    text-decoration: none;
    background: url(../images/btn3.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#btn3 a:hover {
    background: url(../images/btn3.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
}

#btn4 {
    float: left;
    display: block;
    width: 102px;
    height: 33px;
}

#btn4 a {
    display: block;
    width: 102px;
    height: 33px;
    text-decoration: none;
    background: url(../images/btn4.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

#btn4 a:hover {
    background: url(../images/btn4.png);
    background-position: top;
    background-repeat: no-repeat;
    display: block;
}

.date {
    float: left;
    width: 100px;
}

.date p {
    color: #0068C6;
}

.date p {
    margin-bottom: 15px;
}

#headline {
    float: left;
    width: 500px;
}

#headline a {
    color: #4C4C4C;
}

#headline a:visited {
    color: #4C4C4C;
}

#headline a:hover {
    color: #29ABE2;
    text-decoration: none;
}

#headline p {
    margin-bottom: 15px;
}

#guarantee {
    float: left;
    width: 890px;
}

#guarantee a {
    color: #4C4C4C;
}

#guarantee a:visited {
    color: #4C4C4C;
}

#guarantee a:hover {
    color: #29ABE2;
    text-decoration: none;
}

#guarantee p {
    margin-bottom: 15px;
}

#results {
    float: left;
    width: 890px;
}

#results a {
    color: #29ABE2;
}

#results a:visited {
    color: #29ABE2;
}

#results a:hover {
    color: #29ABE2;
    text-decoration: underline;
}

#results p {
    margin-bottom: 15px;
    font-size: 12pt;
}

#results span {
    color: #2d2d2d;
    font-size: 10pt;
}

.found {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
    color: #999;
}

.no-found {
    padding-bottom: 12px;
    color: #999;
}

#news2 {
    float: left;
    width: 600px;
    height: auto;
}

#news2 a {
    color: #4C4C4C;
}

#news_yr h2 {
    color: #004EA1;
    font-size: 14pt;
    margin-bottom: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
}

#news_yr h2 a {
    color: #888;
    font-size: 14pt;
    margin-bottom: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
}

#news_yr h2 a:hover {
    color: #29ABE2;
    font-size: 14pt;
    margin-bottom: 13px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
}

#new_yr a {
    color: #999;
}

#new_yr a:hover {
    color: #999;
}

#news_yr h3 {
    color: #004EA1;
    font-size: 14pt;
    margin-bottom: 15px;
    font-family: "Microsoft JhengHei", "SimSun", sans-serif;
    font-weight: normal;
}

#news_yr {
    float: left;
    width: 120px;
    height: auto;
    margin-left: 40px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    padding-top: 0px;
    text-align: center;
    text-justify: newspaper;
}

#events {
    float: left;
    width: 890px;
    height: auto;
}

#events a {
    color: #4C4C4C;
}

#events_headline {
    float: left;
    width: 790px;
}

#events_headline a {
    color: #4C4C4C;
}

#events_headline a:visited {
    color: #4C4C4C;
}

#events_headline a:hover {
    color: #29ABE2;
    text-decoration: none;
}

#events_headline p {
    margin-bottom: 15px;
}

#pages {
    float: left;
    width: 100%;
    height: 25px;
    text-align: center;
    color: #999;
    word-spacing: 15px;
    margin-top: 10px;
    font-size: 10pt;
}

#pages a {
    font-size: 10pt;
    height: 25px;
    color: #29ABE2;
}

.prev {
    background: url(../images/prev.png) top left no-repeat;
    height: 25px;
    padding-left: 25px;
    padding-bottom: 2px;
    cursor: pointer;
    color: #29ABE2;
}

.next {
    background: url(../images/next.png) top right no-repeat;
    height: 25px;
    padding-right: 25px;
    padding-bottom: 2px;
}

.arrow {
    background: url(../images/next.png) top left no-repeat;
    height: 25px;
    padding-left: 25px;
    padding-bottom: 2px;
    cursor: pointer;
    color: #29ABE2;
}
.arrow.back{
    background: url(../images/prev.png) top right no-repeat;
    height: 25px;
    padding-left: 25px;
    padding-bottom: 2px;
    cursor: pointer;
    color: #29ABE2;
}

#history {
    float: left;
    width: auto;
    height: auto;
    background: url(../images/history_dots.png) 3% top repeat-y;
}

#history1 {
    float: left;
    width: 70px;
    text-align: left;
    padding-right: 20px;
    background: url(../images/history_arrow.png) right no-repeat #fff;
    padding-top: 5px;
    padding-bottom: 7px;
}

#history1 h3 {
    margin-bottom: 0px;
}

#history2 {
    float: left;
    width: 785px;
    padding-left: 15px;
    padding-top: 5px;
}

#footer {
    float: left;
    width: 890px;
    height: auto;
    padding-top: 40px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 10pt;
    color: #fff;
    background: url(../images/footer.png) repeat-x top #004EA1;
    padding-bottom: 0px;
}

#footer span {
    font-size: 11pt;
    font-weight: bold;
}

#footer .box {
    float: left;
    border-right: 2px dotted #fff;
    width: auto;
    margin-right: 40px;
    padding-right: 40px;
    color: #fff;
    height: 250px;
}

#footer .box2 {
    float: left;
    width: auto;
    padding-right: 40px;
    color: #fff;
    height: 250px;
}

#footer .box3 {
    float: right;
    width: 47px;
    padding-left: 10px;
    height: auto;
}

#footer p {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.fb a {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/fb_icon.png) no-repeat left;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.fb a:hover {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/fb_icon.png) no-repeat right;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.youtube a {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/youtube_icon.png) no-repeat left;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.youtube a:hover {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/youtube_icon.png) no-repeat right;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.mobile a {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/mobile_icon.png) no-repeat left;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.mobile a:hover {
    float: left;
    width: 46px;
    height: 46px;
    background: url(../images/mobile_icon.png) no-repeat right;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.note {
    font-size: 9pt;
    padding-top: 10px;
}

.space {
    line-height: 80%;
}

.top a {
    float: right;
    width: 46px;
    height: 46px;
    background: url(../images/top.png) no-repeat left;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.top a:hover {
    float: right;
    width: 46px;
    height: 46px;
    background: url(../images/top.png) no-repeat right;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
}

#FooterInfo {
    float: left;
    width: auto;
    margin-right: 62px;
    margin-top: 20px;
    color: #fff;
}

form.formular {
    width: 100%;
    margin-bottom: 50px
}

form.formular div.title {
    float: left;
    width: 8%;
    font-size: 12px;
    text-align: right;
}

.formular fieldset {
    border: 1px solid #B5B8C8;
}

form.formular label {
    padding: 10px 0;
    display: block;
    width: 100%;
    clear: both
}

.formular legend {
    font-size: 12px;
    color: #15428B;
    font-weight: 900;
}

.formular fieldset label {
    float: none;
    text-align: inherit;
    display: block;
}

.formular input,
.formular select,
.formular textarea {
    display: block;
    float: left;
    width: 300px;
    padding: 3px 8px 3px 3px;
    /* this breaks relative positioning */
}

.select_bg {
    background: url(../images/select_bg.png) repeat-x;
    height: 24px;
    padding-right: 3px;
}

.formular .text-input {
    width: 295px;
    color: #555;
    padding: 3px;
    border: 1px solid #ccc;
    /*background: #FFF repeat-x;*/

    background: url(../images/select_bg.png);
    margin-left: 5px;
}

.formular .text-input2 {
    width: 112px;
    color: #555;
    padding: 3px;
    border: 1px solid #ccc;
    /*background: #FFF repeat-x;*/

    background: url(../images/select_bg.png);
    margin-left: 5px;
}

.formular textarea {
    width: 500px;
    height: 300px;
    border: 1px solid #ccc;
    color: #555;
    padding: 4px;
}

.formular .infos {
    background: #FFF;
    color: #333;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
}

.formular span.checkbox,
.formular .checkbox,
.formular .radio {
    display: inline;
}

.formular.submit {
    border: 1px solid #AAA;
    padding: 4px 20px;
    float: right;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.formular .sendbtn {
    position: relative;
    left: 75px;
    top: 10px;
}

.formular .sendbtn input {
    margin-right: 10px;
}

.formular hr {
    clear: both;
    visibility: hidden;
}

.formular .fc-error {
    width: 350px;
    color: #555;
    padding: 4px;
    border: 1px solid #B5B8C8;
    font-size: 12px;
    margin-bottom: 15px;
    background: #FFEAEA;
}
/* Z-INDEX */

.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.formErrorInsideDialog.formError {
    z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
    z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    top: 15px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    padding: 3px
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    top: 15px
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

#hookError {
    float: left;
    color: red;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 20px;
}

.tit_icon1 {
    background: url(../images/about_tit.png) top left no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
}

.tit_icon2 {
    background: url(../images/gas_icon.png) top left no-repeat;
    padding-left: 25px;
    padding-bottom: 3px;
}

.tit_icon3 {
    background: url(../images/energy_tit.png) top left no-repeat;
    padding-left: 30px;
    padding-bottom: 15px;
}

.tit_icon4 {
    background: url(../images/green_tit.png) top left no-repeat;
    padding-left: 30px;
    padding-bottom: 15px;
}

.tit_icon6 {
    background: url(../images/news_icon.png) top left no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
}

.tit_icon5 {
    background: url(../images/ir_tit.png) left no-repeat;
    padding-left: 25px;
}

.tit_icon7 {
    background: url(../images/contact_tit.png) top left no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
}

.tit_icon8 {
    background: url(../images/result_tit.png) top left no-repeat;
    padding-left: 25px;
}

#plus {
    float: left;
    width: 38px;
    height: 135px;
    background: url(../images/plus_icon.jpg) no-repeat 50% 50%;
    display: block;
    margin-top: 57px;
}

#equal {
    float: left;
    width: 35px;
    height: 135px;
    background: url(../images/equal_icon.jpg) no-repeat 50% 50%;
    display: block;
    margin-top: 57px;
}

#csr1 {
    float: left;
    width: 136px;
    height: 135px;
    text-align: center;
    background: url(../images/CSR_1.png) no-repeat;
    display: block;
    margin-top: 57px;
}

#csr1 h2 {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    line-height: 110%;
}

#csr1 a:link {
    width: 136px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    padding-top: 55px;
    display: block;
}

#csr1 a:visited {
    color: #fff;
    text-decoration: none;
}

#csr2 {
    float: left;
    width: 136px;
    height: 135px;
    text-align: center;
    background: url(../images/CSR_2.png) no-repeat;
    display: block;
    margin-top: 57px;
}

#csr2 h2 {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    line-height: 110%;
}

#csr2 a:link {
    width: 136px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    padding-top: 55px;
    display: block;
}

#csr2 a:visited {
    color: #fff;
    text-decoration: none;
}

#csr3 {
    float: left;
    width: 136px;
    height: 135px;
    text-align: center;
    background: url(../images/CSR_3.png) no-repeat;
    display: block;
    margin-top: 57px;
}

#csr3 h2 {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    line-height: 110%;
}

#csr3 a:link {
    width: 136px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    padding-top: 55px;
    display: block;
}

#csr3 a:visited {
    color: #fff;
    text-decoration: none;
}

#csr4 {
    float: left;
    width: 136px;
    height: 135px;
    text-align: center;
    background: url(../images/CSR_4.png) no-repeat;
    display: block;
    margin-top: 57px;
}

#csr4 h2 {
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    line-height: 110%;
}

#csr4 a:link {
    width: 136px;
    height: 80px;
    color: #fff;
    text-decoration: none;
    padding-top: 55px;
    display: block;
}

#csr4 a:visited {
    color: #fff;
    text-decoration: none;
}

#csr5 {
    float: left;
    width: 182px;
    height: 201px;
    text-align: center;
    background: url(../images/CSR_5.png) no-repeat;
    display: block;
}

.csr_tit {
    margin-bottom: -30px;
}

#procedure {
    float: left;
    width: 890px;
    height: 156px;
    display: block;
    background: url(../images/Procedure.png) no-repeat;
}

#procedure1 {
    float: left;
    width: 164px;
}

#procedure1 h3 {
    color: #fff;
    font-size: 14pt;
    line-height: 140%;
    font-weight: normal;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-left: 32px;
    padding-top: 50px;
}

#procedure2 {
    float: left;
    width: 172px;
}

#procedure2 h3 {
    color: #fff;
    font-size: 14pt;
    line-height: 140%;
    font-weight: normal;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-left: 52px;
    padding-top: 50px;
}

#procedure3 {
    float: left;
    width: 172px;
}

#procedure3 h3 {
    color: #fff;
    font-size: 14pt;
    line-height: 140%;
    font-weight: normal;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    padding-left: 52px;
    padding-top: 50px;
}

.color1 {
    color: #90C630;
}

.color2 {
    color: #19B2A0;
}

.color3 {
    color: #41C6E5;
}

.color4 {
    color: #F2501D;
}

.color5 {
    color: #FF9B00;
}

div.capty-caption {
    float: left;
    width: 100%;
    background-color: #FF9B00;
    color: #fff;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font: 10pt;
    padding-left: 10px;
    padding-top: 5px;
}

div.capty-caption a {
    color: #318DAD;
    font-family: "Microsoft JhengHei", "SimSun", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    text-shadow: none;
}

#lab {
    float: left;
    width: 207px;
    height: auto;
    margin-right: 20px;
}

#lab2 {
    float: left;
    width: 207px;
    height: auto;
}

div#imageContainer {
    width: 207px;
    height: 140px;
    padding-bottom: 10px;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
}

#imageContainer img {
    vertical-align: bottom;
    max-width: 207px;
}

#cboxPrevious,
#cboxNext,
#cboxCurrent {
    visibility: hidden;
}

#cboxTitle {
    font-size: 16px;
    line-height: 10px;
}

.super {
    vertical-align: super;
}

div#marquee {
    position: relative;
    overflow: hidden;
    /* 超出範圍的部份要隱藏 */

    width: 600px;
    height: 35px;
}

div#marquee ul,
div#marquee li {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#marquee ul {
    position: absolute;
}

div#marquee ul li a {
    display: block;
    overflow: hidden;
    /* 超出範圍的部份要隱藏 */

    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #C00;
    font-size: 12pt;
}

div#marquee ul li a img {
    vertical-align: sub;
}

.da-dots {
    display: none;
}

.plus {
    vertical-align: super;
    line-height: 0;
}
