/* Brand overloading for hotelDeals */
.deal {
  min-height       : 270px;
  _height          : 270px;
  width            : 265px;
  margin-right     : 35px;
  border           : solid #BABABA 1px;
  background-color : #FFFFFF;
  margin-top       : 40px;
}

.dealGroupHeader {
  line-height   : 17px;
  background    : url("/brand/supersaver/image/bg_row.gif") no-repeat top left;
  margin-bottom : 12px;
  color         : #FFFFFF;
  font-weight   : bold;
  font-size     : 11px;
}

.dealGroupHeader span {
  padding-left : 4px;
}

.dealCat {
  border           : solid #BABABA 1px;
  background-color : #FFF;
  float            : left;
  margin           : 10px 5px;
  width            : 180px;
  cursor           : pointer;
  padding-top      : 0px;
}

.dealCatName {
  background-color : #FFF;
  color            : #ef9a30;
}

.dealSpace {
  background-color : #ef9a30;
  height           : 14px;
  background       : url("/brand/supersaver/image/bg_headline.gif") #FFF center bottom repeat-x;
  color            : #FFFFFF;
  height           : 18px;
  border-style     : none;
  font-weight      : bold;
  min-height       : 1px;
  overflow         : hidden;
  padding-top      : 2px;
  margin-left      : 2px;
}

.dealCatIm {
  width : 176px;
}

.dealCatSpace {
  background     : url("/brand/supersaver/image/bg_headline.gif") #EF9A30 center top repeat-x;
  color          : #FFFFFF;
  margin         : 2px;
  padding-bottom : 0;
  padding-top    : 0;
  height         : 18px;
}

.deal .priceBackgroundImage {
  left       : 160px;
  top        : -38px;
  width      : 129px;
  height     : 92px;
  background : url("/brand/supersaver/image/splash_small_supersaver.png") no-repeat top right;
}

.deal .priceText {
  color : #fff;
}

.deal .priceTextBack, .deal .priceTextFront {
  font-size : 1em;
}

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

.deal .priceTextPosition {
  top   : 30px;
  left  : 10px;
  width : 105px;
}

.dealInner, .dealName {
  padding-left : 6px;
}

.dealInner p {
  margin : 0 0 1em 0;
}

.dealName {
  width : 60%;
}

/* Deal select form */

#hotel-deals-hotel #gallery, #hotel-deals-hotel #gallery ul li a:hover b, #hotel-deals-hotel #gallery ul li a:active b, #hotel-deals-hotel #gallery ul li a:focus b {
  background-color : #FFF;
}


