.t-container{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 产品列表 */
.product-list{
	text-align:center;
	list-style-type: none;
	overflow:hidden;
	zoom: 1;
}

.product-list .product-item{
	float: left;
	margin-left: 6px;
	margin-top: 5px;
	width: 265px;
	height: 220px;
}
.product-list .product-item:hover{
	border-color: #F40;
}
.product-list .product-item img{
	border: 0;
	width: 240px;
	padding:5px;
	height: 180px;
	border: 1px #DBDBDB solid;
}
.product-list .product-item .attr{
	margin: 5px;
	text-align: left;
}
.product-list .product-item .attr .price{
	color: #F40;
	font-size: 18px;
	font-weight: 700;
}
.product-list .product-item .attr .title{
	margin: 3px 10px;
	font-size:12px;
}
.list-pager{
	margin-top: 20px;
	text-align: center;
}

/* 产品分类 */
.product-class-list,
.product-class-list ul{
	list-style-type:none;
}
.product-class-list a:hover{
	color: #EF3247;
}
.product-class-list .child-list{
	
}

.product-class-list .product-class-big a:hover{
	color: red;
}
.product-class-list .product-class-child{
	padding-left: 15px;
	line-height:30px;
	border-bottom:1px #dbdbdb dashed;
	background: #F7F7F7;
}

.product-content{
	padding: 5px;
	background: #eee;
	margin-top: 10px;
}