  /* -----------------------------------------------------------------  */
  .status-countdown {
    display: none;
    height: 110px;
    padding: 10px 0px 10px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz--box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .status-countdown span {
    display: block;
    text-align: center;
  }
  .status-countdown span.st-1 {
    font-family: 'thaisans_neueextra_bold';
    font-size: 24px;
    line-height: 24px;
    margin-top: 8px;
  }
  .status-countdown span.show-time {
    font-family: 'thaisans_neueextra_bold';
    font-size: 32px;
    line-height: 32px;
  }
  .status-countdown span.st-3 {
    font-family: 'thaisans_neueextra_bold';
    text-align: center;
    font-size: 21px;
    line-height: 26px;
  }
  .load-countdown {
    display: inline-block;
    margin-top: -6px;
    width: 28px;
  }
  /* -----------------------------------------------------------------  */

  /* -----------------------------------------------------------------  */
  .box-bid-auction {
    display: none;
  }
    .box-bid-auction span.h-text {
      color: #CC0000;
      font-size: 21px;
      display: block;
      font-family: 'thaisans_neueextra_bold';
    }
    .box-bid-auction span.d-text {
      color: #4A4444;
      font-size: 21px;
      display: block;
      font-family: 'thaisans_neueextra_bold';
    }
    /* -----------------------------------------------------------------  */
    .box-bid-left {
      height: 111px;
      width: 230px;
      float: left;
      border-top: 1px solid #DAD0D0;
      border-bottom: 1px solid #DAD0D0;
      border-left: 1px solid #DAD0D0;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    .box-bid-left .bidder {
      display: block;
      font-size: 20px;
      padding-left: 5px;
    }
    .box-bid-left .budget {
      display: block;
      font-size: 24px;
      padding: 2px 5px 2px 5px;
      width: 100%;
      color: #5A5555;
    }
    .box-bid-left .bid {
      font-size: 27px;
      color: #4A4444;
      margin-left: 5px;
      text-align: right;
      border: 1px solid #CCC;
      height: 40px;
      padding-right: 5px;
      border-right: none;
    }
    .box-bid-left .step {
      position: absolute;
      font-size: 27px;
      color: #5A5555;
      border: 1px solid #CCC;
      border-left: none;
      padding-right: 5px;
    }
    .box-bid-left .THB {
      font-size: 20px;
      float: right;
      margin: 8px 5px 0 5px;
    }
    .box-bid-left .currency {
      font-size: 20px;
      float: right;
      margin: 8px 5px 0 5px;
    }
    .box-bid-left .current-bidder img {
      display: block;
      padding: 0 4px 0 2px;
      float: left;
      margin-top: -5px;
    }
    .box-bid-left .current-bidder span {
      font-size: 22px;
      padding: 0 5px 0 5px;
      width: 100%;
      color: #5A5555;
      line-height: 18px;
      display: block;
    }
    .box-bid-left .current-bidder .nickname, .box-bid-left .current-bidder .text-ss {
      font-family: 'thaisans_neueextra_bold';
      color: #CC0000;
      display: inline;
    }
    .box-bid-countdown span {
      font-size: 24px;
    }
    .colse-time {
      font-size: 24px !important;
    }
    .current-price {
      font-size: 26px !important;
      border: 1px solid;
      width: 200px;
      line-height: 55px;
      text-align: center;
      background: #CC0000;
      color: #FFF !important;
    }
    /* -----------------------------------------------------------------  */

    /* -----------------------------------------------------------------  */
    .box-bid-right {
      width: 110px;
      float: left;
    }
    .box-bid-right .btn-bid {
      font-family: 'thaisans_neueextra_bold';
      display: block;
      border: none;
      background: #CC0000;
      width: 100%;
      height: 100%;
      color: #FFF;
      font-size: 35px;
      height: 111px;
    }
    .box-bid-right .btn-bid:active {
      color: #AAA;
    }
    /* -----------------------------------------------------------------  */

    /* -----------------------------------------------------------------  */
    .box-status-eventbid {
      display: none;
      height: 109px;
      background-color: #CC0000;
    }
    .box-status-eventbid a{
      font-family: 'thaisans_neueextra_bold';
      color: #FFF;
      font-size: 38px;
      display: block;
      text-align: center;
      line-height: 109px;
    }
    /* -----------------------------------------------------------------  */

    /* -----------------------------------------------------------------  */
    .box-endtime-eventbid {
      height: 92px;
      background-color: #CC0000;
    }
    .box-endtime-eventbid p {
      font-family: 'thaisans_neueextra_bold';
      text-align: center;
      font-size: 36px;
      color: #FFF;
      line-height: 92px;
    }
    /* -----------------------------------------------------------------  */
