﻿.notice  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #6663;
	text-align: center;
	margin: 0px;
	float: left;
	display: block;
}

.vehicleRow
{
    width: 640px;
    padding: 0px 50px 0px 50px;
}

.vehicleItem
{
    width: 175px;
    margin-right: 35px;
    text-align: center;
    display: inline;
}

.vehicleText
{
    min-height: 12em;
    display: inline;
    text-align: center;
}

.vehicleImage
{
    height: 175px;
}
.bookItButton
{
   background-color: Black;
   width: 130px; 
   height: 25px;
   text-align: center;
   padding-top: 5px;
   margin:0 auto;
}
.bookItText
{
    color:White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 2px;
}
.bookItButton:hover
{
    background-color: Gray;
}