/*----- Layout -----*/
.site-header {
  background: #70001a url(/img/head-background.jpg) left top repeat-x;
}
.site-header .head-bg {
  background: url(/img/head-bg.jpg) right top no-repeat;
  height: 100px;
  position: relative;
}
.site-header .logo-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 11px;
  padding-left: 40px;
}
.site-header .logo-container a {
  display: block;
  text-decoration: none;
}
.site-header .logo-container a .logo {
  color: #fff2c4;
  font: italic 18px/11px "Times New Roman", Times, serif;
}
.site-header .banner-container {
  padding-top: 5px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 0;
  text-align: center;
}
.site-header .authorization {
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 7px 15px;
  font: 11px Arial;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  *background: none;
  background: none\0IE89;
  zoom: 1;
}
.site-header .authorization h2 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
  color: #fff;
}
.site-header .authorization a {
  color: #fff;
}
.site-header .authorization li {
  float: left;
}
.site-header .authorization li label.title {
  display: block;
  font-size: 14px;
  padding-bottom: 3px;
}
.site-header .authorization li.pass-col {
  padding-left: 5px;
}
.site-header .authorization li.button-col .button {
  position: relative;
  left: 5px;
  display: block;
  width: 91px;
  height: 36px;
  border: 0;
  margin-top: -5px;
  background: url('/img/bidlo/enter-nt.png') no-repeat 0 0;
  font: bold 16px Arial, sans-serif;
  color: #323232;
}
.site-header .authorization .remember,
.site-header .authorization .restore {
  padding-top: 5px;
}
.site-header .authorization .remember input {
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  float: left;
  border: 1px solid #7f9db9;
}
.site-header .authorization .remember label {
  padding-bottom: 2px;
}
.site-header .authorization .text {
  width: 120px;
  border: 1px solid #7f9db9;
}
.site-header .authorization .error {
  color: #FFF6BC;
}
/* Header Menu */
.main-navigation {
  position: relative;
  z-index: 1;
  height: 45px;
  padding: 0 20px;
  background: #fd9c68 url("/img/main-nav.png") left top repeat-x;
  background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feceb4), color-stop(50%, #f17431), color-stop(50%, #ea5506), color-stop(100%, #fd9c68));
  background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
  background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
  background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
  background: linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
}
.main-navigation #top-menu {
  font-size: 0;
  background: url("/img/main-nav-decor.png") right top no-repeat;
  _background: none;
}
.main-navigation #top-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: bold 14px Calibri, Arial, sans-serif;
  color: #fff;
  padding-left: 21px;
  padding-right: 20px;
  background: url(/img/menu-list-pic.gif) no-repeat left center;
}
.main-navigation #top-menu li a {
  display: block;
  float: left;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-decoration: underline;
}
.main-navigation #top-menu li a.current {
  background: none;
  color: #5f0006;
  text-decoration: none;
}
.main-navigation #top-menu li a.current:hover {
  padding-top: 0;
}
.main-navigation #top-menu li a:hover {
  text-decoration: none;
}
.main-navigation #top-menu .verification-badge-wrapper {
  position: relative;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-badge {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  padding: 3px 5px;
  gap: 10px;
  width: 220px;
  z-index: 3;
  left: -29px;
  top: -11px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12.5px);
  border-radius: 2px;
  white-space: normal;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip p:first-of-type {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  color: #000000;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip .link-bold {
  margin: 0;
  cursor: pointer;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-decoration-line: underline;
  color: #000000;
  width: 75px;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip .link-bold.w80 {
  width: 80px;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip .secondary-text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #747474;
}
.main-navigation #top-menu .verification-badge-wrapper .verification-badge:hover ~ .verification-tooltip,
.main-navigation #top-menu .verification-badge-wrapper .verification-tooltip:hover {
  opacity: 1;
  visibility: visible;
}
.main-navigation #language-selector {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 28px;
  margin-top: -15px;
  font-size: 11px;
  line-height: 28px;
  border: 1px solid #f57f40;
  background: #fffdf6 url("/img/main-nav.png") left -46px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffdf6 0%, #f4e7bf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdf6), color-stop(100%, #f4e7bf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffdf6 0%, #f4e7bf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffdf6 0%, #f4e7bf 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fffdf6 0%, #f4e7bf 100%);
  /* IE10+ */
  background: linear-gradient(top, #fffdf6 0%, #f4e7bf 100%);
  /* W3C */
  color: #000;
  cursor: pointer;
}
.main-navigation #language-selector:after,
.main-navigation #language-selector .after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 6px solid #323232;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.main-navigation #language-selector:after {
  content: "";
  display: block;
}
.main-navigation #language-selector .select-lang-list {
  display: none;
}
.main-navigation #language-selector:hover {
  background: #fffdf6 url("/img/main-nav.png") left -46px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdf6), color-stop(100%, #fbe49d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* IE10+ */
  background: linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* W3C */
}
.main-navigation #language-selector .trigger,
.main-navigation #language-selector .popup-list li {
  text-align: right;
}
.main-navigation #language-selector .trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  padding-right: 48px;
}
.main-navigation #language-selector .popup-list li {
  position: relative;
  *position: static;
  padding: 0 47px 0 10px;
  margin-top: 1px;
  background: #fff;
}
.main-navigation #language-selector .popup-list li .flag {
  right: 16px;
  *top: auto;
  *margin-top: 0;
}
.main-navigation #language-selector .popup-list li:after {
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 70%;
  height: 1px;
  margin-left: -30%;
  background: none;
  background: -moz-linear-gradient(left, #fff 0%, #f1f1f1 30%, #f1f1f1 75%, #fff, 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(30%, #f1f1f1), color-stop(75%, #f1f1f1), color-stop(100%, #fff));
  background: -webkit-linear-gradient(left, #fff 0%, #f1f1f1 30%, #f1f1f1 75%, #fff, 100%);
  background: -o-linear-gradient(left, #fff 0%, #f1f1f1 30%, #f1f1f1 75%, #fff, 100%);
  background: -ms-linear-gradient(left, #fff 0%, #f1f1f1 30%, #f1f1f1 75%, #fff, 100%);
  background: linear-gradient(left, #fff 0%, #f1f1f1 30%, #f1f1f1 75%, #fff, 100%);
  content: "";
}
.main-navigation #language-selector .popup-list li:first-child {
  margin-top: 0;
}
.main-navigation #language-selector .popup-list li:first-child:after {
  display: none;
}
.main-navigation #language-selector .popup-list li:hover {
  background: #fffdf6 url("/img/main-nav.png") left -46px repeat-x;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdf6), color-stop(100%, #fbe49d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* IE10+ */
  background: linear-gradient(top, #fffdf6 0%, #fbe49d 100%);
  /* W3C */
}
.main-navigation #language-selector .dropdown {
  position: relative;
  top: 100%;
  left: -9999px;
  zoom: 1;
  border: 1px solid #e4e4e4;
  -webkit-transition: opacity 0.25s, left 0s linear 0.25s;
  -moz-transition: opacity 0.25s, left 0s linear 0.25s;
  -o-transition: opacity 0.25s, left 0s linear 0.25s;
  -ms-transition: opacity 0.25s, left 0s linear 0.25s;
  transition: opacity 0.25s, left 0s linear 0.25s;
  background: #fff;
  opacity: 0;
}
.main-navigation #language-selector .flag {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 22px;
  height: 16px;
  margin-top: -8px;
  background-image: url("/img/icons/flags.png");
  background-repeat: no-repeat;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.main-navigation #language-selector .en-US .flag {
  background-position: 0 -17px;
}
.main-navigation #language-selector .zh-CHT .flag {
  background-position: 0 0;
}
.main-navigation #language-selector.drop-downed .dropdown {
  -webkit-transition: opacity 0.25s, left 0s;
  -moz-transition: opacity 0.25s, left 0s;
  -o-transition: opacity 0.25s, left 0s;
  -ms-transition: opacity 0.25s, left 0s;
  transition: opacity 0.25s, left 0s;
  left: 0;
  opacity: 1;
}
/* Footer */
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36px;
  width: 100%;
  clear: both;
  background: #6b0004 url("/img/footer.jpg") right top no-repeat;
  color: #fff;
  font: 13px Arial, sans-serif;
}
#footer .copy {
  width: 720px;
  line-height: 36px;
  padding-left: 20px;
  background: url('/img/footer-copy.png') left top no-repeat;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #323137;
  font: 12px Arial, sans-serif;
}
#main {
  position: relative;
  min-height: 100%;
  _height: 100%;
  width: 100%;
  min-width: 1285px;
}
/* Content */
#content {
  padding: 15px 20px 60px;
  font: 12px Arial, sans-serif;
  color: #000;
}
/* Main Content */
#main-cont {
  margin-right: 330px;
}
/* right banner */
.right-banner {
  float: right;
  padding: 20px 0 10px;
  width: 310px;
}
