html, body
{
  margin:0;
  padding:0;
  font-family:Arial,sans-serif;
  font-size:12px;
  color:#333;
  background:#fff
}
h1
{
  margin:0 0 15px 0;
  padding:0;
  width:800px;
  height:100px;
  background:#fff url(../images/top.jpg) top center no-repeat;
  text-indent:-5000px;
}
h1 a
{
  display:block;
  width:800px;
  height:100px;
}
.container
{
  width:800px;
  margin:0 auto;
}
body .menu
{
  float:left;
  width:130px;
  margin-right:10px;
}
body .menu ul 
{
  margin-top:-5px;
}
body .menu ul li a
{
  padding:5px;
  display:block;
  outline:none;
  text-decoration:none;
}
body .menu ul li a span
{
  color:#999;
}
body .menu ul li.selected a span
{
  color:#84b5f4;
}
a
{
  color:#3465a4;
}
li.selected a
{
  background:#3465a4;
  color:#fff;
}
h2
{
  font-size:1.3em;
}
body .content .hotel h2
{
  margin:0 0 5px 0px; 
}
.content
{
  float:right; 
  width:655px;
  margin-top:-5px;
}
ul
{
  list-style:none;
  padding:0;
  margin:0;
}
.hotel
{
  position:relative;
  overflow:auto;
  zoom:1;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #ddd;
}
.hotel .image
{
  display:block;
  position:absolute;
  background:#fff none top left no-repeat;
  width:80px;
  height:100%;
  left:0;
  top:0;
  outline:none;
}
.hotel .data
{
  margin-left:90px;
}
.hotel .data h2 a
{
  text-decoration:none;
  color:#333;
}
.hotel .data .description
{
  margin-top:10px;
  font-size:11px;
  color:#555;
}
.hotel.last
{
  border:none;
}
a img
{
  border:0;
}
.info
{
  float:left;
  margin:0 15px 0 0;
  width:245px;
}
.details
{
  margin-left:400px;
}
.images
{
  margin-top:2em;
}
h3
{
  font-size:14px;
}
.tariffs
{
  font-size:10px;
}
.tariffs ul li
{
  overflow:auto;
  zoom:1;
}
.reservation em
{
  font-weight:bold;
  font-style:normal;
}
.tariffs p.period
{
  color:#c00;
  font-size:11px;
}
.tariffs ul li div.type,
.tariffs ul li div.price
{
  float:left;
  padding:2px;
  border-top:1px solid #ccc;
}
.tariffs ul li div.type
{
  font-weight:bold;
  width:8em;
}
.tariffs ul li div.price div
{
  float:left;
  width:5em;
  text-align:right;
}
.tariffs ul li div.price div span
{
  color:#999;
}
h1 a
{
  color:#333;
  text-decoration:none;
}
.phone
{
  border:1px solid #000;
  color:#000;
  padding:5px 5px 5px 25px;
  font-weight:bold;
  background:transparent url(../images/phone.png) 5px 5px no-repeat;
}
h2.title
{
  font-size:2em;
  margin:-5px 0 .5em 140px;
  padding:0;
  font-weight:normal;
  letter-spacing:-1px;
}
.images a
{
  text-decoration:none;
}
.clear
{
  clear:both;
}
.links
{
  border-top:1px solid #eee;
  clear:both;
  text-align:center;
  padding:1em 0 0 0;
  margin-top:2em;
}
