p.show{
	float: left;
	margin: 30px 0 0 0;
}

ul.paging{
	float: right;
	margin: 20px 0 0 0;
}

ul.paging li{
	float: left;
	margin-left: 10px;
	line-height: 30px;
}

ul.paging li.prev a, ul.paging li.next a{
	display: block;
	width: 28px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	background: url(../images/prev-next-btn.png) no-repeat 0 0;
}

ul.paging li.next a{
	background-position: right 0;
}

#items_holder{
	clear: both;
	width: 880px;
	margin: 20px auto;
}

.item{
	margin-left: 0px;
	float: left;
	width: 190px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.item-img-holder{
	width: 190px;
	height: 190px;
	position: relative;
	margin-bottom: 25px;	
}

.item-img-holder img.new{
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

.item-img-holder img{
	border: 1px solid #dadada;
}

p.item-name {
	color: #779f29;
	margin-bottom: 5px;
	font-size: 11px;
	text-decoration:none;
}

p.item-price{
	font-size: 11px;
	color: #5a5a5a;
}

/* fix */
.no-left{
	margin-left: 0;	
}
