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: #ec5e12; }

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 {
  margin-bottom: 15px;
  font-size: 1.3em; }

h2 {
  font-size: 1.2em; }

h3 {
  font-size: 1.1em; }

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; }

input, select, textarea {
  border: 1px solid #c3c3c3;
  border-top-width: 0;
  border-bottom-color: #ddd;
  background: #fff url(/wp-content/themes/p47/images/shiny/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: #ec5e12;
  text-decoration: underline;
  cursor: pointer;
  float: left;
  width: 1pt;
  overflow: visible; }

button:hover {
  color: #fd942a;
  text-decoration: none; }



button[class] {
  width: auto; }

form.button_for {
  display: inline; }

.button, .button:hover, a.button, a.button:hover {
  background: #f57e3e url(/wp-content/themes/p47/images/shiny/submit_bg.png) top left repeat-x;
  border: 1px solid #ec5e12;
  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: #f57e3e url(/wp-content/themes/p47/images/shiny/submit_bg.png) top left repeat-x;
  border: 1px solid #ec5e12;
  color: #fff;
  cursor: pointer;
  font-size: .95em;
  font-weight: bold;
  padding: .1em .4em;
  text-align: center;
  text-decoration: none;
  overflow: visible; }

#header {
  float: left;
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 0 0 5px 0;
  background: url(/wp-content/themes/p47/images/shiny/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: #bb1918 url(/wp-content/themes/p47/images/shiny/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%; }
          #subnav a {
            color:#102900;
            text-decoration:none; }
              #subnav a:hover {
                color:#102900;
                text-decoration: underline; }
  #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 50px 0;
  width: 990px;
  text-align: center;
  font-size: .75em;
  color: #b3b3b3; }
  #footer #bottom_nav {
    background: url(/wp-content/themes/p47/images/shiny/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 {
      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 .indent_as_h3 {
    margin: 0 0 .5em 0; }
  #footer div, #footer h3, #footer .acts_as_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; }

#navigation {
  float: left;
  width: 100%;
  background: url(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/nav_tab_2_r.png) top right no-repeat;
    margin-bottom: 0;
    margin-top: 0; }
    #navigation li.selected a {
      background: url(/wp-content/themes/p47/images/shiny/nav_tab_2_l.png) top left no-repeat;
      color: #fff;
      font-weight: bold;
      padding-top: 7px;
      padding-bottom: 9px; }

#languages {
  padding: .3em 0;
  margin: 0 auto;
  font-size: .95em;
  float: left;
  width: 100%; }
  #languages img {
    border: 1px solid #FFF;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }
  #languages button {
    float: none; }

.flag {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin: 0 8px; }

.flag.es {
  background-image: url(/wp-content/themes/p47/images/icons/flag_es.png); }

.flag.en {
  background-image: url(/wp-content/themes/p47/images/icons/flag_en.png); }

.flag.de {
  background-image: url(/wp-content/themes/p47/images/icons/flag_de.png); }

.flag.fr {
  background-image: url(/wp-content/themes/p47/images/icons/flag_fr.png); }

.flag.nl {
  background-image: url(/wp-content/themes/p47/images/icons/flag_nl.png); }

.flag.da {
  background-image: url(/wp-content/themes/p47/images/icons/flag_dk.png); }

.flag.ru {
  background-image: url(/wp-content/themes/p47/images/icons/flag_ru.png); }

.flag.pt {
  background-image: url(/wp-content/themes/p47/images/icons/flag_pt.png); }

.flag.it {
  background-image: url(/wp-content/themes/p47/images/icons/flag_it.png); }

.flash {
  color: #fffbcc;
  padding: .2em;
  font-weight: bold;
  margin: 0 0 1em 0;
  height: auto !important;
  height: 1em; }
  .flash p {
    border: 1px solid #fffbcc;
    padding: 15px 5px 15px 45px;
    margin: 0; }
  .flash a {
    color: #fff; }

.notice {
  background: #38b232 url(/wp-content/themes/p47/images/final/notice_bg.gif) repeat-x; }

.warning {
  background: #da201e url(/wp-content/themes/p47/images/final/warning_bg.gif) repeat-x; }
  .warning p {
    background: url(/wp-content/themes/p47/images/final/warning.gif) 5px 50% no-repeat; }

.positive {
  color: #0C0;
  font-weight: bold; }

.negative {
  color: #c00;
  font-weight: bold; }

.exclamation {
  background: url(/wp-content/themes/p47/images/icons/exclamation.png) 0 50% no-repeat;
  padding-left: 24px;
  font-weight: bold; }

input.valid_content {
  border: 2px solid #0F0; }

input.invalid_content {
  border: 2px solid #bf1a19; }

.fieldWithErrors input, .fieldWithErrors textarea {
  border: 2px solid #bf1a19; }

.errorExplanation {
  background-color: #FFEEEE;
  border: 1px solid #bf1a19;
  margin: 1em 0pt;
  padding: 0.5em; }

.autocomplete {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  width: 250px;
  font-size: .9em; }
  .autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .autocomplete ul li.selected {
      background-color: #b3b3b3; }
    .autocomplete ul li {
      cursor: pointer;
      list-style-type: none;
      padding: 0 .5em; }

.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; }

.favlink {
  font-size: .9em; }
  .favlink a {
    text-decoration: none; }
  .favlink img {
    margin-right: .5em; }
  .favlink small {
    margin-left: .5em; }

.small_grey, .small_grey a {
  color: #b3b3b3;
  font-size: .95em; }

.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; }

.terms {
  font-style: italic;
  font-size: .9em; }

.w49 {
  width: 49%; }

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; }

a.create, a.edit, a.basket_add, a.info, a.rss {
  padding: 4px 0 4px 20px;
  font-weight: bold; }

a.create {
  background: url(/wp-content/themes/p47/images/icons/add.png) 0 50% no-repeat; }

a.edit {
  background: url(/wp-content/themes/p47/images/icons/edit.png) 0 50% no-repeat; }

a.basket_add {
  background: url(/wp-content/themes/p47/images/icons/basket_add.png) 0 50% no-repeat; }

a.info {
  background: url(/wp-content/themes/p47/images/icons/information.png) 0 50% no-repeat; }

a.rss {
  background: url(/wp-content/themes/p47/images/shiny/rss.png) 0 50% no-repeat; }

.tabbed_box {
  background: url(/wp-content/themes/p47/images/shiny/content_bg.png) left repeat-y;
  margin-bottom: 1em; }
  .tabbed_box .tabs {
    float: left;
    width: 100%;
    background: url(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/tabbed_2_r.png); }
      .tabbed_box .tabs .selected a, .tabbed_box .tabs .selected button {
        background-image: url(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/content_bg.png) 100% 0 repeat-y;
    clear: both;
    margin: 0 0 0 1em;
    padding: 1em 1em 1em 0; }
  .tabbed_box .footer {
    background: url(/wp-content/themes/p47/images/shiny/content_footer.png) left bottom no-repeat; }
    .tabbed_box .footer div {
      height: 23px;
      background: url(/wp-content/themes/p47/images/shiny/content_footer.png) right bottom no-repeat;
      margin-left: 5px; }

.rounded_box {
  background: url(/wp-content/themes/p47/images/shiny/content_bg.png) left repeat-y;
  margin-bottom: 15px; }
  .rounded_box .header {
    background: url(/wp-content/themes/p47/images/shiny/content_header.png) left top no-repeat;
    border-bottom: 1px solid #b3b3b3; }
    .rounded_box .header .title {
      min-height: 28px;
      background: url(/wp-content/themes/p47/images/shiny/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, .rounded_box .header .title .title_acts_as_h2_with_link, .rounded_box .header .title .title_acts_as_h2, .rounded_box .header .title .title_acts_as_h3 {
        background: url(/wp-content/themes/p47/images/shiny/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,         .rounded_box .header .title .title_acts_as_h2_with_link .reference,         .rounded_box .header .title .title_acts_as_h2 .reference,         .rounded_box .header .title .title_acts_as_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(/wp-content/themes/p47/images/shiny/content_bg.png) right repeat-y;
    clear: both;
    margin: 0 0 0 10px;
    padding: 1em 10px 1px 0; }
  .rounded_box .title_acts_as_h2_with_link a {
    color: #333333;
    margin: 0 0 .5em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.1em; }
  .rounded_box .title_acts_as_h2_with_link a:hover {
    text-decoration: underline; }
  .rounded_box .title_acts_as_h2 {
    color: #333333;
    margin: 0 0 .5em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em; }
  .rounded_box .title_acts_as_h3 {
    color: #333333;
    margin: 0 0 .5em 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.1em; }
  .rounded_box .footer {
    background: url(/wp-content/themes/p47/images/shiny/content_footer.png) left bottom no-repeat; }
    .rounded_box .footer div {
      height: 23px;
      background: url(/wp-content/themes/p47/images/shiny/content_footer.png) right bottom no-repeat;
      margin-left: 5px; }

.enhanced .rounded_box {
  background-image: url(/wp-content/themes/p47/images/shiny/bold_content_bg.png); }
  .enhanced .rounded_box .header {
    background-image: url(/wp-content/themes/p47/images/shiny/bold_content_header.png);
    border-bottom: none; }
    .enhanced .rounded_box .header .title {
      background-image: url(/wp-content/themes/p47/images/shiny/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(/wp-content/themes/p47/images/shiny/bold_content_bullet.png); }
  .enhanced .rounded_box .content {
    background-image: url(/wp-content/themes/p47/images/shiny/bold_content_bg.png); }
  .enhanced .rounded_box .footer {
    background-image: url(/wp-content/themes/p47/images/shiny/bold_content_footer.png); }
    .enhanced .rounded_box .footer div {
      background-image: url(/wp-content/themes/p47/images/shiny/bold_content_footer.png); }

#subnav .rounded_box {
  width: 235px;
  background: url(/wp-content/themes/p47/images/shiny/subnav_bg.png) left repeat-y;
  background-color: #f6f9f4; }
  #subnav .rounded_box .header {
    background: url(/wp-content/themes/p47/images/shiny/subnav_header.png) left top no-repeat;
    border-bottom: 1px solid #A9C294; }
    #subnav .rounded_box .header .title {
      background: url(/wp-content/themes/p47/images/shiny/subnav_header.png) right top no-repeat; }
  #subnav .rounded_box .content {
    background: url(/wp-content/themes/p47/images/shiny/subnav_bg.png) right repeat-y; }
  #subnav .rounded_box .footer {
    background: url(/wp-content/themes/p47/images/shiny/subnav_footer.png) left bottom no-repeat; }
    #subnav .rounded_box .footer div {
      background: url(/wp-content/themes/p47/images/shiny/subnav_footer.png) right bottom no-repeat; }
  #subnav .rounded_box .header_small {
    background: url(/wp-content/themes/p47/images/shiny/subnav_header_small.png) left top no-repeat;
    margin-bottom: -15px; }

#sidebar .rounded_box {
  width: 186px;
  background: url(/wp-content/themes/p47/images/shiny/sidebar_bg.png) left repeat-y;
  background-color: #fffdec; }
  #sidebar .rounded_box .header {
    background: url(/wp-content/themes/p47/images/shiny/sidebar_header.png) left top no-repeat;
    border-bottom: 1px solid #ffea46; }
    #sidebar .rounded_box .header .title {
      background: url(/wp-content/themes/p47/images/shiny/sidebar_header.png) right top no-repeat; }
  #sidebar .rounded_box .content {
    background: url(/wp-content/themes/p47/images/shiny/sidebar_bg.png) right repeat-y; }
  #sidebar .rounded_box .footer {
    background: url(/wp-content/themes/p47/images/shiny/sidebar_footer.png) left bottom no-repeat; }
    #sidebar .rounded_box .footer div {
      background: url(/wp-content/themes/p47/images/shiny/sidebar_footer.png) right bottom no-repeat; }

.lite_box {
  background: url(/wp-content/themes/p47/images/shiny/rounded_lite.png) top right no-repeat;
  padding-right: 10px;
  padding-bottom: 15px; }
  .lite_box .content {
    padding-left: 10px;
    background: url(/wp-content/themes/p47/images/shiny/rounded_lite.png) top left no-repeat; }
  .lite_box .title {
    min-height: 28px;
    padding: 10px 0 0; }

.data_table {
  border: 1px solid #b3b3b3;
  padding: 0;
  margin: 0;
  width: 100%; }
  .data_table th, .data_table td {
    text-align: right;
    padding: .5em; }
  .data_table th {
    background: #b3b3b3; }
  .data_table select, .data_table input {
    margin: 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_properties .content {
  padding-top: 0; }
#featured_properties .featured_property_wrap {
  float: left;
  width: 169px;
  margin: 15px 0 0 0;
  text-align: center;
  background: url(/wp-content/themes/p47/images/shiny/content_sub_bg.png) 50% 100% no-repeat; }
#featured_properties .submit {
  text-align: right;
  padding: 0 1em 0 0; }
#featured_properties img {
  border: 1px solid #b3b3b3;
  padding: 2px;
  width: 150px;
  height: 112px; }
#featured_properties button.property_thumb {
  width: 156px;
  height: 118px; }
#featured_properties h2 {
  margin: 0; }
#featured_properties ul {
  margin: 1em auto;
  width: 140px; }
#featured_properties li {
  margin-left: .5em; }

#featured_properties.browse .caption {
  font-size: .8em;
  color: #666;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 1em; }
#featured_properties.browse .featured_property_wrap {
  width: 176px;
  margin-top: 0;
  font-size: .9em; }
  #featured_properties.browse .featured_property_wrap ul {
    margin: .4em 0 .8em 0; }
  #featured_properties.browse .featured_property_wrap li {
    margin: 0 0 0 .5em; }
#featured_properties.browse .featured_property_wrap.p0 {
  text-align: left;
  background-position: 0 100%; }
#featured_properties.browse .featured_property_wrap.p1 ul {
  margin-left: 9px; }
#featured_properties.browse .featured_property_wrap.p2 {
  text-align: right;
  background-position: 100% 100%; }
  #featured_properties.browse .featured_property_wrap.p2 ul {
    margin-left: 1.5em; }

h1#home {
  background: url(/wp-content/themes/p47/images/shiny/content_bullet.png) 0 50% no-repeat;
  padding: 0 0 0 20px; }

#quicklinks {
  background: url(/wp-content/themes/p47/images/shiny/rounded_lite.png) top right no-repeat;
  padding-right: 10px; }
  #quicklinks ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 10px;
    background: url(/wp-content/themes/p47/images/shiny/rounded_lite.png) top left no-repeat;
    height: 150px;
    clear: both; }
  #quicklinks li {
    margin: .3em 0;
    float: left;
    width: 49%;
    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; }

#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; }

#sort_opts {
  float: left;
  font-weight: bold;
  padding: 0 0 .5em;
  margin: 0 0 15px;
  width: 100%;
  background: url(/wp-content/themes/p47/images/shiny/footer_bg.png) bottom left repeat-x; }
  #sort_opts .first {
    width: 65%; }
  #sort_opts .center {
    width: 0%; }
  #sort_opts .last {
    width: 34%;
    text-align: right; }
  #sort_opts select {
    font-weight: normal; }

.property {
  clear: both; }
  .property .header h2 {
    clear: none;
    display: inline;
    margin: 0 0 .5em;
    font-size: 1.1em; }
    .property .header h2 a {
      color: #333333; }
    .property .header h2 a:hover {
      text-decoration: underline; }
  .property .shadow {
    float: left; }
    .property .shadow button {
      width: 80px;
      height: 60px; }
  .property .thumbnail {
    width: 80px;
    height: 60px; }
  .property .details {
    margin-left: 86px; }
    .property .details .reference {
      float: right;
      font-size: .8em;
      font-weight: bold;
      padding-left: 10px;
      padding-bottom: 20px; }
    .property .details .amenities {
      font-weight: bold;
      padding: 0 0 .5em 14px;
      color: #333333; }
      .property .details .amenities h2 {
        font-size: 1.0em;
        margin: 0 .5em 0 0;
        float: left; }
    .property .details .description {
      color: #000000;
      font-size: 1em;
      font-weight: normal;
      margin: 0 0 .5em;
      padding-left: 14px;
      clear: right; }
    .property .details .action_link {
      float: right;
      text-align: right; }
    .property .details .favlink {
      padding-left: 14px; }

span.browse_property_info {
  float: right;
  padding: 0 10px 0; }
  span.browse_property_info .price {
    font-weight: bold;
    font-size: 1.1em;
    color: #333333; }

.property.enhanced .shadow {
  border-color: #b5121b; }
.property.enhanced span.browse_property_info .price {
  color: #fff; }
.property.enhanced .amenities {
  padding-left: 0; }
.property.enhanced .hot_property {
  float: left;
  padding: 0 .4em .1em 14px;
  margin: 0 .8em .5em 0;
  background: #b5121b url(/wp-content/themes/p47/images/shiny/hot_property_bg.png) 0 50% repeat-x;
  color: #fff;
  font-size: .95em; }

.pagination {
  margin: 1em 0;
  text-align: right;
  float: left;
  width: 100%; }
  .pagination ul {
    list-style: none;
    float: right;
    margin: 0; }
  .pagination li {
    float: left; }
  .pagination a, .pagination button, .pagination strong {
    text-decoration: none;
    padding: 0 .3em;
    border: 1px solid #b3b3b3;
    margin-left: .3em; }
  .pagination strong {
    border: none;
    color: #000000;
    padding: 0 .25em;
    margin-left: .25em; }
  .pagination a:hover, .pagination button:hover {
    color: #fff;
    background: #ec5e12; }
  .pagination .other-search-link {
    float: left; }
    .pagination .other-search-link a {
      border: 0; }
    .pagination .other-search-link a:hover {
      background: none;
      text-decoration: underline;
      color: #fd942a; }

#specialist_agents .premium form {
  display: block;
  cursor: pointer;
  padding: .5em 0;
  text-decoration: none;
  border: 1px solid #fffdec;
  border-bottom: 1px solid #ffea46; }
#specialist_agents .premium form:hover {
  background-color: #fff;
  border: 1px solid #ec5e12; }
#specialist_agents .premium .name, #specialist_agents .premium .prop_count {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none; }
#specialist_agents .premium .name {
  font-size: 1.15em;
  font-weight: bold;
  color: #333333; }
#specialist_agents .premium .prop_count {
  padding-bottom: 16px;
  background: url(/wp-content/themes/p47/images/icons/five_stars.gif) 50% 100% no-repeat; }
#specialist_agents .premium button {
  width: 100%;
  float: none;
  clear: both; }

#sponsored {
  text-align: center;
  color: #b3b3b3; }
  #sponsored img {
    width: 186px;
    margin: 15px 0 0 0; }
  #sponsored .title {
    font-size: 1.0em;
    font-weight: bold; }

.award {
  margin-bottom: 15px; }

.rounded_box #search_results ul.last {
  padding-top: .4em; }
.rounded_box #search_results li {
  margin-left: 1em; }

#prop_nav {
  border-top: 1px solid #A9C294;
  margin: .5em 0 0 0;
  padding: .5em 0; }
  #prop_nav .half {
    width: 49%; }
  #prop_nav .r {
    text-align: right; }
  #prop_nav a {
    text-decoration: none; }
  #prop_nav a:hover {
    text-decoration: underline; }

#enquiry_right {
  float: right;
  width: 162px;
  padding-right: 15px; }
  #enquiry_right h2 {
    font-size: 1.1em; }

.more_info_link {
  padding: 1em 1em 0 1em; }

#shortlist {
  padding: .5em 1em; }
  #shortlist .reference {
    font-size: .8em;
    margin-right: 1em;
    font-weight: bold; }

#features {
  padding: .5em 1em; }
  #features span {
    margin-right: 1em; }
  #features .favlink {
    font-size: 1em; }
  #features .feature {
    padding-left: 20px;
    background: url(/wp-content/themes/p47/images/shiny/tick.png) 0 0 no-repeat; }

#description {
  clear: both;
  margin: 15px 1em 0; }

#agent {
  font-size: .9em; }
  #agent .wrap {
    float: left;
    width: 348px; }
  #agent .shadow {
    float: right;
    margin: 15px 0 0; }
  #agent a, #agent button {
    color: #333333;
    text-decoration: underline; }
  #agent a:hover, #agent button:hover {
    color: #000000;
    text-decoration: none; }

#map_wrapper {
  width: 506px;
  border: 1px solid #CCCCCC; }

.domestic, .international, .coast, .local_schools {
  min-height: 30px;
  padding: 0 0 0 40px; }
  .domestic h3,   .international h3,   .coast h3,   .local_schools h3 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .5em; }
  .domestic td,   .international td,   .coast td,   .local_schools td {
    width: 33%; }
  .domestic .last,   .international .last,   .coast .last,   .local_schools .last {
    text-align: right; }

.domestic {
  background: url(/wp-content/themes/p47/images/icons/airport_domestic.png) no-repeat; }

.international {
  background: url(/wp-content/themes/p47/images/icons/airport_international.png) no-repeat;
  padding-bottom: 1em; }

.coast {
  background: url(/wp-content/themes/p47/images/icons/beach.png) no-repeat; }

.local_schools {
  background: url(/wp-content/themes/p47/images/icons/school.png) no-repeat; }

.no_photo {
  background: url(/wp-content/themes/p47/images/shiny/no_photo.png) 50% 0 no-repeat;
  padding-top: 155px;
  text-align: center;
  font-size: 2em;
  color: #737373; }

#property_guide_slideshow_wrap {
  margin: 0 0 10px 10px;
  float: right; 
  border: 1px solid #B3B3B3;
  padding: 5px;}

#quicklinks .latest_property {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_latest_property.jpg'); }
#quicklinks .apartments {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_apartments.jpg'); }
#quicklinks .villas {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_villas.jpg'); }
#quicklinks .rentals {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_rentals.jpg'); }
#quicklinks .holidays {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_holidays.jpg'); }
#quicklinks .agents {
  background-image: url('/wp-content/themes/p47/images/shiny/intro_agents.jpg'); }

.agent_listing {
  clear: both; }
  .agent_listing .shadow {
    width: 135px;
    text-align: center; }
  .agent_listing .address {
    font-style: italic; }
  .agent_listing .agent_details {
    margin-left: 150px; }
  .agent_listing .agent_details a, .agent_listing button {
    text-decoration: none; }

.post {
  margin: 0 0 30px 0; }
  .post .title {
    border-top: 1px solid #b3b3b3;
    padding-top: 7px; }
  .post .date {
    border-bottom: 1px solid #b3b3b3;
    font-style: italic;
    font-size: .95em;
    padding-bottom: 7px;
    margin-bottom: 7px; }

.panoramio_placeholder {
  width: 240px;
  border: 1px solid #CCC;
  padding: 5px;
  text-align: center; }
  .panoramio_placeholder.left {
    float: left;
    margin: 0 1.5em 1em 0; }
  .panoramio_placeholder.right {
    float: right;
    margin: 0 0 1em 1.5em; }

.panoramio_image img {
  margin-bottom: 1em; }

.panoramio_copyright {
  color: #999;
  font-size: .8em;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 5px; }
  .panoramio_copyright a {
    color: #999; }

body#feed_specification h2 {
  border-bottom: 1px solid;
  padding-top: 10px;
  margin-top: 20px; }
body#feed_specification span.important {
  color: red; }
body#feed_specification span.info {
  color: blue; }
body#feed_specification span.wrapper_tag {
  color: green; }

pre#import_quickref {
  font-family: monospace;
  line-height: 2em;
  margin-left: -40px; }
  pre#import_quickref span.header_tag {
    color: red;
    font-family: monospace; }
  pre#import_quickref span.wrapper_tag {
    color: green;
    font-family: monospace; }
  pre#import_quickref span.tag_with_children {
    color: blue;
    font-family: monospace; }

dl#import_spec_version_info dt {
  font-weight: bold;
  margin-top: 10px; }
dl#import_spec_version_info dd {
  margin-left: 30px; }

.feature_group ul {
  list-style-type: none; }

blockquote p {
background:none repeat scroll 0 0 #F1EFE2;
border:1px solid #BBBBBB;
margin-bottom:1em;
padding:1em;
text-align:center;
}

blockquote {
border-bottom:0;
color:000;
font-size:1.1em;
margin-bottom:0;
padding-bottom:0;
}

.product_img {
  float: left;
  width: 270px; }

.product_desc {
  margin-left: 270px; }
  .product_desc ul {
    margin-left: 1em; }

.corporate {
  color: #bf1a19;
  font-size: 1.2em;
  font-style: italic; }

.payment_info {
  clear: both;
  margin-left: 35%; }
  .payment_info ul {
    list-style: none;
    margin-left: 0;
    padding: 0; }
    .payment_info ul li {
      background: url(/wp-content/themes/p47/images/shiny/tick.png) 0 50% no-repeat;
      padding-left: 2em; }

.questions {
  font-size: .9em; }

.highlight {
  background-color: #FFF7A6; }

.matrix {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0; }
  .matrix tr.alternate td {
    background: #f7f7f7; }
  .matrix th {
    text-align: center;
    font-size: 1.2em;
    padding: .4em;
    background: url(/wp-content/themes/p47/images/shiny/content_header.png) 50% -1px no-repeat; }
  .matrix td, .matrix th {
    padding: .4em;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 1px 0; }
  .matrix td.yindex {
    text-align: right; }
  .matrix td.best_value {
    border: 3px solid #666; }
  .matrix small {
    color: #666; }

.package_price {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  color: green; }
  .package_price span {
    font-size: .6em;
    color: #333;
    display: block;
    text-align: center; }

.submit {
  padding: .6em 0; }

.inline_tooltip img, img.inline_tooltip {
  vertical-align: middle;
  cursor: help; }

.prototip .default {
  width: 300px;
  color: #000000; }
  .prototip .default .content {
    font-size: .7em;
    background: #fffdec;
    border: 1px solid #b3b3b3; }

#sidebar .adsense {
  padding-left: 4px; }
    
.news_date {
  font-size:0.85em;
  color:#999999;
  font-style:italic; }
    
.adsense_link_unit_1 {
  padding:5px 5px 10px 15px; }
    
.adsense_link_unit_2 {
  border-top:1px solid #F2F2F2;
  float:left;
  margin:0 0 -15px;
  padding:5px 0 5px 0;
  text-align:center;
  width:100%; }
  
.adsense_link_unit_3 {
  margin-left:-5px;
  padding:5px 5px 10px 0; }