@charset "utf-8";
@import '../skin/layout.css';
@import 'list.css';
h2{ font-size:1.5em; clear:both; line-height:2em;}
#banner{ background-image:url('../skin/banner_product_dedault.jpg');}

#main{
	width:800px; float:left;
	text-align:left;
	border-left:1px solid #666666;
}
.productArea .box{
	float:left;
}
.productArea .box .boxInner{
	border:1px dotted #666666;
	border-left:none; border-right:none;

}
.productArea .box .boxInner .imgBox{
	width:190px; height:147px;
	overflow:hidden;
	margin:3px;
	background:#666666;
}
.productArea .box .boxInner img{
	width:190px; height:auto;
	float:left;
}
.productArea .box .nameBox{
	display:block;
	text-align:center;
	color:#666666;
	text-decoration:none;
}
