
.ResultBox {
  position: relative;
}

/* MiniAdView */
.MiniAdView {
  color: white;
  font-size: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 2em;
  position: relative;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background-color: #FFBC00;
  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 .type{
  top: 1.2em;
  font-weight: normal;
  font-size: 15px;
}
.MiniAdView .Header .price_othercurrency {
  top: 1.2em;
  right: 0;
  font-size: 15px;
  font-weight: normal;
}
.MiniAdView .text {
  margin: 0;
  margin-bottom: 0.4em;
  background-color: #FFF1C8;
  overflow: auto;
  color: black;
  padding: 5px;
  margin-right: 120px;
  font-size: 9pt;
  height: 80px;
}
.MiniAdView .photo {
  margin: 0;
  position: absolute;
  top: 3.2em;
  right: 0 !important; /* Moz */
  right: 2.5em;          /* IE  */
  width: 120px;
  font-size: 10pt;
  height: 90px;
  overflow: hidden;
  background-color: #FFF1C8;
  text-align: right;
}
.MiniAdView .photo img {
  height: 5em;
  margin: .3em;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  background-color: #FFF1C8;
  position: relative;
  height: 1.5em;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: black;
}
.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: #A15E01;
  font-weight: bold;
}

.error {
	font-weight: bold;
	text-align: center;
	padding: 10px 0 390px 0;
}

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

.ResultInfo {
  color: black;
  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: #FFBC00;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
  padding: 2px;

}

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


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

.DetailedSheet .Text {
  color: black;
  background-color: #FFF1C8;
  padding: 0.5em 0.5em;
  text-align: justify;

}

.DetailedSheet .TechnicalInformations {
  background-color: #FFF1C8;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 2px;
}
.DetailedSheet .TechnicalInformations ul {
  position: relative;
  list-style: none;
}
.DetailedSheet .TechnicalInformations li {
  float: left;
  width: 33%;
}
.DetailedSheet .TechnicalInformations li.cleaner {
  clear: left;
  float: none !important;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}


.DetailedSheet .ContactForm {
  padding: 1em;
  background-color: #FFF1C8;
  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 {
  margin: 10px;
  text-align: center;
}





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

