.cat-items .item{
	display:inline-block;
	width:197px;
	margin:0 0 10px 10px;
	font-size:12px;
    vertical-align:top;
}

.cat-items .item:nth-child(5n+1){
	margin-left:0;
}

.cat-items .item .exp{
margin-top:10px;
}

.cat-items .item .title{
	font-weight:bold;
min-height:3em;
}

.cat-items .item .price{
text-align:right;
margin-top:10px;
}

.sort-type{
  text-align:right;
  color:#999;
}