#list_item {
	padding-bottom:30px;
}
#list_item .item {
	width:98px;
	height:150px;
	float:left;
	background-color:#66B360;
}
#list_item .gut {
	width:10px;
	height:10px;
	float:left;
}
#list_item .row_clear {
	clear:both;
	height:10px;
}



#list_item_2 {
}
#list_item_2 .item {
	width:170px;
	height:170px;
	position:relative;
	float:left;
	overflow:hidden;
}
#list_item_2 .gut {
	width:10px;
	height:1px;
	float:left;
}
#list_item_2 .row_clear {
	clear:both;
	height:10px;
}
#list_item_2 .item .label_bg {
	position:absolute;
	width:100%;
	height:30px;
	bottom:5px;
	background-color:#ffffff;
	opacity:0.6;
}
#list_item_2 .item .name {
	position:absolute;
	width:200px;
	bottom:17px;
	left:5px;
	font-weight:bold;
	font-size:10pt;
	color:#ff0000;
	overflow:hidden;
	line-height:18px;
	height:18px;
}
#list_item_2 .item .price {
	position:absolute;
	bottom:5px;
	right:5px;
	width:200px;
	color:#000000;
	text-align:right;
	font-weight:bold;
}
