/* MiniAdView */

.MiniAdView {
  color: white;
  background: white;
  border: 1px solid #002746;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}
.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background: #002746 url(/images/content/background-h1.gif) repeat-y left;
  border-bottom: 1px solid #002746;
  position: relative;
  height: 3em;
  cursor: pointer;
}
.MiniAdView .Header p {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
}
.MiniAdView .Header .type {
  top: 1.4em;
  left: 0;
  width: 300px;
}
.MiniAdView .Header .price_euros {
  top: 0;
  right: 0;
}
.MiniAdView .Header .price_othercurrency {
  top: 1.4em;
  right: 0;
  font-size: 12px;
  font-weight: normal;
}

#MainContent .MiniAdView .text {
  margin: 0;
  overflow: auto;
  overflow: auto;
  color: black;
  padding: 5px;
  margin-right: 130px;
  font-size: 10pt;
  text-align: justify;
  height: 100px;
}
#MainContent .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;
}
#MainContent .MiniAdView .photo img {
  height: 6em;
  margin: .3em;
}
.MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  position: relative;
  height: 1.5em;
}
.MiniAdView .Footer p {
  margin: 0;
  padding: 0px 5px;
  color: #E03127;
}

.MiniAdView .financinglink a {
  float: right;
  margin-right: 100px;   
}

.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: #012D54;
}

/* AdPageNavigationLine */
#MainContent .AdPageNavigationLine {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.AdPageNavigationLine a {
  text-decoration: none;
  color: #3F3F3F;
  padding: 2px;
}
.AdPageNavigationLine .active {
  background-color: #3F3F3F;
  color: white;
}
.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active{
  background-color: #E03127;
  color: white;
}
.AdPageNavigationLine .disabled {
  color: #5E5E5E;
}
#MainContent .ResultInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #E03127;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.error {
  color: #CB0A1D;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 310px 10px;
}
