
.ResultBox {
  position: relative;
}

/* MiniAdView */
.MiniAdView {
  color: white;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2em;
  position: relative;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background-color: #3A6387;
  position: relative;
  height: 2.8em;
  margin-bottom: 0.4em;
}
.MiniAdView .Header p {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
}

.MiniAdView .Header .price_euros {
  top: 0;
  right: 0;
}
.MiniAdView .Header .price_othercurrency {
  top: 1.4em;
  right: 0;
  font-size: 12px;
  font-weight: normal;
}
.MiniAdView .text {
  margin: 0;
  margin-bottom: 0.4em;
  overflow: auto;
  color: #3A6387;
  padding: 5px;
  font-size: 10pt;
  text-align: justify;
}
.MiniAdView .photo {
  margin: 0;
  width: 100px;
  float: right;
}
.MiniAdView .photo img {
  width: 100px;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  border: 1px solid #DAE3E8;
  background-color: #fff;
  position: relative;
  height: 1.5em;
  clear: both;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: #3A6387;
}
.MiniAdView .Footer .agency_name {
  position: absolute;
}
.MiniAdView .Footer .detailedlink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
}
.MiniAdView .Footer .detailedlink a {
  color: #3A6387;
}

.error {
  color: #990202;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 310px 10px;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-weight: bold;
  text-align: center;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: #3A6387;
  -moz-border-radius: 4px;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active,
.AdPageNavigationLine .active {
  background-color: #3A6387;
  color: white;
}
.AdPageNavigationLine .disabled {
  color: #5E5E5E;
}

.ResultInfo {
  color: #3A6387;
  text-align: center;
  font-weight: bold;
}


/* Detailed Sheet */
.DetailedSheet {
  margin: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

.DetailedSheet p{
  margin-top: -5px;
  margin-bottom: -5px;
}

.DetailedSheet h2 {
  background-color: #3A6387;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
  padding: 2px;

}

.DetailedSheet .Header {
  font-size: 9pt;
  background-color: #3A6387;
  color: white;
  position: relative;
  height: 2.8em;
}
.DetailedSheet .Header p {
  margin:0;
  padding: 2px 5px;
  position: absolute;
}
.DetailedSheet .Header .type {
  font-weight: bold;
}
.DetailedSheet .Header .price_euros {
  top: 0;
  right: 0;
  font-weight: bold;
}
.DetailedSheet .Header .price_othercurrency {
  top: 15px;
  right: 0;
  font-weight: normal;
  font-size: 12px;
}


.DetailedSheet .Photos img {
  border: none;
  width: 16%;
  margin-top: 13px;
  margin-bottom: -3px;
}

.DetailedSheet .Text {
  color: #3A6387;
  border: 1px solid #DAE3E8;
  background-color: #fff;
  padding: 0.5em 0.5em;
  text-align: justify;

}

.DetailedSheet .TechnicalInformations {
  color: #3A6387;
  border: 1px solid #DAE3E8;
  background-color: #fff;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 2px;
}
.DetailedSheet .TechnicalInformations ul {
  list-style: none;
}
.DetailedSheet .TechnicalInformations li {
  float: left;
  width: 33%;
}
.DetailedSheet .TechnicalInformations li.cleaner {
  clear: both;
  float: none !important;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}


.DetailedSheet .ContactForm {
  color: #3A6387;
  padding: 1em;
  border: 1px solid #DAE3E8;
  background-color: #fff;
  position: relative;
}
.DetailedSheet .ContactForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.DetailedSheet .ContactForm li {
  float: left;
  width: 50%;
  position: relative;
}
.DetailedSheet .ContactForm li .label {
  float: left;
  width: 8em;
  text-align: right;
}
.DetailedSheet .ContactForm li input {
  border: solid black 1px;
  height: 1em;
}
.DetailedSheet .ContactForm li.cleaner {
  clear: left;
  float: none !important;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

.DetailedSheet .ContactForm .agency_name,
.DetailedSheet .ContactForm .agency_phone,
.DetailedSheet .ContactForm .agency_city,
.DetailedSheet .ContactForm .agency_address,
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .info2,
.DetailedSheet .ContactForm .additionalcomment,
.DetailedSheet .ContactForm .additionalcomment_disabled {
  margin: 0;
  text-align: center;
}

.DetailedSheet .ContactForm .agency_phone {
  margin-top: 1em;
}
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .info2 {
  margin-top: 1em;
}
.DetailedSheet .ContactForm .info,
.DetailedSheet .ContactForm .agency_name,
.DetailedSheet .ContactForm .agency_phone {
  font-weight: bold;
}
.DetailedSheet .ContactForm TextArea {
  width: 90%;
  overflow: hidden;
}

.DetailedSheet .sendbutton {
  margin-top: 0.3em;
  text-align: center;
}

.DetailedSheet .NavigationLine {
  height: 2em;
  color: #3A6387;
  text-align: center;
}

.DetailedSheet .NavigationLine .disabled {
  color: #999;
  margin: 0 1em;
  padding: 2px 10px;
}

.DetailedSheet .NavigationLine a {
  color: #3A6387;
  font-weight: bold;
  margin: 0 1em;
  text-decoration: none;
  padding: 2px 10px;
}
.DetailedSheet .NavigationLine a:hover,
.DetailedSheet .NavigationLine a:focus,
.DetailedSheet .NavigationLine a:active {
  background-color: #3A6387;
  color: white;
}




/* vim600: set foldenable foldmethod=marker foldmarker={,} foldlevel=1 ts=2 sw=2 et: */

