@import url(/stylesheets/vehicle-reserve-button.css);
@import url(/stylesheets/promo-star.css);

div.outerProductWrapper
{
	display: block;
	/*width: 860px;*/
	margin: 0px 40px;
}

div.productWrapper
{
	width: 270px; /* 420 */
	height: 400px; /* 290 */
	float: left;
	margin: 5px 5px 20px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #fff;
	overflow-x: hidden;
}

div.vehiclePhoto
{
	margin-bottom: 10px;
	display: block;
	width: 171px;
	height: 129px;
	overflow: hidden;
}

div.innerProductWrapper
{
	position: relative;
	height: 280px; /* 165 */
	overflow: hidden;
}

div.details
{
}

p.moreInfo
{
	display: block;
	width: 270px;
	height: 33px;
	overflow: hidden;
}

div.controls
{
		
}

div.productWrapper h3
{
	color: #ff9933;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px 5px;
	display: block;
	width: 270px;
	height: 44px;
	overflow: hidden;
}

img.vehiclePhoto
{
	border: 2px solid #fff;
	margin-right: 5px;
}

span.titleRates
{
	color: #ff9933;
	font-weight: bold;
}

a.moreInfo
{
	color: #ff9933;
	background-color: inherit;
}

a.moreInfo:hover
{
	color: #c00;
	background-color: inherit;
}

span.field,
span.data
{
	display: inline-block;
	width: 120px;
}

span.data
{
	width: 80px;
	text-align: right;
}

span.small
{
	font-size: 0.65em;
}

