/* content */
#content {
  margin: auto;
}
#content p {
  padding: 5px 0;
  line-height: 140%;
}
#content img {
  margin: auto;
  text-align: center;
}
#content div#buttons {
  width: 100%;
  text-align: center;
  font-size: 150%;
  line-height: 225%;
  font-weight: bold;
}
#content div#buttons span {
  width: 50%;
}
#content div#buttons div {
  width: 50%;
  float:left;
}
#content div#buttons span img {
  margin-bottom: 10px;
}
#content h1 {
  
}
#content h2 {
	color: #de0000;
	border-bottom: 1px solid #de0000;
	margin: 5px 0;
}
#content legend {
	font-weight: bold;
	padding: 5px;
	color: #4C4C4C;
	font-size: 20px;
}
#content #price {
	color: red;
	text-align: right;
}
#content #submit {
	float: right;
	font-weight: bold;
}
#content #back {
	float: left;
	font-weight: bold;
}
#content label {
	width: 180px;
	display: block;
	float: left;
}
#content form div {
	margin: 5px;
}
#content input,#content select,#content textarea {
	font-size: 120%;
	margin: 5px;
}
#content #details {
	font-size: 14px;
}
#content fieldset {
	border: 1px solid #EBEBEB;
	margin: 20px 0;
  padding: 5px;
  border-radius:0.4em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	clear:both;
	background: #FDFDFD;
}
#content h3 {
	color: #4C4C4C;
}
#content ul {
  list-style-type: disc;
}
#content li {
	padding: 5px 0;
	margin-left: 50px;
}

#vehicles div {
  width: 25%;
  height: 100px;
  float:left;
  font-size: 85%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#content h4#choosemake {
  clear: both;
  text-indent: -9999px;
  background: url(text_choosemake.png) no-repeat;
  width: 600px;
  height: 50px;
  margin: auto;
  text-align: center;
}
#content h4#choosemodel {
  clear: both;
  text-indent: -9999px;
  background: url(text_choosemodel.png) no-repeat;
  width: 450px;
  height: 50px;
  margin: auto;
  text-align: center;
}
#content #notice {
  background: #DFFFCF;
  border: 2px solid #B0DF99;
  padding: 5px;
  line-height: 140%;
}
#content #error {
  background: #FFDFDF;
  border: 2px solid #DE0000;
  padding: 5px;
  line-height: 140%;
}
#content #staticmap {
  text-align: right;
  float:right;
  width: 280px;
  height: 200px;
}
#content #map {
  overflow:hidden;
  width:500px;
  height:500px;
  float:left;
  margin:auto 10px;
}
#content #mapsidebar {
  overflow:auto;
}
#used-offers {
  margin: 0;
}
#used-offers a {
  float:left;
  display: inline;
  width: 50%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
#content div.item {
  text-align: center;
  margin: 0 auto;
}
#content small {
  font-size: 60%;
  line-height: 20%;
}
#content big {
  font-size: 160%;
  line-height: 120%;
}
#contact-details {
	width: 200px;
	float:right;
	padding: 5px;
	background: #e4f1f9;
	border: 1px solid #badbea;
}
#contact-details h3 {
  padding: 10px 0;
}
#contact-details h4 {
  padding: 0;
  margin: 0;
  line-height: 100%;
  padding-top: 10px;
}

/* Page Banner */
#banner {
	background: #474747;
	height:90px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#banner h1 {
	font-size: 135%;
	line-height: 135%;
	height: 90px;
	margin: 0 auto;
	width: 776px;
	text-align: center;
	color: white;
	padding: 20px 0;
}

/*Home Banner Slider*/
.home #banner {
	background: #474747;
	height:300px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	clear:both;
	overflow:hidden;
}
#slides {
	text-align: center;
	margin: 0 auto;
	padding:0;
	z-index:1;
	position:relative;
	width:920px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	text-align: center;
	margin: 0 auto;
	width:920px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container div {
	margin: 0;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0;
	margin:0;
	width:920px;
	height:270px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	text-align: left;
	margin:-24px;
	width:24px;
	height:43px;
	z-index:2;
	float:left;
	margin-top: -150px;
	overflow:hidden;
}

#slides .next {
	float:right;
	text-align: right;
}

/*
	Pagination
*/

.pagination {
	margin:6px auto 0;
	width: 130px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* Used */
#qSearch {
	border: 2px dashed #BADBEA;
	background: #E4F1F9;
	margin: 10px 0;
	padding: 5px;
	padding-bottom: 0;
}
#content form div {
  margin: 0;
}
.searchpad {
  width: 650px;
  height: 120px;
}
.searchpad div {
  color: #333;
  font-size: 10px;
  padding: 0 10px;
  float:left;
}
.results {
  clear:both;
}
.results td, .results th {
  vertical-align: middle;
  padding: 10px;
}
#content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.staticmap {
  font-size: 75%;
  margin: 10px;
}
.pages span {
  padding: 2px;
  line-height: 150%;
  background: #efefef;
  border: 1px solid #ccc;
}
