.lowcostBoxWithSearchContent{
  padding-right: 4px;
}

.lowcostBoxWithSearchContent img {
  margin: 0;
}

#destHeader{
  overflow: hidden;
  padding-right: 6px;
  margin-bottom: 10px;
  height: 230px;
}

#destHeaderLeft{
  height: auto;
  overflow: hidden;
  float: left;
  width: 196px;
}

#destHeaderRight{
  height: auto;
  overflow: hidden;
  float: right;
  width: 470px;
  position: relative;
}

#poster{
  height: 230px;
  padding-left: 3px;
  position: relative;
}

#poster .slideBulletInactive, #poster .slideBulletActive {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 19px;
  position: absolute;
  width: 19px;
}

#poster .slideBulletActive{
  background-image:url("../slideBulletActive.png");
}

#poster .slideBulletInactive{
  background-image:url("../slideBulletInactive.png");
}

#poster .posterImage{
  position: absolute;
}

#destHeaderLeft img{
  clear: both;
  float: left;
  margin-bottom: 7px;
}

#destMain{
  height: auto;
  overflow: hidden;
}

#destMainLeft{
  width: 400px;
  float: left;
  color: #666666;
  font-size: 12px;
}

#destMainLeft p{
  color: #666666;
  font-size: 12px;
}


#destMainLeft h1{
  font-size: 14px;
}

#destMainRight{
  width: 263px;
  float: right;
  padding-right: 2px;
}

/* Offer Styles */

#destMainRight .offerShadow{
  width: 263px;
  background-image: url(../dest/destOffersShadow.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  clear: both;
  margin-bottom: 7px;
  padding-bottom: 4px;
}

#destMainRight .offer{
  width: 257px;
  border: 1px solid #666666;
  position: relative;
  background-image: url(../dest/destOfferBack.gif);
  background-repeat: repeat-x;
  background-color: #ffffff;
}

#destMainRight .offerContent{
  padding: 7px;
  text-align: center;
}

#destMainRight .offer h4{
  font-size: 16px;
  font-weight: bold;
  color: #48adad;
  text-align: center;
  margin-bottom: 5px;
}

#destMainRight .offer p{
  color: #666666;
  font-size: 11px;
  text-align: center;
  margin: 3px 0 5px 0;
}

#destMainRight .offer p span.destDate{
  color: #d32744;
}

#destMainRight .offer p.offerPrice{
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
  z-index: 2;
  margin: 0;
}

#destMainRight .offer p.offerPrice span {
  color: #D52943;
  font-size: 20px;
}

#destMainRight .offer p.offerPrice img{
  bottom: inherit;
  left: inherit;
  position: static;
  width: auto;
}

#destMainRight .offer img{
  bottom: 5px;
  left: 5px;
  position: absolute;
  width: 95px;
}