@charset "utf-8";
/* CSS Document */

/* 搜索列表图片 */

.proItem{
	text-align:center;
	width:230px;
	height:340px;
	float:left;
	padding:10px 10px;
	/*_padding:6px 3px;*/
	*+padding:10px 10px;
}
/* 图块 */
.proItem img{
	/*border:#ddd solid 1px;*/
	padding:5px;
}
.proItem .proName{
	line-height:18px;
	/*text-align:left;*/
	height:54px;
	padding:0px 10px;
	overflow:hidden;
}                                                        
.proItem .proTitle a:link{
	color:#000;
}
.proItem .proTitle a:visited{
	color:#000;
}
.proItem .proTitle a:hover{
	color:#ca4509;
}
.proItem .proPrice{
	line-height:28px;
	height:24px;
	overflow:hidden;
}
.proItem .proPrice e{
	color:#999;
	text-decoration:line-through;
}
.proItem .proPrice s{
	color:#ca4509;
	text-decoration:none;
	font-weight:bold;
}
.proPic{
	position:relative;
}
.proIco{
	position:absolute;
	top:5px;
	left:10px;
}
.proIco{
	margin:0px;
	padding:0px;
	width:20px;
	height:20px;
}
/* 全部商品 */
.allBox{
	border:#ddd solid 1px;
	border-top:#ffcc00 solid 3px;
	overflow:hidden;
}
.allTitle{
	/*border-bottom:#ddd dotted 1px;*/
	border-bottom:#eee solid 1px;
	height:40px;
	position:relative;
}
.allZi{
	font-family:"微软雅黑", "宋体";
	font-size:16px;
	font-weight:bold;
	color:#cc6600;
	line-height:40px;
	height:40px;
	background:url(../images/ico_allarow.png) no-repeat;
/*	border-bottom:#930 solid 3px;
*/	position:absolute;
	padding:0px 30px;
	left: 0px;
	top: 0px;
}
.allPro{
	padding:10px 0px;
	overflow:hidden;
}
.allMore{
	color:#ddd;
	position:absolute;
	left: 150px;
	top: 10px;
	width:600px;
	text-align: right;
}
