div, p, ul, li, span, h1, h2, h3
{
	margin: 0;
	padding: 0;
}
div#showRoomBlock
{
	float: left;
	width: 100%;
}
div.vehicleGroup
{
	float: left;
	margin: 10px 10px 0 0;
	display: block;
	width: 99%;
}

div.vehicleGroup h2
{
	color: #656565;
	font-size: 18px;
	line-height: 30px;
}
div.vehicle
{
	float: left;
	width: 220px;
	margin: 10px 5px 0px 5px;
	display: block;
	height: 340px;
}


div.vehicle a.vehiclePhotoLink
{
	background-color: #E2E2E2;
	background-image: -moz-linear-gradient(center top , #E2E2E2, #FAFAFA);
	border-color: #DFDFDF #EAEAEA #E7E7E7;
	border-radius: 8px 8px 8px 8px;
	border-style: solid;
	border-width: 1px;
	margin: auto 0;
	padding: 5px;
	width: 202px;
	float: left;
}
div.vehicle a img.vehiclePhoto
{
	border: 1px solid #E7E7E7;
	background-color: #efeded;
	border-radius: 8px 8px 8px 8px;
	width: 200px;
}

div.vehicle div.vehicleInfo
{
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 200px;
	overfloa: hidden;
}
h3.vehicleModel
{
	float: left;
	clear: both;
	font-size:14px;
	color: #333333;
}
div.vehicle div.vehicleInfo span
{
	font-size: 11px;
	float: left;
	clear: both;
	line-height: 16px;
}
span.vehiclePrice
{
	padding-left: 1px;
}
span.vehicleYears, span.vehicleMpg
{
	background: transparent url(../../images/showroom_arrow.png) no-repeat left bottom;
	padding-left: 8px;
}
ul.vehicleLinks
{
	float: left;
	clear: both;
	list-style-type: none;
	width: 100%;
	margin-top: 15px;
}

hr.lineBreak
{
	background-color: #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	float: left;
	height: 1px;
	margin: 10px 0;
	width: 99%;
}

/********************************************************************************/

div#mMake {
    clear: both;
    float: left;
    width: 99%;
}


div#mMake h1
{
	margin:10px 0;
	font-size:20px;
	width:60%;
	float:left;
}
div.dealersByMake
{
	text-align: center;
	float: left;
	width: 219px;
	height: 300px;
	margin-right: 10px;
	padding: 3px;
	margin-top: 35px;
	display: block;
	border: 1px solid #E7E7E7;
	background-color: #fff;
	border-radius: 8px 8px 8px 8px;
}
div.dealersByMake a
{
	background-color: #E0E0E0;
	border: #CCCCCC solid 1px;
	display: inline;
	float: left;
	padding: 5px;
}
div.dealersByMake a img
{
	border: 0px;
	background-color: #ffffff;
	padding: 1px;
	width: 200px;
}

a.back
{
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
ul.dealers
{
	text-align: left;
	margin-left: 15px;
	clear: both;
	float: left;
	font-size: 12px;
	list-style-type: none;
	width: 90%;
}
ul.dealers a, ul.dealers a:hover
{
	background: transparent url(../../images/showroom_arrow.png) no-repeat left center;
	padding: 0px;
	padding-left: 8px;
	border: 0px;
}

/*******************************************************************************/

#multiMakeBlock
{
	float: left;
	clear: both;
	width: 100%;
}


#multiMakeBlock div.dealersByMake
{
	text-align: center;
	background-color:transparent;
	border:0;
	float: left;
	width: 223px;
	height:250px;
	margin-right: 10px;
}
#multiMakeBlock div.dealersByMake a
{
	background-color: #E0E0E0;
	border: #CCCCCC solid 1px;
	display: inline;
	float: left;
	padding: 5px;
	border-radius: 8px 8px 8px 8px;
	margin:auto 0;
}

#multiMakeBlock div.dealersByMake a img
{
	border: 1px solid #E7E7E7;
	background-color: #efeded;
	border-radius: 8px 8px 8px 8px;
	width: 200px;
}
/********************************************************************************/
.vehicleLinks a
{
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	-moz-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
	color: #666;
	font: bold 14px "helvetica neue" , helvetica, arial, sans-serif;
	margin: 0;
	padding: 7px 0;
	text-shadow: 0 1px 1px #fff;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
}


.vehicleLinks a:hover
{
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
	-webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
	-moz-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
	box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
	cursor: pointer;
}
.vehicleLinks a:active
{
	-webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
	-moz-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
	box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}