/*=- /Content/Layouts/Clean/stylesheets/section-deals.css -=*/

@charset "UTF-8";
/* DEALS */

.section-deals {
  float: left;
  width: 380px;
  height: 400px;
  overflow: hidden;
  border-bottom: 7px solid #6093bf;
}
.section-deals h2 {
  border-bottom: 2px solid #6093bf;
  color: #e5d3a1;
}
.section-deals h2 > strong {
  color: #bfa660;
}
.section-deals div.scroller {
  list-style-type: none;
  height: 411px;
  border-top: 2px solid #e5d3a1;
  border-bottom: 7px solid #b29c63;
  overflow-y: auto;
  padding: 0 20px;
}
.section-deals table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.section-deals H4 {
  color: #999999;
  font-style: italic;
  font-weight: normal;
  padding: 5px;
}
.section-deals td {
  color: #999999;
  width: 50px;
  padding: 13px 0;
  border-bottom: 1px solid #e2e2e2;
}
.section-deals td.dealsCities,
.section-deals td:first-child {
  color: #bca25d;
  width: 230px;
  min-width: 75px;
  text-transform: capitalize;
}
.section-deals td.dealsCities > i,
.section-deals td:first-child > i {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-deals td.dealsFare,
.section-deals td:last-child {
  width: 120px;
  color: #bca25d;
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  /*background: url(../images/design/click_gold.png) right 50% no-repeat;*/

}
.section-deals td.dealsFare > em,
.section-deals td:last-child > em {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  white-space: nowrap;
}
