.productlist1 {
	margin:0;
	padding:0;
	position: relative;
	width:100%;
}


.productlist1 .box {
	float:left;
	text-align:center;
	margin:0 8px 8px 0;
	padding:0;
	border:0;
}

.productlist1 .fang {
	margin:0;
	padding:3px;
	border:1px #ddd solid;
}


.productlist1 .box img {
border:0;
padding:0;
}


.productlist1 .box a.prodtitle{
display:block;
color:#505050;
font:12px/32px SimSun,Arial,Sans-Serif;
text-decoration: none;
}

.productlist1 .box a.prodtitle:hover{
color:#ff0000;
text-decoration: underline;
}