#content-panel {
	padding: 10px 0 10px 0;
}

	#homePage {

	}

		#homePage #quickLinksBox {
			display: inline-block;
			float: right;
			overflow: hidden;
			width: 300px;
		}

		#invSearch {
			padding: 0 5px 0 5px;
		}

			#homePage #quickLinksBox .wrapper {
				padding: 0;
			}

				#homePage #quickLinksBox td {
					height: 44px;
					overflow: hidden;
					padding: 2px;
				}

				#homePage #quickLinksBox a.button {
					display: inline-block;
					height: 44px;
					overflow: hidden;
				}

				#homePage #quickLinksBox a.button img {
					margin-top: 0;
				}

				#homePage #quickLinksBox a.button:hover img {
					margin-top: -44px;
				}

		#homePage #mainContentBox {
			height: 260px;
			overflow: hidden;
			float: left;
			margin-left: 10px;
		}

		#homePage div.hr {
			clear: both;
			width: 1000px;
			margin: 0 0 10px 0;
			background-image: url(/user_files/image/shell/center_mid_repeater.jpg);
			height: 10px;
		}

		#homePage #featuredVehiclesBox {
			overflow: hidden;
			float: left;
			width: 698px;
			height: 262px;
			margin-left: 10px;
		}

			#homePage #featuredVehiclesBox div.vehicle {
				overflow: hidden;
				float: left;
				width: 220px;
				height: 260px;
				margin-right: 10px;
				border: 1px black solid;
				display: table-cell;
			}

				#homePage #featuredVehiclesBox div.vehicle * {
					margin-bottom: 5px;
				}

				#homePage #featuredVehiclesBox div.vehicle div.photo {
				}

					#homePage #featuredVehiclesBox div.vehicle div.photo * {
						visibility: hidden;
					}

					#homePage #featuredVehiclesBox div.vehicle div.photo img {
						visibility: visible;
						width: 220px;
						height: auto;
					}

				#homePage #featuredVehiclesBox div.vehicle div.name {
					text-align: center;
					font-weight: bold;
					padding: 0 5px 0 5px;
				}

				#homePage #featuredVehiclesBox div.vehicle div.comments {
					text-align: justify;
					font-size: .90em;
					padding: 0 5px 0 5px;
				}

				#homePage #featuredVehiclesBox div.vehicle div.price {
					text-align: center;
					font-weight: bold;
					padding: 0 5px 0 5px;
				}

		#homePage #newsAndEventsBox {
			overflow: hidden;
			float: right;
			width: 280px;
			height: 260px;
			border: 1px black solid;
			background-color: #E1E1E1;
			margin-right: 10px;
		}

			#homePage #newsAndEventsBox h1 {
				background-color: #2376BA;
				color: white;
				margin: 0;
				padding: 0;
				font-size: 1em;
				text-align: center;
				padding: 1px 0 1px 0;
			}

		#homePage #inventory-filters select {
			margin: 2px 0 2px 0;
		}

		#homePage #inventory-filters div.radios {
			padding: 5px 0 10px 0;
		}

	#homePage #lowerContentBox {
		display: block;
		clear: both;
		padding: 10px;
	}

