.feat {
	width: 120px;
	height: 150px;
	float: left;
	padding: 10px;
	margin: 0 2px 8px 4px;
	background:url('/images/feature_bg.jpg') no-repeat center top;
}
.feat_width {
	width: 100%;
}
.feat_img { 
	width:auto;
	height:auto;
	text-align: center;
	margin: 0 0 5px 0;
}
.feat_img a img {
	border:0;
}
.feat_txt {
	width: 100%;
	color: #666666;
	height: 38px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.feat_txt a{
	color: #666666;
}
.feat_txt a:hover{
	text-decoration:none;
	color:#f58700;
}
.feat_price {
	width: 100%;
	color: #5a9a11;
	font-size: 0px;
	padding-top: 5px;
	text-align: center;
}