body {
	background-color: #306b9c;
	margin: 0;
	padding: 0;
}

a, a:hover, a:visited {
	color: #005395;
}

div#page {
	margin-left: 54px;
	margin-top: 15px;
	z-index: auto;
}

div#header {
	position: relative;
	width: 703px;
	margin: 0 0 0 -1px;
	background-color: #306b9c;
	height: 77px;
}

	div#header h1 {
		position: relative;
		padding: 0;
		margin: 0;
		background: #306b9c url(../images/layout/header.png) no-repeat;
		height: 77px;
		width: 457px;
		overflow: hidden;
		text-indent: -9000px;
		text-transform: inherit;
		float: left;
	}

	div#header div#header-links {
		position: absolute;
		right: -19px;
		top: -15px;
		height: 37px;
		width: 175px;
		background: url(../images/layout/header-links.png) top left no-repeat;
	}

		div#header div#header-links ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			display: block;
			height: 37px;
		}

			div#header div#header-links li {
				list-style-type: none;
				margin: 0;
				padding: 0;
				float: left;
				display: block;
				height: 37px;
				padding-left: 5px;
				padding-right: 17px;
			}

				div#header div#header-links li a {
					font: normal 13px/37px "Tahoma", "Arial", sans-serif;
					color: #fff;
					text-decoration: none;
				}

	div#header div#search {
		position: absolute;
		right: 2px;
		top: 23px;
	}

		div#search form input {
			vertical-align: middle;
			padding: 0;
		}

		div#search form input.search-input {
			font-size: 15px;
			color: #a7a7a7;
			padding: 3px;
			margin-top: -1px;
			width: 158px;
		}

		div#search form input.cleared {
			color: #000;
		}

div#content {
	background: #fff url(../images/layout/content-background.png) repeat-y;
	width: 703px;
	min-height: 500px;
	padding-bottom: 30px;
}

	div#content ul#nav {
		position: relative;
		margin: 0;
		padding: 0;
		text-align: left;
		overflow: hidden;
		text-indent: -9000px;
	}

		ul#nav li {
			position: relative;
			list-style: none;
			display: inline;
			margin: 0;
			padding: 0;
			height: 41px;
		}

			ul#nav li a {
				color: #fff;
				text-decoration: none;
				float: left;
				height: 41px;
				background-position: 0 -41px;
				background-repeat: no-repeat;
			}

				ul#nav li a:hover {
					background-position: 0 0;
				}

				ul#nav li a.selected, ul#tabs li a.selected:hover {
					background-position: 0 -82px;
				}

				ul#nav li a#thome {
					background-image: url("../images/nav/home.png");
					width: 73px;
				}

				ul#nav li a#tbrowse {
					background-image: url("../images/nav/browse.png");
					width: 146px;
				}

				ul#nav li a#tplace-ad {
					background-image: url("../images/nav/place-ad.png");
					width: 121px;
				}

				ul#nav li a#tlocations {
					background-image: url("../images/nav/locations.png");
					width: 105px;
				}

				ul#nav li a#tdealers {
					background-image: url("../images/nav/dealers.png");
					width: 87px;
				}

				ul#nav li a#tsign-in {
					background-image: url("../images/nav/sign-in.png");
					width: 169px;
				}

				ul#nav li a#tsign-out {
					background-image: url("../images/nav/sign-out.png");
					width: 169px;
				}

	div#content div#subnav {
		position: relative;
		width: 697px;
		height: 61px;
		background-color: #d1eaff;
	}

		div#subnav img {
			margin: 12px 0 0 12px;
		}

		div#subnav #sell-fast {
			_position: absolute;
			_left: 12px;
			_top: 12px;
		}

		div#subnav h2 {
			position: absolute;
			margin: 0;
			padding: 0;
			top: 23px;
			left: 23px;
			font-size: 32px;
			line-height: 32px;
			font-weight: bold;
		}

		div#subnav h2.inset {
			left: 73px;
		}

	/** HOMEPAGE **/

	/* One vehicle is featured in a large grey box under the subnav on the homepage */

	div#content div#homepage-featured {
		position: relative;
		width: 673px;
		height: 229px;
		background-color: #e8e8e8;
		margin: 21px 0 0 12px;
	}

		div#homepage-featured div#homepage-featured-image {
			position: absolute;
			top: 6px;
			left: 7px;
			height: 213px;
			_height: 215px;
			width: 286px;
			padding: 1px 1px 1px 25px;
			background: #306b9c url(../images/layout/featured-bar.png) no-repeat;
		}

			div#homepage-featured-image img {
				position: absolute;
			}

		div#homepage-featured div#featured-text {
			position: relative;
			width: 309px;
			height: 200px;
			margin-left: 338px;
			padding-top: 10px;
		}

			div#homepage-featured div#featured-text h3 {
				margin: 0;
				font-size: 22px;
				line-height: 24px;
				font-weight: normal;
			}

				div#featured-text h2 a {
					color: #19344a;
				}

			div#homepage-featured div#featured-text p {
				font-size: 13px;
				line-height: 15px;
			}

				div#featured-text p.vin {
					color: #405f77;
					font-size: 12px;
					float: left;
					margin-top: -1px;
				}

				div#featured-text p.price {
					color: #19344a;
					background-color: #efefef;
					font-weight: bold;
					font-size: 16px;
					border: 3px solid #fff;
					display: table;
					padding: 3px 5px 3px 5px;
					float: right;
					margin-top: -7px;
				}

			div#homepage-featured div#featured-text #featured-contact {
				position: absolute;
				left: 83px;
				bottom: -8px;
				border: 0;
			}

	div#content div#homepage-columns {
		position: relative;
		min-height: 600px;
		_height: 700px;
	}

		div#homepage-columns div#homepage-left {
			position: relative;
			width: 321px;
			margin: 0 0 20px 12px;
		}

			div#homepage-left h3 {
				display: block;
				width: 313px;
				height: 25px;
				font-size: 14px;
				font-weight: normal;
				color: #fff;
				background: url(../images/layout/just-added-bar.png) repeat-x;
				padding: 3px 0 0 8px;
				margin: 14px 0 0 0;
				*font-weight: bold;
				_padding-top: 0;
			}

			div#homepage-left div.vehicle-row {
				position: relative;
				border-bottom: 1px solid #d5d6d0;
				min-height: 80px;
				_height: 80px;
				background-color: #ebf8ff;
			}

				div.vehicle-row img {
					position: relative;
					float: left;
					border: 3px solid #bad3e0;
					margin: 8px 0 0 9px;
				}

				div.vehicle-row p {
					width: 204px;
					margin: 0 0 0 97px;
					padding: 7px 0 8px 0;
					font-size: 10px;
					line-height: 14px;
				}

					div.vehicle-row p a, div.vehicle-row p a:visited {
						color: #000;
						font-size: 16px;
						line-height: 21px;
						font-weight: bold;
					}

			div#homepage-left div.even {
				background-color: #fff;
			}

			div#homepage-left #more-listings {
				position: relative;
				float: right;
				margin-top: 7px;
			}

		div#homepage-columns div#homepage-right {
			position: absolute;
			width: 321px;
			left: 349px;
			top: 5px;
			*margin-top: 12px;
		}
		
			div#homepage-right div.print-edition {
				float: right;
				display: block;
				width: 200px;
				padding: 0 0 10px 15px;
			}
			
				div#homepage-right div.print-edition a {
					font-size: 12px;
					font-weight: bold;
					line-height: 14px;
				}

			div#homepage-right p {
				color: #4d4d4d;
				margin: 0;
				padding-bottom: 15px;
			}

				div#homepage-right span {
					font-size: 22px;
					color: #000;
					padding-right: 5px;
				}

				div#homepage-right strong {
					color: #000;
				}

	/** Place Ad: Vehicle Information **/

	a#ad-terms-link {
		font-size: 12px;
		text-decoration: none;
		position: absolute;
		top: 5px;
		right: 1px;
	}

	div#vehicle-information {
		position: relative;
		width: 641px;
		margin-left: 23px;
		margin-top: 22px;
	}

		div#vehicle-information div.notice-success p {
			margin: 0;
		}

		div#vehicle-information h3 {
			margin: 0;
			font-size: 20px;
			border-bottom: 1px solid #e5e5e5;
			font-weight: normal;
			padding-bottom: 2px;
		}

		div#vehicle-information p {
			font: normal 11px "Lucida Sans", sans-serif;
			margin: 9px 0 15px 2px;
		}

		div#content div#vehicle-information ul#vehicle-types {
			position: relative;
			margin: 0;
			padding: 0;
			text-align: left;
			text-indent: -9000px;
			list-style: none;
			height: 38px;
		}

			div#vehicle-information ul#vehicle-types li {
				position: relative;
				float: left;
				height: 38px;
				width: 66px;
				padding: 0;
				margin: 0 5px 0 0;
			}

			div#vehicle-information ul#vehicle-types li.selected {
				background: #d1eaff url(../images/vehicletypes/tabright.png) top right no-repeat;
			}

			div#vehicle-information ul#vehicle-types li.selected a {
				text-indent: 0;
				padding-top: 6px;
				height: 32px;
			}

				ul#vehicle-types li a {
					position: relative;
					color: #000;
					font: normal 22px "Trebuchet MS", sans-serif;
					text-decoration: none;
					float: left;
					height: 38px;
					width: 66px;
				}

				ul#vehicle-types li a:focus {
					outline: none;
				}

				div#vehicle-information ul#vehicle-types li a:hover {
					background-position: 0 -38px;
				}

				div#vehicle-information ul#vehicle-types li.selected a:hover {
					background-position: 0 0;
				}

				ul#vehicle-types li#car a {
					background: url(../images/vehicletypes/car-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#car.selected {
					/* width is width of link + 71px (padding of link) + 6px for right side background image */
					width: 188px;
				}

				ul#vehicle-types li#car.selected a {
					/* width is desired width - 71px for padding - 6px for padding on list item */
					width: 111px;
					padding-left: 71px;
					background: #d1eaff url(../images/vehicletypes/car-on.png) no-repeat;
				}

				ul#vehicle-types li#motorcycle a {
					background: url(../images/vehicletypes/motorcycle-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#motorcycle.selected {
					width: 192px;
				}

				ul#vehicle-types li#motorcycle.selected a {
					width: 115px;
					padding-left: 68px;
					background: #d1eaff url(../images/vehicletypes/motorcycle-on.png) no-repeat;
				}

				ul#vehicle-types li#rv a {
					background: url(../images/vehicletypes/rv-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#rv.selected {
					width: 112px;
				}

				ul#vehicle-types li#rv.selected a {
					width: 35px;
					padding-left: 71px;
					background: #d1eaff url(../images/vehicletypes/rv-on.png) no-repeat;
				}

				ul#vehicle-types li#vintage a {
					background: url(../images/vehicletypes/vintage-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#vintage.selected {
					width: 160px;
				}

				ul#vehicle-types li#vintage.selected a {
					width: 83px;
					padding-left: 71px;
					background: #d1eaff url(../images/vehicletypes/vintage-on.png) no-repeat;
				}

				ul#vehicle-types li#golfcart a {
					background: url(../images/vehicletypes/golfcart-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#golfcart.selected {
					width: 173px;
				}

				ul#vehicle-types li#golfcart.selected a {
					width: 96px;
					padding-left: 66px;
					background: #d1eaff url(../images/vehicletypes/golfcart-on.png) no-repeat;
				}

				ul#vehicle-types li#other a {
					background: url(../images/vehicletypes/other-off.png) no-repeat;
				}

				div#vehicle-information ul#vehicle-types li#other.selected {
					width: 136px;
				}

				ul#vehicle-types li#other.selected a {
					width: 59px;
					padding-left: 65px;
					background: #d1eaff url(../images/vehicletypes/other-on.png) no-repeat;
				}

		div#vehicle-information div#vehicle-information-form {
			position: relative;
			border: 5px solid #d1eaff;
			margin-bottom: -10px;
			*margin-bottom: 10px;
			background: #fff url(../images/layout/form-background.png) top center no-repeat;
		}

			div#vehicle-information div#vehicle-information-form h3 {
				font-size: 18px;
				border: none;
				padding-bottom: 2px;
				margin-top: 18px;
			}

			div#vehicle-information-left p, div#vehicle-information-right p {
				margin: 0;
			}

			div#vehicle-information dt {
				height: 18px;
			}

			div#vehicle-information-left input, div#vehicle-information-left select, div#vehicle-information-right input {
					font: normal 12px "Verdana", Arial, Helvetica, sans-serif;
					vertical-align: middle;
			}

			div#vehicle-information-left {
				position: absolute;
				top: 8px;
				left: 17px;
			}

				div#vehicle-information-left p#vehicle-options {
					line-height: 20px;
					margin: 3px 0 0 6px;
				}

			div#vehicle-information-right {
				position: relative;
				clear: both;
				margin-left: 301px;
				margin-top: 8px;
				padding-bottom: 70px;
				*padding-bottom: 60px;
				width: 330px;
			}

				div#vehicle-information-right div.fieldWithErrors {
					display: inline;
				}

				div#vehicle-information-right dl#photo-upload {
					float: left;
					margin-left: 7px;
					margin-top: 0;
				}

					div#vehicle-information-right dl#photo-upload dt {
						padding-bottom: 2px;
					}

					div#vehicle-information-right dl#photo-upload dd {
						float: left;
					}

					div#vehicle-information-right dl#photo-upload dd input#upload {
						width: 118px;
						height: 26px;
					}

				div#vehicle-information-right div#photo-preview {
					position: relative;
					width: 200px;
					height: 150px;
					background-color: #d1eaff;
					border: 1px solid #7bbcf1;
					float: left;
					margin-bottom: 18px;
				}

					div#photo-preview p {
						font: normal 11px/12px "Lucida Sans", sans-serif;
						color: #68757f;
						text-align: center;
						margin-top: 58px;
					}

					div#photo-preview img {
						position: absolute;
						top: 0;
						left: 0;
					}

				div#vehicle-information-right div#upload-instructions {
					position: relative;
					clear: both;
					width: 289px;
					margin: 8px 0 20px 0;
					padding: 0 7px 0 7px;
					color: #FFF;
					background-color: #61A90C;
				}

					div#upload-instructions p {
						margin: 0;
						padding: 7px 10px 10px 23px;
						line-height: 12px;
						background: url(/images/icons/icon-notice-success.gif) no-repeat left 7px;
					}

				div#vehicle-information-right span.price-option {
					font: bold 11px "Lucida Sans", Arial, Helvetica, sans-serif;
					color: #000;
					display: block;
					margin: 6px 0 6px 0;
				}

					div#vehicle-information-right span#obo input {
						vertical-align: middle;
						margin-top: -2px;
					}

					div#vehicle-information-right span.disabled {
						color: #999;
					}

				div#vehicle-information-right p#characters-used {
					color: #7f7f7f;
					font-size: 11px;
					margin-top: 4px;
				}

				div#vehicle-information-right dl#contact-info {
					position: relative;
					margin-bottom: 20px;
				}

					div#vehicle-information-right dl#contact-info dt label {
						vertical-align: top;
					}

					div#vehicle-information-right dl#contact-info dd {
						margin: 0 0 18px 0;
						padding: 0;
						height: 20px;
					}

					div#vehicle-information-right dl#contact-info input {
						width: 14px;
						margin: -2px 0 0 3px;
					}

					div#vehicle-information-right dl#contact-info input.medium {
						width: 120px;
						margin: 0;
					}

					div#vehicle-information-right dl#contact-info dd span {
						font: bold 11px "Lucida Sans", Arial, Helvetica, sans-serif;
						margin-left: 6px;
					}

					span#contact-info-or {
						position: absolute;
						top: 26px;
						padding-top: 20px;
						left: 204px;
						color: #999;
					}

		div#vehicle-information input#preview {
			position: relative;
			float: right;
			margin-top: -40px;
			*margin-top: -20px;
			margin-right: 7px;
		}

		/* for update ad */
		div#vehicle-information input#save-changes {
			position: relative;
			float: right;
			margin-top: -40px;
			margin-right: 7px;
		}

		div#vehicle-information div.errorExplanation {
			width: 641px;
		}

		textarea#vehicle_message {
			font-size: 12px;
		}

	/** Place Ad: Confirm **/

	/* confirm detail lightbox */

	div#confirm-detail {
		position: absolute;
		width: 574px;
		min-height: 375px;
		_height: 375px;
		padding-bottom: 5px;
		left: 100px;
		top: 100px;
		background-color: #fff;
		border: 10px solid #18354e;
	}

		div#confirm-detail div#title {
			position: relative;
			height: 53px;
			background-color: #306b9c;
		}

			div#confirm-detail div#title p {
				float: left;
				font-size: 32px;
				color: #fff;
				font-weight: bold;
				margin: 16px 0 0 7px;
				*display: block;
				*padding-bottom: 7px;
				*padding-top: 7px;
				*margin-top: 10px;
				_margin-top: 6px;
			}

			div#confirm-detail div#title p.close {
				float: right;
				margin: 18px 20px 0 0;
				_width: 50px;
				*margin-top: 10px;
				_margin-right: 8px;
			}

				div#confirm-detail div#title p.close a {
					font: normal 11px/11px "Lucida Granda", sans-serif;
					color: #fff;
					text-decoration: none;
					background: url(/images/icons/close.png) top right no-repeat;
					padding-right: 21px;
					padding-bottom: 3px;
					padding-top: 3px;
					display: block;
					height: 16px;
				}

		div#confirm-detail div#confirm-detail-left {
			position: absolute;
			top: 62px;
			left: 9px;
		}

			div#confirm-detail-left div#confirm-detail-image {
				border: 3px solid #b6d0de;
				width: 285px;
				height: 214px;
				background-color: #000;
			}

			div#confirm-detail-left div#confirm-detail-message {
				margin-top: 11px;
				margin-left: 5px;
				width: 279px;
			}

				div#confirm-detail-message p {
					font-size: 12px;
					line-height: 14px;
					margin: 0;
				}

		div#confirm-detail div#confirm-detail-right {
			position: relative;
			margin-top: 13px;
			margin-left: 319px;
		}

			div#confirm-detail-right div#confirm-detail-price {
				position: relative;
				color: #19344a;
				font-size: 18px;
				line-height: 18px;
				font-weight: bold;
				background: url(/images/layout/price-background.png) 0 0 repeat-x;
				height: 47px;
				width: 130px;
				display: inline-block;
				padding: 13px 24px 0 24px;
				clear: both;
				text-align: center;
			}

			div#confirm-detail-price span#left {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1000;
				background: url(/images/layout/price-background-left.png) 0 0 no-repeat;
				height: 47px;
				width: 10px;
				display: block !important;
			}

			div#confirm-detail-price span#right {
				position: absolute;
				top: 0;
				right: 0;
				z-index: 1000;
				background: url(../images/layout/price-background-right.png) 0 0 no-repeat;
				height: 47px;
				width: 10px;
				display: block !important;
			}

			div#confirm-detail-right ul#features-list {
				position: relative;
				margin: 0;
				padding: 1px 0 0 0;
				list-style-type: none;
			}

				div#confirm-detail-right ul#features-list li {
					position: relative;
					margin: 5px 0 0 0;
					padding: 0 0 0 13px;
					font-size: 14px;
					line-height: 18px;
					background: url(../images/icons/bluedot.png) 0 6px no-repeat;
				}

			div#confirm-detail-right ul#options-list {
				position: relative;
				margin: 5px 0 0 12px;
				padding: 0 0 20px 0;
				list-style-type: none;
			}

					div#confirm-detail-right ul#options-list li {
						position: relative;
						margin: 0;
						padding: 0 0 0 19px;
						font-size: 12px;
						line-height: 18px;
						background: url(../images/icons/checkmark.png) 0 2px no-repeat;
					}

	div#confirm-left h2, div#confirm-right h2 {
		font-size: 20px;
		font-weight: normal;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 5px;
		margin-bottom: 13px;
	}

	div#confirm-error {
		width: 643px;
		margin-left: 23px;
		margin-top: 15px;
		margin-bottom: 0;
	}

	div#confirm-left {
		position: absolute;
		top: 9px;
		left: 23px;
		width: 200px;
		*z-index: 100;
	}

		div#confirm-left div.vehicle-confirm-box {
			position: relative;
			float: left;
			width: 200px;
			height: 284px;
			margin-right: 20px;
			border: 1px solid #c8c8c8;
			background-color: #f4f4f4;
		}

			div.vehicle-confirm-box img {
				position: absolute;
				bottom: 7px;
				right: 9px;
				z-index: 1000;
			}

			div.vehicle-confirm-box #details-button {
				_position: absolute;
				_bottom: 7px;
				_right: 9px;
				_z-index: 1000;
			}

			div.vehicle-confirm-box span.photo img {
				position: relative;
				bottom: 0;
				right: 0;
			}

			div.vehicle-confirm-box a {
				text-decoration: none;
			}

			div.vehicle-confirm-box p {
				margin: 8px 9px 0 11px;
				color: #005395;
				font: bold 16px/17px "Trebuchet MS", sans-serif;
			}

			div.vehicle-confirm-box ul {
				position: absolute;
				top: 191px;
				list-style-type: none;
				margin-left: 0px;
				padding: 0;
			}

				div.vehicle-confirm-box ul li {
					list-style-type: none;
					margin-left: 12px;
					padding: 0 0 0 10px;
					_line-height: 16px;
					background: url(/images/layout/bullet.png) center left no-repeat;
				}

			div.vehicle-confirm-box p.price {
				position: absolute;
				color: #19344a;
				background-color: #f6f6f6;
				font-weight: bold;
				font-size: 14px;
				border: 2px solid #fcffe0;
				padding: 1px 5px 1px 5px;
				margin: 0;
				bottom: 10px;
				left: 11px;
			}

			div#confirm-left div#preview-text {
				position: relative;
				margin: 0 0 0 10px;
				top: 9px;
			}

				div#preview-text p {
					color: #585858;
					font-size: 11px;
					line-height: 16px;
				}

				div#confirm-left div#preview-text p.preview-text-edit a {
					display: inline-block;
					height: 16px;
					width: 180px;
					padding-left: 23px;
					padding-top: 2px;
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
					background: url(../images/icons/page-edit.png) no-repeat;
				}

		div#confirm-right {
			position: relative;
			padding-top: 9px;
			margin-left: 248px;
			width: 422px;
			*margin-left: 0;
			*padding-left: 248px;
			*z-index: 10;
		}

			div#confirm-right dl#password input.medium {
				width: 137px;
			}

			div#confirm-right h2#cost-title {
				*margin-top: 29px;
			}

			div#confirm-right div#cost {
				position: relative;
				height: 51px;
				border: 1px solid #c8c8c8;
				background: #ffffcc;
			}

				div#confirm-right div#cost span#left {
					position: absolute;
					left: 9px;
					top: 16px;
					font-size: 12px;
					*top: 12px;
				}

				div#confirm-right div#cost span#right {
					display: block;
					position: absolute;
					right: 11px;
					top: 16px;
					font-size: 25px;
					font-weight: bold;
					_top: 13px;
				}

					div#confirm-right div#cost span#right span {
						position: relative;
						font-size: 15px;
						vertical-align: super;
					}

			div#confirm-right ul {
				margin: 12px 0 0 20px;
				line-height: 16px;
			}

				div#confirm-right ul li {
					margin: 0;
				}

			div#confirm-right div#account {
				position: absolute;
				top: 18px;
				right: 0px;
				background-color: #d1eaff;
				width: 263px;
				height: 76px;
				text-align: center;
				font-size: 14px;
			}

				div#account span {
					display: block;
					padding-top: 9px;
				}

				div#account div#account-header {
					height: 35px;
					border: 1px solid #c8c8c8;
					background: #ffffcc url(/images/icons/alert-password.png) no-repeat;
					font-size: 12px;
				}

					div#account-header span {
						display: block;
						padding: 8px 0 0 18px;
					}

			div#confirm-right  span#account {
				font-size: 14px;
				font-weight: bold;
			}

			div#confirm-right div#terms {
				font-size: 11px;
				width: 400px;
				margin: 0;
				padding: 0 11px 2px 11px;
				border: 1px solid #888a85;
				background: url(/images/layout/terms-background.png) no-repeat;
			}

				div#confirm-right div#terms p {
					font-size: 11px;
					margin: 5px 0 5px 0;
					padding: 0;
				}

				div#confirm-right div#terms p strong {
					font-weight: bolder;
				}

			div#confirm-right span#agree, div#confirm-right span#initials {
				position: relative;
				float: left;
				display: block;
				font-size: 12px;
				margin-top: 7px;
				vertical-align: middle;
			}

				div#confirm-right span#agree {
					margin-left: 10px;
				}

					div#confirm-right span#agree input {
						margin-top: -2px;
					}

				div#confirm-right span#initials {
					margin-left: 40px;
					*width: 150px;
				}

					div#confirm-right span#initials input {
						width: 43px;
					}

			div#confirm-right div#confirm-button {
				position: relative;
				margin-top: 65px;
				margin-left: 80px;
				clear: both;
			}

				div#confirm-right div#confirm-button span {
					vertical-align: top;
					font-size: 11px;
					padding-top: 2px;
					display: block;
				}

				div#confirm-right div#confirm-button input {
					position: absolute;
					right: -8px;
					top: 0;
				}

	/** Browse vehicles **/

		div#vehicle-filter {
			position: relative;
			width: 642px;
			height: 58px;
			*height: 64px;
			border: 1px solid #c8c8c8;
			background-color: #ffffcc;
			margin: 13px 0 13px 21px;
			padding-top: 6px;
		}

			div#vehicle-filter * {
				font-size: 12px;
			}

			div#vehicle-filter div#line-one {
				margin-left: 10px;
				margin-bottom: 10px;
			}

			div#vehicle-filter div#line-two {
				margin-left: 19px;
			}

			div#vehicle-filter form input {
				color: #b4b4b4;
			}

			div#vehicle-filter form input#keywords {
				width: 210px;
				margin-right: 10px;
			}

			div#vehicle-filter form select#makes {
				width: 170px;
				margin-left: 7px;
			}

			div#vehicle-filter form input.short {
				width: 53px;
			}

			div#vehicle-filter form input.cleared {
				color: #000;
			}

			div#vehicle-filter form a#options-lightbox-link-unselected, div#vehicle-filter form a#options-lightbox-link-selected {
				margin-left: 27px;
				text-decoration: none;
				padding-left: 20px;
			}

				div#vehicle-filter form a#options-lightbox-link-unselected {
					background: url(../images/icons/plus.png) center left no-repeat;
				}

				div#vehicle-filter form a#options-lightbox-link-selected {
					background: url(../images/icons/option.png) center left no-repeat;
				}

			div#vehicle-filter form input#filter {
				position: absolute;
				bottom: 5px;
				right: 12px;
			}

			div#browse-options {
				position: absolute;
				width: 353px;
				padding-bottom: 5px;
				left: 228px;
				top: 100px;
				background-color: #efefef;
				border: 3px solid #18354e;
			}

				div#browse-options div#title {
					height: 29px;
					background-color: #306b9c;
				}

					div#browse-options div#title p {
						float: left;
						font-size: 14px;
						line-height: 14px;
						color: #fff;
						font-weight: bold;
						margin: 0;
						margin: 6px 0 0 7px;
					}

					div#browse-options div#title p.close {
						float: right;
						margin: 5px 4px 0 0;
						_width: 50px;
					}

						div#browse-options div#title p.close a {
							font: normal 11px/11px "Lucida Granda", sans-serif;
							color: #fff;
							text-decoration: none;
							background: url(/images/icons/close.png) top right no-repeat;
							padding-right: 21px;
							padding-bottom: 3px;
							padding-top: 3px;
							display: block;
							height: 16px;
						}

				div#browse-options div#notice {
					position: relative;
					height: 29px;
					width: 326px;
					background: #ffffcc url(/images/icons/alert.png) 8px 9px no-repeat;
					border: 1px solid #c8c8c8;
					margin: 8px auto 0 auto;
					font-size: 12px;
					line-height: 12px;
					color: #000;
					font-weight: bold;
					padding: 0;
				}

					div#browse-options div#notice p {
						margin: 8px 0 0 28px;
					}

				div#browse-options div#options-list {
					position: relative;
					margin-top: 5px;
					margin-left: 21px;
					line-height: 20px;
					_font-size: 14px;
				}

				div#browse-options img {
					margin: 9px 0 0 17px;
				}

		div#search-header {
			position: relative;
			margin: 0 0 20px 21px;
			padding-top: 8px;
			width: 638px;
			height: 21px;
			border-bottom: 1px solid #ccc;
			display: block;
		}

			div#search-header h3 {
				font-size: 23px;
				font-weight: normal;
				float: left;
				margin: 0;
				padding: 0;
			}

			div#search-header span {
				float: right;
				font-size: 12px;
				margin-top: 1px;
			}

				div#search-header span a {
					text-decoration: none;
					background: url(/images/icons/delete.png) center left no-repeat;
					height: 16px;
					display: block;
					width: 88px;
					text-align: right;
				}

		div.vehicle-browse-row {
			position: relative;
			clear: both;
			height: 303px;
			margin-left: 21px;
		}

			div.vehicle-browse-row div.vehicle-browse-box {
				position: relative;
				float: left;
				width: 200px;
				height: 284px;
				margin-right: 19px;
				border: 1px solid #c8c8c8;
				background-color: #f4f4f4;
			}

				div.vehicle-browse-box img {
					position: absolute;
					bottom: 7px;
					right: 9px;
				}

				div.vehicle-browse-box .details-button {
					_position: absolute;
					_bottom: 7px;
					_right: 9px;
				}

				div.vehicle-browse-box img.photo {
					position: relative;
					bottom: 0;
					right: 0;
				}

				div.vehicle-browse-box a {
					text-decoration: none;
				}

				div.vehicle-browse-box p {
					margin: 8px 9px 0 11px;
					line-height: 17px;
				}

				div.vehicle-browse-box p a {
					font-size: 16px;
					*font-weight: bold;
				}

				div.vehicle-browse-box ul {
					position: absolute;
					top: 191px;
					list-style-type: none;
					margin-left: 0;
					padding: 0;
				}

					div.vehicle-browse-box ul li {
						list-style-type: none;
						margin-left: 12px;
						padding: 0 0 0 10px;
						_line-height: 16px;
						background: url(/images/layout/bullet.png) center left no-repeat;
					}

				div.vehicle-browse-box p.price {
					position: absolute;
					color: #19344a;
					background-color: #f6f6f6;
					font-weight: bold;
					font-size: 14px;
					border: 2px solid #fcffe0;
					padding: 1px 5px 1px 5px;
					margin: 0;
					bottom: 10px;
					left: 11px;
				}

				/* pagination */


				ul#page-links {
					list-style: none;
					text-align: center;
				}

				ul#page-links li {
					margin: 0px 3px 0 3px !important;
					display: inline;
					font: normal 11px "Lucida Grande", sans-serif;
				}

				ul#page-links li a {
					text-decoration: none;
				}

				ul#page-links li a#current-page {
					color: #888A85;
				}

				ul#page-links li a img {
					margin-bottom: -6px;
				}

				div#content p#page-location {
					font: normal 11px "Lucida Grande", sans-serif;
					text-align: center;
					color: #555753;
					margin: -5px 0 0 0;
					padding: 0;
				}

	/** Show vehicle **/

	/* vehicle zoom lightbox */

	div#vehicle-detail-zoom {
		position: absolute;
		left: 75px;
		top: 150px;
		background-color: #efefef;
		border: 8px solid #18354e;
		overflow: hidden;
	}

		div#vehicle-detail-zoom div#title {
			position: relative;
			height: 39px;
			width: 640px;
			background-color: #306b9c;
		}

			div#vehicle-detail-zoom div#title p {
				float: left;
				font-size: 22px;
				color: #fff;
				font-weight: bold;
				margin: 8px 0 0 7px;
				_margin-top: 6px;
				*padding-bottom: 7px;
			}

			div#vehicle-detail-zoom div#title p.close {
				float: right;
				margin: 10px 13px 0 0;
				_width: 50px;
				_margin-right: 7px;
			}

				div#vehicle-detail-zoom div#title p.close a {
					font: normal 11px/11px "Lucida Granda", sans-serif;
					color: #fff;
					text-decoration: none;
					background: url(/images/icons/close.png) top right no-repeat;
					padding-right: 21px;
					padding-bottom: 3px;
					padding-top: 3px;
					display: block;
					height: 16px;
				}

			div#vehicle-detail-zoom div#zoom-image {
				background-color: #000;
				width: 640px;
				height: 480px;
			}

	div#print-tab {
		position: absolute;
		top: -27px;
		right: -90px;
		_right: -28px;
		width: 99px;
		height: 27px;
		background: url(/images/layout/print-tab.png);
	}

		div#print-tab a {
			position: absolute;
			font-size: 12px;
			text-decoration: none;
			top: 5px;
			left: 32px;
		}

	div#content div#vehicle-detail {
		position: relative;
		width: 574px;
		margin-left: 20px;
		padding-top: 18px;
	}

		div#content div#vehicle-detail div#detail-left {
			position: absolute;
			top: 18px;
			*left: 0;
			margin-left: 9px;
		}

			div#vehicle-detail div#detail-left div#detail-image {
				position: relative;
				border: 3px solid #b6d0de;
				width: 285px;
				height: 214px;
				background-color: #000;
			}

				div#detail-left div#detail-image div#zoom {
					position: absolute;
					bottom: 0;
					right: 0;
					width: 67px;
					height: 28px;
					background: #b6d0de url(/images/icons/zoom.png) no-repeat 6px 6px;
				}

					div#zoom a {
						position: absolute;
						font-size: 12px;
						font-weight: bold;
						text-decoration: none;
						top: 6px;
						left: 27px;
					}

			div#vehicle-detail div#detail-left div#detail-message {
				margin-top: 11px;
				margin-left: 5px;
				width: 279px;
			}

				div#vehicle-detail div#detail-message p {
					font-size: 12px;
					line-height: 14px;
					margin: 0;
				}

			div#vehicle-detail div#detail-left h2 {
				font-size: 20px;
				margin: 15px 0 2px 5px;
				font-weight: normal;
			}

			div#vehicle-detail div#detail-left div#detail-contact {
				width: 277px;
				background-color: #d1eaff;
				margin-left: 5px;
				padding: 4px;
			}

				div#detail-contact div#detail-contact-header {
					height: 33px;
				}

					div#detail-contact-header div#email, div#detail-contact-header div#phone {
						margin: 0;
						float: left;
					}

					div#detail-contact-header div#email {
						background: url(/images/layout/vehicle-email-tab.png) 0 0 no-repeat;
						width: 98px;
						height: 33px;
						margin: 0;
						float: left;
					}

						div#detail-contact-header div#email span {
							background: url(/images/icons/email.png) 0 2px no-repeat;
							_background: url(/images/icons/email.png) 0 5px no-repeat;
							font-size: 11px;
							margin-top: 5px;
							_margin-top: 3px;
							margin-left: 13px;
							padding: 0 0 0 24px;
							display: block;
						}

					div#detail-contact-header div#phone {
						position: relative;
						float: left;
					}

						div#detail-contact-header div#phone span {
							background: url(/images/icons/phone-blue.png) 0 0 no-repeat;
							_background: url(/images/icons/phone-blue.png) 0 4px no-repeat;
							font-size: 11px;
							margin-top: 5px;
							_margin-top: 3px;
							margin-left: 13px;
							padding: 0 0 0 17px;
							height: 16px;
							display: block;
							color: #768490;
						}

							div#detail-contact-header div#phone span strong {
								font-size: 12px;
								color: #000;
								font-weight: bold;
							}

				div#detail-contact div#detail-contact-form {
					background-color: #fff;
					padding-bottom: 40px;
					*padding-bottom: 20px;
				}

					div#detail-contact-form dl {
						margin: 0 0 0 13px;
						padding: 5px 0 10px 0;
					}

					div#detail-contact-form dd {
						margin: 0 0 8px 0;
					}

					div#detail-contact-form dd input {
						width: 227px;
					}

					div#detail-contact-form dd textarea {
						width: 251px;
						height: 85px
					}

					div#detail-contact-form dd#captcha {
						width: 238px;
						border: 1px solid #ccc;
						margin: 0;
						color: #333;
						font: normal 11px/11px "Trebuchet MS", sans-serif;
						padding: 6px 4px 6px 6px;
					}

						div#detail-contact-form dd#captcha input {
							width: 63px;
							font-size: 12px;
						}

				div#detail-contact-form input#contact-seller {
					float: right;
					margin-right: 13px;
				}

			div#vehicle-detail div#detail-left div#detail-contact-phone {
				position: absolute;
				width: 275px;
				height: 37px;
				background-color: #d1eaff;
				margin-left: 5px;
				padding: 5px;
			}

				div#detail-contact-phone span {
					background: url(/images/icons/phone-blue.png) 0 0 no-repeat;
					font-size: 11px;
					margin-top: 9px;
					margin-left: 14px;
					padding: 0 0 0 17px;
					height: 16px;
					display: block;
				}

				div#detail-contact-phone div {
					position: absolute;
					right: 5px;
					top: 5px;
					background-color: #fff;
					font-size: 11px;
					height: 37px;
					width: 175px;
					text-align: center;
				}

					div#detail-contact-phone div p {
						font-size: 18px;
						margin: 8px 0 0 0;
						padding: 0;
					}

		div#vehicle-detail div#detail-right {
			position: relative;
			margin-left: 319px;
			min-height: 335px;
			_height: 335px;
			padding-bottom: 20px;
		}

			div#vehicle-detail div#detail-right div#detail-price {
					position: relative;
					color: #19344a;
					font-size: 18px;
					line-height: 18px;
					font-weight: bold;
					background: url(../images/layout/price-background.png) 0 0 repeat-x;
					height: 47px;
					width: 130px;
					display: inline-block;
					padding: 13px 24px 0 24px;
					clear: both;
					text-align: center;
			}
				div#vehicle-detail div#detail-right div#detail-price span.left {
					position: absolute;
					top: 0;
					left: 0;
					background: url(../images/layout/price-background-left.png) 0 0 no-repeat;
					height: 47px;
					width: 10px;
					display: block !important;
				}

				div#vehicle-detail div#detail-right div#detail-price span.right {
					position: absolute;
					top: 0;
					right: 0;
					background: url(../images/layout/price-background-right.png) 0 0 no-repeat;
					height: 47px;
					width: 10px;
					display: block !important;
				}

			div#detail-right ul#features-list {
				position: relative;
				margin: -5px 0 0 0;
				padding: 1px 0 0 0;
				list-style-type: none;
			}

				div#detail-right ul#features-list li {
					position: relative;
					margin: 5px 0 0 0;
					padding: 0 0 0 13px;
					font-size: 14px;
					line-height: 18px;
					background: url(../images/icons/bluedot.png) 0 6px no-repeat;
				}

			div#detail-right ul#options-list {
				position: relative;
				margin: 5px 0 0 12px;
				padding: 0 0 20px 0;
				list-style-type: none;
			}

					div#detail-right ul#options-list li {
						position: relative;
						margin: 0;
						padding: 0 0 0 19px;
						font-size: 12px;
						line-height: 18px;
						background: url(/images/icons/checkmark.png) 0 2px no-repeat;
					}

			div#show-nav-links {
				position: relative;
				width: 300px;
				margin-top: 20px;
				margin-left: 12px;
				height: 30px;
			}

				div#show-nav-links span#previous-vehicle {
					display: block;
					position: absolute;
					width: 150px;
					left: 0;
				}

				div#show-nav-links span#next-vehicle {
					display: block;
					position: absolute;
					width: 150px;
					right: 0;
				}

				div#show-nav-links span#previous-vehicle a, div#show-nav-links span#next-vehicle a {
					text-decoration: none;
					font-size: 12px;
					border: 0;
				}

				div#show-nav-links span#previous-vehicle img, div#show-nav-links span#next-vehicle img {
					vertical-align: middle;
					margin-top: -4px;
				}

			div#vehicle-disclaimer {
				margin-left: 35px;
				margin-top: 30px;
				*margin-top: 80px;
				width: 620px;
			}

				div#content div#vehicle-disclaimer p {
					font: 10px/14px Arial, sans-serif;
					color: #999;
					margin: 0;
					padding: 0;
				}

	/** Dealers **/

	div#content div#dealers {
		margin-left: 75px;
	}

		div#dealers div.dealer-list-row {
			position: relative;
			width: 526px;
			height: 80px;
			border-bottom: 1px solid #d5d6d0;
		}

		div#dealers div.dealer-list-row a {
			text-decoration: none;
		}

			div#dealers div.dealer-list-row span.dealer-name {
				display: block;
				position: absolute;
				font-size: 19px;
				top: 10px;
				left: 7px;
			}

			div#dealers div.dealer-list-row span.dealer-address {
				display: block;
				position: absolute;
				top: 33px;
				left: 7px;
				font-size: 12px;
				color: #333;
			}

			div#dealers div.dealer-list-row span.dealer-map-link {
				display: block;
				position: absolute;
				top: 54px;
				left: 7px;
				font-size: 12px;
			}

				div#dealers div.dealer-list-row span.dealer-map-link a {
					background: url(/images/icons/globe.png) no-repeat;
					display: block;
					height: 16px;
					padding-left: 21px;
				}

			div#dealers div.dealer-list-row span.dealer-phone {
				display: block;
				position: absolute;
				top: 54px;
				left: 104px;
				font-size: 12px;
				height: 16px;
				padding-left: 16px;
				background: url(/images/icons/phone.png) no-repeat;
			}

			div#dealers div.dealer-list-row img {
				position: absolute;
				border: 0;
				bottom: 9px;
				right: 11px;
			}

	/** Dealer vehicles **/

	div#content div#dealer-browse {
		position: relative;
		width: 638px;
		margin: 13px 0 13px 21px;
	}

		div#dealer-browse div.dealer-browse-info {
			position: relative;
			height: 55px;
			width: 638px;
			border-bottom: 1px solid #d5d6d0;
		}

		div#dealer-browse div.dealer-browse-info a {
			text-decoration: none;
		}

			div#dealer-browse div.dealer-browse-info span.dealer-name {
				display: block;
				position: absolute;
				font-size: 19px;
				top: 10px;
			}

			div#dealer-browse div.dealer-browse-info span.dealer-address {
				display: block;
				position: absolute;
				top: 33px;
				font-size: 12px;
				color: #333;
			}

			div#dealer-browse div.dealer-browse-info div.dealer-contact {
				position: absolute;
				top: 32px;
				width: 195px;
				right: 0;
			}

			div#dealer-browse div.dealer-browse-info span.dealer-map-link {
				display: block;
				position: absolute;
				font-size: 12px;
			}

				div#dealer-browse div.dealer-browse-info span.dealer-map-link a {
					background: url(/images/icons/globe.png) no-repeat;
					display: block;
					height: 16px;
					padding-left: 21px;
				}

			div#dealer-browse div.dealer-browse-info span.dealer-phone {
				display: block;
				position: absolute;
				left: 100px;
				font-size: 12px;
				height: 16px;
				padding-left: 16px;
				background: url(/images/icons/phone.png) no-repeat;
			}

			div#dealer-browse div.dealer-browse-info img {
				position: absolute;
				border: 0;
				bottom: 9px;
				right: 11px;
			}

	/** Sign In **/

	div.standard-form dl dd input#sign-in {
		width: 82px;
		height: 30px;
		margin-top: 8px;
		margin-left: 1px;
	}

	/** Forgot password **/

	div.standard-form dl dd input#reset-password {
		width: 132px;
		height: 30px;
		margin-top: 8px;
		margin-left: 1px;
	}

	/** Reset Password **/

	div#reset-password {
		margin: 18px 0 0 23px;
		background: url(/images/icons/mail-message-new.png) no-repeat;
		padding-left: 45px;
	}

		div#reset-password p {
			margin: 0 0 3px 0;
		}

	/** Change Password **/

	div#change-password {
		*padding-bottom: 60px;
	}

		div.standard-form dl dd input#change-password {
			width: 149px;
			height: 30px;
			margin-top: 8px;
			margin-left: 1px;
		}

	/** My Account **/

	div#content div#myaccount {
		position: relative;
		width: 641px;
		margin-left: 23px;
		margin-top: 27px;
	}

	div#content div#myaccount a {
		text-decoration: none;
	}

		div#myaccount h3 {
			margin: 0;
			font-size: 20px;
			border-bottom: 1px solid #e5e5e5;
			font-weight: normal;
			padding-bottom: 2px;
		}

		div#myaccount p#change-password a {
			background: url(../images/icons/edit-password.png) no-repeat;
			line-height: 14px;
			padding-top: 2px;
			padding-left: 28px;
			display: block;
			height: 18px;
			margin-left: 4px;
		}

		div#myaccount p#purchase-history a {
			background: url(../images/icons/globe-link.png) no-repeat;
			line-height: 14px;
			padding-left: 28px;
			padding-bottom: 2px;
			display: block;
			height: 18px;
			margin-left: 4px;
		}

		div#myaccount p#purchase-history span {
			display: block;
			color: #6e757b;
			padding-left: 32px;
			margin-top: -7px;
		}

		div#myaccount div.myaccount-row {
			height: 285px;
			position: relative;
			clear: both;
			margin-top: 9px;
		}

			div#myaccount div.myaccount-row div.myaccount-box {
				position: relative;
				float: left;
				margin-right: 9px;
				background-color: #fefefe;
				border: 1px solid #d5d6d0;
				width: 202px;
			}

				div.myaccount-row div.myaccount-box div.status {
					height: 21px;
					border-left: 2px solid #d5d6d0;
					border-right: 2px solid #d5d6d0;
					border-top: 2px solid #d5d6d0;
				}

					div.myaccount-box div.status span {
						text-transform: uppercase;
						color: #fff;
						font-size: 11px;
						display: block;
						padding-left: 7px;
						padding-top: 1px;
					}

				div.myaccount-row div.myaccount-box div.published {
					background-color: #4e9a06;
				}

				div.myaccount-row div.myaccount-box div.new {
					background-color: #3465a4;
				}

				div.myaccount-row div.myaccount-box div.deactivated {
					background-color: #cc0000;
				}

				div.myaccount-row div.myaccount-box img {
					width: 198px;
					height: 150px;
					border-left: 2px solid #d5d6d0;
					border-right: 2px solid #d5d6d0;
					border-bottom: 2px solid #d5d6d0;
				}

				div.myaccount-row div.myaccount-box div.myaccount-vehicle-info {
					position: relative;
					height: 62px;
					text-align: center;
					width: 202px;
				}

					div.myaccount-box div.myaccount-vehicle-info p {
						margin: 0;
						padding: 0;
					}

						div.myaccount-vehicle-info p.myaccount-vehicle-name {
							position: relative;
							font-size: 16px;
							line-height: 16px;
							font-weight: bold;
						}

						div.myaccount-vehicle-info div.myaccount-vehicle-vin {
							position: absolute;
							display: block;
							width: 202px;
							bottom: 7px;
							*left: 0;
							text-align: center;
							font-size: 12px;
						}

				div.myaccount-row div.myaccount-box div.myaccount-actions {
					border-top: 1px solid #dddddd;
					background-color: #f3f3f3;
					height: 27px;
					text-align: center;
				}

					div.myaccount-box div.myaccount-actions span {
						display: inline-block;
						font-size: 12px;
						line-height: 12px;
						margin: 7px 4px 0 4px;
						*margin: 5px 4px 0 4px;
					}

					div.myaccount-box div.myaccount-actions span a {
						display: inline;
						height: 16px;
						padding-left: 21px;
						padding-top: 2px;
						*display: block;
					}

						div.myaccount-box div.myaccount-actions span.myaccount-vehicle-view a {
							background: url(../images/icons/page-view.png) no-repeat;
						}

						div.myaccount-box div.myaccount-actions span.myaccount-vehicle-edit a {
							background: url(../images/icons/page-edit.png) no-repeat;
						}

	/** Dealer Account **/

	div#content div#dealeraccount {
		position: relative;
		width: 641px;
		margin-left: 23px;
		margin-top: 27px;
	}

	div#content div#dealeraccount a {
		text-decoration: none;
	}

		div#dealeraccount h3 {
			margin: 0;
			font-size: 20px;
			border-bottom: 1px solid #e5e5e5;
			font-weight: normal;
			padding-bottom: 2px;
		}

		div#dealeraccount p#change-password a {
			background: url(../images/icons/edit-password.png) no-repeat;
			line-height: 14px;
			padding-left: 28px;
			padding-top: 2px;
			display: block;
			height: 18px;
			margin-left: 4px;
		}

		div#dealeraccount p#ad-count {
			position: absolute;
			top: 2px;
			*top: 15px;
			left: 240px;
			line-height: 14px;
			padding: 0;
			margin: 0;
			font-weight: bold;
		}

		a#dealeraccount-edit-notes {
			font-size: 12px;
			text-decoration: none;
			position: absolute;
			top: 2px;
			right: 1px;
			background: url(../images/icons/edit.png) no-repeat;
			line-height: 14px;
			padding-left: 24px;
			padding-top: 2px;
			display: block;
			height: 18px;
			margin-left: 4px;
		}

		div#dealeraccount div#notes p {
			font-size: 11px;
			margin-bottom: 20px;
			*margin-bottom: 30px;
		}

		div#dealeraccount div.dealeraccount-row {
			height: 270px;
			position: relative;
			clear: both;
			margin-top: 9px;
		}

			div#dealeraccount div.dealeraccount-row div.dealeraccount-box {
				position: relative;
				float: left;
				margin-right: 9px;
				background-color: #fefefe;
				border: 1px solid #d5d6d0;
				width: 202px;
			}

				div.dealeraccount-row div.dealeraccount-box img {
					width: 198px;
					height: 150px;
					border: 2px solid #d5d6d0;
				}

				div.dealeraccount-row div.dealeraccount-box div.dealeraccount-vehicle-info {
					position: relative;
					text-align: center;
					height: 62px;
				}

					div.dealeraccount-box div.dealeraccount-vehicle-info p {
						margin: 0;
						padding: 0;
					}

						div.dealeraccount-vehicle-info p.dealeraccount-vehicle-name {
							position: relative;
							font-size: 16px;
							line-height: 16px;
							font-weight: bold;
						}

						div.dealeraccount-vehicle-info div.dealeraccount-vehicle-stock {
							position: absolute;
							display: block;
							width: 202px;
							*left: 0;
							bottom: 7px;
							text-align: center;
							font-size: 12px;
						}

				div.dealeraccount-row div.dealeraccount-box div.dealeraccount-actions {
					border-top: 1px solid #dddddd;
					background-color: #f3f3f3;
					height: 27px;
					text-align: center;
				}

					div.dealeraccount-box div.dealeraccount-actions span {
						display: inline-block;
						font-size: 12px;
						line-height: 12px;
						margin: 7px 4px 0 4px;
						*margin: 5px 4px 0 4px;
					}

					div.dealeraccount-box div.dealeraccount-actions span a {
						display: inline;
						height: 16px;
						padding-left: 21px;
						padding-top: 2px;
						*display: block;
					}

						div.dealeraccount-box div.dealeraccount-actions span.dealeraccount-vehicle-view a {
							background: url(../images/icons/page-view.png) no-repeat;
						}

						div.dealeraccount-box div.dealeraccount-actions span.dealeraccount-vehicle-edit a {
							background: url(../images/icons/page-edit.png) no-repeat;
						}

						div.dealeraccount-box div.dealeraccount-actions span.dealeraccount-vehicle-delete a {
							background: url(../images/icons/page-delete.png) no-repeat;
						}

			div#dealeraccount div.dealeraccount-row div.emptyslot {
				height: 248px;
				background: #f2f2f2 url(../images/layout/emptyslot-background.png) repeat-x;
				text-align: center;
			}

				div#dealeraccount div.dealeraccount-row div.emptyslot p.add-vehicle {
					font-weight: bold;
					font-size: 16px;
					margin-top: 110px;
				}

					div#dealeraccount div.dealeraccount-row div.emptyslot p.add-vehicle a {
						text-decoration: none;
						background: url(../images/icons/plus.png) no-repeat 0 2px;
						padding-left: 20px;
						display: inline-block;
						height: 18px;
					}

	/** Edit Dealer Note **/

	div#edit-note {
		position: relative;
		width: 641px;
		min-height: 200px;
		_height: 200px;
		margin-left: 23px;
		margin-top: 22px;
		border: 5px solid #d1eaff;
		margin-bottom: -10px;
		padding-bottom: 20px;
	}

		div#edit-note textarea {
			width: 400px;
			height: 180px;
			margin-top: 17px;
			margin-left: 17px;
			font-size: 12px;
		}

		div#edit-note input {
			display: block;
			margin-top: 10px;
			margin-left: 17px;
		}

	/** Styles for search page **/

	div#content div#search-results {
		padding-top: 22px;
		width: 620px;
		margin: 0 0 25px 23px;
	}

	div#content div#search-results h3 {
		font-size: 20px;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
		margin: 0 0 15px 0;
		padding-top: 0;
		width: 600px;
	}

	div#search-results div.search-row {
		margin: 0 0 15px 0;
		padding: 0;
		width: 600px;
	}

	div#content div#search-results div.search-row h3 {
		background: url(../images/icons/format-justify-left.png) no-repeat;
		display: block;
		padding: 3px 0 3px 30px;
		font-size: 18px;
		margin: 0;
		border: 0;
	}

		div#search-results div.search-row h3 a {
			text-decoration: none;
		}

	div#search-results div.search-row p {
		margin: 0;
		padding: 0 0 0 30px;
		color: #666;
	}

	div#search-results div.vehicle-search-row {
		position: relative;
		border-bottom: 1px solid #d5d6d0;
		background-color: #ebf8ff;
		min-height: 80px;
		_height: 80px;
		width: 600px;
	}

		div.vehicle-search-row img {
			position: relative;
			float: left;
			border: 3px solid #bad3e0;
			margin: 10px 0 0 9px;
		}

		div.vehicle-search-row p {
			width: 450px;
			margin: 0 0 0 97px;
			padding: 7px 0 8px 0;
			font-size: 10px;
			line-height: 14px;
		}

			div.vehicle-search-row p a {
				color: #000;
				font-size: 16px;
				line-height: 21px;
			}

	div#search-results div.even {
		background-color: #fff;
	}

	/* Search form for body on no results */

	div#content div#search_body {
		position: relative;
	}

		div#search_body form input {
			vertical-align: middle;
			padding: 0;
		}

		div#search_body form input.search-input {
			font-size: 15px;
			color: #a7a7a7;
			padding: 3px;
			margin-top: -1px;
			width: 250px;
		}

		div#search_body form input.cleared {
			color: #000;
		}

		/** Styles for no search results **/

		div#content div.noresults {
			padding-top: 22px;
			width: 620px;
			margin: 0 0 25px 23px;
		}

			div#content div.noresults h3 {
				font: bold 18px/25px "Arial", sans-serif;
				margin: 0;
				padding: 4px 0 0 43px;
				background: url('/images/layout/emblem-important.png') no-repeat top left;
			}

			div#content div.noresults p {
				font: normal 15px/20px "Arial", sans-serif;
				margin: 10px 0 15px 0;
			}

	/** Styles for all static pages **/

	div#content div.static {
		padding-top: 22px;
		width: 536px;
		margin: 0 0 25px 73px;
	}

		div#content div.static p {
			font: normal 15px/25px "Arial", sans-serif;
			margin: 0 0 22px 0;
		}

	/** About Us **/

	div#about {
		position: relative;
	}

		div#about p {
			font: normal 15px/25px "Arial", sans-serif;
			margin: 0 0 25px 0;
		}

		div#about div.notice-warning p, div#about div.notice-success p {
			font: 12px "Trebuchet MS",sans-serif;
			margin: 0;
		}

		div#about div#contact-box {
			position: relative;
			width: 536px;
			height: 144px;
			background-color: #ffffcc;
			border: 1px solid #c8c8c8;
		}

			div#about div#contact-box * {
				font-family: "Trebuchet MS", sans-serif;
			}

			div#contact-box span#contact-title {
				position: absolute;
				top: 8px;
				left: 10px;
				font-size: 13px;
				color: #7f7f66;
			}

			div#contact-box p#contact-address {
				position: absolute;
				font-size: 17px;
				line-height: 19px;
				top: 37px;
				left: 30px;
			}

			div#contact-box p#contact-numbers {
				position: absolute;
				font-size: 17px;
				line-height: 22px;
				top: 37px;
				left: 275px;
			}

				p#contact-numbers a {
					text-decoration: none;
				}

				p#contact-numbers span {
					padding-left: 26px;
				}

				p#contact-numbers span.phone {
					background: url(/images/icons/phone.png) no-repeat left center;
				}

				p#contact-numbers span.fax {
					background: url(/images/icons/fax.png) no-repeat left center;
				}

				p#contact-numbers span.email {
					background: url(/images/icons/envelope.png) no-repeat left center;
				}

		/** Site Credits **/

		div#credits {
			position: relative;
			display: block;
			min-height: 300px;
			background: url(/images/layout/credits-background.png) no-repeat 25px left;
		}

			div#credits p {
				font: normal 15px/25px "Arial", sans-serif;
				margin: 0 0 25px 0;
			}

			div#credits a {
				font-weight: bold;
			}

			div#credits div#turing {
				position: absolute;
				top: 25px;
				left: 0;
				width: 247px;
				background: url(/images/layout/turing-credits-background.png) no-repeat top left;
				padding-top: 73px;
			}

			div#credits div#topeka {
				position: absolute;
				top: 25px;
				left: 320px;
				width: 247px;
				background: url(/images/layout/topeka-credits-background.png) no-repeat top left;
				padding-top: 73px;
			}

		div#contact-us {
			position: relative;
			border: 5px solid #d1eaff;
			margin: 0;
			width: 515px;
			padding: 0 0 0 14px;
			height: 420px;
			*height: 475px;
			background: #fff url(../images/layout/contact-background.png) no-repeat;
		}

			div#contact-us div.left {
				position: absolute;
				width: 261px;
				top: 0;
				left: 14px;
			}

				div#contact-us dd input {
					width: 227px;
				}

				div#contact-us dd textarea {
					width: 261px;
					height: 95px
				}

				div#contact-us dd#captcha {
					width: 248px;
					border: 1px solid #ccc;
					margin: 0;
					color: #333;
					font: normal 11px/11px "Trebuchet MS", sans-serif;
					padding: 6px 4px 6px 6px;
				}

					div#contact-us dd#captcha input {
						width: 63px;
						font-size: 12px;
					}

				div#contact-us input#send-message {
					position: absolute;
					right: 0;
					margin-top: 8px;
					*right: 8px;
				}

			div#contact-us div.right {
				width: 200px;
				position: relative;
				padding-top: 10px;
				margin-left: 306px;
			}

				div#contact-us div.right h3 {
					font-size: 20px;
					font-weight: normal;
					margin: 0 0 8px 0 ;
					padding-top: 8px;
				}

				div#contact-us div.right p {
					font-size: 11px;
					line-height: 16px;
					color: #4d4d4d;
				}

				div#contact-us div.right a {
					text-decoration: none;
				}

			div#contact-us p.close {
				position: absolute;
				bottom: -22px;
				right: 8px;
				*width: 50px;
			}

				div#contact-us p.close a {
					font: normal 11px/11px "Lucida Granda", sans-serif;
					color: #005395;
					text-decoration: none;
					background: url(/images/icons/close-white.png) top right no-repeat;
					padding-right: 21px;
					padding-bottom: 3px;
					padding-top: 3px;
					display: block;
					height: 16px;
				}

		div#group-photo {
			float: right;
			margin: 7px -3px 5px 10px;
			width: 202px;
		}

			div#group-photo img {
				position: relative;
				border: 1px solid #ccc;
				padding: 2px;
				float: left;
				margin-bottom: 6px;
			}

			div#about div#group-photo p {
				position: relative;
				color: #666;
				font-size: 11px;
				line-height: 13px;
				margin: 0;
				padding: 10px 5px 0 0;
			}


	/** FAQ **/

	ul.faq-list {
		margin: 0 0 30px 0;
		padding: 0 0 9px 0;
		list-style-type: none;
		border-bottom: 1px solid #d5d6d0;
	}

		ul.faq-list li {
			margin: 0 0 0 30px;
			padding: 0 0 5px 20px;
			background: url(../images/icons/help-browser-small.png) 1px left no-repeat;
			font-size: 14px;
		}

			ul.faq-list li a {
				text-decoration: none;
			}

	div.question {
		position: relative;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 20px;
		margin-left: 10px;
	}

		div.question p {
			font-size: 17px;
			font-weight: bold;
			padding-left: 36px;
		}

		div.question span {
			position: absolute;
			display: block;
			left: 0px;
			font: normal 22px "Times New Roman", serif;
		}

	div.answer {
		position: relative;
		margin-bottom: 30px;
		border-bottom: 1px solid #d5d6d0;
		padding-bottom: 8px;
		margin-left: 10px;
	}

		div.answer p {
			font-size: 14px;
			line-height: 24px;
			padding-left: 36px;
		}

		div.answer span {
			position: absolute;
			display: block;
			left: 0px;
			color: #999;
			font: normal 22px "Times New Roman", serif;
		}

	/** Help **/

	div#help {
	}

		div#help p {
			font: normal 15px/25px "Arial", sans-serif;
			margin: 0 0 22px 0;
		}

		div#help p.browser {
			font-size: 16px;
		}

			div#help p.browser img {
				vertical-align: middle;
				margin-right: 10px;
				margin-top: -3px;
				border: 0;
			}

			div#help p.browser a {
				text-decoration: none;
			}

	/** Photo and Magazine Locations **/

	div#locations-tab {
		position: absolute;
		display: block;
		bottom: 0;
		_bottom: -3px;
		right: 17px;
		background: url(../images/layout/background-locations-tab-left.png) no-repeat;
		height: 36px;
	}

		div#locations-tab a {
			padding: 2px 17px 0 36px;
			display: block;
			font-size: 16px;
			line-height: 36px;
			font-weight: bold;
			text-decoration: none;
			background: url(../images/layout/background-locations-tab-right.png) top right no-repeat;
		}

	div#map {
		border: 1px solid #ccc;
		margin: 20px 0 18px 22px;
	}

	div#marker-columns {
		min-height: 240px;
		_height: 240px;
		padding-bottom: 10px;
	}

	div#marker-columns div#marker-left-column, div#marker-columns div#marker-right-column {
		float: left;
	}

	div#marker-columns p {
		font: normal 12px/16px Arial, sans-serif;
		background: url(http://www.google.com/intl/en_en/mapfiles/marker.png) no-repeat;
		display: block;
		padding: 0 0 0 35px;
		margin-left: 50px;
		width: 250px;
	}

		div#marker-columns p a {
			font: bold 16px/25px Arial, sans-serif;
			text-decoration: none;
		}

	div.map-window p {
		font: normal 12px/16px Arial, sans-serif;
		margin: 0;
		padding: 0 0 10px 0;
		width: 280px;
	}

		div.map-window p strong {
			font: bold 17px/22px Arial, sans-serif;
		}

	/** Ad Terms Lightbox **/

	div#ad-terms {
		position: fixed;
		_position: absolute;
		left: 120px;
		top: 140px;
		background-color: #efefef;
		border: 8px solid #18354e;
		overflow: hidden;
	}

		div#ad-terms div#ad-terms-title {
			height: 53px;
			width: 560px;
			background-color: #306b9c;
		}

			div#ad-terms div#ad-terms-title p {
				float: left;
				font-size: 32px;
				line-height: 32px;
				display: block;
				height: 32px;
				color: #fff;
				font-weight: bold;
				margin: 9px 0 0 9px;
				padding-bottom: 2px;
			}

			div#ad-terms div#ad-terms-title p.close {
				float: right;
				_display: block;
				_width: 50px;
				margin: 18px 13px 0 0;
				_margin-right: 5px;
			}

				div#ad-terms div#ad-terms-title p.close a {
					font: normal 11px/11px "Lucida Granda", sans-serif;
					color: #fff;
					text-decoration: none;
					background: url(/images/icons/close.png) top right no-repeat;
					padding-right: 21px;
					padding-bottom: 3px;
					padding-top: 3px;
					display: block;
					height: 16px;
				}

			div#ad-terms div#ad-terms-text {
				padding: 15px 15px 10px 15px;
				width: 530px;
			}

				div#ad-terms div#ad-terms-text p {
					font-size: 15px;
					line-height: 20px;
					margin-top: 0;
				}

	/** Privacy Policy Lightbox **/

	div#privacy-policy {
		position: fixed;
		_position: absolute;
		left: 120px;
		top: 140px;
		background-color: #efefef;
		border: 8px solid #18354e;
		z-index: 9999;
		overflow: hidden;
	}

		div#privacy-policy div#privacy-title {
			height: 53px;
			width: 560px;
			background-color: #306b9c;
		}

			div#privacy-policy div#privacy-title p {
				float: left;
				font-size: 32px;
				line-height: 32px;
				display: block;
				height: 32px;
				color: #fff;
				font-weight: bold;
				margin: 9px 0 0 9px;
				padding-bottom: 2px;
			}

			div#privacy-policy div#privacy-title p.close {
				float: right;
				_display: block;
				_width: 50px;
				margin: 18px 13px 0 0;
				_margin-right: 5px;
			}

				div#privacy-policy div#privacy-title p.close a {
					font: normal 11px/11px "Lucida Granda", sans-serif;
					color: #fff;
					text-decoration: none;
					background: url(/images/icons/close.png) top right no-repeat;
					padding-right: 21px;
					padding-bottom: 3px;
					padding-top: 3px;
					display: block;
					height: 16px;
				}

			div#privacy-policy div#privacy-text {
				padding: 15px 15px 10px 15px;
				width: 530px;
			}

				div#privacy-policy div#privacy-text p {
					font-size: 15px;
					line-height: 20px;
					margin-top: 0;
				}

div#footer {
	position: relative;
	height: 35px;
	width: 703px;
	background: #306b9c url(../images/layout/footer-background.png) no-repeat;
}

	div#footer p {
		position: absolute;
		top: 0;
		font-size: 11px;
		color: #93ceff;
	}

		div#footer p a {
			color: #93ceff;
			text-decoration: none;
		}

		div#footer p.links {
			left: 4px;
			*left: 0;
			*padding-left: 5px;
		}

			div#footer p.links span#privacy-link {
				margin-left: -3px;
			}

			div#footer p.links span#dealers-link, div#footer p.links span#photos-link, div#footer p.links span#magazines-link {
				margin-left: 28px;
				*margin-left: 23px;
			}

		div#footer p.credits {
			right: 10px;
		}

			p.credits a em {
				font-style: normal;
				color: #fff;
			}

			p.credits a:hover em {
				color: #93ceff;
			}

div#ads {
	position: absolute;
	display: block;
	top: 91px;
	left: 760px;
}

/** Standard Form Type **/

div.standard-form {
	position: relative;
	width: 641px;
	min-height: 200px;
	_height: 200px;
	margin-left: 23px;
	margin-top: 22px;
	border: 5px solid #d1eaff;
	margin-bottom: -10px;
	padding-bottom: 20px;
	background: #fff url(../images/layout/form-background.png) 30px 12px no-repeat;
}

	div.standard-form dl {
		position: absolute;
		top: 2px;
		left: 17px;
	}

		div.standard-form dl dd input {
			width: 227px;
		}

		div.standard-form dl dd input.medium {
			width: 129px;
		}

		div.standard-form dl dd a {
			text-decoration: none;
			margin-left: 8px;
		}

	div.standard-form div.instructions {
		width: 288px;
		position: relative;
		top: 9px;
		margin-left: 335px;
	}

		div.standard-form div.instructions h3 {
			font-size: 20px;
			font-weight: normal;
			margin: 0;
			padding-top: 8px;
		}

		div.standard-form div.instructions p {
			font-size: 11px;
			line-height: 16px;
			color: #4d4d4d;
		}

		div.standard-form div.instructions a {
			text-decoration: none;
		}

/* General form stuff */

label, span.label {
	font: bold 11px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #000;
}

input, textarea {
	font: normal 12px/12px "Verdana", Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 0;
	padding: 2px;
	background-color: #fff;
	vertical-align: middle;
}

select {
	font: normal 12px "Verdana", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
	width: 140px;
}

option {
	margin: 0;
	padding: 0;
}

dl input, dl textarea {
	width: 200px;
}

input.short {
	width: 70px;
}

input.medium, select.medium {
	width: 120px;
}

input.long, textarea.long {
	width: 290px;
}

dl dt {
	clear: both;
}

dl dd {
	vertical-align: top;
	margin: 0 0 14px 0;
}

/* Form Error Styles */

div.errorExplanation
{
	background-color: #FFFFCC;
	border: #D66F00 2px solid;
	padding: 0px 0px 8px 0px;
	margin: 10px 0 10px 0;
	overflow: hidden;
}

div.errorExplanation h2
{
	margin: 0px 0px 8px 0px;
	padding: 3px 3px 4px 24px;
	font-size: 14px;
	color: #FFF;
	background: url(../images/icons/icon-notice-warning.gif) #D66F00 no-repeat 5px 4px;
  	width: 100%;
}

div.errorExplanation p
{
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 25px;
}

div.errorExplanation ul
{
	margin-top: 0px;
	margin-left: 30px;
	list-style-type: square;
}

div.errorExplanation li {
	font-size: 11px;
}

div#emailError p {
	padding: 4px 18px 4px 18px;
}

/* Notices
---------------------------------------------------------------------------- */

div.notice-error, div.notice-warning, div.notice-success {
	width: 627px;
	margin: 10px 0 20px 0;
	padding: 0 7px 0 7px;
	position: relative;
	color: #FFF;
	font: 12px "Trebuchet MS",sans-serif;
}

div.notice-error {
	background-color: #D40000;
}

div.notice-success {
	background-color: #61A90C;
}

div.notice-warning {
	background-color: #D66F00;
}

div.notice-error p, div.notice-warning p, div.notice-success p {
	margin: 0;
	padding: 7px 40px 10px 20px;
	line-height: 12px;
}

div.notice-error p {
	background: url(/images/icons/icon-notice-error.gif) no-repeat left 6px;
	*background: url(/images/icons/icon-notice-error.gif) no-repeat left 6px;
}

div.notice-success p {
	background: url(/images/icons/icon-notice-success.gif) no-repeat left 6px;
	*background: url(/images/icons/icon-notice-success.gif) no-repeat left 9px;
}

div.notice-warning p {
	background: url(/images/icons/icon-notice-warning.gif) no-repeat left 6px;
	*background: url(/images/icons/icon-notice-warning.gif) no-repeat left 9px;
}

div#page div.notice-error p a, div#page div.notice-success p a, div#page div.notice-warning p a {
	padding: 7px 7px 10px 7px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	background-color: #666;
}

div.notice-error a:hover, div.notice-success a:hover, div.notice-warning a:hover {
	color: #FFF;
	background-color: #333;
}

div.standard-form-warning, div.standard-form-success {
	margin: 20px 0 0 23px;
	width: 636px;
}

div.notice-homepage {
	margin: 18px 0 -10px 13px;
	width: 658px;
}
.pagination img {vertical-align:text-top; margin-top:-3px;}
ul#page-links li span,
ul#page-links li a {margin:0 3px !important}
ul#page-links {margin:0 !important}
div#content p#page-location {margin-top:-10px !important}
*div#content p#page-location {margin-top:5px !important}
