/* TopHotelsMain2 */
body, * {
  font-size: 100.01%;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.4em; }

body {
  width: 990px;
  margin: 0 auto; }

a {
  color: #F0A317; }

a:hover {
  color: #fd942a;
  text-decoration: none; }

p {
  margin-bottom: 1em; }

ol, ul {
  padding-left: 1.5em;
  margin: 0 0 1.5em 0; }

ol {
  margin-left: 1em; }

li {
  margin: 0 0 .3em 0; }

h1, h2, h3 {
  color: #333333;
  margin: 0 0 .5em 0;
  padding: 0;
  font-weight: bold; }

h1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.3em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.1em; }

h4 {
  font-size: 0.9em;
	color: #999999; }

hr {
  background-color: #b3b3b3;
  border: medium none;
  clear: both;
  color: #b3b3b3;
  height: 1px; }

img {
  border: none; }

quote {
  font-style: italic;
  font-size: .8em; }

small {
  font-size: .8em; }

sup {
  font-size: .8em; }

table {
  margin: 0 0 30px 0; }

input, select, textarea {
  border: 1px solid #c3c3c3;
  border-top-width: 0;
  border-bottom-color: #ddd;
  background: #fff url(./images/input_bg.png) repeat-x;
  padding: .1em  0 .1em .3em;
  font-size: .95em; }

input[type=image] {
  border: none;
  background: none; }

select {
  font-size: .9em; }

button {
  background: none;
  border: 0;
  color: #F0A317;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  width: 1pt;
  overflow: visible; }

button:hover {
  color: #F0A317;
  text-decoration: none; }

button[class] {
  width: auto; }

form.button_for {
  display: inline; }

.button, .button:hover, a.button, a.button:hover {
  background: #F0A317 url(./images/submit_bg.png) top left repeat-x;
  border: 1px solid #F9CA58;
  color: #fff;
  cursor: pointer;
  font-size: .95em;
  font-weight: bold;
  padding: .1em .4em;
  text-align: center;
  text-decoration: none;
  overflow: visible; }

input[type=submit] {
  background: #F0A317 url(./images/submit_bg.png) top left repeat-x;
  border: 1px solid #F0A317;
  color: #fff;
  cursor: pointer;
  font-size: .95em;
  font-weight: bold;
  padding: .1em .4em;
  text-align: center;
  text-decoration: none;
  overflow: visible; }

label {
  display: block;
  float: left;
  width: 33%; }

#header {
  float: left;
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 0 0 5px 0;
  background: url(./images/header_shadow.png) bottom left repeat-x;
  font-size: .8em; }
  #header #logo {
    float: left; }
  #header #url {
    float: right;
    margin: 15px 0 15px 0;
    font-weight: bold;
    font-size: 1.1em;
    color: #333333; }

#google_search {
  clear: both;
  background: #F0A317 url(./images/header_bg.png) 0 0 repeat-x;
  color: #fff;
  width: 100%; }
  #google_search form.googlesearch {
    padding: .2em .5em;
    text-align: right; }
  #google_search a, #google_search a:hover {
    text-decoration: none;
    color: #fff; }
  #google_search a:hover {
    text-decoration: underline; }
  #google_search input {
    width: 152px; }

#account_nav {
  float: right;
  margin-left: 190px;
  font-size: .95em; }
  #account_nav ul {
    list-style: none;
    margin: 0;
    float: left; }
    #account_nav ul li {
      display: inline;
      float: left; }
    #account_nav ul li.last button {
      padding-right: 0;
      border-right: 0; }
  #account_nav button {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 0 .5em;
    border-right: 1px solid #ddd; }
  #account_nav button:hover {
    text-decoration: underline; }

#container {
  width: 529px;
  background-color: #ffffff;
  border-left: 255px solid #ffffff;
  border-right: 206px solid #ffffff;
  float: left; }
  #container #subnav {
    float: left;
    width: 235px;
    margin-left: -255px;
    position: relative;
    font-size: .75em; }
    #container #subnav ol li {
      width: 100%;
      display: list-item; }
      #container #subnav ol li button {
        float: none;
        display: block;
        width: 99%; }
  #container #content {
    float: left;
    width: 529px;
    margin-right: -529px;
    font-size: .8em; }
    #container #content #print_link {
      float: right; }
  #container #sidebar {
    float: right;
    font-size: .75em;
    width: 186px;
    margin-right: -206px;
    padding-left: 20px;
    position: relative; }
    #container #sidebar ul {
      margin-bottom: 0; }

body.no-subnav #container {
  width: 784px;
  border-left: 0px; }
  body.no-subnav #container #content {
    width: 784px; }
  body.no-subnav #container #subnav {
    display: none; }

body.no-sidebar #container {
  width: 735px;
  border-right: 0px; }
  body.no-sidebar #container #content {
    width: 735px;
    margin-right: -764px; }
  body.no-sidebar #container #sidebar {
    display: none; }

body.no-subnav-or-sidebar #container {
  width: 990px;
  border-left: 0px;
  border-right: 0px; }
  body.no-subnav-or-sidebar #container #content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px; }
  body.no-subnav-or-sidebar #container #subnav {
    display: none; }
  body.no-subnav-or-sidebar #container #sidebar {
    display: none; }

#footer {
  clear: both;
  margin: 0 auto;
  padding: 15px 0;
  width: 990px;
  text-align: center;
  font-size: .75em;
  color: #b3b3b3; }
  #footer #bottom_nav {
    background: url(./images/footer_bg.png) bottom left repeat-x;
    border-top: 1px solid #f2f2f2;
    padding: .5em 0;
    margin: 0 0 .5em;
    font-weight: bold;
    float: left;
    width: 100%; }
    #footer #bottom_nav ul {
      list-style: none;
      padding: 0 0 0 105px;
      margin: 0;
      float: left; }
    #footer #bottom_nav li {
      float: left; }
    #footer #bottom_nav a, #footer #bottom_nav button {
      border-right: 1px solid #b3b3b3;
      margin: 0 0 0 .5em;
      padding: 0 .5em 0 0;
      font-weight: normal;
      font-size: 1em; }
    #footer #bottom_nav a {
      padding-top: .1em;
      padding-bottom: .1em; }
  #footer .google_ads {
    clear: both;
    margin: 1em 0;
    padding: 1em 0 0; }
  #footer div, #footer h3 {
    text-align: center;
    font-weight: normal; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

#print #property_print #property_title h1 {
  padding-bottom: 3px; }
#print #property_print #property_agent {
  font-weight: bold; }
  #print #property_print #property_agent img {
    padding-right: 5px; }
#print #property_print #property_description {
  padding-top: 10px; }
  #print #property_print #property_description img {
    padding-right: 5px; }
#print #property_print #print_link {
  font-size: 20px; }
#print #shortlists_print #property_title h1 {
  padding-bottom: 3px; }
#print #shortlists_print #property_agent ul {
  padding-top: 10px; }
#print #shortlists_print #property_description {
  padding-top: 10px; }
  #print #shortlists_print #property_description img {
    padding-right: 5px; }
#print #shortlists_print #print_link {
  font-size: 20px; }
#print #shortlists_print a {
  color: blue;
  text-decoration: none; }

#admin #logo {
  margin: 0 0 10px 10px; }
#admin #nav {
  width: 15%; }
#admin #main {
  float: left;
  width: 80%;
  padding: 0 20px;
  margin: 0; }

#navigation {
  float: left;
  width: 100%;
  background: url(./images/nav_stroke.png) bottom left repeat-x;
  color: #dae0d2; }
  #navigation ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table; }
  #navigation li {
    display: table-cell;
    float: left;
    background: url(./images/nav_tab_r.png) top right no-repeat;
    margin: 5px 0 1px 5px; }
    #navigation li a {
      display: block;
      position: relative;
      left: -4px;
      margin-right: -4px;
      background: url(./images/nav_tab_l.png) top left no-repeat;
      padding: 5px 15px;
      text-decoration: none;
      color: #47543e; }
    #navigation li a:hover {
      text-decoration: underline; }
  #navigation li.selected {
    background: url(./images/nav_tab_2_r.png) top right no-repeat;
    margin-bottom: 0;
    margin-top: 0; }
    #navigation li.selected a {
      background: url(./images/nav_tab_2_l.png) top left no-repeat;
      color: #fff;
      font-weight: bold;
      padding-top: 7px;
      padding-bottom: 9px; }

.break {
  clear: both;
  font-size: 1px;
  height: 1px; }

.clear {
  clear: both; }

li> .button_for {
  margin: 0 0 .3em;
  padding: 0 0 3px;
  width: 100%; }

.clear_link, .clear_link a, .clear_link button {
  text-decoration: none; }

.l, .split-left, .l_half {
  float: left; }

.r, .split-right, .r_half {
  float: right; }

.l_half, .r_half {
  width: 485px; }

.no_float {
  float: none; }

.underline {
  text-decoration: underline; }

.underline:hover {
  text-decoration: none; }

.split-left, .split-right {
  width: 48%; }

p.last, ul.last, li.last, ol.last {
  margin-bottom: 0; }

.required {
  color: #bf1a19;
  font-weight: bold; }

.shadow {
  padding: 2px;
  border: 1px solid #b3b3b3; }

li.submit {
  list-style: none;
  padding: 1em 0 0 0; }

#popular_left_column {
  float: left;
  width: 375px; }

#popular_right_column {
  float: right;
  padding-right: 100px;
  width: 250px; }

.tabbed_box {
  background: url(./images/content_bg.png) left repeat-y;
  margin-bottom: 1em; }
  .tabbed_box .tabs {
    float: left;
    width: 100%;
    background: url(./images/content_bg.png) bottom repeat-x; }
    .tabbed_box .tabs ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .tabbed_box .tabs li {
      float: left;
      margin: 0 1px 0 0;
      padding: 0;
      background: url(./images/tabbed_r.png) top right no-repeat; }
    .tabbed_box .tabs li.right {
      margin: 0 0 0 15px; }
    .tabbed_box .tabs a, .tabbed_box .tabs button {
      display: block;
      background: url(./images/tabbed_l.png) top left no-repeat;
      padding: 6px 12px 5px;
      color: #333333;
      text-decoration: none;
      font-weight: bold; }
    .tabbed_box .tabs .selected {
      background-image: url(./images/tabbed_2_r.png); }
      .tabbed_box .tabs .selected a, .tabbed_box .tabs .selected button {
        background-image: url(./images/tabbed_2_l.png);
        padding-bottom: 6px; }
    .tabbed_box .tabs a:hover, .tabbed_box .tabs button:hover {
      text-decoration: underline; }
  .tabbed_box .content {
    background: url(./images/content_bg.png) 100% 0 repeat-y;
    clear: both;
    margin: 0 0 0 1em;
    padding: 1em 1em 1em 0; }
  .tabbed_box .footer {
    background: url(./images/content_footer.png) left bottom no-repeat; }
    .tabbed_box .footer div {
      height: 23px;
      background: url(./images/content_footer.png) right bottom no-repeat;
      margin-left: 5px; }

.rounded_box {
  background: url(./images/content_bg.png) left repeat-y;
  margin-bottom: 15px; }
  .rounded_box .header {
    background: url(./images/content_header.png) left top no-repeat;
    border-bottom: 1px solid #b3b3b3; }
    .rounded_box .header .title {
      min-height: 28px;
      background: url(./images/content_header.png) right top no-repeat;
      margin-left: 10px;
      padding: 10px 0 1px 0; }
      .rounded_box .header .title h1, .rounded_box .header .title h2, .rounded_box .header .title h3 {
        background: url(./images/content_bullet.png) 0 50% no-repeat;
        padding: 0 0 0 20px;
        margin: 0;
        display: block; }
        .rounded_box .header .title h1 .reference, .rounded_box .header .title h2 .reference, .rounded_box .header .title h3 .reference {
          float: right;
          font-size: 75%;
          padding-right: 5px;
          line-height: 2.0em; }
      .rounded_box .header .title h1 {
        font-size: 1.2em; }
  .rounded_box .content {
    background: url(./images/content_bg.png) right repeat-y;
    clear: both;
    margin: 0 0 0 10px;
    padding: 1em 10px 1px 0; }
  .rounded_box .footer {
    background: url(./images/content_footer.png) left bottom no-repeat; }
    .rounded_box .footer div {
      height: 23px;
      background: url(./images/content_footer.png) right bottom no-repeat;
      margin-left: 5px; }

.enhanced .rounded_box {
  background-image: url(./images/bold_content_bg.png); }
  .enhanced .rounded_box .header {
    background-image: url(./images/bold_content_header.png);
    border-bottom: none; }
    .enhanced .rounded_box .header .title {
      background-image: url(./images/bold_content_header.png); }
      .enhanced .rounded_box .header .title h1, .enhanced .rounded_box .header .title h2, .enhanced .rounded_box .header .title h3, .enhanced .rounded_box .header .title .reference, .enhanced .rounded_box .header .title a {
        color: #fff; }
      .enhanced .rounded_box .header .title h1, .enhanced .rounded_box .header .title h2, .enhanced .rounded_box .header .title h3 {
        background-image: url(./images/bold_content_bullet.png); }
  .enhanced .rounded_box .content {
    background-image: url(./images/bold_content_bg.png); }
  .enhanced .rounded_box .footer {
    background-image: url(./images/bold_content_footer.png); }
    .enhanced .rounded_box .footer div {
      background-image: url(./images/bold_content_footer.png); }

#subnav .rounded_box {
  width: 235px;
  background: url(./images/subnav_bg.png) left repeat-y;
  background-color: #f6f9f4; }
  #subnav .rounded_box .header {
    background: url(./images/subnav_header.png) left top no-repeat;
    border-bottom: 1px solid #A9C294; }
    #subnav .rounded_box .header .title {
      background: url(./images/subnav_header.png) right top no-repeat; }
  #subnav .rounded_box .content {
    background: url(./images/subnav_bg.png) right repeat-y; }
  #subnav .rounded_box .footer {
    background: url(./images/subnav_footer.png) left bottom no-repeat; }
    #subnav .rounded_box .footer div {
      background: url(./images/subnav_footer.png) right bottom no-repeat; }
  #subnav .rounded_box .header_small {
    background: url(./images/subnav_header_small.png) left top no-repeat;
    margin-bottom: -15px; }

#sidebar .rounded_box {
  width: 186px;
  background: url(./images/sidebar_bg.png) left repeat-y;
  background-color: #fffdec; }
  #sidebar .rounded_box .header {
    background: url(./images/sidebar_header.png) left top no-repeat;
    border-bottom: 1px solid #ffea46; }
    #sidebar .rounded_box .header .title {
      background: url(./images/sidebar_header.png) right top no-repeat; }
  #sidebar .rounded_box .content {
    background: url(./images/sidebar_bg.png) right repeat-y; }
  #sidebar .rounded_box .footer {
    background: url(./images/sidebar_footer.png) left bottom no-repeat; }
    #sidebar .rounded_box .footer div {
      background: url(./images/sidebar_footer.png) right bottom no-repeat; }

.lite_box {
  background: url(./images/rounded_lite.png) top right no-repeat;
  padding-right: 10px;
  padding-bottom: 15px; }
  .lite_box .content {
    padding-left: 10px;
    background: url(./images/rounded_lite.png) top left no-repeat; }
  .lite_box .title {
    min-height: 28px;
    padding: 10px 0 0; }
	
#search {
  background: green; }
  #search .content {
    margin: 0 0 0 1px;
    padding: 0; }
  #search #spain_map {
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    text-align: center; }
  #search #region_area {
    margin: 0 0 0 10px; }
  #search select {
    width: 140px;
    margin: 0 0 .5em 0; }

#featured_hotels .content {
  padding-top: 0; }
#featured_hotels .featured_hotel_wrap {
  float: left;
  width: 169px;
  margin: 15px 0 0 0;
  text-align: center;
  background: url(./images/content_sub_bg.png) 50% 100% no-repeat; }
#featured_hotels .submit {
  text-align: right;
  padding: 0 1em 0 0; }
#featured_hotels img {
  border: 1px solid #b3b3b3;
  padding: 2px;
  width: 150px;
  height: 112px; }
#featured_hotels button.hotel_thumb {
  width: 156px;
  height: 118px; }
#featured_hotels h2 {
  margin: 0; }
#featured_hotels ul {
  margin: 1em auto;
  width: 140px; }
#featured_hotels li {
  margin-left: .5em; }

#featured_hotels.browse .caption {
  font-size: .8em;
  color: #666;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 1em; }
#featured_hotels.browse .featured_hotel_wrap {
  width: 176px;
  margin-top: 0;
  font-size: .9em; }
  #featured_hotels.browse .featured_hotel_wrap ul {
    margin: .4em 0 .8em 0; }
  #featured_hotels.browse .featured_hotel_wrap li {
    margin: 0 0 0 .5em; }
#featured_hotels.browse .featured_hotel_wrap.p0 {
  text-align: left;
  background-position: 0 100%; }
#featured_hotels.browse .featured_hotel_wrap.p1 ul {
  margin-left: 9px; }
#featured_hotels.browse .featured_hotel_wrap.p2 {
  text-align: right;
  background-position: 100% 100%; }
  #featured_hotels.browse .featured_hotel_wrap.p2 ul {
    margin-left: 1.5em; }

h1#home {
  background: url(./images/content_bullet.png) 0 50% no-repeat;
  padding: 0 0 0 20px; }

#quicklinks {
  background: url(./images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(./images/rounded_lite.png) top left no-repeat;
    height: 200px;
    clear: both; }
  #quicklinks li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #quicklinks a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #quicklinks a:hover {
    text-decoration: underline; }

#brandlinks {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinks ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 150px;
    clear: both; }
  #brandlinks li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinks a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinks a:hover {
    text-decoration: underline; }

#brandlinkslarge {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinkslarge ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 450px;
    clear: both; }
  #brandlinkslarge li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinkslarge a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinkslarge a:hover {
    text-decoration: underline; }

#brandlinks6star {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinks6star ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 50px;
    clear: both; }
  #brandlinks6star li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinks6star a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinks6star a:hover {
    text-decoration: underline; }

#brandlinks5star {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinks5star ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 150px;
    clear: both; }
  #brandlinks5star li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinks5star a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinks5star a:hover {
    text-decoration: underline; }

#brandlinks4star {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinks4star ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 150px;
    clear: both; }
  #brandlinks4star li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinks4star a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinks4star a:hover {
    text-decoration: underline; }

#brandlinks3star {
  background: url(/images/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #brandlinks3star ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/images/rounded_lite.png) top left no-repeat;
    height: 50px;
    clear: both; }
  #brandlinks3star li {
    margin: .3em 0;
    float: left;
    width: 33%;
    height: 45px; }
  #brandlinks3star a {
    text-decoration: none;
    display: block;
    padding: 0px 10px 0 70px;
    height: 45px;
    background-position: 0 50%;
    background-repeat: no-repeat; }
  #brandlinks3star a:hover {
    text-decoration: underline; }

#subnav #cities-holder {
  float: left;
  width: 100%; }
#subnav #cities {
  float: left; }
  #subnav #cities span {
    display: block;
    float: left;
    font-size: .9em;
    font-style: italic;
    margin: 0 0 .5em; }

.rounded_box #search_results ul.last {
  padding-top: .4em; }
.rounded_box #search_results li {
  margin-left: 1em; }
  
.highlight {
  background-color: #FFF7A6; }

.submit {
  padding: .6em 0; }

.featured-hotel-box {

BORDER-RIGHT: #999999 1px solid; 
BORDER-TOP: #999999 1px solid; 
BORDER-LEFT: #999999 1px solid; 
BORDER-BOTTOM: #999999 1px solid; 
background-color:#EFEFEF;}

.strike { text-decoration:line-through; }

.hotelnavstyle {padding-right:10px; padding-top:2px;}
.hotelnavlinks {text-decoration:underline; padding-left:10px;}
