@charset "UTF-8";
.mainContent .leftNav {
  float: left;
  position: relative;
  z-index: 10;
  margin-top: 45px;
  font-size: 14px;
}
@media (min-width: 0px) {
  .mainContent .leftNav {
    width: 180px;
  }
}
@media (min-width: 1100px) {
  .mainContent .leftNav {
    width: 190px;
  }
}
.mainContent .leftNav #accordion {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(102, 102, 102, 0.4);
  -moz-box-shadow: 0 0 3px rgba(102, 102, 102, 0.4);
  box-shadow: 0 0 3px rgba(102, 102, 102, 0.4);
  behavior: url(../js/PIE.htc);
}
.mainContent .leftNav #accordion .has-children > a:before, .mainContent .leftNav #accordion .has-children > span:before {
  content: "";
  display: inline-block;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("/holding/images/esunfhc/public/leftNav_arrow.png") no-repeat left top;
  width: 9px;
  height: 7px;
  margin-right: 5px;
}
.mainContent .leftNav #accordion a.list, .mainContent .leftNav #accordion span.list {
  display: block;
  background: #eee;
  color: #333;
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  padding: 16px 0 16px 17px;
  font-weight: bold;
}
.mainContent .leftNav #accordion a.list.noList {
  padding-left: 32px;
}
.mainContent .leftNav #accordion .has-children a.list, .mainContent .leftNav #accordion .has-children span.list {
  color: #009d99;
}
.mainContent .leftNav #accordion .has-children.closed a, .mainContent .leftNav #accordion .has-children.closed span {
  color: #333;
}
.mainContent .leftNav #accordion .has-children.closed > a:before, .mainContent .leftNav #accordion .has-children.closed > span:before {
  background: url("/holding/images/esunfhc/public/leftNav_arrow.png") no-repeat left bottom;
  content: " ";
}
.mainContent .leftNav #accordion ul {
  padding: 15px 0 15px 32px;
  border-bottom: 1px solid #d6d6d6;
}
.mainContent .leftNav #accordion ul li {
  padding-bottom: 15px;
}
.mainContent .leftNav #accordion ul li.active a {
  color: #009d99;
}
.mainContent .leftNav #accordion ul li a {
  color: #333;
  padding-right: 10px;
  display: block;
  position: relative;
}
.mainContent .leftNav #accordion ul li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background: #333;
  top: 9px;
  text-decoration: none;
  left: -12px;
}
.mainContent .leftNav .leftOption {
  background: url("/holding/images/esunfhc/public/leftOptionBg.gif");
  margin: 20px 0 60px;
  padding: 10px;
}
.mainContent .leftNav .leftOption .has-children > a:after, .mainContent .leftNav .leftOption .has-children > span:after {
  content: "";
  display: inline-block;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 4px;
  background: url("/holding/images/esunfhc/public/leftOption_icon.gif") no-repeat left top;
  margin-left: 6px;
}
.mainContent .leftNav .leftOption > li {
  padding-top: 16px;
  padding-left: 15px;
  background: #f0f9f9;
}
.mainContent .leftNav .leftOption > li span {
  color: #009d99;
  font-weight: bold;
}
.mainContent .leftNav .leftOption > li.closed span {
  color: #333;
  font-weight: lighter;
}
.mainContent .leftNav .leftOption li:last-of-type {
  padding-bottom: 16px;
}
.mainContent .leftNav .leftOption ul li {
  padding: 17px 10px 0 12px;
}
.mainContent .leftNav .leftOption ul li a {
  color: #333;
}
.mainContent .leftNav .leftOption ul li a.active {
  color: #009d99;
}
.mainContent .leftNav .leftOption .has-children.closed > a:after, .mainContent .leftNav .leftOption .has-children.closed > span:after {
  background: url("/holding/images/esunfhc/public/leftOption_icon.gif") no-repeat left bottom;
  width: 9px;
  height: 9px;
  margin-left: 6px;
}
.mainContent .rightContent {
  float: right;
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
  padding-top: 45px;
}
@media (min-width: 0px) {
  .mainContent .rightContent {
    width: 800px;
  }
}
@media (min-width: 1100px) {
  .mainContent .rightContent {
    width: 890px;
  }
}
.mainContent .rightContent .detailHead {
  position: relative;
  background: url("/holding/images/esunfhc/credit/cardShadow.jpg") no-repeat left 31px;
  padding-bottom: 15px;
}
.mainContent .rightContent .detailHead img.creditCrad {
  float: left;
  margin: -113px 0 0 27px;
  width: 230px;
}
.mainContent .rightContent .detailHead .mainTitle {
  float: left;
  margin-top: -3px;
}
@media (min-width: 0px) {
  .mainContent .rightContent .detailHead .mainTitle {
    width: 305px;
    padding-left: 15px;
  }
}
@media (min-width: 1100px) {
  .mainContent .rightContent .detailHead .mainTitle {
    width: 360px;
    padding-left: 35px;
  }
}
.mainContent .rightContent .detailHead .mainTitle span.subTxt {
  display: block;
  color: #333;
  font-size: 15px;
}
.mainContent .rightContent .detailHead .btns {
  float: right;
  margin-right: 5px;
}
.mainContent .rightContent .detailHead .btns:last-of-type {
  margin-right: 13px;
}
.mainContent .rightContent .detailHead .btns.download {
  width: 126px;
  margin-right: 10px;
  background-position: left -585px;
  color: #009d99;
}
.mainContent .rightContent .detailHead .btns.download:after {
  background-position: right -585px;
}
.mainContent .rightContent .detailPage {
  clear: both;
  position: relative;
}
.mainContent .rightContent .detailPage .detailTabContent {
  padding-left: 20px;
}
.mainContent .rightContent .detailPage .detailTabContent h2 {
  font-size: 15px;
}
.mainContent .rightContent .detailPage .detailTabContent .underGreen {
  padding-bottom: 8px;
  color: #333;
  font-weight: bold;
  top: -25px;
}
.mainContent .rightContent .banner:first-of-type {
  margin-top: -45px;
}

.detailTabContent .textContent .inner {
  margin: 0 20px;
}
@media (min-width: 0px) {
  .detailTabContent .textContent .inner {
    width: 400px;
  }
}
@media (min-width: 1100px) {
  .detailTabContent .textContent .inner {
    width: 490px;
  }
}

@media (min-width: 0px) {
  .search-result .detailTab li a span {
    padding: 12px 31px 13px;
  }
}
@media (min-width: 1100px) {
  .search-result .detailTab li a span {
    padding: 12px 37px 13px;
  }
}
.search-result .search-result-chart {
  border: 1px solid #ccc;
  padding: 25px 20px 20px 25px;
}
.search-result .search-result-chart .flag {
  margin: 0 10px 0 0;
}
.search-result .search-result-chart .left {
  width: 30%;
}
.search-result .search-result-chart .left .background-grey {
  min-height: 355px;
  position: relative;
}
.search-result .search-result-chart .left .background-grey .chart-btns {
  position: absolute;
  left: 45px;
  bottom: 25px;
}
.search-result .pageNumberBlock {
  margin-top: 50px;
}
.search-result .textContent .inner {
  width: 515px;
}

.search-result-div .flDIV {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  position: relative;
}
.search-result-div .flDIV img, .search-result-div .flDIV .video {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.search-result-div .flDIV .video {
  background: url("/holding/images/esunfhc/public/videoPlay.png");
  width: 42px;
  height: 42px;
  z-index: 10;
}
.search-result-div .pdf:before {
  content: "";
  background: url("/holding/images/esunfhc/public/pdf_icon.png");
  width: 23px;
  height: 27px;
  float: left;
}

.search-relative {
  margin: 30px 20px 0;
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  padding: 25px 10px;
}
.search-relative .search-relative-list {
  margin-top: 20px;
}
.search-relative .search-relative-list > div {
  min-width: 150px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.search-relative .search-relative-list > div a {
  display: block;
  color: #009d99;
  text-decoration: underline;
  margin-bottom: 8px;
}

/* 我要辦卡lightbox */
.applyTheCard {
  margin: 0 0 50px 100px;
}
.applyTheCard > div {
  margin: 30px 40px 0 0;
  min-width: 360px;
}
.applyTheCard > div div {
  float: left;
  margin-left: 15px;
  font-weight: bold;
}
.applyTheCard > div div h3 {
  color: #009d99;
  font-size: 17px;
  padding-bottom: 5px;
}
.applyTheCard > div div p {
  font-size: 16px;
}

/* options/select wrapper with switch anchors */
.switch-options {
  text-align: right;
  height: 30px;
  margin-top: -80px;
  padding: 12.5px;
}

.switch-options a {
  display: inline-block;
  width: 45px;
  height: 30px;
  margin-left: -5px;
  overflow: hidden;
}
.switch-options a.switch-selected {
  color: #47a3da;
}
.switch-options a:before {
  background-image: url("/holding/images/esunfhc/public/sprite.png");
  width: 45px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.switch-options a .switch-options a.switch-list:before {
  background-position: 45px -298px;
}

/* General style of switch items' list */
.switch-switcher ul {
  width: 100%;
}
.switch-switcher ul:before {
  content: " ";
  display: table;
}
.switch-switcher ul:after {
  content: " ";
  display: table;
  clear: both;
}
.switch-switcher ul li {
  display: block;
  position: relative;
}
.switch-switcher .switch-image {
  display: block;
  margin: 0 auto;
}
.switch-switcher .switch-image img {
  display: inline-block;
  max-width: 100%;
  border: none;
}
.switch-switcher .switch-title {
  color: #009d99;
  font-size: 18px;
  font-weight: bold;
}
.switch-switcher .switch-details {
  font-size: 14px;
  color: #333;
}
.switch-switcher .switch-grid:before {
  content: "";
  background-position: -45px -358px;
}
.switch-switcher .switch-grid.switch-selected:before {
  content: "";
  background-position: -45px -298px;
}
.switch-switcher .switch-list:before {
  content: "";
  background-position: left -298px;
}
.switch-switcher .switch-list.switch-selected:before {
  content: "";
  background-position: left -358px;
}

/* Large grid view */
.switch-view-grid ul {
  width: 100%;
}
.switch-view-grid ul li {
  width: 24.2424242424%;
  float: left;
  margin-right: 1.0101010101%;
  margin-left: -5px;
  border-right: 1px solid #dcddde;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 19px 0 0;
  margin-bottom: 23px;
  background: url("/holding/images/esunfhc/credit/switch_content_bg.gif") repeat-x left bottom;
}
.switch-view-grid ul li:nth-of-type(4n) {
  border: none;
}
.switch-view-grid ul li:after {
  content: " ";
  width: 100%;
  height: 22px;
  display: block;
  margin: 0 0 1px 1px;
  background: #fff;
}
.switch-view-grid .switch-title {
  padding-top: 16px;
}
.switch-view-grid .switch-details {
  padding: 12px 0 10px;
  line-height: 18px;
  height: 55px;
}
.switch-view-grid .switch-price {
  font-size: 1.5em;
}
.switch-view-grid dl.detail {
  display: none;
}
.switch-view-grid .btns {
  width: 80px;
}
.switch-view-grid .btns.greyBtn {
  margin-right: 4px;
}

/* List view */
.switch-view-list li {
  background: url("/holding/images/esunfhc/credit/switch_content_bg.gif") repeat-x left bottom;
  padding: 32px 0 28px 20px;
}
.switch-view-list .switch-image, .switch-view-list .switch-price, .switch-view-list ul li dl, .switch-view-list .switch-btns {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .switch-view-list .switch-image {
    margin-right: 15px;
  }
}
@media (min-width: 1100px) {
  .switch-view-list .switch-image {
    margin-right: 30px;
  }
}
.switch-view-list .switch-content {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
.switch-view-list .switch-content .switch-title {
  padding: 20px 0 13px;
}
.switch-view-list .switch-content .switch-details {
  overflow: hidden;
  white-space: normal;
}
.switch-view-list dl.detail {
  padding-top: 7px;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 0px) {
  .switch-view-list dl.detail {
    width: 300px;
  }
}
@media (min-width: 1100px) {
  .switch-view-list dl.detail {
    width: 330px;
  }
}
.switch-view-list dl.detail dd {
  background: url("/holding/images/esunfhc/public/sprite.png") no-repeat left -453px;
  padding: 0 0 7px 10px;
  line-height: 20px;
}
.switch-view-list .switch-btns .btns {
  padding: 9px 0 8px;
  width: 100px;
  display: block;
  background: url("/holding/images/esunfhc/public/btnSprite.png") no-repeat left -128px;
}
.switch-view-list .switch-btns .btns:after {
  height: 32px;
  background: url("/holding/images/esunfhc/public/btnSprite.png") no-repeat right -128px;
}
.switch-view-list .switch-btns .btns.greyBtn {
  background-position: left -202px;
  margin: 7px 0 10px;
}
.switch-view-list .switch-btns .btns.greyBtn:after {
  height: 32px;
  background: url("/holding/images/esunfhc/public/btnSprite.png") right -202px;
}
@-moz-document url-prefix() {
  .switch-view-list .switch-btns .btns {
    padding: 4px 0px 8px;
  }
}
.switch-view-list .switch-price {
  font-size: 1.3em;
  width: 10%;
}
.switch-view-list .knowMore {
  margin: 0;
}

/* -------------------------------------------------------------------------*/
