@charset "utf-8";

@import "base.css";

h2 {
	width:178px;
	height:32px;
	background:url(images/car-md.png) left top no-repeat;
	padding:0;	
}

h2 span {
	display:none;	
}

h3 {
	margin:12px auto 0;
	padding:0;
	width:960px;
	height:32px;
	line-height:32px;	
	background:#eee;
}

h3.maker {
	background:url(images/md-car-maker.png) left top no-repeat;	
}

h3.price {
	background:url(images/md-car-price.png) left top no-repeat;	
}

h3 span {
	display:none;	
}

div.box-out {
	width:946px;
	margin:0 auto;
	padding:2px 6px 6px 6px;
	border:solid 1px #ccc;
	border-top:none;
	background:#eee;
}

div.box-in {
	width:946px;
	margin:0 auto;
	background:#fff;
}

h4 {
	width:892px;
	height:32px;
	margin:0 0 0 12px;	
	line-height:38px;
	font-size:12px;
	padding:0 8px;
	background:url(images/md-car-country.png) left top no-repeat;
}

ul.makers {
	width:946px;
	margin:0;
	padding:8px 8px 4px;	
	list-style:none;
}

ul.makers li {
	float:left;
	width:154px;
	height:38px;
	margin:0 0 4px 1px;
	font-size:11px;
	line-height:24px;
	padding:0;
}

ul.makers li a {
	display:block;
	width:146px;
	height:34px;
	line-height:34px;
	padding:2px 4px;	
	margin:0;
	text-align:center;
	text-decoration:none;
	color:#555;
	background:url(images/btn-maker-blank.png) left top no-repeat;
	font-size:11px;
	font-weight:bold;
}

ul.prices {
	width:946px;
	margin:0;
	padding:8px 8px 4px;	
	list-style:none;
}

ul.prices li {
	float:left;
	width:154px;
	height:38px;
	margin:0 0 4px 1px;
	font-size:11px;
	line-height:24px;
	padding:0;
}

ul.prices li a {
	display:block;
	width:146px;
	height:34px;
	line-height:34px;
	padding:2px 4px;	
	margin:0;
	text-align:center;
	text-decoration:none;
	color:#555;
	background:url(images/btn-maker-blank.png) left top no-repeat;
	font-size:11px;
	font-weight:bold;
	
}