/* refsite.css */


.RefsiteTitle a {
  color: white;
  text-decoration: none;
  margin-left: 400px;
}
.RefSiteMenuBox ul {
  margin-left: 60px;
}
.RefSiteMenuBox ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.RefSiteMenuBox ul li a {
  text-decoration: none;
  color: #4D4D4D; 
}

/* MiniAdView */

#MainContent .MiniAdView {
  color: white;
  width: 925px;
  background: white;
  border: 1px solid #CECECD;
  margin: 10px 10px 0 10px;
  position: relative;
  cursor: pointer;
}
#MainContent .MiniAdView .Header {
  font-size: 10pt;
  font-weight: bold;
  background: #8C8C8C;
  border-bottom: 1px solid #58585A;
  position: relative;
  height: 3em;
}
#MainContent .MiniAdView .Header p {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
}
#MainContent .MiniAdView .Header .type {
  top: 1.4em;
  left: 0;
  width: 100%;
}
#MainContent .MiniAdView .Header .price_euros {
  top: 0;
  right: 0;
}
#MainContent .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: 80px;
  font-weight: normal;
}
#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;
  width: 120px;
}
#MainContent .MiniAdView .Footer {
  font-size: 8pt;
  font-weight: bold;
  position: relative;
  height: 1.5em;
}
#MainContent .MiniAdView .Footer p {
  margin: 0;
  padding: 2px 5px;
  color: black;
}
.MiniAdView .agency_name {
  position: absolute;
  color: black;
}
#MainContent .MiniAdView .detailedlink {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-weight: normal;
}
#MainContent .MiniAdView .detailedlink a {
  color: #E2001A;
}