
/* Vehicle Details */

h2.title-car-details {
  border-bottom: #f6bc95 solid 2px;
  margin: 0;
  padding: 0 0 0 250px;
  line-height: 31px;
}

.vehicle-price {
  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-price-weekly {
  background: #fff url('../images/g-vehicle-price.gif') no-repeat left bottom;
  display: block;
  width: 210px;
  height: 25px;
  font:  0.88em 'Trebuchet MS', Arial, sans-serif;
  color: #fff;
  text-align: right;
  line-height: 25px;
  padding: 0 10px 0 0;
  margin: 2px 0 3px 0;
	position:absolute;
}
.vehicle-price-wrap {
	float:right;
	width:210px;
	margin: 0 5px 0 0;
}
.last table#vehicle-key-details {
	margin: 30px 0 0 10px;
}
#vehicle-picture-gallery-thumbs img {
  display: block;
  float: left;
  margin: 0 3px 5px 3px;
}

#vehicle-documents {
  margin: 15px 0 0 0;
  text-align: center;
}

#content .vehicle-details-main {
  width: 440px;
  float: left;
  margin: 0 4px;
  padding: 0;
  border: 0;
}

.vehicle-description-full {
  margin: 10px 0 0 0;
}

#main-image {
	min-height: 300px;
}

/* Search Pagination */

.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-pagination-wrapper {
  float: right;
  font: normal 0.875em 'Trebuchet MS', Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  width: 480px;
}

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;
}

th.vehicle-type {
  text-transform: uppercase;
}

div.submit-button a, div.submit-button a:hover {
	background: none;
}
