@charset "utf-8";

/* Branded Featured and Sponsored Listing */
#search-results-list li.featured-listing.enhanced-peugeot,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-peugeot {
  background: #f9fafb; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9fafb 0%, #ced6e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(100%,#ced6e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9fafb 0%,#ced6e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9fafb 0%,#ced6e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9fafb 0%,#ced6e1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9fafb 0%,#ced6e1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#ced6e1',GradientType=0 ); /* IE6-9 */
  
  border: 0;
}

#search-results-list li.featured-listing.enhanced-peugeot .vr,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-peugeot .vr {
  border-left: 1px solid #636667;
}

#search-results-list li.featured-listing.enhanced-peugeot .branded-logo,
#search-results-list li.sponsored-listing.enhanced-colourwash-250-peugeot .branded-logo {
  background-image: url("i/branded_logos.png");
  background-position: 0 -250px;
  float: right !important;
  height: 40px;
  margin-right: 10px;
  position: relative;
  width: 245px;
}


/* Branded Featured Listing*/
#search-results-list li.featured-listing.enhanced-peugeot {
  border-radius: 3px;
}

#search-results-list li.featured-listing.enhanced-peugeot .listing-header {
  background: #ced6e1; /* Old browsers */
  background: -moz-linear-gradient(top,  #ced6e1 0%, #9badc5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6e1), color-stop(100%,#9badc5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ced6e1 0%,#9badc5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ced6e1 0%,#9badc5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ced6e1 0%,#9badc5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ced6e1 0%,#9badc5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6e1', endColorstr='#9badc5',GradientType=0 ); /* IE6-9 */
  
  border-bottom: 0;
  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-peugeot .listing-header .featured-text {
  font-size: 1em;
  font-weight: bold;
}

#search-results-list li.featured-listing.enhanced-peugeot .listing-header .branded-logo {
  background-position: -145px -500px;;
  position: absolute;
  right: 10px;
  top: 0;
  width: 46px;
}
