div.action_small {
	position: relative;
	float: left;
	width: 240px;
	height: 260px;
	padding: 20px;
	margin: 0 0 15px 15px;
	border: 1px dashed #DBDBDB;
}

div.action_small .price {
	position: absolute;
	left: 0;
	top: 175px;
	width: 98px;
	height: 68px;
	padding: 30px 0 0 0;
	background: url(../../../images/shop/actie-ster.png);
	color: #ffffff;
	text-align: center;
}

div.action_small .price span.original {
	font-size: 1.4em;
	text-decoration: line-through;
}

div.action_small .price span.now {
	font-size: 1.9em;
	font-weight: bold;
}

div.action_small .order {
	clear: both;
	float: right;
}

div.action_small .order .amount {
	width: 30px;
}
