
#c_7 .goodsList .innerGoodsList
{
    padding: 0;
    width: 100%;
    padding-bottom: 10px;
    font-size:12px;
}

#c_7 .goodsList .innerGoodsList ul li
{
	width:130px;
	height:230px;
	padding: 5px;
	float: left;
	text-align:center;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
}
#c_7 .goodsList .innerGoodsList .even
{
    background: #fff;
}
#c_7 .goodsList .innerGoodsList .odd
{
    background: #f9f9f9;
}

#c_7 .goodsList .innerGoodsList .pic
{
}
#c_7 .goodsList .innerGoodsList .pic img
{
    border:0;
}

#c_7 .goodsList .innerGoodsList .goodsTitle
{
	text-align: center;
	font-weight: normal;
	white-space: normal;
	overflow: hidden;
	display: block;
	height:68px;
}
#c_7 .goodsList .innerGoodsList .goodsTitle a
{
	color: #455269;
}
#c_7 .goodsList .innerGoodsList .goodsTitle a:hover
{
	color: #ff6000;
	text-decoration: underline;
}
#c_7 .goodsList .innerGoodsList .prices
{
    display: block;
}
#c_7 .goodsList .innerGoodsList .prices .priceSelling
{
    color: red;
    padding: 3px 6px 0 0;
}
#c_7 .goodsList .innerGoodsList .prices .priceList
{
    padding: 3px 6px 0 0;
}
#c_7 .goodsList .innerGoodsList .goodsIntro
{
    display: none;
}

#c_7 .goodsList .innerGoodsList .actions
{
    display: block;
}

