.ap-product-item  a {
	color: #111;
}
.ap-product-item {
	display: table;
	margin: -1px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	border: 1px solid rgba(0,0,0,.2);
	border-left: none;
	border-right: none;
	font-weight: bold;
}

.ap-view-box { margin: 20px 0 10px;}

.ap-product-item div {
	display: table-row;
}

.ap-product-item .title a {
	height: 47px;
	overflow: hidden;
	display:block;
}

.ap-product-item .image {
	float: none;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 120px;
	padding-right: 10px;
	padding-left: 5px;
}

.ap-product-item .title {
	padding: 0 15px;
	display: table-cell;
	vertical-align: middle;
}

.ap-product-item .price {
	padding: 0 10px;
	width: 70px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.ap-product-item .buttons {
	width: 175px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
	.ap-product-item .buttons a {
		background-color: #00b44c;
		text-shadow: 0 1px 0 #444;
		box-shadow: 0 2px 2px #e7e7e7;
		text-decoration: none !important;
		font-size: 16px;
		line-height: 17px;
		display: block;
		font-weight: bold;
		float: none;
		margin: 0 auto;
		padding: 10px .1em 10px .1em;
		width: 90px;
		color: #fff !important;
		text-transform: uppercase;
		position: relative;
	}