@charset "utf-8";

.nodata {
	color:#333;
	font-size:150%;
	letter-spacing:3px;
	margin:23px;
}
.thum_builder_s {
	max-width:90px;
	max-height:60px;
}
.thum_builder_m {
	max-width:210px;
	max-height:130px;
}
.thum_car_m {
	max-width:258px;
	max-height:178px;
}
.round {
	border-radius:5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -o-border-radius:5px 5px 0px 0px;
    -ms-border-radius:5px 5px 0px 0px;
    background:#fff;
	overflow:hidden;
	height:176px;
}
.list_box_foot {
	height:42px;
	overflow:hidden;
}
.car_image {
	height:178px;
}
.car_name {
	height:40px;
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
}
img { -ms-interpolation-mode: bicubic; }

#Main .option h3 {
	margin-bottom:30px;
}