.productBox{
	float:left;
	margin-bottom:20px;
}
.productBox .title{
	border-bottom:3px solid #999;
	float:left;
	width:655px;
}
.productBox .desc{
	color:#FFF;
	width:130px;
	margin:0px 0 0px 10px;
	font-size:11px;
	line-height:13px;
	height:40px;
	overflow:hidden;
}
.productBox h2,
.productBox h1{
	margin:0px;
	padding:0px;
	color:red;
	float:left;
	color:#444;
	font-size:20px;
}
.productBox a.viewMore{
	color:#378FFF;
	float:right;
	margin-top:6px;
	text-decoration:none;
}

