.basket-block,
.basket-block div{
	height: 130px;
}
.bx-basket-block a{
	display: block;
	height: 100%;
	width: 90px;
	background: #f5f5f5;
	text-align: center;
	
}
.bx-basket-block a > span{
	display: block;
	width: 31px;
	height: 30px;
	margin: auto;
	background: url('basket.png') no-repeat center;
	padding-top: 90px;
     margin-bottom: -6px;
}

.bx-basket-block a:hover{	
	/*background: #706f6f;*/
}