/* Brand overloading for hotelDeals */

/* Extended display */
.dealCatEx {
  width               : 285px;
  height              : 200px;
  float               : left;
  margin-right        : 20px;
  margin-bottom       : 22px;
  color               : #000;

}

.dealCatEx .buttons {
  padding             : 0;
  cursor              : pointer;
  position            : absolute;
  bottom              : 15px;
  right               : 2px;
  font-size           : 0;
}

.dealCatEx .desc {
  font-size           : 9px;
}

.dealCatEx .Header {
  padding-left        : 8px;
  font-size           : 12px;
}

.dealCatImEx {
  height              : auto;
  width               : auto;
  padding             : 0 8px 8px 8px;
}

.dealCatEx .Footer {
  padding-bottom      : 4px;
}

/* Default display */
.deal .priceBackgroundImage {
  top                 : -25px;
  right               : 5px;
  width               : 105px;
  height              : 56px;
  background          : url("/brand/travelfinder/image/splash_small_travelfinder.gif") no-repeat top right;
}

.deal .priceTextPosition {
  top                 : 6px;
  width               : 105px;
}

.deal .priceTextFront {
  font-size           : 14px;
}

.deal .afterPriceText {
  font-size           : 10px;
}

.dealGroupHeader {
  border-bottom       : 1px solid #CCC;
}

.deal {
  width               : 285px;
  margin-right        : 10px;
  border              : 1px solid #488FCC;
}

.dealSpace {
  border-bottom       : none;
  background-image    : url(/brand/travelfinder/image/bg_headline_22px.gif);
  background-repeat   : repeat-x;
  background-position : top;
  background-color    : transparent;
  height              : 22px;
}

e
