ul#offers {
  list-style-image: url('../asset/bullet.gif');
  padding-left: 0;
  margin-left: 27px;
}

ul#offers a {
  color: #417da1; 
  text-decoration: underline;
}

ul#offers a:hover {
  color: #015282;
  text-decoration: none;
}

ul#offers li {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-top: 13px;
  color: #417da1;
}

div#subscribe_form {
  width: 90%;
  margin-top: 5px;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #bfd4e0;
}

div#offers_in_the_sun {
  background-color: #015282;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 160px;
}

div.offer_break {
  width: 100%;
  height: 7px;
  border-bottom: 1px solid #bfd4e0;
}

div#offers_on_the_slopes {
  margin-top: 7px;
  background-color: #015282;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 160px;
}

div#offers_for_the_kids {
  margin-top: 7px;
  background-color: #015282;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 160px;
}

div.offers_link {
  position: relative;
  width: 100%;
  height: 100%;
}


div.offers_link_content {
  position: absolute;
  width: 398px;
  bottom: 0;
  padding: 5px;
  text-align: right;
}

a.link_1 {
  color: #1a638e;
  text-decoration: none;
}

a.link_1:hover {
  text-decoration: underline;
}
a.link_2 {
  color: #bfd4e0;
  text-decoration: none;
}

a.link_2:hover {
  text-decoration: underline;
}

div.offer {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfd4e0;
}

div.offer_with_pic {
  margin-top: 5px;
  padding-bottom: 5px;
  height: 105px;
  border-bottom: 1px solid #bfd4e0;
}

div.offer_tn {
  float: left;
  padding-right: 5px;
}

div.price {
  color: #d69312;
}

div#note {
  font-size: 0.9em;
  margin-top: 7px;
  border-top: 1px solid #7fa7c9;
  border-bottom: 1px solid #7fa7c9;
  color: #7fa7c9;
  padding: 5px;
}

div#offers_new {
  color: #a73a0f;
}

div#offers_new a {
  color: #a73a0f; 
  text-decoration: underline;
  font-weight: bold;
}
div#offers_new a:hover {
  color: #015282;
  text-decoration: none;
}