/* MiniAdView */

.MiniAdViewSimple {
  float: left;
  font-size: 12px;
  margin: 0 14px 0 5px;
  width: 455px;
  height: 170px;
  cursor: pointer;
}
.MiniAdViewSimple .photo {
  padding: 5px 0;
}
.MiniAdViewSimple .photo img {
  border: 1px solid #CECECD;
  width: 215px;
  height: 140px;
  margin-right: 5px;
  float: left;
}
.MiniAdViewSimple .transaction {
  margin-right: 5px;
  float: left;
  font-weight: bold;
}
.MiniAdViewSimple .price_euros{
  margin-top: 2px;
  font-weight: bold;
}
.MiniAdViewSimple .price_othercurrency {
  display: none;
}
.MiniAdViewSimple .type {
  font-weight: bold;
}
.MiniAdViewSimple .reference{
  margin-top: 2px;
  font-weight: bold;
}
.MiniAdViewSimple .Footer .detailedlink a {
  color: #fe61af;
  font-weight: normal;
  font-size: 11px;
}
#MainContent .MiniAdViewSimple .text {
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 12px;
  color: #b1b0b2;
  text-align: justify;
  overflow: hidden;
  height: 60px;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: white;
  padding: 2px;
}
.AdPageNavigationLine .active {
  background-color: #FB007D;
  color: white;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active{
  background-color: #FB007D;
  color: white;
}
.AdPageNavigationLine .disabled {
  color: #5E5E5E;
}

.ResultInfo {
  clear: both;
  font-size: 14px !important;
  text-align: center;
  font-weight: bold;
  color: #fe61af !important;
}

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