/* Containers */

body {
  background: #fafbfd url(img/page_bg.png) repeat-x;
  font-family: arial;
  font-size: 12px;
}

div#container {
  width: 865px;
  margin: 35px auto 20px auto;
}

div#header {
  background: url(img/header_bg.png) repeat-x;
  height: 57px;
  padding: 25px 0 0 20px;
}

div#content {
  float: right;
  width: 644px;
}

img#sea {
  margin-bottom: 10px;
}

div#welcome {
  float: right;
  width: 208px;
}

div#mapc {
  float: left;
  margin-bottom: 10px;
  width: 425px;
}

div#offers {
  clear: both;
  margin-bottom: 10px;
}

div#offer {
  margin-bottom: 10px;
  color: #656565;
}
  
div#keywords {
  float: left;
  width: 400px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
}

div#rating {
  width: 210px;
  float: right;
  margin-bottom: 10px;
}

div.photos {
  clear: both;
  background: #e8f1f6;
  width: 604px;
  height: 130px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div#sidebar {
  float: left;
  width: 210px;
  background: #fff;
  margin: 10px 0;
}

div#footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #eff0f2;
  padding-top: 10px;
  text-align: center;
  color: #88898b;
}

/* Global classes */

.green {
  color: #96d701;
}

h2 {
  margin: 0;
}

div.title {
  background: url(img/blue_bg.png) repeat-x #2071a8;
  padding: 5px 0 1px 10px;
  color: #FFF;
  font-size: 12px;
}

div.title.green {
  background: url(img/green_bg.png) repeat-x #84bd00;
}

div.title h2 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

div.title, div#header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

div.box {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-left: 1px solid #bec7cc;
  border-bottom: 1px solid #bec7cc;
  border-right: 1px solid #bec7cc;
  padding: 9px;
  background: #fff;
}

div.cols {
  height: 220px;
}

/* Header */

div#header h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  float: left;
}

ul#menu {
  float: right;
  margin: 27px 10px 0 0;
  padding: 0;
}

ul#menu li {
  display: inline;
  background: url(img/menu_bg.png) no-repeat top center;
  margin: 0;
  float: left;
  padding: 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #c9dcea;
}

ul#menu li.left {
  background: url(img/menu_bg.png) no-repeat;
  border-left: none;
}

ul#menu li.right {
  background: url(img/menu_bg.png) no-repeat top right;
  border-right: none;
}

ul#menu li a {
  color: #015a96;
}

/* Index Content */

div#offers div.box {
  padding-bottom: 0;
}

div.hotel {
  border-bottom: 1px solid #f3f5f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 130px;
}

div.hotel img {
  height: 128px;
  width: 128px;
  border: 1px solid #ccc;
  float: left;
}

div.hotel div.description {
  float: right;
  width: 480px;
}

div.hotel a {
  float: right;
  color :#FFF;
  background: url(img/green_bg.png) repeat-x;
  padding: 7px 15px 7px 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: 90px;
}

/* Page content */

div.photos a {
  margin-right: 7px;
  border: 1px solid #ccc;
  float: left;
}

div.photos a img 
{
	border: 0;
}
div.photos a#rezerva {
  float: right;
  color :#FFF;
  background: url(img/blue_bg.png) repeat-x;
  padding: 7px 15px 7px 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

div#rating div.box {
  background: url(img/rating_bg.png) repeat-x #dff0a9;
}

div#rating img {
  margin-right: 8px;
}

table.price {
  width: 100%;
  border-spacing: 1px 1px;
  font-size: 12px;
}

table.price th {
  background: #2071a8;
  color: #fff;
}

table.price td {
  padding: 10px;
  background: #f3f3f3;
}

/* Sidebar */

div#sidebar h3 {
  margin: -7px -7px -7px -10px;
  padding: 7px 7px 7px 10px;
  background: url(img/grey_bg.png) repeat-x #edf1f2;
  color: #2f3437;
}

div#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  border: 1px solid #bec7cc;
  border-bottom: none;
  border-top: none;
}

div#sidebar ul li {
  border-bottom: 1px solid #bec7cc;
  padding: 7px 7px 7px 10px;
}

div#sidebar ul a {
  color: #555;
}

/* Footer */

div#footer a {
  color: #88898b;
}

#rform {
        background-color: #f5f5f5;
      border: 1px solid #dbdbdb;
      margin-top: 5px;
}


#rform label { position: absolute; text-align:right; width:130px; }
#rform input, #rform  textarea { margin-left: 140px; }
#rform label.check, #rform label.radio { position:relative; text-align:left; }

.cleaner
{
    clear: both;

}


