.article_small {
	position: relative;
	float: left;
	width: 215px;
	height: 215px;
	margin: 0 10px 10px 0;
	border: 1px solid #228d23;
}

.article_small .actionBtn {
	position: absolute;
	z-index: 200;
	top: -10px;
	right: -10px;
}

.alt {
	margin: 0 0 10px 0;
}

.article_small .thumbnail {
	clear: both;
	width: 209px;
	height: 135px;
	line-height: 135px;
	vertical-align: middle;
	margin: 5px 0 0 5px;
	text-align: center;
}

.article_small .thumbnail img {
	line-height: 135px;
	vertical-align: middle;
}

.article_small h2 {
	display: block;
	clear: both;
	margin: 5px 10px 0 10px;
	font-family: Arial, Tahoma, Geneva;
	line-height: 1.3em;
	height: 40px;
	overflow: hidden;
}

.article_small .price {
	position: absolute;
	float: left;
	bottom: 10px;
	left: 10px;
	color: #000000;
	font-weight: bold;
}

.article_small .more-info {
	position: absolute;
	display: block;
	float: right;
	bottom: 10px; 
	right: 10px;
	text-decoration: none;
	color: #000000;
}

.article_small .more-info:hover {
	text-decoration: underline;
}
