
.block_product_piclist {
	display: block;
	width: 920px;
	border-left:none;
	margin-left:auto;
	margin-right:auto;
}

.block_product_piclist ul {
	width:920px;
	float:left;
	display:block;
	padding: 10px 2px 5px 2px;
}

.block_product_piclist li {
	display: block;
	float: left;
	width: 200px;
	padding:0 5px 0 25px;
		*padding:0 5px 0 25px;
			_padding:0 0 0 25px;
	text-align: center;
}

.block_product_piclist li .thumb{
	width:200px;
	height:200px;
	border:1px solid #ccc;
	overflow:hidden;
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle
}

.block_product_piclist li .thumb span {
	position:static;
	+position:absolute;
	top:50%
}

.block_product_piclist li img {
	position:static;
	+position:relative;
	top:-50%;left:-50%;
}

.block_product_piclist .name {
	float: left;
	width: 202px;
	color: #333;
	margin-top:5px;
	text-decoration: none;
	line-height:18px;
	margin-bottom:8px;
	background-color:#eee;
}

.price,.smart_price,.clearing_price  {
	margin:0; height:20px; line-height:20px;
	float:left;*float:none;_float:none; 
	padding-left:35px; display:block; margin-bottom:5px;
	text-align:left; width:200px; font-weight: 600;
}

.price { 
	color: #F60;
	background:url(../images_new/bg_three.gif) no-repeat 8px 0;
}

.smart_price { 
	color:#ff0000; display:none ;
	background:url(../images_new/bg_three.gif) no-repeat 8px -23px;
}

.clearing_price { 
	color:#3386C3; display:none;
	background:url(../images_new/bg_three.gif) no-repeat 8px -46px; 
}


