/* Branded Featured and Sponsored Listing */
#search-results-list li.featured-listing.enhanced-citroen,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-citroen {
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #dbd7d9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#dbd7d9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#dbd7d9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#dbd7d9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#dbd7d9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fdfdfd 0%,#dbd7d9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dbd7d9',GradientType=0 ); /* IE6-9 */
  
  border: 0;
}

#search-results-list li.featured-listing.enhanced-citroen .vr,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-citroen .vr {
  border-left: 1px solid #d10329;
}

#search-results-list li.featured-listing.enhanced-citroen .branded-logo,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-citroen .branded-logo {
  background-image: url("i/branded_logos.png");
  background-position: 0 -100px;
  float: right !important;
  height: 40px;
  margin-right: 10px;
  position: relative;
  width: 245px;
}


/* Branded Featured Listing*/
#search-results-list li.featured-listing.enhanced-citroen {
  border-radius: 3px;
}

#search-results-list li.featured-listing.enhanced-citroen .listing-header {
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top,  #fefefe 0%, #fefefe 46%, #e6e3e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(46%,#fefefe), color-stop(100%,#e6e3e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#fefefe 46%,#e6e3e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#fefefe 46%,#e6e3e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#fefefe 46%,#e6e3e9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#fefefe 46%,#e6e3e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e3e9',GradientType=0 ); /* IE6-9 */
  
  border-bottom: 3px solid #d10329;
  border-radius: 3px 3px 0 0;
  color: #343434;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  padding: 8px 20px;
  position: relative;
  width: auto;
  z-index: 1;
}

#search-results-list li.featured-listing.enhanced-citroen .listing-header .featured-text {
  font-size: 1em;
  font-weight: bold;
}

#search-results-list li.featured-listing.enhanced-citroen .listing-header .branded-logo {
  background-position: 0 -450px;
  position: absolute;
  right: 10px;
  top: -0;
  width: 55px;
}