/* MiniAdView */
.MiniAdView {
  color: white;
  background: white url(/images/boxes/BoxesBackground.jpg) repeat-x bottom;
  border: 1px solid #838383;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  position: relative;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background: white url(/images/boxes/MiniAdViewHeader2.jpg) repeat-x top;
  border-bottom: 1px solid #838383;
  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: 130px;
  font-size: 10pt;
  text-align: justify;
  height: 80px;
}
.MiniAdView .photo {
  margin: 0;
  position: absolute;
  right: 0 !important; /* Moz */
  right: 2.5em;          /* IE  */
  width: 120px;
  font-size: 10pt;
  height: 80px;
  padding: 5px;
  overflow: hidden;
  text-align: right;
}
.MiniAdView .photo img {
  height: 5em;
  margin: .3em;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  position: relative;
  height: 1.5em;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: black;
}
.MiniAdView .Footer .agency_name {
  /*position: absolute;
  left: 0;
  top: 0;*/
}
.MiniAdView .Footer .detailedlink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
}
.MiniAdView .Footer .detailedlink a {
  color: #30348F;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: #30348F;
  padding: 2px;
}
.AdPageNavigationLine .active {
  background-color: #30348F;
  color: white;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active{
  background-color: #71BDDB;
  color: white;
}
.AdPageNavigationLine .disabled {
  color: #5E5E5E;
}

.ResultInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #314584;
  text-align: center;
  font-weight: bold;
}

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