/*
	#####################################################################
	# Home page
	#####################################################################
*/

	#homePage {

	}

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

		#homePage #invSearch {
			padding: 5px;
		}

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

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

				#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: 272px;
			overflow: hidden;
		}

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

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

			#homePage #featuredVehiclesBox div.vehicle {
				overflow: hidden;
				float: left;
				width: 220px;
				height: 250px;
				padding: 0px;
				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 {
					padding: 0 5px 0 5px;
					text-align: center;
					font-weight: bold;
				}

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

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

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

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

	#homePage #lowerContentBox {
		padding: 10px;
	}


