﻿#special-offers-container .offers-content {
  /*width: 680px;*/
  /*-moz-box-shadow: -1px 0 2px #C4D6E4;*/
    color: #555555;
    /*float: right;*/
    /*padding: 10px;*/
    position: relative;
}
#special-offers-container .offers-content .section {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
#special-offers-container .offers-content h2 {
  font: bold 22px/30px arial;
  margin-bottom: 15px;
  color: #034f8d;
}
#special-offers-container .offers-content h3 {
  font: bold 18px/30px arial;
  margin-bottom: 25px;
  color: #034f8d;
}
#special-offers-container .offers-content h4 {
  font: bold 18px arial;
  color: #d71a36;
  margin-bottom: 5px;
}
#special-offers-container .offers-content p {
  font: 13px/20px arial;
  color: #5f6062;
  margin-bottom: 20px;
}

#special-offers-container
{
    font-family: arial,helvetica,sans-serif;
}

#special-offers-container .section, #special-offers-container .category {
  margin-bottom: 20px;
}
#special-offers-container .hero {
  height: 175px;
  background: url(img/bg/howitworks-hero.jpg) no-repeat 0 0;
  padding-left: 225px;
  padding-top: 30px;
  clear: both;
  overflow: hidden;
}
#special-offers-container .hero .join-btn {
  display: block;
  width: 102px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  float: left;
  background: url(img/btn/join.png) no-repeat 0 0;
  margin-right: 5px;
}
#special-offers-container .hero .login-btn {
  display: block;
  width: 102px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  float: left;
  background: url(img/btn/login.png) no-repeat 0 0;
  margin-right: 5px;
}
#special-offers-container .offers-content h1 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #034f8d;
  font-weight: bold;
}
#special-offers-container .offers-content a {
  color: #0067BC;
  text-decoration: none;
}
#special-offers-container .offers-content a:hover {
  text-decoration: underline;
}
#special-offers-container .offers-content .offers-bar {
  background: #f5f9fe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf3fe), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ecf3fe, #ffffff);
  background: -moz-linear-gradient(center bottom, #ecf3fe 0%, #ffffff 100%);
  border: 1px solid #c8d2dc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  padding: 8px 10px;
  margin-bottom: 15px;
}
#special-offers-container .offers-content .offers-bar * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 31px;
}
#special-offers-container .offers-content .offers-bar h4 {
  font-size: 14px;
  padding-left: 32px;
  margin-bottom: 0;
  background: url(img/icon/special-offers-icon.png) no-repeat 0 center;
  *float: left;
}
#special-offers-container .offers-content .offers-bar input.text {
  background: url(img/bg/input-text-grad.gif) repeat-x 0 0 #ffffff;
  padding: 5px;
  border: 1px solid #acc2d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: italic 12px arial, helvetica, sans-serif;
  color: #666;
  width: 180px;
}
#special-offers-container .offers-content .offers-bar a {
  font-size: 12px;
}
#special-offers-container .offers-content .offers-bar a.submit, #special-offers-container .offers-content .offers-bar .submit {
  width: 93px;
  height: 31px;
  text-indent: -9999px;
  background: url(img/btn/submit.png) no-repeat 0 0;
  border:none;
  cursor:pointer;
  margin-right: 0;
  outline: none;
}
#special-offers-container .offers-content table.past-guest-offers {
  width: 100%;
  font-size: 12px;
  border: 1px solid #c8d2dc;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e7eefa), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e7eefa, #ffffff);
  background: -moz-linear-gradient(center bottom, #e7eefa 0%, #ffffff 100%);
}
#special-offers-container .offers-content table.past-guest-offers p {
  font-size: 12px;
}
#special-offers-container .offers-content table.past-guest-offers h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
#special-offers-container .offers-content table.past-guest-offers th {
  background: #f5f9fe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf3fe), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ecf3fe, #ffffff);
  background: -moz-linear-gradient(center bottom, #ecf3fe 0%, #ffffff 100%);
  padding: 15px;
  color: #034f8d;
  font-weight: bold;
  border-bottom: 1px solid #c8d2dc;
}
#special-offers-container .offers-content table.past-guest-offers td {
  padding: 25px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #c8d2dc;
}
#special-offers-container .offers-content table.past-guest-offers a.view-details {
  display: block;
  text-indent: -9999px;
  background: url(img/btn/view-details.png) no-repeat 0 0;
  width: 145px;
  height: 38px;
  outline: none;
  overflow: hidden;
}

.my-special-offers
{
    margin-bottom: 25px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#special-offers-container strong
{
    font-weight: bold;
}

#special-offers-container .offers-content table.past-guest-offers th {
    background: -moz-linear-gradient(center bottom , #ECF3FE 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #C8D2DC;
    color: #034F8D;
    font-weight: bold;
    padding: 15px;
}

#special-offers-container .offers-content table td {
    width: 80%;
}
#special-offers-container .offers-content table td.cto {
    width: 20%;
}

.offers-content h1
{
    float:none;
    width:420px;
    margin-top:0px;
}

#special-offers-container .offers-content .offers-bar span.pastGuestNumInvalid
{
    display:none;
    color:#D70520;
}

.pastguest-tabcontent .past-guest-advisory-red{font-weight: bold;display:none;float:left;font-family:Arial,verdana,sans-serif;font-size:15px;font-style:italic;color:#D70520;width:600px;padding:5px;}