.msg-success {
  padding: 2em 1em 2em 80px;
  background: #f6f6f6 url(/img/msg-tick.png) 20px center no-repeat;
  margin-bottom: 2em; }
  .msg-success .msg {
    font-size: 1em !important;
    font-weight: bold !important; }

.x_trigger {
  position: relative; }
  .x_trigger:hover {
    cursor: pointer; }

.global_tooltip {
  background: url("/img/tourpage_update/bg_tooltip_tour_type_top.png") no-repeat left top;
  display: none;
  margin-top: -4px;
  *margin-top: 10px;
  padding: 12px 0 0;
  position: absolute;
  left: -33px;
  text-align: left;
  width: 240px; }
  .global_tooltip .global_tooltip_wrap {
    background: url("/img/tourpage_update/bg_tooltip_tour_type_bottom.png") no-repeat bottom left;
    padding: 0 0 5px 0; }
    .global_tooltip .global_tooltip_wrap .global_tooltip_inner {
      background: url("/img/tourpage_update/bg_tooltip_tour_type_middle.png") repeat-y top left;
      line-height: 1.5;
      padding: 4px 10px 5px 10px;
      width: 200px; }
      .global_tooltip .global_tooltip_wrap .global_tooltip_inner p {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 3px; }

.part-pay {
  margin: 20px 0 0 0;
  padding-bottom: 50px; }
  .part-pay p, .part-pay dl, .part-pay hr, .part-pay h1, .part-pay h2, .part-pay h3, .part-pay h4, .part-pay h5, .part-pay h6, .part-pay ol, .part-pay ul, .part-pay pre, .part-pay table, .part-pay address, .part-pay fieldset {
    margin-bottom: 10px; }
  .part-pay ul, .part-pay li {
    list-style: none;
    margin-left: 0; }
  .part-pay .descriptor-text {
    color: #666;
    font-size: 11px; }

.part-pay.intro .pp_header {
  padding: 0 20px;
  position: relative; }
  .part-pay.intro .pp_header h1 {
    height: 27px;
    margin: 0 0 10px 0;
    width: 386px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden; }
  .part-pay.intro .pp_header h1.head_partpay {
    background-image: url("/img/part-pay/head_intro.png"); }
  .part-pay.intro .pp_header h1.head_easypay {
    background-image: url("/img/part-pay/head_intro_easypay.png"); }
  .part-pay.intro .pp_header h1.ta_error_easypay,
  .part-pay.intro .pp_header h1.ta_error_partpay {
    height: 25px;
    margin: 0 0 15px 0;
    width: 230px; }
  .part-pay.intro .pp_header h1.ta_error_easypay {
    background-image: url("/img/part-pay/head_error_easypay.png"); }
  .part-pay.intro .pp_header h1.ta_error_partpay {
    background-image: url("/img/part-pay/head_error_partpay.png"); }
  .part-pay.intro .pp_header p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    width: 700px; }
  .part-pay.intro .pp_header img {
    float: right; }
.part-pay.intro .pp_instructions {
  background: #ededed;
  margin: 0 0 15px 0;
  padding: 15px 0 10px 20px;
  width: 961px;
  *zoom: 1; }
  .part-pay.intro .pp_instructions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .part-pay.intro .pp_instructions h2 {
    color: #999;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  .part-pay.intro .pp_instructions p {
    margin-bottom: 15px; }
  .part-pay.intro .pp_instructions a {
    font-weight: bold;
    text-decoration: none; }
    .part-pay.intro .pp_instructions a:hover {
      text-decoration: underline; }
  .part-pay.intro .pp_instructions ul {
    margin-bottom: 5px;
    *zoom: 1; }
    .part-pay.intro .pp_instructions ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .part-pay.intro .pp_instructions ul li {
      float: left;
      font-size: 12px;
      margin: 0 18px 0 0;
      padding: 5px 0 0 33px;
      width: 187px; }
      .part-pay.intro .pp_instructions ul li h3 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
      .part-pay.intro .pp_instructions ul li .screenshot {
        border: 3px solid #ccc; }
    .part-pay.intro .pp_instructions ul li.step-one {
      background: url("/img/part-pay/icon_one.gif") no-repeat 0 0; }
      .part-pay.intro .pp_instructions ul li.step-one .signed_in,
      .part-pay.intro .pp_instructions ul li.step-one form {
        background: #fff;
        border: 3px solid #ccc;
        padding: 15px 9px; }
      .part-pay.intro .pp_instructions ul li.step-one .signed_in {
        font-size: 20px;
        padding-bottom: 20px;
        text-align: center; }
        .part-pay.intro .pp_instructions ul li.step-one .signed_in p {
          margin: 20px 0 30px; }
        .part-pay.intro .pp_instructions ul li.step-one .signed_in a {
          background-image: url("/img/part-pay/button_signout.png");
          margin: 0 auto;
          width: 80px;
          height: 26px;
          background-color: transparent;
          background-position: 0 0;
          background-repeat: no-repeat;
          display: block;
          text-align: left;
          text-indent: -9999px;
          overflow: hidden; }
          .part-pay.intro .pp_instructions ul li.step-one .signed_in a:hover {
            background-position: 0 -26px; }
          .part-pay.intro .pp_instructions ul li.step-one .signed_in a:active {
            background-position: 0 -52px; }
      .part-pay.intro .pp_instructions ul li.step-one form label {
        *height: 1%; }
      .part-pay.intro .pp_instructions ul li.step-one form label.checkbox {
        margin-bottom: 5px;
        width: 140px; }
      .part-pay.intro .pp_instructions ul li.step-one form input#intro_email,
      .part-pay.intro .pp_instructions ul li.step-one form input#password,
      .part-pay.intro .pp_instructions ul li.step-one form input#person_email,
      .part-pay.intro .pp_instructions ul li.step-one form input#person_password,
      .part-pay.intro .pp_instructions ul li.step-one form input#person_password_confirmation {
        border: 1px solid #979797;
        margin: 4px 0 8px;
        width: 152px; }
      .part-pay.intro .pp_instructions ul li.step-one form input#person_password {
        margin-bottom: 5px; }
      .part-pay.intro .pp_instructions ul li.step-one form label span.below_field {
        margin: 0 0 10px; }
      .part-pay.intro .pp_instructions ul li.step-one form label input[type="checkbox"],
      .part-pay.intro .pp_instructions ul li.step-one form label input.check_option {
        margin-bottom: -5px;
        position: absolute;
        top: -3px;
        left: -20px; }
      .part-pay.intro .pp_instructions ul li.step-one form div.form_submit {
        border: 0;
        height: auto;
        margin: 0;
        _margin-top: 10px;
        padding: 0 6px 0 0;
        text-align: right;
        width: auto; }
        .part-pay.intro .pp_instructions ul li.step-one form div.form_submit button {
          background: url("/img/part-pay/button_signin.png") no-repeat 0 0;
          border: 0;
          cursor: pointer;
          text-indent: -9999px;
          width: 80px;
          height: 26px; }
          .part-pay.intro .pp_instructions ul li.step-one form div.form_submit button:hover {
            background-position: 0 -26px; }
          .part-pay.intro .pp_instructions ul li.step-one form div.form_submit button:active {
            background-position: 0 -52px; }
        .part-pay.intro .pp_instructions ul li.step-one form div.form_submit button.pp_register {
          background-image: url("/img/part-pay/button_register.png"); }
    .part-pay.intro .pp_instructions ul li.step-two {
      background: url("/img/part-pay/icon_two.gif") no-repeat 0 0; }
    .part-pay.intro .pp_instructions ul li.step-three {
      background: url("/img/part-pay/icon_three.gif") no-repeat 0 0; }
    .part-pay.intro .pp_instructions ul li.step-four {
      background: url("/img/part-pay/icon_four.gif") no-repeat 0 0;
      margin-right: 0; }
  .part-pay.intro .pp_instructions .descriptor-text {
    clear: both;
    font-style: italic;
    margin: 0; }
.part-pay.intro .proceed {
  color: #000;
  float: right;
  font-size: 16px;
  margin-right: 37px;
  _margin-right: 10px;
  text-align: right;
  padding-top: 10px; }
  .part-pay.intro .proceed a {
    background-image: url("/img/part-pay/button_my_trips.png");
    float: left;
    margin: -10px 10px 0 0;
    width: 142px;
    height: 42px;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden; }
    .part-pay.intro .proceed a:hover {
      background-position: 0 -42px; }
    .part-pay.intro .proceed a:active {
      background-position: 0 -84px; }

.part-pay.pp_show {
  font-size: 12px; }
  .part-pay.pp_show .payment_area {
    margin: 0 20px; }
    .part-pay.pp_show .payment_area h1 {
      color: #000;
      font-size: 28px;
      font-weight: bold;
      margin: 0 0 4px 0; }
    .part-pay.pp_show .payment_area h1.private_head {
      background-image: url("/img/part-pay/head_share_your_page.png");
      width: 454px;
      height: 29px;
      background-color: transparent;
      background-position: 0 0;
      background-repeat: no-repeat;
      display: block;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden; }
      .part-pay.pp_show .payment_area h1.private_head.lay_away {
        background-image: url("/img/part-pay/head_share_your_page_lay_away.png");
        width: 463px; }
    .part-pay.pp_show .payment_area p {
      margin-bottom: 15px; }
    .part-pay.pp_show .payment_area .pp_thankyou {
      background: #ededed url("/img/part-pay/icon_thankyou_check.png") no-repeat 10px 10px;
      padding: 10px 10px 10px 80px;
      *padding-bottom: 0;
      margin: 0 0 10px 0;
      *zoom: 1; }
      .part-pay.pp_show .payment_area .pp_thankyou:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .part-pay.pp_show .payment_area .pp_thankyou p {
        margin: 0 0 8px 0;
        padding-top: 3px; }
      .part-pay.pp_show .payment_area .pp_thankyou input {
        color: #999;
        float: left;
        font-size: 13px;
        margin: 0;
        padding: 3px;
        width: 650px;
        _width: 640px; }
      .part-pay.pp_show .payment_area .pp_thankyou button {
        background-image: url("/img/part-pay/button_send_message.png");
        border: 0;
        cursor: pointer;
        float: right;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        width: 180px;
        height: 31px; }
        .part-pay.pp_show .payment_area .pp_thankyou button:hover {
          background-position: 0 -31px; }
        .part-pay.pp_show .payment_area .pp_thankyou button:active {
          background-position: 0 -62px; }
      .part-pay.pp_show .payment_area .pp_thankyou .pp_success {
        background: #46af5c;
        color: #fff;
        font-weight: bold;
        margin: 0;
        *margin-bottom: 10px;
        padding: 5px 10px; }
    .part-pay.pp_show .payment_area .sharing_tools {
      height: 37px;
      margin-bottom: 30px; }
      .part-pay.pp_show .payment_area .sharing_tools li {
        float: left;
        height: 37px;
        margin-left: 0; }
      .part-pay.pp_show .payment_area .sharing_tools li.share_head {
        background: url("/img/part-pay/img_share_box.png") no-repeat 0 0;
        border: 1px solid #7db138;
        width: 140px;
        height: 35px;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden; }
      .part-pay.pp_show .payment_area .sharing_tools li.share_link {
        background: #ededed url("/img/part-pay/icon_link.png") no-repeat 12px 50%;
        border: 1px solid #d6d6d6;
        border-left: 0;
        border-right: 0;
        line-height: 1.2;
        padding: 0 0 0 50px;
        width: 314px;
        height: 35px; }
        .part-pay.pp_show .payment_area .sharing_tools li.share_link span {
          background-image: url("/img/part-pay/bg_share_link_text.png");
          width: 71px;
          height: 11px;
          margin-top: 5px;
          background-color: transparent;
          background-position: 0 0;
          background-repeat: no-repeat;
          display: block;
          text-align: left;
          text-indent: -9999px;
          overflow: hidden; }
        .part-pay.pp_show .payment_area .sharing_tools li.share_link a {
          color: #333;
          display: block;
          font-size: 13px;
          font-weight: bold; }
      .part-pay.pp_show .payment_area .sharing_tools li.share_email a {
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        background: url("/img/part-pay/bg_share_email.png") no-repeat left bottom;
        width: 140px;
        height: 37px; }
        .part-pay.pp_show .payment_area .sharing_tools li.share_email a:hover {
          background-position: left top; }
      .part-pay.pp_show .payment_area .sharing_tools li.share_twitter a {
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        background: url("/img/part-pay/bg_share_twitter.png") no-repeat left bottom;
        width: 145px;
        height: 37px; }
        .part-pay.pp_show .payment_area .sharing_tools li.share_twitter a:hover {
          background-position: left top; }
      .part-pay.pp_show .payment_area .sharing_tools li.share_facebook a {
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden;
        background: url("/img/part-pay/bg_share_facebook.png") no-repeat left bottom;
        width: 150px;
        height: 37px; }
        .part-pay.pp_show .payment_area .sharing_tools li.share_facebook a:hover {
          background-position: left top; }
    .part-pay.pp_show .payment_area .donation_area {
      clear: both;
      position: relative;
      *zoom: 1; }
      .part-pay.pp_show .payment_area .donation_area:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .part-pay.pp_show .payment_area .donation_area h2 {
        background-image: url("/img/part-pay/head_make_payment.png");
        margin-bottom: 15px;
        width: 230px;
        height: 27px;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        text-align: left;
        text-indent: -9999px;
        overflow: hidden; }
      .part-pay.pp_show .payment_area .donation_area .payment_phone {
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3999; }
        .part-pay.pp_show .payment_area .donation_area .payment_phone img {
          margin-left: 3px;
          vertical-align: top; }
        .part-pay.pp_show .payment_area .donation_area .payment_phone .x_payment_booking_id {
          background: url("/img/part-pay/bg_tooltip.png") no-repeat 0 0;
          color: #FFFFFF;
          font-weight: bold;
          line-height: 1.3;
          margin: 0;
          padding: 11px 5px 5px;
          position: absolute;
          right: -6px;
          top: 21px;
          width: 120px; }
          .part-pay.pp_show .payment_area .donation_area .payment_phone .x_payment_booking_id span {
            color: #ccc; }
      .part-pay.pp_show .payment_area .donation_area .full_payment_message {
        background: #46af5c;
        color: #fff;
        font-weight: bold;
        margin: 10px 0;
        padding: 5px 10px; }
      .part-pay.pp_show .payment_area .donation_area .payment_info {
        float: left;
        margin-right: 20px;
        width: 430px; }
        .part-pay.pp_show .payment_area .donation_area .payment_info li {
          float: right;
          width: 250px; }
          .part-pay.pp_show .payment_area .donation_area .payment_info li h3 {
            color: #000;
            font-size: 17px;
            font-weight: bold;
            margin-bottom: 5px; }
          .part-pay.pp_show .payment_area .donation_area .payment_info li h4 {
            color: #000;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 0; }
          .part-pay.pp_show .payment_area .donation_area .payment_info li p {
            color: #666;
            font-size: 13px; }
          .part-pay.pp_show .payment_area .donation_area .payment_info li span {
            display: block; }
        .part-pay.pp_show .payment_area .donation_area .payment_info .avatar {
          float: left;
          width: 180px; }
          .part-pay.pp_show .payment_area .donation_area .payment_info .avatar img {
            width: 170px;
            height: 150px; }
      .part-pay.pp_show .payment_area .donation_area .payment_status {
        border: 1px solid #ccc;
        float: right;
        margin-bottom: 20px;
        position: relative;
        width: 473px;
        z-index: 1; }
        .part-pay.pp_show .payment_area .donation_area .payment_status li {
          position: relative; }
        .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top {
          padding: 15px 0 0 15px;
          z-index: 1; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top h3 {
            color: #666;
            font-size: 13px;
            font-style: italic;
            font-weight: normal;
            margin-bottom: 8px; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top h3 span {
              color: #000;
              font-size: 15px;
              font-weight: bold;
              font-style: normal; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top .payment_deadline {
            color: red;
            font-size: 11px;
            position: absolute;
            top: 15px;
            right: 15px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph {
            background: url("/img/part-pay/bg_payment_graph.png") no-repeat 0 -92px;
            width: 443px;
            height: 46px;
            zoom: 1;
            overflow: hidden; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid,
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid_text,
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.left_to_pay,
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.payment_change {
              float: left;
              font-size: 11px;
              line-height: 1;
              margin-top: 10px;
              vertical-align: baseline;
              _height: 35px;
              zoom: 1; }
              .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid strong,
              .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid_text strong,
              .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.left_to_pay strong,
              .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.payment_change strong {
                display: block;
                font-size: 16px;
                font-weight: bold; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.payment_change {
              background: url("/img/part-pay/bg_payment_graph.png") no-repeat scroll 50% -5px transparent;
              height: 40px;
              margin-left: -1px;
              margin-top: 4px; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid_text {
              text-align: right; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.paid {
              margin: 10px 15px 0 25px;
              text-align: right; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top #payment_graph span.left_to_pay {
              margin-left: 10px;
              text-align: left; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top div.payment_travel_agent_payments {
            position: relative;
            font-weight: bold;
            padding: 5px 0; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top div.payment_travel_agent_payments img {
              position: relative;
              top: 1px;
              vertical-align: top; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_top p.x_travel_agent_payment {
            background-color: #010101;
            color: #FFFFFF;
            font-weight: bold;
            line-height: 1.3;
            margin: 0;
            padding: 5px;
            position: absolute;
            left: 6px;
            top: -130px;
            width: 240px;
            z-index: 9999; }
        .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom {
          background: #95c542;
          border-top: 1px solid #719632;
          padding: 10px 0 10px 15px;
          *z-index: 2;
          *zoom: 1; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form label,
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form input {
            display: inline;
            margin: 0;
            vertical-align: middle; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form label img {
            margin-right: 8px;
            vertical-align: middle; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .pp_error {
            background: url("/img/part-pay/bg_minimum_payment_bottom.png") no-repeat left bottom;
            _background-image: url("/img/part-pay/bg_minimum_payment_bottom.gif");
            padding-bottom: 13px;
            position: absolute;
            z-index: 1;
            bottom: 62px;
            left: 178px; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .pp_error p {
              background: url("/img/part-pay/bg_minimum_payment_top.png") no-repeat left top;
              color: #fff;
              font-size: 11px;
              font-weight: bold;
              line-height: 1.2;
              margin: 0;
              padding: 7px;
              text-align: center;
              width: 90px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .pp_currency {
            font-size: 30px;
            font-weight: bold;
            padding-top: 5px;
            vertical-align: middle; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .payment_amount {
            border-color: #4d4d4d #c7c7c6 #ebebea #919191;
            font-size: 24px;
            margin-right: 5px;
            *margin-right: 8px;
            padding: 3px;
            width: 97px;
            height: 27px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .payment_amount.error {
            background-color: #f9dad9;
            border: 5px solid #ee564e;
            width: 87px;
            height: 17px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .payment_button {
            background-color: transparent;
            background-position: 0 0;
            background-repeat: no-repeat;
            display: block;
            text-align: left;
            text-indent: -9999px;
            overflow: hidden;
            background-color: transparent;
            background-image: url("/img/part-pay/button_payment.png");
            border: 0;
            cursor: pointer;
            display: inline;
            margin-top: 2px;
            width: 166px;
            height: 35px;
            vertical-align: middle; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .payment_button:hover {
              background-position: 0 -35px; }
            .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form .payment_button:active {
              background-position: 0 -70px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form.currency_two .payment_amount {
            width: 76px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form.currency_three label img {
            margin-right: 0; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom form.currency_three .payment_amount {
            width: 66px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status li.payment_status_bottom .descriptor-text {
            color: #3B541A;
            line-height: 1;
            margin: 10px 0 0 0;
            word-spacing: -1px; }
      .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment form,
      .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment .descriptor-text {
        display: none; }
      .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_top #payment_graph {
        background-position: 0 0;
        margin-bottom: 0;
        text-align: right; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_top #payment_graph span.left_to_pay {
          display: none; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_top #payment_graph span.paid_text {
          color: #fff;
          float: right;
          margin: 0 15px 0 0;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
      .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom {
        background: none;
        border: 0;
        *zoom: 1; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a {
          background-color: transparent;
          background-position: 0 0;
          background-repeat: no-repeat;
          display: block;
          text-align: left;
          text-indent: -9999px;
          overflow: hidden;
          background: url("/img/part-pay/button_full_payment_links.png") no-repeat 0 -72px;
          display: block;
          width: 170px;
          height: 36px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a:hover {
            background-position: 0 -36px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a:active {
            background-position: 0 0; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a.button_first {
          display: inline;
          float: left;
          margin: 0 20px 0 42px; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a.button_last {
          background-position: -179px -72px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a.button_last:hover {
            background-position: -179px -36px; }
          .part-pay.pp_show .payment_area .donation_area .payment_status.full_payment li.payment_status_bottom a.button_last:active {
            background-position: -179px 0; }
      .part-pay.pp_show .payment_area .donation_area .payment_status.partial_payment li.payment_status_top #payment_graph {
        background-position: 0 -46px; }
        .part-pay.pp_show .payment_area .donation_area .payment_status.partial_payment li.payment_status_top #payment_graph span.paid {
          background: url("/img/part-pay/bg_payment_graph_partial.png") no-repeat top right;
          color: #fff;
          height: 33px;
          margin: 4px 0 0 15px;
          padding: 6px 8px 0 0;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
          .part-pay.pp_show .payment_area .donation_area .payment_status.partial_payment li.payment_status_top #payment_graph span.paid span.left_to_pay,
          .part-pay.pp_show .payment_area .donation_area .payment_status.partial_payment li.payment_status_top #payment_graph span.paid span.paid_text {
            color: #fff;
            float: right;
            height: auto;
            margin-top: 0;
            margin-right: 7px;
            padding: 0;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); }
        .part-pay.pp_show .payment_area .donation_area .payment_status.partial_payment li.payment_status_top #payment_graph span.paid_text {
          color: #333;
          height: 33px;
          margin: 4px 0 0 10px;
          padding: 6px 8px 0 0;
          text-shadow: none; }
  .part-pay.pp_show .trip_area {
    background: #ededed;
    clear: both;
    margin-top: 10px;
    padding: 20px;
    *zoom: 1; }
    .part-pay.pp_show .trip_area:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .part-pay.pp_show .trip_area .trip_area_head {
      float: left;
      width: 150px; }
      .part-pay.pp_show .trip_area .trip_area_head h2 {
        color: #666;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2; }
        .part-pay.pp_show .trip_area .trip_area_head h2 span {
          color: #333;
          display: block;
          font-size: 20px;
          font-weight: bold; }
      .part-pay.pp_show .trip_area .trip_area_head .trip_duration {
        line-height: 1.7; }
        .part-pay.pp_show .trip_area .trip_area_head .trip_duration span {
          color: #666;
          display: block;
          font-size: 11px; }
    .part-pay.pp_show .trip_area dl {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #fff;
      float: right;
      width: 760px; }
      .part-pay.pp_show .trip_area dl dt {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0 6px 35px; }
      .part-pay.pp_show .trip_area dl dt.trip_flight {
        background: url("/img/part-pay/icon_flight.gif") no-repeat 10px 50%; }
      .part-pay.pp_show .trip_area dl dt.trip_hotel {
        background: url("/img/part-pay/icon_hotel.gif") no-repeat 10px 50%; }
      .part-pay.pp_show .trip_area dl dd {
        background: #e3e3e3 url("/img/part-pay/bg_tour_description.png") repeat-x 0 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        line-height: 1.5;
        padding: 10px;
        *zoom: 1; }
        .part-pay.pp_show .trip_area dl dd:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        .part-pay.pp_show .trip_area dl dd img {
          float: left;
          width: 120px; }
        .part-pay.pp_show .trip_area dl dd h3,
        .part-pay.pp_show .trip_area dl dd p {
          float: right;
          margin: 0;
          width: 610px; }
        .part-pay.pp_show .trip_area dl dd h3 {
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 3px;
          padding-top: 2px; }
  .part-pay.pp_show .terms_area {
    padding: 20px;
    position: relative; }
    .part-pay.pp_show .terms_area h2 {
      font-size: 13px;
      font-weight: bold;
      line-height: 20px;
      position: absolute;
      top: 20px;
      left: 20px;
      _left: 0; }
    .part-pay.pp_show .terms_area .terms_copy {
      color: #666;
      margin-left: 180px; }
      .part-pay.pp_show .terms_area .terms_copy p {
        padding-right: 100px; }
      .part-pay.pp_show .terms_area .terms_copy ol li {
        list-style: decimal inside none; }
      .part-pay.pp_show .terms_area .terms_copy #x_more_terms, .part-pay.pp_show .terms_area .terms_copy #x_hide_terms {
        background: url("/img/part-pay/bg_terms_border.png") repeat-x 0 50%;
        display: block;
        font-weight: bold;
        padding: 0 0 0 20px; }
        .part-pay.pp_show .terms_area .terms_copy #x_more_terms span, .part-pay.pp_show .terms_area .terms_copy #x_hide_terms span {
          background: #fff url("/img/part-pay/bg_terms_arrow_down.png") no-repeat 92% 3px;
          padding: 0 20px 0 10px; }
      .part-pay.pp_show .terms_area .terms_copy #x_hide_terms span {
        background-image: url("/img/part-pay/bg_terms_arrow_up.png"); }

.part-pay_faq {
  width: 560px;
  padding: 20px;
  background: #fff; }

/*# sourceMappingURL=part-pay.css.map */
