#shop_articles .article {
	clear: both;
	width: 704px;
	margin: 0 0 15px 0;
	background: url(../../../images/shop/bg-article-shadow.jpg) repeat-y right;
}

#shop_articles .article .box {
	position: relative;
	clear: both;
	float: left;
	width: 700px;
	min-height: 120px;
	padding: 0 0 5px 0;
	background: url(../../../images/shop/bg-article-star.jpg) no-repeat right bottom;
}

#shop_articles .article .code {
	position: absolute;
	top: 0;
	right: 10px;
	color: #001152;
	font-size: 1.1em;
	text-align: right;
	line-height: 1em;
}

#shop_articles .article .image {
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	line-height: 160px;
}

#shop_articles .article .box .info {
	position: relative;
	float: left;
	width: 400px;
	min-height: 133px;
	_height: 133px;
	padding: 0 0 27px 10px;
}

#shop_articles .article .box .info .buttons {
	position: absolute;
	bottom: 0;
	left: 10px;
}

#shop_articles .article .box .info .buttons .add-to-basket {
	display: none;
	margin: 0 0 0 10px;
	width: 142px;
	height: 22px;
	background: url('/images/shop/btn-add-to-basket.jpg') no-repeat 0 0;
}
#shop_articles .article .box .info .buttons .add-to-basket {
	background: url('/images/kk/btn-winkelmandje.jpg') no-repeat 0 0;
}

#shop_articles .article .box .info h2 {
	color: #001152;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

#shop_articles .article .price {
	position: absolute;
	width: 160px;
	height: 68px;
	right: 10px;
	bottom: 0;
	color: #001152;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
}

#shop_articles .article .price .small {
	font-size: 0.9em;
	font-weight: normal;
}

#shop_articles .article .price .excl .number {
	font-size: 1.2em;
}

#shop_articles .article .footer {
	clear: both;
	width: 704px;
	height: 5px;
	background: url(../../../images/shop/bg-article-footer.jpg) no-repeat;
}
