
/**
 * Immobilienliste, Kurzexposé, Galerieansicht
 */

body 
{
  font-family: arial,helvetica,sans-serif,tahoma;
  font-size: 12px;
}
a,
a:link {
  color: #3B5D9A;
}

h2 {
  font-size: 1.1em;
}

.openestate_listing_image {
  height:112px;
  float: left;
  text-align:center;
  margin: 0.3em;
  -moz-border-radius:0.7em;
  -khtml-border-radius:0.7em;
  background-color: #DFDFDF;
  border: 1px solid #D5D5D5;
  border-style: outset;
  padding: 0.2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  vertical-align:middle;
}

.openestate_listing_image .info_box {
  display: none;
  margin: 0;
  margin-bottom: 0.1em;
  text-align:left;
}

.openestate_listing_image:hover .info_box {
  display: block;
  padding: 1em;
  margin-left:-2em;
  margin-top: -4em;
  position: absolute;
  z-index: 3;
  background-color: #DFDFDF;
  border: 1px solid #D5D5D5;
  width: 250px;
}

#openestate_footer {
  font-size:9px;
}

#openestate_expose_header ul li {
  letter-spacing: 0px;
}

#openestate_expose_header ul li div {
  text-align: left;
}

#openestate_expose_contact_form td.error label {
  color: #303030;
  font-weight: normal;
}

#openestate_expose_contact_form td.error input {
  border: 2px solid #F36221;
}

#openestate_expose_contact_form td.error textarea {
  border: 2px solid #F36221;
}

#openestate_expose_contact_form_terms_area {
  font-family: arial,helvetica,sans-serif,tahoma, monospace;
}

#openestate_listing_menu form div select {
  font-size: 0.9em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #707070;
}

#openestate_listing_menu form div select option {
  color: #FFFFFF;
  background-color: #707070;
}

#openestate_listing_menu input.openestate_search_button {
  background-image: none;
  background-image: url(img/search.gif);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

#openestate_listing_menu input.openestate_cancel_button {
  width: 28px;
  height: 28px;
}

#openestate_expose_contact_person ul li {
  letter-spacing: 0px;
}

.openestate_listing_entry .options ul li a {
  text-align:center;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
  -moz-border-radius:0.4em;
  -khtml-border-radius:0.4em;
  border: 1px solid #D5D5D5;
  border-style: outset;
}
