
/* Search Results */

.search-pagination-wrapper {
  float: right;
  font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  width: 480px;
}

.search-pagination {  
  padding: 0 0 4px 0;
}

.search-pagination a {
  text-decoration: none;
  color: #000;
}

.search-pagination a:hover {
  color: #ec782a;
  text-decoration: underline;
}

.search-pagination span {
  color: #ccc;
}

.search-pagination span.current {
  color: #ec782a;
}

a.nextpage {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff url('../images/g-nextpage-active.gif') no-repeat;
  float: right;
  margin: 0 0 0 3px;  
}

a.nextpage span {
  display: none;
}

a:hover.nextpage {
  background-position: bottom left;
}

a.previouspage {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff url('../images/g-previouspage-active.gif') no-repeat;
  float: right;
  margin: 0 0 0 10px;
}

a.previouspage span {
  display: none;
}

a:hover.previouspage {
  background-position: bottom left;
}

.displaying-pages {
  text-align: right;
  font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
}

.search-sort-by {
  font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: #ec782a solid 1px;
  padding: 0 0 4px 0;  
}

.search-sort-by a {
  text-decoration: none;
  color: #000;
}

.search-sort-by a:hover {
  color: #ec782a;
  text-decoration: underline;
}

.search-sort-by a.current {
  color: #ec782a;
}

.search-result-vehicle {
  margin: 10px 0;
}

.vehicle-name {
  border-bottom: #ec782a solid 2px;
  display: block;
  line-height: 31px;
  margin: 0;
  white-space: nowrap;
}

.image-wrapper {
  margin: 0 10px 0 0;
  width: 220px;
}

.image-wrapper img {
  border: #ec782a solid 1px;
}

.vehicle-price {
  float: right;
  background: #fff url('../images/g-vehicle-price.gif') no-repeat;
  display: block;
  width: 210px;
  height: 33px;
  font: bold 1.25em 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  text-align: right;
  line-height: 31px;
  padding: 0 10px 0 0;
}

.vehicle-specs-short {
  background-color: #e4e5e6;
  text-align: center;
  width: 220px;
  line-height: 50px;
}

.vehicle-specs-short span {
  color: #8d8f90;
}

a.search-results-moreinfo {
  background: transparent url('../images/g-moreinfo-vehicle.gif') no-repeat;
  display: block;
  height: 40px;
  width: 210px;
  font: bold 1em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 10px;
}

a:hover.search-results-moreinfo {
  background-position: bottom left;
}

.vehicle-description-short {
  width: 430px;
  margin: 20px 238px;
}

/* Best Buys Search Results */

#bestbuys h2.vehicle-name {
  border-bottom: #fe3001 solid 2px;
  display: block;
  line-height: 31px;
  margin: 0 0 0 225px;
  background: #fff url('../images/g-bestbuys-mini.gif') no-repeat;
  padding: 0 0 0 105px;
  color: #fe3001;
  font-style: italic;
  white-space: nowrap;
}

a.bestbuys-moreinfo {
  background-position: bottom left;
}

a:hover.bestbuys-moreinfo {
  background-position: top left;
}

.bestbuys-vehicle-price {
  background: #fff url('../images/g-bestbuys-vehicle-price.gif') no-repeat;
}

#bestbuys .image-wrapper img {
  border: #fe3001 solid 1px;
}