/* MiniAdView */

.MiniAdView {
  color: white;
  background: white;
  border: 1px solid #231f20;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 0 10px;
  position: relative;
  cursor: pointer;
}

#MainContent .linkTransaction {
  text-align: center;
  margin: 20px 0;
}

#MainContent a.transaction {
  padding: 8px 50px 12px 50px;
  font-size: 14px;
  font-weight: bold;
  background: url(/images/background-transaction.gif) no-repeat top;
  height: 36px;
  color: white;
  text-decoration: none;
}

#MainContent a.selected {
  padding: 8px 50px 12px 50px;
  font-size: 14px;
  font-weight: bold;
  background: url(/images/background-transaction.gif) no-repeat bottom;
  color: #6D161C;
  text-decoration: none;
}

#MainContent a:hover.transaction {
  background: url(/images/background-transaction.gif) no-repeat bottom;
  color: #6D161C;
  text-decoration: none;
}

.MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background: #950202;
  border-bottom: 1px solid #950202;
  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 p {
  margin: 0 10px;
  padding-left: 0;
}

#MainContent .MiniAdView .text {
  margin: 0;
  overflow: auto;
  overflow: auto;
  color: black;
  padding: 10px;
  margin-right: 140px;
  font-size: 10pt;
  text-align: justify;
  height: 100px;
}

#MainContent .MiniAdView .photo {
  margin: 0;
  position: absolute;
  right: 0 !important; /* Moz */
  right: 2.5em;          /* IE  */
  width: 130px;
  font-size: 10pt;
  height: 100px;
  padding: 10px;
  overflow: hidden;
  text-align: right;
}

#MainContent .MiniAdView .photo img {
  height: 100px;
  width: 130px;
  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 {
  color: #950202;
}

.MiniAdView .Footer .detailedlink {
  position: absolute;
  right: 10px;
  top: -5px;
  font-size: 11px;
  font-weight: normal;
}

.MiniAdView .Footer .detailedlink a {
  color: #544420;
}

.MiniAdView .Footer .detailedlink a:hover {
  text-decoration: none;
}

/* AdPageNavigationLine */
.AdPageNavigationLine {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

.AdPageNavigationLine a {
  text-decoration: none;
  color: black;
  padding: 2px;
}

.AdPageNavigationLine .active {
  background-color: #950202;
  color: white;
}

.AdPageNavigationLine a:hover,
.AdPageNavigationLine a:focus,
.AdPageNavigationLine a:active{
  background-color: #950202;
  color: white;
}

.AdPageNavigationLine .disabled {
  color: #8c8a8a;
}

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

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