/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }



/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/* -------------------------------------------------------------- 
   
   grid.css
   * Sets up an easy-to-use grid of 24 columns.
   
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
   
   By default, the grid is 950px wide, with 24 columns 
   spanning 30px, and a 10px margin between columns.
   
   If you need fewer or more columns, use this 
   formula to find the new total width: 
   Total width = (columns * 40) - 10
   
   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 10px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1   { width: 30px; }
.span-2   { width: 70px; }
.span-3   { width: 110px; }
.span-4   { width: 150px; }
.span-5   { width: 190px; }
.span-6   { width: 230px; }
.span-7   { width: 270px; }
.span-8   { width: 310px; }
.span-9   { width: 350px; }
.span-10  { width: 390px; }
.span-11  { width: 430px; }
.span-12  { width: 470px; }
.span-13  { width: 510px; }
.span-14  { width: 550px; }
.span-15  { width: 590px; }
.span-16  { width: 630px; }
.span-17  { width: 670px; }
.span-18  { width: 710px; }
.span-19  { width: 750px; }
.span-20  { width: 790px; }
.span-21  { width: 830px; }
.span-22  { width: 870px; }
.span-23  { width: 910px; }
.span-24  { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1   { padding-right: 40px; }  
.append-2   { padding-right: 80px; } 
.append-3   { padding-right: 120px; } 
.append-4   { padding-right: 160px; } 
.append-5   { padding-right: 200px; } 
.append-6   { padding-right: 240px; } 
.append-7   { padding-right: 280px; } 
.append-8   { padding-right: 320px; } 
.append-9   { padding-right: 360px; } 
.append-10  { padding-right: 400px; } 
.append-11  { padding-right: 440px; } 
.append-12  { padding-right: 480px; } 
.append-13  { padding-right: 520px; } 
.append-14  { padding-right: 560px; } 
.append-15  { padding-right: 600px; } 
.append-16  { padding-right: 640px; } 
.append-17  { padding-right: 680px; } 
.append-18  { padding-right: 720px; } 
.append-19  { padding-right: 760px; } 
.append-20  { padding-right: 800px; } 
.append-21  { padding-right: 840px; } 
.append-22  { padding-right: 880px; } 
.append-23  { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1   { padding-left: 40px; }  
.prepend-2   { padding-left: 80px; } 
.prepend-3   { padding-left: 120px; } 
.prepend-4   { padding-left: 160px; } 
.prepend-5   { padding-left: 200px; } 
.prepend-6   { padding-left: 240px; } 
.prepend-7   { padding-left: 280px; } 
.prepend-8   { padding-left: 320px; } 
.prepend-9   { padding-left: 360px; } 
.prepend-10  { padding-left: 400px; } 
.prepend-11  { padding-left: 440px; } 
.prepend-12  { padding-left: 480px; } 
.prepend-13  { padding-left: 520px; } 
.prepend-14  { padding-left: 560px; } 
.prepend-15  { padding-left: 600px; } 
.prepend-16  { padding-left: 640px; } 
.prepend-17  { padding-left: 680px; } 
.prepend-18  { padding-left: 720px; } 
.prepend-19  { padding-left: 760px; } 
.prepend-20  { padding-left: 800px; } 
.prepend-21  { padding-left: 840px; } 
.prepend-22  { padding-left: 880px; } 
.prepend-23  { padding-left: 920px; } 


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */

.pull-1  { margin-left: -40px; }
.pull-2  { margin-left: -80px; }
.pull-3  { margin-left: -120px; }
.pull-4  { margin-left: -160px; }

.push-0  { margin: 0 0 0 18px; }
.push-1  { margin: 0 -40px 0 18px; }
.push-2  { margin: 0 -80px 0 18px; }
.push-3  { margin: 0 -120px 0 18px; }
.push-4  { margin: 0 -160px 0 18px; }
.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/*
 =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: 0;
  background: url(/images/blue-bg-bottom.gif) no-repeat bottom left;
  overflow: auto;
}

#product-list .product h2 {
  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;
  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);
}
