/*  offers css */
/* CRS  */
/* colors */
/* CRS  */
/* colors */
#offers_list {
  width: 940px;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
}
#offers_list .loading,
#offers_list .no_offers {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 20px auto;
  text-align: center;
  width: 100%;
  height: 50px;
}
#list_offers {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#list_offers .box {
  width: 440px;
  height: 120px;
  margin: 0 10px 10px 0;
  padding: 10px;
  float: left;
  position: relative;
  z-index: 500;
  background-color: #d6bc58;
  /* &.fourth { margin:0 0 10px 0; } */

}
#list_offers .box .image {
  width: 220px;
  height: 120px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
}
#list_offers .box .image img.promo_img {
  display: block;
}
#list_offers .box .content {
  width: 210px;
  height: 120px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  color: #333333;
  float: right;
}
#list_offers .box .content .title {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  margin: 0 0 10px 0;
  font-family: Times New Roman, Times, serif;
}
#list_offers .box .content .price-box {
  font-family: 'Palatino Linotype';
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
  color: #333333;
  padding: 5px 0;
  text-transform: uppercase;
}
#list_offers .box .content .price-box .price {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #000000;
}
#list_offers .box .content .buttons {
  margin: 0;
  position: absolute;
  z-index: 900;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
  width: 210px;
  height: 27px;
  line-height: 27px;
  width: 210px;
  height: 27px;
}
#list_offers .box .content .buttons .moreinfo {
  float: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin: 10px 0 0 0;
  text-transform: lowercase;
}
#list_offers .box .content .buttons a.booknow {
  float: right;
  width: 100px;
  height: 27px;
  line-height: 27px;
  width: 100px;
  height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 27px;
  color: #ffffff;
  background: transparent url("../images/sprite.png") -220px -70px no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  text-shadow: #6b5832 -1px -1px 1px;
}
