/*reset*/

h1 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #007fb2;
}
h2 {
	color: #007fb2;
	font-size: 1.3em;
}
h3 {
	margin-top: 10px;
	color: #007fb2;
}

#content p, #content fieldset, #content table, #content pre {
	margin-bottom: 1em;
}

.price {
	color: #007fb2;
}

ul.options li {
	width: 45%;
	float: left;
}

#sidebar address {
	margin-bottom: 10px;
}
#nav li a {
	font-weight: bold;
}
#nav li a:hover {
	color: white;
}
/* search */

#car_search {
	margin-bottom: 10px;
}

#car_search fieldset {
	border: none;
}

#car_search label {
	

/*width: 100px;
	float: left;*/
	margin-bottom: 4px;
	display: block;
}

form .medium {
	width: 125px;
}

#sidebar h2 {
	color: #006FB0;
}

/*car listings*/

.car_listing {
	border-bottom: 1px solid #007fb2;
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.fitted:hover {
	cursor: pointer;
}

.car_listing .photo_and_status {
	float: left;
	width: 135px;
}

.car_listing .photo {
	border: 1px solid #007fb2;
	padding: 3px;
	line-height: 1;
	width: 135px;
	height: 101px;
}

.car_listing .details {
	float: left;
	width: 380px;
	margin-left: 30px;
}

.car_listing .photo img {
	border-width: 0;
	margin: 0;
	padding: 0;
}

.car .photos {
	background-color: #bfcad4;
	padding: 10px;
	overflow: auto;
	margin: 10px auto;
}

.car .photos img {
	float: left;
	max-height: 225px;
	max-width: 300px;
}

.car .photos ul {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 270px;
}

.car .photos li {
	list-style: none;
	display: inline;
}

.car .photos li img {
	max-height: 64px;
	max-width: 87px;
}

.car .photos ul img {
	float: none;
}

.photos img.thumbnails:hover {
	cursor: pointer;
}

/* message elements */

.message {
	border-width: 1px;
	border-style: solid;
	padding: .5em;
	margin-bottom: .5em;
}

.error {
	color: #FFDADB;
	background-color: #F00;
	border-color: #F00;
}

.information {
	color: #333;
	background-color: #FFFFCD;
	border-color: #CC9838;
}

.confirmation {
	color: #333;
	background-color: #D1EEF5;
	border-color: #3ED5FF;
}

.message h4 {
	font-size: 1.4em;
}

.message p, .message ul {
	margin-bottom: .5em;
}

.message p:last-child {
	margin-bottom: 0;
}

.message ol, .message ul {
	margin-left: 2em;
	list-style-type: circle;
}

/*map*/
#map {
	height: 600px;
	width: 600px;
}
#content address {
	font-style: normal;
}
.banner {
	text-align: center;
}

.vcard span.contact-numbers, .vcard address span {
	display: block;
}
/*#sidebar .vcard p {
	font-weight: bold;
}*/
#sidebar .vcard {
		font-size: 15px;

}
.vcard address {
	font-style: normal;
}
.feature h2 {
	font-size: 21px;
	/*margin-top: 10px;*/
}
.feature p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
	color: #fff;
}
#sidebar h2 {
	margin-top: 10px;
	color: #fff;
}#sidebar .feature h2 {
	margin-top: 10px;
	color: #fff;
}
#sidebar .box {
	background-color: #007fb2;
	padding: 5px;
	color: #fff;
	margin-bottom: 10px;
}
#sidebar .vcard a {
	color: #fff;

}
#sidebar .box-light {
	padding: 5px 5px 5px 48px;
	background: #f3f3f3 url(/_img/mobile_phone.png) no-repeat left center;
	border: 1px #999 solid;
}
/*#content li {
	color: #000;	
}*/

#content ul {
	color: #007fb2;
	margin-left: 2em;
}
blockquote {
	background-color: transparent;
	color: #000;
}
#content ul.logos {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul.logos li {
	display: inline;
	line-height: 150px;
	margin-right: 10px;
}
#content ul.logos li img {
	vertical-align: middle;
}

