/* MiniAdView */

.MiniAdView {
  color: white;
  background: white;
  border: 1px solid #CC0033;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 25px 0 25px;
  position: relative;
  height: 180px;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background: #CC0033 url(/images/fond-bien.gif) repeat-x;
  border-bottom: 1px solid #CC0033;
  position: relative;
  height: 3em;
}
.MiniAdView .Header p {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
}
.MiniAdView .Header .type {
  top: 1.4em;
  left: 0;
}
.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;
  overflow: auto;
  overflow: auto;
  color: black;
  padding: 5px;
  margin-right: 160px;
  font-size: 10pt;
  text-align: justify;
  height: 80px;
}
.MiniAdView .photo {
  margin: 0;
  position: absolute;
  right: 0 !important; /* Moz */
  right: 0em;          /* IE  */
  width: 150px;
  font-size: 10pt;
  height: 110px;
  padding: 5px;
  overflow: hidden;
  text-align: right;
}
.MiniAdView .photo img {
  height: 8em;
  margin: .5em;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  position: relative;
  height: 1.5em;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: #32525D;
}
.MiniAdView .Footer .agency_name {
  position: absolute;
  margin-top: 25px;
}
.MiniAdView .Footer .detailedlink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
  margin-top: 28px;
}
.MiniAdView .Footer .detailedlink a {
  color: #30348F;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: #0066CC;
  padding: 2px;
}
.AdPageNavigationLine .active {
  background-color: #92C8EF;
  color: white;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active{
  background-color: #92C8EF;
  color: #003D7F;
}
.AdPageNavigationLine .disabled {
  color: #0066CC;
}

.ResultInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #32525D;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

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