/*
 =Scaffold
-----------------------------------------------------------------------------*/

.fieldWithErrors {
  color: #ff490e;
}

#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  margin: 18px 10px;
  background-color: #f0f0f0;
}

#errorExplanation div {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*
 =Layout
-----------------------------------------------------------------------------*/
html {
  background-color: #cbd1fe;
}

body {
  margin: 0;
  background-color: #cbd1fe;
} 

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  background: #cbd1fe url(../images/body-bg.jpg) repeat-y center top;
}

#header {
  background: #5c76f2 url(../images/header-bg.jpg) repeat-x;
  height: 72px;
  position: relative;
}

#header h1 a {
  background: url(../images/logo.jpg) no-repeat left top;
  left: 0;
  position: absolute;
  top: 0;
  text-indent: -32000px;
  width: 160px;
  height: 90px;
}

#header ul#language_select {
  position: absolute;
  top: 9px;
  right: 10px;
  list-style: none;
  margin: 0;
}

#header ul#language_select li {
  float: right;
  margin-left: 10px;
  line-height: 11px;
  height: 11px;
}

#header ul#language_select li.current img {
  border: 2px solid #fff;
  margin-top: -2px;
}

#nav {
  position: relative;
  margin-bottom: 18px;
}

#nav ul {
  height: 36px;
  list-style: none;
  position: absolute;
  top: -36px;
}

#nav ul li {
  float: left;
  margin-right: 10px;
}

#nav ul li a {
  background: url(../images/nav-li-bg.jpg) no-repeat ;
  display: block;
  float: left;
  font: 18px Advert-Regular,"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  height: 36px;
  line-height: 36px;
  width: 110px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#nav ul li a:hover {
  background: url(../images/nav-li-bg.jpg) no-repeat 0 -36px;  
  color: #5c76f2;
}

#nav ul li.current a {
  background: url(../images/nav-li-bg.jpg) no-repeat 0 -72px;
  color: #ff490e;
}

#nav #navbar_checkbook, #nav #navbar_establishments {
  width: 160px;
}

#nav #navbar_checkbook a, #nav #navbar_establishments a {
  width: 160px;
  background-image: url(../images/nav-li-bg-w.jpg);
  font-size: 1.3em;
}


#footer {
  color: #666;
  display: inline;
  position: relative;
}

#footer #copyright {
  text-align: right;
  position: absolute;
  background: #cbd1fe url(../images/footer-bg.jpg) no-repeat top center;
  left: -10px;
  width: 910px;
  height: 40px;
  padding: 30px;
}

#footer #footer_links {
  position: absolute;
  left: 0;
  height: 40px;
  padding: 30px 0;
  z-index: 1;
  list-style-type: none;
}

#footer #footer_links li {
  float: left;
  margin: 0;
}

#footer #footer_links li a {
  color: #666;
}


/*
 =Typography
-----------------------------------------------------------------------------*/
h2  {
  color : #ff490e;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

h3 {
  margin-left: 10px;
  margin-right: 10px;
}

/*
 =Home
-----------------------------------------------------------------------------*/
#flash embed, #flash object, #flash img {
  margin-left: 10px;
}

.home #promotions { margin-bottom: -18px; padding-top: 0px; position: relative; top: -18px;}

.home #promotions .promotion {
  background: #adbaf8 url(../images/home-promotion-bg.jpg) no-repeat;
  display: block;
  height: 126px;
  margin: 54px 10px 36px 0;
  width: 260px;
  clear: both;
}

.home .promotion .calendar {
  top: -72px;
}

.home .promotion a {
  color: #000;
  text-decoration: none;
}

.home .promotion .hotel_name {
  width: 240px;
}

.home .promotion .thumbs {
  position: relative;
  top: -18px;
}

.home .promotion .thumbs span.swfir.first, .home .promotion .thumbs img.first { left: -20px; top: -18px;}
.home .promotion .thumbs span.swfir.last, .home .promotion .thumbs img.last { left: 20px; top: -54px;}

.home .promotion .details {
  width: 240px;
  margin-top: 54px;
}

#more_promotions {
  position: relative;
  top: -18px;
}

#more_promotions a.button {
  display: block;
  width: 260px;
}

#more_promotions a.button span {
  font-size: 16px;
  white-space: nowrap;
}

/*
 =Calendar
-----------------------------------------------------------------------------*/
.calendar {
  width: 60px;
  position: relative;
  border: 1px solid #666;
  padding-top: 8px;
  text-align: center;
  background-color: #5c76f2;
}

.calendar.starts_at {
  background-color: #59892f;
}

.calendar.ends_at {
  background-color: #ff490e;
}

.calendar .day {
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.calendar .month {
  background-color: #fff;
  width: 100%;
  font-size: 10px;
  font-weight: bolder;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/*
 =Promotions
-----------------------------------------------------------------------------*/

.promotion {
  background: #adbaf8 url(../images/promotion-bg.jpg) no-repeat;
  position: relative;
  height: 234px;
  margin: 18px 0 18px 10px;
  width: 460px;
}

* html .promotion {
  display: inline;
}

.promotion.last {
  margin-right: 0;
}

.promotion .cover_link {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 32000;
}

/* =promotion_thumbs */
.promotion .thumbs span.swfir, .promotion .thumbs img {
  position: absolute;
  z-index: 10000;
}

.promotion .thumbs span.swfir.first, .promotion .thumbs img.first { left: 380px; top: 50px; }
.promotion .thumbs span.swfir.last, .promotion .thumbs img.last { left: 320px; top: 40px; }

/* =promotion calendar */
.promotion .calendar {
  position: absolute;
  top: -36px;
}
.promotion .calendar.starts_at { right: 55px; }
.promotion .calendar.ends_at { right: -15px; }

/* =promotion_details */ 

.promotion a {
  text-decoration: none;
  color: #000;
}

.promotion .details {
  float: left;
  margin-top: 18px;
  padding-bottom: 18px;
  position: relative;
  width: 440px;
  margin-left: 10px;
}

.promotion .hotel_name {
  font-size: 24px;
  color: #ff490e;
  width: 440px;
}

.promotion .details .hotel_name a {
  color: #ff490e;
}

.promotion .short_description {
  font-weight: bold;
}

.promotion .details p {
  margin-left: 0;
  margin-right: 0;
}

/* =promotions_summary */

.promotions .promotion.summary {
  background: #adbaf8 url(../images/promotion-summary-bg.jpg) no-repeat;
  height: 108px;
  margin-top: 0;
}

.promotions .promotion.summary p {
  margin-left: 0;
}

* html .promotions .promotion.summary {
  float: left;
  margin-right: -10px;
}

/*
 =Search Bar
-----------------------------------------------------------------------------*/
#search_bar {
  position: relative;
  margin-top: 18px;
  font-size: 18px;
}

#search_bar form {
  position: relative;
  background: url(../images/search-bar-bg.gif) no-repeat center top;
  padding: 9px 20px 18px 20px;
}

#search_bar.extended form {
  height: 45px;
  background: url(../images/search-bar-extended-bg.gif) no-repeat center top;
}

#search_bar form label {
  color: #fff;
  font-weight: bold;
}

#search_bar #query { width: 126px; }
#search_bar #category_id { width: 126px; }
#search_bar #nation_id { width: 130px; }
#search_bar #region_id { width: 160px; }

#search_bar form button {
  display: block;
  height: 36px;
  padding: 0;
  position: absolute;
  top: 9px;
  right: 20px;
  width: 120px;
}

#search_bar form button {
  background-image: url(../images/orange-button-green-bg-left.gif);
}

#search_bar form button span {
  background-image: url(../images/orange-button-green-bg-right.gif);
}

.home #search_bar {
  margin-bottom: 18px;
}

/*
 =Search Results
-----------------------------------------------------------------------------*/
#search_results {
  padding: 0 10px;
}

#search_results h2 {
  color: #61bf10;
  margin: 0 0 18px 0;
}

#search_results .hotel {
  background: #adbbf8 url(../images/hotel-search-bg.gif) no-repeat top left;
  height: 126px;
  margin-bottom: 18px;
  position: relative;
  width: 460px;
}

#search_results .hotel.has_active_promotions {
  background: #ffd1c2 url(../images/hotel-search-has-active-promotion-bg.jpg) no-repeat top left;
}

#search_results .hotel a.cover_link {
  display: block;
  left: 0;
  height: 126px;
  position: absolute;
  top: 0;
  width: 460px;
  z-index: 32000;
}

#search_results .hotel .thumbs {
  position: absolute;
  overflow: visible;
  right: 0;
}

#search_results .hotel .thumbs span.swfir, #search_results .hotel .thumbs img {
  position: absolute;
}

#search_results .hotel .thumbs span.swfir.first, #search_results .hotel .thumbs img.first   {
  right: 20px;
  margin-top: 0;
}

#search_results .hotel .thumbs span.swfir.last, #search_results .hotel .thumbs img.last {
  right: -10px;
  margin-top: 32px;
}

#search_results .hotel h3 {
  margin-bottom: 18px;
  margin-top: 18px;
}

#search_results .hotel h3 a {
  color: #ff490e;
  font-weight: bold;
  text-decoration: none;
}

#search_results .hotel p {
  margin: 0 10px;
}

#search_results .hotel p a {
  text-decoration: none;
  color : #000;
}

#search_results .hotel .short_description {
  color: #ff490e;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
}

.star {
  background: url(../images/star.gif) no-repeat center center;
  height: 18px;
  padding: 0 7px 0 3px;
  position: relative;
  vertical-align: bottom;
  color: #fff;
}

#search_results .discount {
  position: absolute;
  right: -25px;
  top: -36px;
}

/*
 =Pagination
-----------------------------------------------------------------------------*/

.pagination {
  clear: both;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  z-index: 32000;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  text-decoration: none;
  color: #5c78f2;
  background-color: #fff;
}

.pagination a:hover, .pagination a:active {
  background-color: #5c78f2
  color: #000;
  cursor: hand; cursor: pointer;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  background-color: #5c78f2;
  color: #fff;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  color: #fff;
}

/*
 =Hotel Details
-----------------------------------------------------------------------------*/

.hotel_details h2, .hotel_details h3, .hotel_details p, .hotel_details address {
  margin-left: 10px;
  margin-right: 10px;
}

.hotel_details h2, .hotel_details h3 {
  color: #ff490e;
  font-family: Advert-Regular, "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 36px;
}

.hotel_details .thumb, .recommendation .thumb {
  width: 49%;
  float: left;
  position: relative;
  height: 60px;
  overflow: visible;
}

.hotel_details .thumb .asset_lb, .recommendation .thumb .asset_lb {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10001;
  top: -20px;
  background: transparent url(/images/lightbox/blank.gif);
}

* html .hotel_details .thumb {
  display: inline;
}

.hotel_details .thumb img, .hotel_details .thumb span.swfir {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -50%;
}

.hotel_details #situation {
  clear: both;
  width: 470px;
}

.hotel_details #map {
  margin-bottom: 18px;
}

.hotel_details dl {
  margin: 10px;
}

.hotel_details dd {
  margin: 0;
}

.hotel_details img.discount {
  float: right;
  clear: both;
  margin: 0;
}

/*
 =Talonario
-----------------------------------------------------------------------------*/

img.promo {
  margin-right: 1px;
}

img.promo.wide, img.promo.tall.first {
  margin-left: 10px;
}

img.promo.wide {
  display: block;
  margin-top: -18px;
}

#coupon-images {
  overflow: hidden;
  position: relative;
}

#coupon-images img.first {
  margin-left: 10px;
}

#coupon-images form {
  display: inline;
  margin: 0;
}

#jamon_normal {
  position: absolute;
  top: 0px;
  left: 165px;
}

#jamon_canarias {
  position: absolute;
  top: 0px;
  left: 320px;
}

#coupon-images #seven_nights {
  position: absolute;
  top: 0px;
  left: 320px;
}

#coupon-images #seven_nights input {
  position: relative;
  top: -18px;
}

#coupon-images #three_for_two {
  position : relative;
  left: 10px;
  top: -18px;
}

/*
 =Form
-----------------------------------------------------------------------------*/
form {
  margin-left: 10px;
  margin-right: 10px;
}

textarea, input, select {
  font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1em;
}


/*table {
  margin-left: 10px;
  margin-right: 10px;
}*/

table.form td, table.form th {
  border: none;
}

table.form th {
  text-align: right;
}

form table.span-16 {
  width: 610px;
}

form table.span-16 th label {
  width: 140px;
}

form table th {
  vertical-align: top;
}

form table th.section_header {
  background-color: #ddd;
  text-align : left;
  padding-left: 10px;
}

form table td label.halfcol {
  width: 50%;
  float: left;
}

form table td label.thirdcol {
  width: 33%;
  float: left;
}

.invalid {
  border: 1px solid #f00;
}

label.required {
  padding-left: 16px;
  background: url(../images/asterisk.gif) no-repeat left;
}

form ul.language_selector {
  display: inline;
}

form ul.language_selector li {
  display: inline;
}

form ul.language_selector li a.current {
  background-color: #fff;
}

/*
 =Buttons
-----------------------------------------------------------------------------*/
ul.buttons {
  list-style: none;
  line-height: 36px;
  overflow: auto;
}

ul.buttons li {
  float: right;
  margin-left: 10px;
}

button {
  position: relative;
  background: url(../images/orange-button-bg-left.gif) no-repeat left top;  
  display: block;
  height: 36px;
  width: 110px;
  text-decoration: none;
  border-width: 0;
  padding: 0;
  margin: 0;
  cursor: pointer; cursor: hand;
}

button span {
  display: block;
  background: url(../images/orange-button-bg-right.gif) no-repeat right;
  height: 36px;
  line-height: 36px;
  vertical-align: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-width: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  top: 0;
  cursor: pointer; cursor: hand;
}

a.button {
  position: relative;
  background: url(../images/orange-button-bg-left.gif) no-repeat left top;  
  display: block;
  height: 36px;
  width: 110px;
  text-decoration: none;
  cursor: pointer; cursor: hand;
}

a.button span {
  display: block;
  background: url(../images/orange-button-bg-right.gif) no-repeat right top;
  height: 36px;
  line-height: 36px;
  vertical-align: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer; cursor: hand;
}

button.secondary {
  background-image: url(../images/white-button-bg-left.gif);
}

button.secondary span {
  background-image: url(../images/white-button-bg-right.gif);
  color: #333;  
}

a.button.secondary {
  background-image: url(../images/white-button-bg-left.gif);
}

a.button.secondary span {
  background-image: url(../images/white-button-bg-right.gif);
  color: #333;
}



/*
 =FAQ
-----------------------------------------------------------------------------*/

.faq dl {
  margin: 0 10px;
}

.faq dd {
  margin-bottom: 18px;
  margin-left: 0;
}

.column p {
  margin-left: 10px;
  margin-right: 10px;
}


/*
 =Contact
-----------------------------------------------------------------------------*/

.contact.column p {
  margin-left: 10px;
  margin-right: 10px;
}

.contact.column dl {
  margin: 0 10px;
}

.contact.column dd {
  margin-bottom: 18px;
  margin-left: 0;
}


/*
 =Product List
-----------------------------------------------------------------------------*/
#product-list {
  margin-bottom: 36px;
}
/*
#product-list .product {
  background: url(/images/blue-bg-top.gif) no-repeat top left;
  margin-bottom: 18px;
  position: relative;
}
*/
#product-list .product form {
  height: 100%;
  margin-left: 0;
  margin-right: 6px;
  margin-top: 6px;
  text-align: justify;
  //border: 1px solid #551166;
  //background: url(/images/blue-bg-bottom.gif) no-repeat bottom left;
  background: #99CCFD;
  overflow: auto;
}

#product-list .product h2 {
  color: #559911;
  padding-top: 18px;
}

#product-list .product h2 a {
  color: #ff490e;
  text-decoration: none;
}

#product-list .product .price {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
}

#product-list .product a.buy {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#product-list .product button {
  display: inline;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
  position: relative;
  top: -10px;
}

#product-list .product button span {
  vertical-align: middle;
}

#product-list .product button span img {
  margin: 0 10px 0 0;
}

/*
 =Discount 10
-----------------------------------------------------------------------------*/
.jamon {
  font-weight: bold;
  background: url(../images/jamon/jamon_2.gif) no-repeat top left;
  margin-left: 10px;
  position: relative;
  color: white;
  height: 775px;
    height: 800px;
}

#user {
    position: absolute;
  top: 32px;
  right: 22px;
  list-style: none;
  margin: 0;
}

#admin_panel {
    position: absolute;
  top: 49px;
  right: 22px;
  list-style: none;
  margin: 0;
}

#discount-10 {
  margin-left: 10px;
  margin-top: -36px;
  position: relative;
  z-index: 10000;
  display: inline;
}

#discount-10 h2 {
  font-weight: bold;
  background: url(../images/discount/discount-10-top.gif) no-repeat top left;
  margin: 0;
  padding: 36px 10px 52px 10px;
  position: relative;
}



#discount-10.en h2 {
  background: url(../images/discount/discount-10-top_en.gif) no-repeat top left;
}

#discount-10.ro h2 {
  background: url(../images/discount/discount-10-top_ro.gif) no-repeat top left;
}

#discount-10.fr h2 {
  background: url(../images/discount/discount-10-top_fr.gif) no-repeat top left;
}

#discount-10 .wrap {
  background: url(../images/discount/discount-10-bottom.gif) no-repeat bottom left;
}

#discount-10 p {
  padding: 0 5px;
}

/*
 =Misc
-----------------------------------------------------------------------------*/
#rumbotel_recommends {
  margin: 9px 10px;
}


address {
  margin: 0 0 1.5em 0;
  font-style: normal;
}

.cover_link {
  cursor: hand; cursor: pointer;
}

#hotel_search_suggestions {
  margin-top: 18px;
}

#hotel_search_suggestions img {
  margin-left: 10px;
}

#hotel_search_suggestions .last img {
  margin-left: 0;
}

#order-paid {
  background: url(../images/pagado.gif) no-repeat center center;
}

#order-paid.en {
  background: url(../images/pagado_en.gif) no-repeat center center;
}

#order-paid.ro {
  background: url(../images/pagado_ro.gif) no-repeat center center;
}

#cupon-electronico {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.legal_note {
  background-color: #dfdfdf;
  color: #333;
  padding: 9px 10px;
  clear: both;
}

.notice {
  border: 1px solid #ff490e;
  font-size: 16px;
  padding: 7px 9px;
  text-align: center;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.big {
  font-size: 24px;
}

.larger {
  font-size: 36px;
}


/*
 =Bono electronico
-----------------------------------------------------------------------------*/
#validate-coupon {
  text-align: center;
}

#validate-coupon label {
  font-size: 18px;
  font-weight: bold;
}

#validate-coupon input {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#validate-coupon ul.buttons {
  overflow: visible;
  margin-bottom: 36px;
}

#validate-coupon .buttons li {
  width: 100%;
}

#validate-coupon .buttons li button {
  margin-right: auto;
  margin-left: auto;
}

#validate-coupon-form {
  background: #61bd10 url(../images/green-half-bg-bottom.gif) no-repeat bottom left;
  padding-bottom: 9px;
  margin-top: -18px;
  width: 460px;
}

#validate-coupon-form h2 {
  background: url(../images/green-half-bg-top.gif) no-repeat top left;
  color: #fff;
  font-weight: bold;
  margin-right: 0;
  margin-left: 0;
  padding-top: 9px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

#validate-coupon-form label {
  color: #fff;
}

#validate-coupon-form form button {
  background-image: url(../images/orange-button-green-bg-left.gif);
}

#validate-coupon-form form button span {
  background-image: url(../images/orange-button-green-bg-right.gif);
}
