label {
	display: inline;
}

select.double {
	width: 85px;
}


select.single {
	width: 175px;
}


.hiddenFilter {
	display: none;
}

a#toggleColors {
	cursor: pointer;
}

.clear {
	clear: both;
}

.well {
	padding: 10px 10px 10px 10px !important;
}

.modelLink {
	padding: 10px 10px 10px 20ppx !important;	
	
}
.carLink {
	cursor: pointer;
}
.carinfoblock {
	float: left;
	width: 25%;
}

p.caroptions { 
	color: #666;
	font-size: 13px;
}

.wrapper {
	background: url(../img/header.jpg) no-repeat scroll center top transparent;
}

div.taglineTitle {
	margin-top: 40px;
	font-size: 50px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

div.tagline {
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	text-shadow: 2px 2px 2px #000;
}

.hero-unit {
	padding: 0px !important;
}

.homesearch {
	margin-top: 20px;
}

.homesearch ul {
	list-style-type: none;Ah
}

.homebrands {
	padding: 20px !important;
}

.homebrands a {
	font-size: 16px;
}


input.zip {
	width: 175px;
}

body { 
 background: #EFEFEF;

}

.white-bg {
 background: white ;
 width: 100%;
}

.containerborder {
	background-color: white;
	padding: 0px 20px 0px 20px;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

img.imgUp { 
	height: 15px !important;
	margin-top: -2px;
}

img.imgDown { 
	height: 15px !important;
	margin-top: -2px;
}

.models {
	padding: 0px 10px 0px 10px !important;
}

span.foundon {
	color: green;
}

table.sitemap tr td {
	width: 20%;
}


span.colorSpan {
	height: 10px; 
	width: 15px !important;
	border: 1px solid #333;
}


#autos_stats {
	display: none;
}

.navbar {
  position: relative;
  margin-bottom: 5px;
  border: 1px solid transparent;
  min-height: 0px;
}

.navbar-inner {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	background-image: -webkit-linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
	background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
	background-repeat: no-repeat;
	border: 1px solid #345578;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
	filter: none;
	-moz-border-radius: 0px !important;;
	border-radius: 0px !important;
	
}



.navbar .brand, .navbar .nav>li>a {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.webtitle, .webtitle a {
	margin: 16px 0px 8px 0px;
	color: #777;
	font-size: 38px;
	font-weight: bold;
}

.webtitle a:hover {
	text-decoration: none;
}

.webtitle small {
	font-size: 14px;
}

.webtitleSearch {
	padding-top: 20px;
	padding-bottom: 20px;
}

a#addBrandModel {
	cursor: pointer;
}

h5.car {
	color: #08c;
	text-decoration: underline;
	cursor: pointer;
}

h5.car:hover {
	color: #005580;
	text-decoration: underline;
	cursor: pointer;	
}

h1.popup-title {
	font-size: 20px;
}

.homesearch {
  padding: 20px !important;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 }