
/*start overiding class*/
h1{
  width:auto;
margin-bottom:0px
}

.main_content{
  background-color: #ffffff;
  width:auto;
  margin:0px;
}
.wrapper_apartment{
  padding-top:0px;
  vertical-align:top
}
/*end overiding class*/
#apt_card{
  float:left;
  width: 510px;
  padding-left:60px;
  margin-top:0px;
}

#apt_card ul li{
text-align:left;
list-style:none;
}
#reserve{
  float:right;
  width:300px;
  background-color:#6E827B;
  color:#ffffff;
  position:relative;
}

#reserve ul{
}

#reserve ul li{
  text-align:left;
  padding-left:20px;
  color:#ffffff;
  clear:both
}
#prices p{
  float:left;
  background-color:#6E827B;
  color:#ffffff;
  padding-bottom: 23px;
  padding-top: 3px;
  width: 85px;
  background-color: #7E9088;
  background-repeat:no-repeat;
  background-position:bottom center;
  text-align: center;
  margin-right:5px;
  margin-bottom: 20px
}
#prices .holiday{
  background-image: url("../images/holiday.png");
}
#prices .summer{
  background-image: url("../images/summer.png");
}
#prices .available_legend{
  background-image: url("../images/legend_available_reserve.png");
  float:left;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 85px;
  height: 50px;
}
#amenities{
  padding-top:5px;
  padding-bottom:40px;
}
#amenities li{
  background-image: url("../images/tick_small.png");
  background-repeat:no-repeat;
  background-position: 0px 5px;
  list-style:none;
  margin: 0 auto;
  float:left;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  color:#000000;
  white-space::nowrap
}

.available_legend{
  background-image: url("../images/legend_available_reserve.png");
  float:left;
  width: 85px;
  margin-right:5px;
  margin-top:10px;
  margin-left:0px
}
/*
.reserved_legend{
  background-image: url("../images/reserved.png");
  float:left;
  width: 85px;
  margin-top:10px;
}*/
.apt_name{
  color:#ff0000;

}
.apt_number{
  color:#ff0000;
}
.apt_city{
  color:#ff0000;
}
.apt_sleeps, .apt_rooms{
  padding-right:5px;
  font-weight:normal;
  font-size: 120%;
  line-height: 2em;
  font-style: italic;
  color:#000000;

}
.apt_sleeps div, .apt_rooms div{
  display:inline;
}
.apt_price div {
  display:inline;
}
.apt_price p{
  font-size: 70%
}
.apt_price p a{
  color:#ffffff;
  text-decoration:underline
}
.apt_price{
  margin-bottom:5px;
  padding: 10px;
  padding-bottom: 10px;
  font-size:16px;
  font-weight:bold;
}
.apt_desc{
  margin: 1em 0;
  clear:both;
  color:#000000
}
.calendars{
  margin-top:50px;
  clear:both;
  text-align:center;
}
.calendars img{
  text-align:center;
  margin-bottom: 10px;
  margin-top: 10px;
}
a.reserve_it{
  display: block;
  background-image: url("../images/calculate_price_but.png");
  background-repeat:no-repeat;
  width:243px;
  height:40px;  
  margin-top:10px;
  margin-bottom:10px;
  cursor:pointer;
}
.reserve_it:hover{
  background-position: bottom;
}
.availability{
  text-align:center;
  font-size: 18px;
  padding-top:10px;
  padding-left:100px;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  color:#ffffff
}


