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