html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font: 100%/1.25 Helvetica,  Arial, Sans serif;
	font-weight: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-shadow: none !important;
}
h1 {
	color: #00486a !important;
	font-size: 1.125em; /* 18px */
	margin: 0;
}
ol, ul { list-style: none; }

article, aside, details, figcaption, figure, footer, hgroup, menu, section { display: block; }
#header {
	padding: 7px 10px 6px;
	color: #FFF;
	background-color: #404040;
	background-position: top center;
	background-repeat: repeat-x;
}
.display-none{
	display: none;
}
#not-found{
	display: none;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px;
	background-color: #e7f8ff;
	text-align: center;
}
.no-result-box {
	position: relative;
	background-color: #e7f8ff;
	border-radius: 3px;
	min-height: 90px;
}
.no-result-box strong {
	display: block;
	font-weight: 700;
}

.some-results-box {
	position: relative;
}
.some-results-box strong {
	display: block;
	font-weight: 700;
}

.similar-cars-to-consider {
	padding: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

#listing-not-found-box {
	padding: 20px;
	color: #00486A;
	background-color: #e7f8ff;
	border-radius: 3px;
}
#listing-not-found-box .message_label {
	font-weight: 700;
	padding-bottom: 10px;
}

.expanded-results-link-container {
	padding-top: 10px;
	text-align: center;
}
.expanded-results-link-container .lnk {
	font-size: 16px;
	font-weight: bold;
	color: #CE4C0E;
	text-decoration: none;
}

.requested-listing {
	background-color: #ffffe0;
	border: 1px solid rgb(0, 97, 158);
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-bottom: 50px;
}

#save-alert {
	color: blue;
	display: block;
	font-weight: normal;
	text-decoration: underline;
	width: 87px;
	line-height: 41px;
}
#f_loading_results {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}
#f_loading_results p {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -1em 0 0 -4.3em;
}
#f_loading_results b {
	display: block;
	margin: 0 1px;
	border: solid #AAA;
	padding: 0;
	color: #888;
	border-width: 1px 0;
}
#f_loading_results b b {
	margin: 0 -1px;
	padding: 0;
	border-width: 0 1px;
}
#f_loading_results b b b {
	margin: 0;
	border-width: 0;
	line-height: 3.3em;
	background: #EFEFEF;
}
#f_loading_results b b b img {
	vertical-align: middle;
}
#header-summary {
	padding: 8px 10px;
	font-size: 14px;
}