.clearfix {
  *zoom: 1;
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-nav > .nav-list > li.nav-about > a {
  width: 133px;
}
.site-nav > .nav-list > li.nav-mission > a {
  width: 149px;
}
.site-nav > .nav-list > li.nav-corporate > a {
  width: 179px;
}
.site-nav > .nav-list > li.nav-tour > a {
  width: 165px;
}
.site-nav > .nav-list > li.nav-hotel > a {
  width: 107px;
}
.site-nav > .nav-list > li.nav-news > a {
  width: 110px;
}
.site-nav > .nav-list > li.nav-events > a {
  width: 90px;
}
.site-nav > .nav-list > li.nav-faq > a {
  width: 106px;
}
.site-nav > .nav-list > li.nav-ticketing > a {
  width: 129px;
}
.site-nav {
  width: 100%;
  height: 40px;
  border: 1px #fff solid;
  border-left: 0;
  border-right: 0;
  position: relative;
  background: url(../img/nav/nav-bg.png) left top repeat-x;
  after: " ";
}
.site-nav:after,
.site-nav >.after {
  content: "";
  display: block;
  width: 12px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 1px;
  margin-left: 490px;
  background: url(../img/nav/nav-shadow.png) left top no-repeat;
}
.site-nav > ul {
  *zoom: 1;
  display: block;
  width: 980px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1001;
  white-space: nowrap;
}
.site-nav > ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-nav > ul > li {
  height: 40px;
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-nav > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Tinos', serif;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  before: " ";
}
.site-nav > ul > li > a:before,
.site-nav > ul > li > a >.before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 38px;
  background: url(../img/nav/nav-shadow.png) left top no-repeat;
}
.site-nav > ul > li:hover > a,
.site-nav > ul > li.current > a {
  color: #fbd03b;
}
.site-nav > ul > li ul {
  position: relative;
  z-index: 1000;
  display: block;
  margin-top: -40px;
  width: 100%;
  height: auto;
  background: #9cc33c;
  border: 2px #d1e285 solid;
  opacity: 0;
  visibility: hidden;
  text-indent: 0px;
  -webkit-transition: .2s all;
  -moz-transition: .2s all;
  -ms-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
.site-nav > ul > li ul li {
  height: 40px;
  list-style: none;
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3px;
  border-top: 1px #fff dotted;
}
.site-nav > ul > li ul li:first-child {
  border-top: 0;
}
.site-nav > ul > li ul li:hover a,
.site-nav > ul > li ul li.current a {
  font-weight: bold;
}
.site-nav > ul > li ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  color: #fff;
  text-align: center;
}
.site-nav > ul > li > ul > li ul {
  margin-left: 177px;
  margin-top: -34px;
}
.site-nav > ul > li > ul > li ul li {
  width: 300px;
}
.site-nav > ul > li > ul > li ul li a {
  width: 267px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.site-nav > ul > li > ul > li:hover > ul,
.site-nav > ul > li > ul > li > ul:hover {
  margin-top: -20px;
  opacity: 1;
  visibility: visible;
}
.site-nav > ul > li:hover > ul,
.site-nav > ul > li > ul:hover {
  margin-top: -20px;
  opacity: 1;
  visibility: visible;
}
.social-media-icons {
  position: absolute;
  right: 0;
  top: 80px;
}
.social-media-icons a {
  margin-left: 12px;
}
body {
  position: relative;
  font: 13px Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #727272;
  background: #d4d4d4;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a,
body input,
body select,
body textarea {
  font: 13px Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #727272;
}
.site-header {
  position: relative;
  width: 100%;
  height: 121px;
  background: url(../img/general/header-bg.png) left bottom repeat-x;
}
.site-header > .inner {
  width: 980px;
  height: 121px;
  margin: 0 auto;
  position: relative;
}
.site-header .site-title {
  float: left;
}
.site-header .top-aside {
  position: absolute;
  right: 0;
  top: 55px;
  text-align: right;
}
.site-header .top-aside .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 20px;
  height: 14px;
  line-height: 14px;
  margin-left: 15px;
  color: #727272;
}
.site-header .top-aside .link.home {
  background: url(../img/home/home-icon.png) left center no-repeat;
}
.site-header .top-aside .link.contact {
  background: url(../img/home/contact-icon.png) left center no-repeat;
}
.site-header .top-aside .link.brochure {
  background: url(../img/home/brochure-icon.png) left center no-repeat;
}
.site-header .top-aside .link.login {
  background: url(../img/home/login-icon.png) left center no-repeat;
}
.site-header .top-aside .link.cart {
  background: url(../img/home/cart-icon.png) left center no-repeat;
}
.site-header .language-list {
  position: absolute;
  right: 84px;
  top: 26px;
}
.site-header .language-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  list-style: none;
  padding: 0 8px;
  border-left: 1px #a9a8a8 solid;
}
.site-header .language-list li:first-child {
  border-left: 0;
}
.site-header .language-list li .item {
  color: #cacaca;
  font-size: 12px;
}
.site-header .language-list li .item:hover,
.site-header .language-list li .item.current {
  color: #c13034;
}
.pager {
  margin: 5px 0;
  text-align: center;
}
.pager .pager-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  min-width: 23px;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
}
.pager .pager-list li a {
  display: block;
  line-height: 22px;
  font-size: 11px;
}
.pager .pager-list li.page {
  text-align: center;
  background: #fff;
  border: 1px #d8d8d8 solid;
}
.pager .pager-list li.page a {
  color: #828282;
}
.pager .pager-list li.page.on {
  background: #c13034;
  border-color: #c13034;
}
.pager .pager-list li.page.on a {
  color: #fff;
}
.pager .pager-list li.prev {
  background: url(../img/general/pager-prev.png) center center no-repeat;
}
.pager .pager-list li.next {
  background: url(../img/general/pager-next.png) center center no-repeat;
}
.section-banner {
  width: 100%;
  height: 205px;
  background: url(../img/general/banner-bg-repeat.png) left bottom repeat-x;
}
.section-banner > .inner {
  width: 100%;
  height: 100%;
  background: url(../img/general/banner-bg.png) center bottom no-repeat;
}
.section-banner > .inner > .inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.section-banner.home {
  background: #fbf9f1;
  height: 401px;
}
.section-banner.home > .inner {
  width: 100%;
  height: 100%;
  background: url(../img/home/banner-bg.png) center bottom no-repeat;
}
.section-banner.home > .inner > .inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.section-banner.home > .inner > .inner .banner-list li {
  list-style: none;
}
.section-banner.home > .inner > .inner .banner-list li img {
  border: 1px #fff solid;
  border-top: 0;
}
.section-banner.home > .inner > .inner .banner-nav-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
}
.section-banner.home > .inner > .inner .banner-nav-container a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  background: url(../img/home/banner-nav.png) -15px 0 no-repeat;
}
.section-banner.home > .inner > .inner .banner-nav-container a.activeSlide {
  background-position: 0 0;
}
.footer-nav {
  width: 100%;
  padding-top: 4px;
}
.footer-nav > .inner {
  width: 980px;
  height: 37px;
  margin: 0 auto;
}
.footer-nav > .inner .nav-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 100%;
  line-height: 37px;
}
.footer-nav > .inner .nav-list li a {
  height: 100%;
  line-height: 37px;
  padding: 0 15px;
  color: #fff;
}
.footer-nav > .inner .nav-list li:first-child {
  background: none;
}
.footer-nav > .inner .nav-list li:first-child a {
  padding-left: 0;
}
.site-footer {
  width: 100%;
}
.site-footer > .inner {
  width: 980px;
  height: 66px;
  margin: 0 auto;
  position: relative;
}
.site-footer .footer-copyright {
  padding-top: 24px;
}
.site-footer .footer-copyright p {
  color: #727272;
  font-size: 12px;
}
.site-footer .footer-copyright p a {
  color: #727272;
  font-size: 12px;
}
.site-footer .subscribe-form {
  position: absolute;
  right: 0;
  top: 16px;
  width: 320px;
}
.site-footer .subscribe-form .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 221px;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  border: 1px #aeaeae solid;
}
.site-footer .subscribe-form .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
}
form .error {
  border-color: #c13034 !important;
}
form .error.date {
  background: #f2cbcc !important;
}
form .error-input .dd {
  border-color: #c13034 !important;
}
form .error-message,
form .error-message p {
  color: #c13034 !important;
}
.form {
  position: relative;
}
.form .error {
  border-color: #c13034 !important;
}
.form .error-input .dd {
  border-color: #c13034 !important;
}
.form .error-message {
  color: #c13034;
  margin: 10px 0;
  display: none;
}
.form .error-message.show {
  display: block;
}
.form .error-message p {
  color: #c13034;
}
.form .form-header {
  margin-bottom: 20px;
}
.form .form-header .title {
  font-weight: bold;
  color: #727272;
  margin-bottom: 5px;
}
.form .form-header .msg {
  font-weight: bold;
  color: #c13034;
  margin-bottom: 5px;
}
.form .form-buttons {
  margin-left: 120px;
  margin-top: 10px;
}
.form .form-buttons .form-button {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.form .form-buttons .form-button.submit {
  margin-right: 15px;
}
.form .form-content {
  position: relative;
}
.form .form-content .field-row {
  margin-bottom: 9px;
}
.form .form-content .field-row .label,
.form .form-content .field-row .input,
.form .form-content .field-row .required-sign {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.form .form-content .field-row .required-sign {
  color: #c13034;
}
.form .form-content .field-row .label {
  width: 120px;
  vertical-align: -6px;
  color: #727272;
}
.form .form-content .field-row .input {
  width: 285px;
}
.form .form-content .field-row .input input {
  border: 0;
  margin: 0;
  padding: 0;
}
.form .form-content .field-row .input .type-text,
.form .form-content .field-row .input .type-verify {
  width: 260px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  border: 1px #aeaeae solid;
  background-color: none;
  background: url(../img/general/input-text-bg.png) left bottom repeat-x;
}
.form .form-content .field-row .input .type-plain {
  width: 260px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
}
.form .form-content .field-row .input .type-verify {
  width: 63px;
}
.form .form-content .field-row .input .type-select {
  width: 270px;
  height: 24px;
  line-height: 24px;
  border: 1px #aeaeae solid;
  background-color: none;
  background: url(../img/general/input-text-bg.png) left bottom repeat-x;
}
.form .form-content .field-row .input .type-textarea {
  width: 260px;
  padding: 0 5px;
  height: 64px;
  border: 1px #aeaeae solid;
  background-color: none;
  margin: 0;
  background: url(../img/general/input-textarea-bg.png) left bottom repeat-x;
}
.form .form-content .field-row.verify-row .reload-verify-image {
  cursor: pointer;
}
.site-content-container {
  background: url(../img/general/content-bg.png) #fff left bottom repeat-x;
}
.site-content-container.home {
  background: #fff;
}
.site-content {
  width: 980px;
  min-height: 300px;
  padding: 8px 0 15px;
  margin: 0 auto;
  *zoom: 1;
  display: block;
}
.site-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content .page-content {
  *zoom: 1;
  display: block;
}
.site-content .page-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content .page-path {
  margin-bottom: 10px;
  border-bottom: 1px #cbcbcb solid;
  padding: 10px 0;
}
.site-content .page-path .path-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 0.5em;
  color: #727272;
  font-size: 13px;
  before: "> ";
}
.site-content .page-path .path-list li a {
  color: #727272;
  font-size: 13px;
}
.site-content .page-path .path-list li:before,
.site-content .page-path .path-list li >.before {
  content: "> ";
  display: inline;
}
.site-content .page-path .path-list li:first-child:before,
.site-content .page-path .path-list li:first-child >.before {
  content: "";
  display: none;
}
.site-content .item-gallery {
  float: left;
  width: 328px;
}
.site-content .item-gallery + .item-content {
  float: right;
  width: 635px;
}
.site-content .item-gallery .item-gallery-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 94px;
  height: 94px;
  border: 1px #727272 solid;
  margin-right: 20px;
  margin-bottom: 18px;
}
.site-content .item-gallery .item-gallery-list li:nth-child(3n) {
  margin-right: 0;
}
html.popup-body {
  overflow: auto;
}
.popup-body {
  background: #fff;
}
.popup-page {
  background: #fff;
}
.popup-page .page-title {
  padding: 18px 20px;
  border-bottom: 1px #c13034 solid;
  font-weight: bold;
  color: #c13034;
}
.popup-page .page-content {
  padding: 14px 20px;
}
.quick-search-form.home {
  height: 114px;
  padding-top: 25px;
  background: url(../img/home/quick-search-bg.png) center bottom repeat-x;
}
.quick-search-form.home > .inner {
  width: 980px;
  margin: 0 auto;
}
.quick-search-form.home .title {
  font-size: 18px;
  font-family: 'Times New Roman', Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #fff;
  border-bottom: 1px #b9a49a solid;
  padding-bottom: 3px;
}
.quick-search-form.home .field-container {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 300px;
}
.quick-search-form.home .field-container .field {
  padding-top: 16px;
}
.quick-search-form.home .field-container label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 78px;
  color: #fff;
}
.quick-search-form.home .field-container label + .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 176px;
}
.quick-search-form.home .field-container label + .input select {
  width: 174px;
  height: 18px;
  border: 1px #aeaeae solid;
}
.quick-search-form.home .buttons {
  padding-top: 12px;
}
.quick-search-form.home .buttons .advanced-search {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 24px;
  margin-right: 15px;
  color: #fff;
  text-decoration: underline;
  background: url(../img/home/search-icon.png) left center no-repeat;
}
.quick-search-form.home .buttons .button.submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  margin: 0;
  border: 0;
}
.site-content.home {
  min-height: 0;
}
.site-content.home .page-content {
  position: relative;
  padding-top: 20px;
  *zoom: 1;
  display: block;
}
.site-content.home .page-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.home .page-content .tour-section {
  position: relative;
  float: left;
  width: 600px;
}
.site-content.home .page-content .tour-section > .title {
  width: 533px;
  font-family: 'Times New Roman', Arial, Helvetica, "LiHei Pro", "微軟正黑體", "Microsoft Jhenghei";
  color: #c13034;
  border-bottom: 1px #aeaeae solid;
  font-size: 18px;
  padding-bottom: 2px;
}
.site-content.home .page-content .tour-section .more {
  position: absolute;
  right: 0;
  top: 2px;
}
.site-content.home .page-content .tour-section .highlight-list {
  padding-top: 18px;
}
.site-content.home .page-content .tour-section .highlight-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 290px;
}
.site-content.home .page-content .tour-section .highlight-list li:first-child {
  margin-right: 0px;
}
.site-content.home .page-content .tour-section .highlight-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.home .page-content .tour-section .highlight-list li .thumbnail {
  float: left;
  width: 83px;
}
.site-content.home .page-content .tour-section .highlight-list li .thumbnail img {
  padding: 3px;
  border: 1px #aeaeae solid;
}
.site-content.home .page-content .tour-section .highlight-list li .content {
  float: right;
  width: 196px;
}
.site-content.home .page-content .tour-section .highlight-list li .content .title {
  color: #c13034;
  font-weight: bold;
  margin-bottom: 5px;
}
.site-content.home .page-content .tour-section .highlight-list li .content .brief {
  color: #727272;
}
.site-content.home .page-content .bottom-right-banner {
  float: right;
  width: 360px;
}
.site-content.tour .left-aside {
  float: left;
  width: 145px;
}
.site-content.tour .left-aside + .tour-section {
  float: right;
  width: 812px;
}
.site-content.tour .left-aside .language-aside {
  height: 35px;
  *zoom: 1;
  display: block;
}
.site-content.tour .left-aside .language-aside:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.tour .left-aside .language-aside .button.english {
  float: left;
  margin-left: -2px;
}
.site-content.tour .left-aside .language-aside .button.zh-hant {
  float: right;
  margin-right: -2px;
}
.site-content.tour .country-nav {
  height: 607px;
  padding: 0 1px;
  border: 1px #6c5247 solid;
  border-top-width: 5px;
  background-color: #f7f1e9;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eee3d2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eee3d2)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee3d2));
  background-image: -webkit-linear-gradient(top,#fff,#eee3d2);
  background-image: -moz-linear-gradient(top,#fff,#eee3d2);
  background-image: -o-linear-gradient(top,#fff,#eee3d2);
  background-image: -ms-linear-gradient(top,#fff,#eee3d2);
  background-image: linear-gradient(to bottom,#fff,#eee3d2);
}
.site-content.tour .country-nav .country-nav-list li {
  list-style: none;
  border-bottom: 1px #cbcbcb solid;
}
.site-content.tour .country-nav .country-nav-list li a {
  display: block;
  padding: 12px 18px;
  color: #727272;
}
.site-content.tour .country-nav .country-nav-list li:hover a,
.site-content.tour .country-nav .country-nav-list li.current a {
  color: #c13034;
}
.site-content.tour .tour-section .country-info {
  padding: 19px;
  border: 1px #6c5247 solid;
  background-color: #f7f1e9;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eee3d2);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eee3d2)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#eee3d2));
  background-image: -webkit-linear-gradient(top,#fff,#eee3d2);
  background-image: -moz-linear-gradient(top,#fff,#eee3d2);
  background-image: -o-linear-gradient(top,#fff,#eee3d2);
  background-image: -ms-linear-gradient(top,#fff,#eee3d2);
  background-image: linear-gradient(to bottom,#fff,#eee3d2);
  *zoom: 1;
  display: block;
}
.site-content.tour .tour-section .country-info:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.tour .tour-section .country-info .thumbnail {
  float: left;
  width: 127px;
}
.site-content.tour .tour-section .country-info .thumbnail img {
  padding: 2px;
  border: 1px #aeaeae solid;
}
.site-content.tour .tour-section .country-info .thumbnail + .item-content {
  float: right;
  width: 625px;
}
.site-content.tour .tour-section .country-info .item-content .title {
  color: #c13034;
  font-weight: bold;
}
.site-content.tour .tour-section .tour-table-container .header .total {
  color: #c13034;
  font-weight: bold;
  margin-top: 20px;
}
.site-content.tour .tour-section .tour-table-container .tour-table {
  width: 100%;
  margin: 15px auto;
}
.site-content.tour .tour-section .tour-table-container .tour-table th,
.site-content.tour .tour-section .tour-table-container .tour-table td {
  padding: 9px 12px;
  border: 1px #fff solid;
}
.site-content.tour .tour-section .tour-table-container .tour-table th.tour_code,
.site-content.tour .tour-section .tour-table-container .tour-table td.tour_code {
  width: 176px;
}
.site-content.tour .tour-section .tour-table-container .tour-table th.price,
.site-content.tour .tour-section .tour-table-container .tour-table td.price {
  width: 156px;
}
.site-content.tour .tour-section .tour-table-container .tour-table th.pdf,
.site-content.tour .tour-section .tour-table-container .tour-table td.pdf {
  width: 76px;
}
.site-content.tour .tour-section .tour-table-container .tour-table thead th {
  background: #a98372;
  color: #fff;
  font-weight: bold;
}
.site-content.tour .tour-section .tour-table-container .tour-table thead th.tour_code {
  color: #d6d6d6;
}
.site-content.tour .tour-section .tour-table-container .tour-table thead th.pdf {
  text-align: center;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr:nth-child(even) td {
  background: #e8dcd4;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td {
  background: #efe5de;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.tour_code {
  font-size: 14px;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.tour_name .location,
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.tour_name .type {
  font-size: 12px;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.tour_name .title {
  color: #c13034;
  font-size: 14px;
  font-weight: bold;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.price {
  font-size: 12px;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.pdf {
  text-align: center;
}
.site-content.tour .tour-section .tour-table-container .tour-table tbody tr td.pdf a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 20px;
  font-size: 12px;
  color: #c13034;
  text-decoration: underline;
  background: url(../img/tour/download-icon.png) center top no-repeat;
}
.site-content.tour-detail .tour-section {
  position: relative;
}
.site-content.tour-detail .tour-section .button.back {
  position: absolute;
  right: 0;
  top: 0;
}
.site-content.tour-detail .tour-section .tour-title {
  color: #c13034;
  font-weight: bold;
  margin-bottom: 15px;
}
.site-content.tour-detail .tour-section .download-container {
  padding-left: 52px;
  min-height: 30px;
  margin-bottom: 20px;
  width: 116px;
  height: 32px;
  background: url(../img/tour/detail-download-icon.png) left center no-repeat;
}
.site-content.tour-detail .tour-section .download-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.tour-detail .tour-section .download-container .caption {
  color: #727272;
}
.site-content.tour-detail .tour-section .download-container .download {
  color: #c13034;
  font-weight: bold;
  text-decoration: underline;
}
.site-content.tour-detail .tour-section .top-container {
  *zoom: 1;
  display: block;
}
.site-content.tour-detail .tour-section .top-container:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.tour-detail .tour-section .top-container .price-info {
  float: left;
  margin-bottom: 20px;
  width: 255px;
  *zoom: 1;
  display: block;
}
.site-content.tour-detail .tour-section .top-container .price-info:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form {
  width: 319px;
  height: 106px;
  padding: 28px 18px 0;
  background: #f6f1e8;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left {
  float: left;
  width: 90px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row {
  margin-bottom: 10px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row label,
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row label {
  width: 42px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row .input {
  width: 39px;
  height: 18px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .left .input-row .input select {
  width: 39px;
  height: 18px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right {
  float: right;
  width: 220px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row {
  margin-bottom: 6px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row label,
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row .label,
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row label,
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row .label {
  width: 50px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row .input {
  width: 110px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date label {
  width: 100px;
  vertical-align: -2px;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input {
  width: 117px;
  height: 21px;
  border: 1px #aeaeae solid;
  background: url(../img/tour/calendar-icon.png) #fff 96px center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input input,
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input select {
  width: 117px;
  height: 21px;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input .dd {
  border: 0 !important;
  background: none !important;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input .dd .ddTitle {
  background: none !important;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .input-row.departure_date .input .dd .ddTitle span.arrow {
  background: none !important;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .buttons {
  *zoom: 1;
  display: block;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .buttons:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .buttons .button.add-to-cart {
  float: left;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .right .buttons .button.price-detail {
  float: right;
}
.site-content.tour-detail .tour-section .top-container .price-info .price-form .button.add-to-cart {
  padding: 0;
  margin: 0;
  border: 0;
}
.site-content.tour-detail .tour-section .top-container .galleries {
  float: right;
  width: 443px;
  height: 133px;
  border: 1px #715242 solid;
  background: url(../img/tour/gallery-bg.png) left top no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery {
  width: 443px;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container {
  width: 443px;
  height: 133px;
  overflow: hidden;
  position: relative;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container {
  width: 366px;
  height: 96px;
  margin-top: 19px;
  margin-left: 50px;
  overflow: hidden;
  position: relative;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container .gallery-list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container .gallery-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 96px;
  height: 96px;
  margin-left: 26px;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container .gallery-list li .title {
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container .gallery-list li img {
  border: 1px #aeaeae solid;
  padding: 2px;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .gallery-list-container .gallery-list li:first-child {
  margin-left: 0;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .controls .control {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .controls .control.prev {
  width: 30px;
  height: 133px;
  left: 12px;
  background: url(../img/tour/gallery-prev-off.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .controls .control.prev.on {
  cursor: pointer;
  background: url(../img/tour/gallery-prev-on.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .controls .control.next {
  width: 30px;
  height: 133px;
  right: 12px;
  background: url(../img/tour/gallery-next-off.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .gallery .gallery-container .controls .control.next.on {
  cursor: pointer;
  background: url(../img/tour/gallery-next-on.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube {
  position: relative;
  width: 223px;
  height: 161px;
  margin: 15px auto 0;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube.has-all-content {
  margin-top: 213px;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube img {
  display: block;
  margin: 0 auto;
  behavior: url(PIE.htc);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube .play-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/general/play-button-off.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.tour-detail .tour-section .top-container .galleries .youtube a:hover .play-button {
  background: url(../img/general/play-button-on.png) center center no-repeat;
}
.site-content.tour-detail .tour-section .tour-content-section-container .tour-content-section {
  border-bottom: 1px #aeaeae solid;
  margin-bottom: 20px;
}
.site-content.tour-detail .tour-section .tour-content-section-container .tour-content-section .title {
  padding: 9px 20px;
  background: #c13034;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-content.tour-detail .tour-section .tour-content-section-container .tour-content-section .content {
  margin-bottom: 18px;
}
.site-content.tour-detail .tour-section .content-rate-cost .title {
  color: #c13034;
  font-weight: bold;
  margin-bottom: 15px;
}
.site-content.tour-detail .tour-section .go-to-the-top {
  float: right;
}
.site-content.news .news-list {
  width: 1000px;
}
.site-content.news .news-list li {
  list-style: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 484px;
  height: 153px;
  margin: 8px 0;
  margin-right: 16px;
  position: relative;
  background: url(../img/news/item-bg.png) left top no-repeat;
}
.site-content.news .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-content.news .news-list li .thumbnail {
  position: absolute;
  left: 19px;
  top: 19px;
}
.site-content.news .news-list li .thumbnail img {
  padding: 2px;
  border: 1px #aeaeae solid;
}
.site-content.news .news-list li .item-content {
  position: absolute;
  left: 148px;
  top: 25px;
  width: 310px;
  height: 92px;
}
.site-content.news .news-list li .item-content .date {
  display: block;
  color: #727272;
  font-weight: bold;
  font-size: 14px;
}
.site-content.news .news-list li .item-content .title {
  display: block;
  color: #c13034;
  font-weight: bold;
}
.site-content.news .news-list li .item-content .brief {
  padding-top: 8px;
  color: #727272;
}
.site-content.news-detail .news-detail-content {
  position: relative;
  border: 1px #7c5a49 solid;
  padding: 19px;
  background-color: #f3eee5;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e7dccb);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#e7dccb)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e7dccb));
  background-image: -webkit-linear-gradient(top,#fff,#e7dccb);
  background-image: -moz-linear-gradient(top,#fff,#e7dccb);
  background-image: -o-linear-gradient(top,#fff,#e7dccb);
  background-image: -ms-linear-gradient(top,#fff,#e7dccb);
  background-image: linear-gradient(to bottom,#fff,#e7dccb);
  *zoom: 1;
  display: block;
}
.site-content.news-detail .news-detail-content:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.news-detail .news-detail-content .news-gallery {
  float: left;
  width: 256px;
}
.site-content.news-detail .news-detail-content .news-gallery + .item-content {
  float: right;
  width: 666px;
}
.site-content.news-detail .news-detail-content .news-gallery .news-gallery-list li {
  list-style: none;
  margin-bottom: 10px;
}
.site-content.news-detail .news-detail-content .news-gallery .news-gallery-list li img {
  padding: 2px;
  border: 1px #aeaeae solid;
}
.site-content.news-detail .news-detail-content .item-content .date {
  display: block;
  color: #727272;
  font-weight: bold;
  font-size: 14px;
}
.site-content.news-detail .news-detail-content .item-content .title {
  display: block;
  color: #c13034;
  font-weight: bold;
}
.site-content.news-detail .news-detail-content .item-content .brief {
  padding-top: 8px;
  color: #727272;
}
.site-content.news-detail .news-detail-content .button.news-back {
  position: absolute;
  right: 19px;
  top: 20px;
}
.site-content.events .event-nav {
  float: left;
  width: 210px;
}
.site-content.events .event-nav .event-nav-list li {
  list-style: none;
}
.site-content.events .event-nav .event-nav-list li a {
  display: block;
  color: #727272;
  padding: 5px 0;
}
.site-content.events .event-nav .event-nav-list li:hover a,
.site-content.events .event-nav .event-nav-list li.current a {
  color: #c13034;
}
.site-content.events .item-content {
  float: right;
  width: 728px;
  min-height: 300px;
  padding-left: 22px;
  border-left: 1px #aeaeae solid;
}
.site-content.events .item-content .title {
  color: #c13034;
  font-weight: bold;
  margin-bottom: 12px;
}
.site-content.events .item-content .youtube-frame-container {
  background: #f3f2f2;
  padding: 18px 0;
  margin: 20px 0;
}
.site-content.events .item-content .youtube-frame-container .youtube-frame {
  width: 476px;
  margin: 0 auto;
}
.site-content.faq .faq-list li {
  list-style: none;
  border-bottom: 1px #cbcbcb solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-content.faq .faq-list li .title {
  color: #c13034;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 34px;
  min-height: 20px;
  background: url(../img/faq/question.png) left top no-repeat;
}
.site-content.faq .faq-list li .content {
  padding-left: 34px;
  min-height: 20px;
  background: url(../img/faq/answer.png) left top no-repeat;
}
.site-content.faq .go-to-the-top {
  float: right;
}
.site-content.contact .contact-info {
  width: 430px;
  padding-bottom: 50px;
  float: left;
}
.site-content.contact .contact-info #map {
  width: 426px;
  height: 271px;
  margin-top: 12px;
  border: 1px #000 solid;
}
.site-content.contact .contact-form {
  width: 415px;
  float: right;
  margin-right: 75px;
}
.site-content.carts .section-title {
  font-family: 'Tinos', serif;
  font-size: 20px;
  color: #7d5b4a;
}
.site-content.carts .cart-table {
  width: 100%;
  margin: 15px auto;
}
.site-content.carts .cart-table th,
.site-content.carts .cart-table td {
  padding: 9px 16px;
  border: 1px #fff solid;
}
.site-content.carts .cart-table th.tour_code,
.site-content.carts .cart-table td.tour_code {
  width: 104px;
}
.site-content.carts .cart-table th.quantity,
.site-content.carts .cart-table td.quantity {
  width: 98px;
}
.site-content.carts .cart-table th.price,
.site-content.carts .cart-table td.price {
  width: 66px;
}
.site-content.carts .cart-table th.total,
.site-content.carts .cart-table td.total {
  width: 66px;
}
.site-content.carts .cart-table th.delete,
.site-content.carts .cart-table td.delete {
  width: 38px;
}
.site-content.carts .cart-table th.book_now,
.site-content.carts .cart-table td.book_now {
  width: 66px;
}
.site-content.carts .cart-table thead th {
  background: #a98372;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.site-content.carts .cart-table thead th.tour_code {
  text-align: left;
}
.site-content.carts .cart-table thead th.tour_name {
  text-align: left;
}
.site-content.carts .cart-table tbody tr:nth-child(even) td {
  background: #e8dcd4;
}
.site-content.carts .cart-table tbody tr td {
  background: #efe5de;
}
.site-content.carts .cart-table tbody tr td.tour_code {
  font-size: 14px;
}
.site-content.carts .cart-table tbody tr td.tour_name .location,
.site-content.carts .cart-table tbody tr td.tour_name .type {
  font-size: 12px;
}
.site-content.carts .cart-table tbody tr td.tour_name .title {
  color: #c13034;
  font-size: 14px;
  font-weight: bold;
}
.site-content.carts .cart-table tbody tr td.quantity .input-row {
  margin-bottom: 10px;
}
.site-content.carts .cart-table tbody tr td.quantity .input-row label,
.site-content.carts .cart-table tbody tr td.quantity .input-row .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.carts .cart-table tbody tr td.quantity .input-row label {
  width: 42px;
  vertical-align: -2px;
}
.site-content.carts .cart-table tbody tr td.quantity .input-row .input {
  width: 39px;
  height: 18px;
}
.site-content.carts .cart-table tbody tr td.quantity .input-row .input select {
  width: 39px;
  height: 18px;
}
.site-content.carts .cart-table tbody tr td.price {
  font-size: 12px;
  text-align: center;
}
.site-content.carts .cart-table tbody tr td.price .prices {
  margin: 3px 0 12px;
}
.site-content.carts .cart-table tbody tr td.total {
  font-size: 12px;
  text-align: center;
}
.site-content.carts .cart-table tbody tr td.delete {
  font-size: 12px;
  text-align: center;
}
.site-content.carts .cart-table tbody tr td.book_now {
  font-size: 12px;
  text-align: center;
}
.site-content.carts .cart-table tbody tr td.book_now a {
  color: #c13034;
  text-decoration: underline;
}
.site-content.carts .buttons {
  *zoom: 1;
  display: block;
}
.site-content.carts .buttons:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.site-content.carts .buttons .button.update-cart {
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
}
.site-content.carts .buttons .button.continue-shopping {
  float: right;
}
.site-content.carts-info .cart-info-table {
  width: 100%;
  margin: 15px auto;
}
.site-content.carts-info .cart-info-table th,
.site-content.carts-info .cart-info-table td {
  padding: 9px 16px;
  border: 1px #fff solid;
}
.site-content.carts-info .cart-info-table th.tour_code,
.site-content.carts-info .cart-info-table td.tour_code {
  width: 104px;
}
.site-content.carts-info .cart-info-table th.quantity,
.site-content.carts-info .cart-info-table td.quantity {
  width: 98px;
}
.site-content.carts-info .cart-info-table th.price,
.site-content.carts-info .cart-info-table td.price {
  width: 66px;
}
.site-content.carts-info .cart-info-table th.total,
.site-content.carts-info .cart-info-table td.total {
  width: 66px;
}
.site-content.carts-info .cart-info-table thead th {
  background: #a98372;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.site-content.carts-info .cart-info-table thead th.tour_code {
  text-align: left;
}
.site-content.carts-info .cart-info-table thead th.tour_name {
  text-align: left;
}
.site-content.carts-info .cart-info-table tbody tr:nth-child(even) td {
  background: #e8dcd4;
}
.site-content.carts-info .cart-info-table tbody tr td {
  background: #efe5de;
}
.site-content.carts-info .cart-info-table tbody tr td.tour_code {
  font-size: 14px;
}
.site-content.carts-info .cart-info-table tbody tr td.tour_name .location,
.site-content.carts-info .cart-info-table tbody tr td.tour_name .type {
  font-size: 12px;
}
.site-content.carts-info .cart-info-table tbody tr td.tour_name .title {
  color: #c13034;
  font-size: 14px;
  font-weight: bold;
}
.site-content.carts-info .cart-info-table tbody tr td.quantity .item {
  margin: 6px 0;
}
.site-content.carts-info .cart-info-table tbody tr td.quantity .item .label,
.site-content.carts-info .cart-info-table tbody tr td.quantity .item .value {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.carts-info .cart-info-table tbody tr td.quantity .item .label {
  width: 40px;
}
.site-content.carts-info .cart-info-table tbody tr td.quantity .item .value {
  width: 20px;
}
.site-content.carts-info .cart-info-table tbody tr td.price {
  font-size: 12px;
  text-align: center;
}
.site-content.carts-info .cart-info-table tbody tr td.price .item {
  margin: 6px 0;
}
.site-content.carts-info .cart-info-table tbody tr td.total {
  font-size: 12px;
  text-align: center;
}
.site-content.carts-info .cart-info-table tfoot tr td {
  border: 0;
  background: #ede7e4;
  text-align: center;
}
.site-content.carts-info .info-section .form-msg {
  font-weight: bold;
  margin: 15px 0;
}
.site-content.carts-info .info-section .form-msg .msg-1 {
  color: #727272;
}
.site-content.carts-info .info-section .form-msg .msg-2 {
  color: #c13034;
}
.site-content.carts-info .info-section .departure-date {
  padding: 14px 20px;
  background: #efe5de;
  font-weight: bold;
}
.site-content.carts-info .personal-info {
  margin-top: 30px;
}
.site-content.carts-info .personal-info .header {
  background: #c13034;
  font-size: 15px;
  color: #fff;
  padding: 9px 22px;
}
.site-content.carts-info .personal-info .fieldsets {
  padding: 18px 22px;
  padding-right: 0;
  border: 1px #7c5a49 solid;
  border-top: 0;
  background-color: #fcf9f4;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f9f2e8);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f9f2e8)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f2e8));
  background-image: -webkit-linear-gradient(top,#fff,#f9f2e8);
  background-image: -moz-linear-gradient(top,#fff,#f9f2e8);
  background-image: -o-linear-gradient(top,#fff,#f9f2e8);
  background-image: -ms-linear-gradient(top,#fff,#f9f2e8);
  background-image: linear-gradient(to bottom,#fff,#f9f2e8);
}
.site-content.carts-info .personal-info .fieldsets .top {
  border-bottom: 1px #cbcbcb solid;
  padding-bottom: 16px;
}
.site-content.carts-info .personal-info .fieldsets .bottom {
  border-top: 1px #fff solid;
  padding-top: 16px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset.gender-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 580px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset.names {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 365px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset.document {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 900px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .fieldset-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 146px;
  margin-right: 40px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field .label {
  display: block;
  margin-bottom: 10px;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field .label .require-sign {
  color: #c13034;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.date_of_birth {
  width: 200px;
  margin-right: 0;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.first_name {
  width: 200px;
  margin-right: 0;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.last_name {
  margin-right: 0;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.country_of_issuance {
  width: 200px;
  margin-right: 0;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.expiry_date {
  width: 200px;
  margin-right: 0;
}
.site-content.carts-info .personal-info .fieldsets .fieldset .field.document_type {
  width: 240px;
}
.site-content.carts-info .cart-info-form .remark-container {
  margin-top: 30px;
  padding: 18px 0;
  padding-left: 150px;
  background: #efe5de;
}
.site-content.carts-info .cart-info-form .remark-container label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-top: 3px;
  width: 130px;
  margin-bottom: 15px;
}
.site-content.carts-info .cart-info-form .remark-container input {
  margin: 0;
}
.site-content.carts-info .cart-info-form .remark-container textarea {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 540px;
  height: 47px;
  border: 1px #aeaeae solid;
}
.site-content.carts-info .buttons {
  text-align: center;
  margin-top: 30px;
}
.site-content.carts-info .buttons .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 8px;
}
.site-content.carts-info .buttons .button.confirm {
  padding: 0;
  margin: 0;
  border: 0;
}
.site-content.carts-confirm .cart-info-table {
  width: 100%;
  margin: 15px auto;
}
.site-content.carts-confirm .cart-info-table th,
.site-content.carts-confirm .cart-info-table td {
  padding: 9px 16px;
  border: 1px #fff solid;
}
.site-content.carts-confirm .cart-info-table th.tour_code,
.site-content.carts-confirm .cart-info-table td.tour_code {
  width: 104px;
}
.site-content.carts-confirm .cart-info-table th.quantity,
.site-content.carts-confirm .cart-info-table td.quantity {
  width: 98px;
}
.site-content.carts-confirm .cart-info-table th.price,
.site-content.carts-confirm .cart-info-table td.price {
  width: 66px;
}
.site-content.carts-confirm .cart-info-table th.total,
.site-content.carts-confirm .cart-info-table td.total {
  width: 66px;
}
.site-content.carts-confirm .cart-info-table thead th {
  background: #a98372;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.site-content.carts-confirm .cart-info-table thead th.tour_code {
  text-align: left;
}
.site-content.carts-confirm .cart-info-table thead th.tour_name {
  text-align: left;
}
.site-content.carts-confirm .cart-info-table tbody tr:nth-child(even) td {
  background: #e8dcd4;
}
.site-content.carts-confirm .cart-info-table tbody tr td {
  background: #efe5de;
}
.site-content.carts-confirm .cart-info-table tbody tr td.tour_code {
  font-size: 14px;
}
.site-content.carts-confirm .cart-info-table tbody tr td.tour_name .location,
.site-content.carts-confirm .cart-info-table tbody tr td.tour_name .type {
  font-size: 12px;
}
.site-content.carts-confirm .cart-info-table tbody tr td.tour_name .title {
  color: #c13034;
  font-size: 14px;
  font-weight: bold;
}
.site-content.carts-confirm .cart-info-table tbody tr td.quantity .item {
  margin: 6px 0;
}
.site-content.carts-confirm .cart-info-table tbody tr td.quantity .item .label,
.site-content.carts-confirm .cart-info-table tbody tr td.quantity .item .value {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.carts-confirm .cart-info-table tbody tr td.quantity .item .label {
  width: 40px;
}
.site-content.carts-confirm .cart-info-table tbody tr td.quantity .item .value {
  width: 20px;
}
.site-content.carts-confirm .cart-info-table tbody tr td.price {
  font-size: 12px;
  text-align: center;
}
.site-content.carts-confirm .cart-info-table tbody tr td.price .item {
  margin: 6px 0;
}
.site-content.carts-confirm .cart-info-table tbody tr td.total {
  font-size: 12px;
  text-align: center;
}
.site-content.carts-confirm .cart-info-table tfoot tr td {
  border: 0;
  background: #ede7e4;
  text-align: center;
}
.site-content.carts-confirm .cart-info-table tfoot tr.date td {
  border-top: 1px #fff solid;
  background: #efe5de;
  color: #727272;
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
}
.site-content.carts-confirm .cart-info-table tfoot tr.date td .booking-date,
.site-content.carts-confirm .cart-info-table tfoot tr.date td .departure-date,
.site-content.carts-confirm .cart-info-table tfoot tr.date td .commission {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 28px;
}
.site-content.carts-confirm .cart-info-table tfoot tr.date td .commission {
  float: right;
}
.site-content.carts-confirm .info-section .form-msg {
  font-weight: bold;
  margin: 15px 0;
}
.site-content.carts-confirm .info-section .form-msg .msg-1 {
  color: #727272;
}
.site-content.carts-confirm .info-section .form-msg .msg-2 {
  color: #c13034;
}
.site-content.carts-confirm .info-section .departure-date {
  padding: 14px 20px;
  background: #efe5de;
  font-weight: bold;
}
.site-content.carts-confirm .personal-info {
  margin-top: 30px;
}
.site-content.carts-confirm .personal-info .header {
  background: #c13034;
  font-size: 15px;
  color: #fff;
  padding: 9px 22px;
}
.site-content.carts-confirm .personal-info .fieldsets {
  padding: 18px 22px;
  padding-right: 0;
  border: 1px #7c5a49 solid;
  border-top: 0;
  background-color: #fcf9f4;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f9f2e8);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f9f2e8)';
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f2e8));
  background-image: -webkit-linear-gradient(top,#fff,#f9f2e8);
  background-image: -moz-linear-gradient(top,#fff,#f9f2e8);
  background-image: -o-linear-gradient(top,#fff,#f9f2e8);
  background-image: -ms-linear-gradient(top,#fff,#f9f2e8);
  background-image: linear-gradient(to bottom,#fff,#f9f2e8);
}
.site-content.carts-confirm .personal-info .fieldsets .top {
  border-bottom: 1px #cbcbcb solid;
  padding-bottom: 16px;
}
.site-content.carts-confirm .personal-info .fieldsets .bottom {
  border-top: 1px #fff solid;
  padding-top: 16px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.gender-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 488px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.names {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 404px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.names .field .label {
  width: 200px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.document {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 488px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.document-2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 404px;
  padding-top: 31px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset.document-2 .field .label {
  width: 200px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset .fieldset-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset .field .label,
.site-content.carts-confirm .personal-info .fieldsets .fieldset .field .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset .field .label {
  width: 160px;
  margin-bottom: 10px;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset .field .label .required-sign {
  color: #c13034;
}
.site-content.carts-confirm .personal-info .fieldsets .fieldset .field .input {
  width: 200px;
}
.site-content.carts-confirm .cart-info-form .remark-container {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #aeaeae solid;
}
.site-content.carts-confirm .cart-info-form .remark-container .label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 140px;
}
.site-content.carts-confirm .cart-info-form .remark-container .remark {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 830px;
}
.site-content.carts-confirm .cart-info-form .remark-container input,
.site-content.carts-confirm .cart-info-form .remark-container textarea {
  margin: 0;
}
.site-content.carts-confirm .buttons {
  text-align: center;
  margin-top: 30px;
}
.site-content.carts-confirm .buttons .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 8px;
}
.site-content.carts-confirm .buttons .button.confirm {
  padding: 0;
  margin: 0;
  border: 0;
}
.site-content.carts-success .page-content {
  padding: 95px 0 50px;
}
.site-content.carts-success .thank-you {
  font-family: 'Tinos', serif;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #7b5511;
}
.site-content.carts-success .success-msg {
  line-height: 24px;
  color: #727272;
  text-align: center;
  margin-bottom: 15px;
}
.site-content.carts-success .success-msg .ref-no {
  color: #c13034;
  font-weight: bold;
}
.site-content.carts-success .cart-msg {
  display: block;
  margin: 0 auto;
  width: 754px;
  padding: 11px 38px;
  background: #efe5de;
  font-weight: bold;
}
.site-content.carts-success .cart-msg .highlight {
  color: #c13034;
}
.site-content.carts-success .cart-msg a {
  text-decoration: underline;
}
.site-content.carts-success .buttons {
  padding-top: 50px;
  text-align: center;
}
.site-content.carts-success .buttons .button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 3px;
}
.popup-page.members-login .login-form {
  width: 330px;
  margin: 0 auto;
  padding-top: 18px;
}
.popup-page.members-login .login-form .title {
  font-family: 'Tinos', serif;
  font-size: 20px;
  color: #7d5b4a;
}
.popup-page.members-login .login-form .fieldset {
  padding: 10px 0 0;
}
.popup-page.members-login .login-form .fieldset .field {
  margin-bottom: 12px;
}
.popup-page.members-login .login-form .fieldset .field .label,
.popup-page.members-login .login-form .fieldset .field .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.popup-page.members-login .login-form .fieldset .field .label {
  width: 100px;
  color: #727272;
  vertical-align: -3px;
}
.popup-page.members-login .login-form .fieldset .field .input {
  width: 225px;
}
.popup-page.members-login .login-form .fieldset .field .input input {
  width: 223px;
  height: 21px;
  border: 1px #727272 solid;
}
.popup-page.members-login .login-form .buttons {
  padding-left: 100px;
}
.popup-page.members-login .login-form .buttons .button {
  padding: 0;
  margin: 0;
  border: 0;
}
.popup-page.members-login .login-form .forget {
  padding-left: 100px;
  margin-top: 20px;
  font-size: 12px;
}
.popup-page.members-login .login-form .forget a {
  color: #c13034;
}
.popup-page.members-forgot .forgot-form {
  width: 370px;
  margin: 0 auto;
  padding-top: 18px;
}
.popup-page.members-forgot .forgot-form .title {
  font-family: 'Tinos', serif;
  font-size: 20px;
  color: #7d5b4a;
}
.popup-page.members-forgot .forgot-form .input-msg {
  font-weight: bold;
  margin: 12px 0;
}
.popup-page.members-forgot .forgot-form .fieldset {
  padding: 10px 0 0;
}
.popup-page.members-forgot .forgot-form .fieldset .buttons,
.popup-page.members-forgot .forgot-form .fieldset .input {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.popup-page.members-forgot .forgot-form .fieldset .buttons {
  width: 87px;
}
.popup-page.members-forgot .forgot-form .fieldset .buttons .button {
  padding: 0;
  margin: 0;
  border: 0;
}
.popup-page.members-forgot .forgot-form .fieldset .input {
  width: 274px;
}
.popup-page.members-forgot .forgot-form .fieldset .input input {
  width: 272px;
  height: 21px;
  border: 1px #727272 solid;
}
.popup-page.members-forgot .forgot-form .bottom-msg {
  margin: 15px 0;
}
.site-content.members-account .agent-info-form {
  float: left;
  width: 440px;
}
.site-content.members-account .agent-info-form .form-title {
  margin: 15px 0;
}
.site-content.members-account .agent-info-form .form-content .field-row .label {
  vertical-align: -3px;
}
.site-content.members-account .agent-info-form .form-content .field-row .required-sign {
  display: none;
}
.site-content.members-account .right {
  float: right;
  width: 522px;
}
.site-content.members-account .history-section {
  position: relative;
  width: 522px;
  height: 553px;
  background: url(../img/member/member-history-bg.png) left top no-repeat;
}
.site-content.members-account .history-section.closed {
  display: none;
}
.site-content.members-account .history-section .open-packages-section {
  position: absolute;
  left: 183px;
  top: 0;
  display: block;
  width: 160px;
  height: 40px;
  cursor: pointer;
}
.site-content.members-account .history-section .order-container {
  position: absolute;
  left: 35px;
  top: 60px;
  width: 455px;
  height: 468px;
}
.site-content.members-account .history-section .order-container .pager {
  text-align: right;
}
.site-content.members-account .history-section .order-container .order-list li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px #d8d8d8 solid;
}
.site-content.members-account .history-section .order-container .order-list li .date,
.site-content.members-account .history-section .order-container .order-list li .order-no,
.site-content.members-account .history-section .order-container .order-list li .view-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.members-account .history-section .order-container .order-list li .date {
  width: 90px;
}
.site-content.members-account .history-section .order-container .order-list li .order-no {
  width: 290px;
}
.site-content.members-account .history-section .order-container .order-list li .view-all {
  width: 46px;
  color: #c13034;
  font-family: 'Tinos', serif;
  text-decoration: underline;
  padding-right: 11px;
  font-size: 13px;
  white-space: nowrap;
  background: url(../img/member/view-all-deco.png) right center no-repeat;
}
.site-content.members-account .history-section .order-container .pager-2 {
  margin-top: 10px;
}
.site-content.members-account .packages-section {
  position: relative;
  width: 522px;
  height: 553px;
  background: url(../img/member/member-packages-bg.png) left top no-repeat;
}
.site-content.members-account .packages-section.closed {
  display: none;
}
.site-content.members-account .packages-section .open-history-section {
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
  width: 160px;
  height: 40px;
  cursor: pointer;
}
.site-content.members-account .packages-section .packages-container {
  position: absolute;
  left: 35px;
  top: 60px;
  width: 455px;
  height: 468px;
}
.site-content.members-account .packages-section .packages-container .pager {
  text-align: right;
}
.site-content.members-account .packages-section .packages-container .packages-list li {
  list-style: none;
  padding: 12px 0;
  border-bottom: 1px #d8d8d8 solid;
}
.site-content.members-account .packages-section .packages-container .packages-list li .title,
.site-content.members-account .packages-section .packages-container .packages-list li .commission {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.site-content.members-account .packages-section .packages-container .packages-list li .title.header,
.site-content.members-account .packages-section .packages-container .packages-list li .commission.header {
  color: #727272;
  font-weight: bold;
}
.site-content.members-account .packages-section .packages-container .packages-list li .title {
  width: 370px;
  color: #c13034;
  font-weight: bold;
}
.site-content.members-account .packages-section .packages-container .packages-list li .commission {
  width: 80px;
  color: #727272;
  text-align: right;
}
.site-content.members-account .packages-section .packages-container .pager-2 {
  margin-top: 10px;
}
.site-content.tour-advanced .or {
  float: left;
  width: 1px;
  height: 300px;
  border: 0;
  border-left: 1px #cbcbc9 solid;
  margin: 0 30px;
  position: relative;
  after: "OR";
}
.site-content.tour-advanced .or:after,
.site-content.tour-advanced .or >.after {
  content: "OR";
  width: 60px;
  height: 24px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -12px;
  background: url(../img/general/content-bg.png) #fff left bottom repeat-x;
  color: #73706b;
  font-weight: bold;
  text-align: center;
}
.site-content.tour-advanced .form {
  width: 280px;
  float: left;
}
.site-content.tour-advanced .form .msg {
  margin-bottom: 15px;
  line-height: 1.8em;
}
.site-content.tour-advanced .form > .title {
  color: #c13034;
}
.site-content.tour-advanced .form .form-content {
  height: 190px;
  margin-top: 28px;
}
.site-content.tour-advanced .form .form-content input {
  width: 230px;
  padding: 0 5px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 12px;
  border: 1px #aeaeae solid;
  background: url(../img/general/input-text-bg.png) left bottom repeat-x;
}
.site-content.tour-advanced .form .form-buttons {
  margin: 0;
}
.site-content.tour-advanced .form .form-buttons .submit-button {
  padding: 0;
  margin: 0;
  border: 0;
}
.site-content.tour-advanced .quick-search-form .form-content label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: -3px;
  width: 90px;
  margin-bottom: 15px;
}
.site-content.tour-advanced .quick-search-form .form-content select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 180px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 15px;
}
.site-content.tour-detail .tour-section .top-container .price-info {
  display: none;
}
.site-content.tour-detail .tour-section .top-container .galleries {
  margin-bottom: 20px;
  float: left;
}
.button {
  display: block;
  cursor: pointer;
  background: url(../img/general/sprite.png) left top no-repeat;
}
.button.search {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 88px;
  height: 27px;
  background-position: -178px -73px;
}
.button.search:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 88px;
  height: 27px;
  background-position: -401px -73px;
}
.button.more {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 56px;
  height: 21px;
  background-position: -178px -121px;
}
.button.more:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 56px;
  height: 21px;
  background-position: -401px -121px;
}
.button.subscribe {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -178px -163px;
}
.button.subscribe:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -401px -163px;
}
.button.english {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -178px -208px;
}
.button.english:hover,
.button.english.current {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -401px -208px;
}
.button.zh-hant {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -178px -253px;
}
.button.zh-hant:hover,
.button.zh-hant.current {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -401px -253px;
}
.button.add-to-cart {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -178px -298px;
}
.button.add-to-cart:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -401px -298px;
}
.button.price-detail {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -178px -342px;
}
.button.price-detail:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -401px -342px;
}
.button.go-to-the-top {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 107px;
  height: 25px;
  background-position: -178px -387px;
}
.button.go-to-the-top:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 107px;
  height: 25px;
  background-position: -401px -387px;
}
.button.submit {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -430px;
  text-indent: -9999px;
}
.button.submit:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -430px;
  text-indent: -9999px;
}
.button.reset {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -475px;
}
.button.reset:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -475px;
}
.button.keyword-search {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 157px;
  height: 27px;
  background-position: -178px -520px;
}
.button.keyword-search:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 157px;
  height: 27px;
  background-position: -401px -520px;
}
.button.direct-search {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 144px;
  height: 27px;
  background-position: -178px -565px;
}
.button.direct-search:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 144px;
  height: 27px;
  background-position: -401px -565px;
}
.button.quick-search {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 137px;
  height: 27px;
  background-position: -178px -610px;
}
.button.quick-search:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 137px;
  height: 27px;
  background-position: -401px -610px;
}
.button.edit {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -654px;
}
.button.edit:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -654px;
}
.button.continue-shopping {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 135px;
  height: 28px;
  background-position: -178px -698px;
}
.button.continue-shopping:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 135px;
  height: 28px;
  background-position: -401px -698px;
}
.button.update-cart {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 116px;
  height: 28px;
  background-position: -178px -743px;
}
.button.update-cart:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 116px;
  height: 28px;
  background-position: -401px -743px;
}
.button.back {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -788px;
}
.button.back:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -788px;
}
.button.confirm {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -833px;
}
.button.confirm:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -833px;
}
.button.return-to-home {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 115px;
  height: 28px;
  background-position: -178px -877px;
}
.button.return-to-home:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 115px;
  height: 28px;
  background-position: -401px -877px;
}
.button.back-to-shopping-cart {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 28px;
  background-position: -178px -922px;
}
.button.back-to-shopping-cart:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 153px;
  height: 28px;
  background-position: -401px -922px;
}
.button.login {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -178px -968px;
}
.button.login:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -401px -968px;
}
.button.back-to-login {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 101px;
  height: 28px;
  background-position: -176px -28px;
}
.button.back-to-login:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 101px;
  height: 28px;
  background-position: -401px -28px;
}
.button.news-back {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 72px;
  height: 25px;
  background-position: -176px -1011px;
}
.zh-hant .button.add-to-cart {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -626px -296px;
}
.zh-hant .button.add-to-cart:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -849px -296px;
}
.zh-hant .button.price-detail {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -626px -340px;
}
.zh-hant .button.price-detail:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 103px;
  height: 25px;
  background-position: -849px -340px;
}
.zh-hant .button.go-to-the-top {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 107px;
  height: 25px;
  background-position: -626px -385px;
}
.zh-hant .button.go-to-the-top:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 107px;
  height: 25px;
  background-position: -849px -385px;
}
.zh-hant .button.back {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -626px -786px;
}
.zh-hant .button.back:hover {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-indent: -9999px \9;
  *text-transform: capitalize;
  width: 87px;
  height: 28px;
  background-position: -849px -786px;
}
