.com-showroom{
	margin: 30px 0 0 0;	
}
.com-showroom p.description {
	padding: 0 10px 30px 0;
}
.com-showroom .heading{
	overflow: hidden;
	background: url("/public/components/Showroom/default/images/dot-line.gif") 0 100% repeat-x;
	padding:10px 0;
}
.com-showroom .heading .make-logo{
	float: left;
	width: 175px;
}
.com-showroom .heading .options{
	float: right;
	padding:10px 0 0;
}
.com-showroom .heading .options span{
	font-weight: bold;
}
.com-showroom .models-list{
	padding: 30px 0 0 0;
	overflow: hidden;
}
.com-showroom .models-list .product{
	width: 177px;
	height: 300px;
	min-height: 300px;
	float: left;
	margin: 0 5px 0 0;
}
.com-showroom .models-list .product .image{
	text-align: center;
	padding: 0 0 4px 0;
	height: 80px;
}
.com-showroom .models-list .product .details{
	background: url('/public/components/Showroom/default/images/details-bg.gif') 0 0 repeat-x;
	padding: 15px 8px;
}
.com-showroom .models-list .product .details .name{
	font-size: 18px;
	font-weight: bold;
}
.com-showroom .models-list .product .details .price{
	font-size: 12px;
	font-weight: bold;
	color: #da3300;
}
.com-showroom .models-list .product .details .mpg{
	font-size: 11px;
}
.com-showroom .models-list .product .details .links{
	padding: 10px 0 0 0;
}
.com-showroom .models-list .product .details .links ul{
	padding:0;
	margin: 0;
}
.com-showroom .models-list .product .details .links ul li{
	background:transparent url(/public/components/Showroom/default/images/list-arrow.gif) no-repeat scroll 0 4px;
	padding:0 0 0 8px;
}
.com-showroom .models-list .product .details .links ul li a,
.com-showroom .models-list .product .details .links ul li a:visited{
	 font-size: 11px;
}
.com-showroom .models-list .product .details .links ul li a:hover{
	text-decoration: underline;
}

