@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.center{
	text-align: center;
}
.dealer{
	margin-bottom: 50px;
}
.dealer p a{
	color: #B02C2C;
	font-weight: bold;
}
.dealer p.img{
	margin-top: 16px;
}
.dealer p.btn{
	text-align: center;
	margin-top: 20px;
}
.dealer p.box_text{
	border: 3px solid #C2A269;
	padding: 26px 30px;
	margin-top: 30px;
}
.dealer ul.btn{
	overflow: hidden;
	margin-top: 20px;
}
.dealer ul.btn li{
	float: left;
	margin-right: 40px;
}
.dealer ul.btn li:nth-child(2n){
	margin-right: 0;
}


/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
}
#product dl {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom:30px;
}
#product dl.none {
	margin-right: 0;
}
#product dl dt {
	margin-top: 5px;
}
#product dl dt a {
	color:#B02C2C;
	font-size:14px;
	font-weight:bold;
}
#product dl dd.image{
	margin-bottom:15px;
	background:url('../image/hinhvuong_bg.jpg') no-repeat;
}
#product dl dd.image a,
#product dl dd.image span {
	/*border: 1px solid #CCCCCC;*/
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color:#2D2D15;

}
#product dl dd{
	color:#2C2112;
	font-size:1em;

}
#product dl dd.comment {
	font-size: 0.85em;
	color:#333333;
}
