﻿/*-----------------list end-----------------*/
.lstAllFrame
{
	width: 980px;
	height: auto;
	margin-bottom: 5px;
	padding: 0;
}

.lstTit
{
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	font-family: 黑体;
	background-color: #e8f1ce;
}

.lstIcon
{
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.lstContent
{
}

.lstContent ul
{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.lstContent ul li
{
	float: left;
	padding: 0;
	list-style: none;
	width: 120px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}

.prodPic
{
	width: 120px;
	height: 120px;
	border: solid 1px silver;
	margin-bottom: 5px;
}

.prodName
{
	margin-top: 20px;
}
.prodName a
{
	color: Blue;
}

.prodOriPrice
{
	margin-top: 20px;
	text-decoration: line-through;
	color: Silver;
}

.prodNewPrice
{
	margin-top: 20px;
}

/*-----------------list end-----------------*/