/* ==== TEMPLATE DETAILS STYLES ==== */
body.template_checkout {
}

#main-content {
  background: #fff url('/images/subpage-bg-1600.png') no-repeat bottom left;
  display:inline;
  float:right;
  margin:170px 0 0 0;
  min-height:950px; /* max 1045 */
  padding: 0px;
  width:733px;
  position: relative;
  font-size: 13px; /*11px;*/
}

*+html #main-content { /* ie7 collapsing bottom margin/padding */
  padding-bottom: 30px;
}

#main-content h2 {
  border-bottom:1px solid #DCDCDC;
  margin-bottom:15px;
  margin-left:20px;
  padding:10px 125px 10px 0;
  width:570px;
  _display: inline; /* ie6 double margin bug */
}

#main-content-inner {
  background: #fff url('/images/subpage-bg-1600.png') no-repeat top left;
  min-height: 730px;
  width: 733px;
  margin-bottom: 50px;
  position: relative;
  float: left;
}

/* ===== Checkout Form ===== */

div#checkout-form-intro {
  width: 665px;
  margin: 17px 0px;
  float: left;
  border-top:1px solid #DCDCDC;
  padding: 10px 15px 15px 15px;
}

form#checkout-form {
  width: 697px;
  margin: 0px 0px 0px 18px;
  float: left;
  display: inline;
}

div.form-element {
  float: left;
  width: 650px;
  height: 25px;
  padding: 1px 10px 1px 15px;
}

div.large-element {
  height: 115px;
  width: 685px;
  position: relative;
}

div.tall {
  height: 85px;
}

div.captcha {
  height: 185px;
  position: relative;
}

div.checkbox {
  width: 370px;
  padding: 30px 0px 10px 290px;
}

div.checkbox input {
  float: left;
  margin:0 7px 0 -50px;
}

form#checkout-form div.form-element label {
  float: left;
  width: 220px;
}

form#checkout-form div#tac label {
  width: 350px;
  margin-left: -30px;
}

form#checkout-form input.standard-text {
  float: left;
  margin:0 7px 0 0;
  width: 200px;
}

body.contact form#checkout-form textarea.standard-text {
  float: left;
  margin:0 7px 0 0;
  width: 260px;
}

body.contact #recaptcha_widget_div {
  float: left;
  margin:10px 7px 0 0;
}

body.contact div.captcha ul.error_list {
  bottom:30px;
  left:291px;
  position:absolute;
}

form#checkout-form input.zip {
  width: 100px;
}

form#checkout-form select {
  text-transform: lowercase;
  width: 150px;
}

form#checkout-form input.wide-text {
  width: 385px;
  height: 90px;
}

span.required {
  color: #ff0000;
}

span.required-input {
  padding-left: 220px;
  color: #ff0000;
  text-transform: lowercase;
}

div.booking-explanation {
  float: left;
  width: 675px;
  padding: 15px 10px 13px 10px;
  margin: 18px 0px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  color: #747474;
}

div.booking-explanation p {
  padding-bottom: 5px;
}

form#checkout-form input.clear,
form#checkout-form input.book {
  cursor: pointer;
  background: transparent url('/images/pink-button.png') no-repeat left top;
  color: #fff;
  text-transform: lowercase;
  border: none;
  display:block;
  text-decoration:none;
  height: 22px;
  width: 109px;
  _line-height: 20px;
  padding-bottom: 5px;
  margin-right: 15px;
  float: right;
}

*+html form#checkout-form input.clear,
*+html form#checkout-form input.book {
  line-height: 20px;
}

/* ===== End Checkout Form ===== */

/* ===== Table Checkout ===== */

table#table-checkout {
  float: left;
  width: 697px;
  padding: 0;
  margin: 0;
}

table#table-checkout thead {
  background: black;
  height: 35px;
  text-transform: lowercase;
}

td.apartment-name label {
}

td.apartment-name label a {
}

td.apartment-name input {
  margin-left: 5px;
}

table#table-checkout tr.heading {
  height: 41px;
  background:transparent url('/images/subnav-bg.png') no-repeat scroll 0px 0;
}

table#table-checkout tr.heading th {
  color: #fff;
  font-weight: normal;
  border-bottom: 7px solid #fff;
  height: 25px;
  background:transparent url('/images/subnav-bg-middle.png') repeat-x scroll 0px 0;
}

table#table-checkout tr.heading th.delete {
  color: #fff;
  background:transparent url('/images/subnav-bg.png') no-repeat scroll top right;
  text-align: center;
}

table#table-checkout tr.heading th.delete a img#delete_all {
  margin: 0 0 0 20px;
}

table#table-checkout tr.heading th.apartment-name {
  color: #fff;
  background:transparent url('/images/subnav-bg.png') no-repeat scroll top left;
}

table#table-checkout tr.heading th.delete a {
  padding-right: 5px;
  color:#f73292;
}

table#table-checkout td.delete img {
  padding-left: 20px;
}

table#table-checkout span.checkout-apt-name {
  text-transform: uppercase;
}

table#table-checkout a:hover {
}

table#table-checkout tr.odd {
  background: #e7e7e7;
}

table#table-checkout tr.even {
  background: #fff;
}

table#table-checkout td {
  height: 25px;
}

table#table-checkout th {
  text-align: left;
}

table#table-checkout th span.indent {
  padding-left: 20px;
}

/* ===== End Table Checkout ===== */
