.PopularItems {
	margin:20px 0px 0px 0px;
}
.PopularItems ul {
	overflow: hidden;
	display: block;
	margin:10px 0px;
	padding:0px !important;
}
.PopularItems ul li {
	margin:0px 21px 0px 0px !important;
	display: block;
	float:left;
	width: 140px;
}
.PopularItems ul li.ferst {
	
}
.PopularItems ul li.last {
	margin-right:0px !important;
}
.PopularItems ul li a {
	
}
.PopularItems ul li a strong {
	font-family: 'Cuprum', sans-serif;
	text-decoration: underline;
	font-size: 16px;
	color: #3d549a;
	display: block;
	height: 60px;
	overflow: hidden;
}
.PopularItems ul li a p {
	display: block;
	height: 140px;
	overflow: hidden;
}
.PopularItems ul li a p img {
	border:1px solid #cdcdcd;
	max-height: 133px;
	width: 133px;
}
.PopularItems ul li a:hover {
	
}
.PopularItems ul li a:hover strong {
	text-decoration: none;
	color:#ed1d24;
}
.PopularItems ul li a:hover p {
	border-color:#aaa;
}
.PopularItems ul li a:hover p img {
	border-color:#aaa;
}
.PopularItems ul li .bx_price {
	font-size: 16px;
	font-weight: bold;
}












