@import url(/stylesheets/fleet-category-button.css);
@import url(/stylesheets/vehicles.css);

#categories
{
	display: block;
	/*width: 860px;*/
	margin: 0px 40px;
}

div.category
{
	display: block;
	width: 270px;
	float: left;
}

div.promoStar
{
	background-image: url(/images/decoration/promo-star-price.png);
}

div.promoStar span.price
{
	margin: 40px auto 0px;
}

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

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

span.field
{
}

p.moreInfo
{
	height: auto;
}