/* ads.css */

#MainContent .product .header {
  background: white url(/images/content/headerAds.gif) no-repeat top;
  color: white;
  padding: -10px 20px;
  line-height: 30px;
  text-decoration: none;
}

.product .photo img {
  float: left;
  margin: 10px 0px;
  padding-bottom: 50px;
}

#MainContent .product {
  clear: both;
  margin: 20px 3px;
  min-height: 245px;
  width: 700px;
  background: white url(/images/content/backgroundAds.gif) no-repeat bottom;
}

#MainContent .product .text {
  margin-right: 20px;
}

.product .dayli {
  color: #050287;
  font-weight: bold;
}

.product .weekly {
  color: #127DC9;
  padding: 10px 0;
  font-weight: bold;
}

#MainContent .product .reserv a {
  background: transparent url(/images/content/reserver.gif) no-repeat top;
  width: 156px;
  height: 28px;
  float: right;
  padding: 4px 0 0 80px;
  font-size: 18px;
  color: white;
  margin: -60px 50px 0 0;
}

#MainContent .product .reserv a:hover {
  background: transparent url(/images/content/reserver.gif) no-repeat bottom;
  text-decoration: none;
}