#shop_article .articleLarge .exclusive {
	position: absolute;
	top: 0;
	right: 0;
}

#shop_article .articleLarge .button {
	display: block;
	float: left;
	clear: both;
	height: 18px;
	margin: 0 0 7px 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#shop_article .articleLarge .button:hover {
	background-position: 0 -18px;
}

#shop_article .articleLarge .button.taf {
	width: 151px;
	background-image: url(/images/shop/btn-stuur-dit-boek-door.gif);
}

#shop_article .articleLarge .button.rate {
	width: 164px;
	background-image: url(/images/shop/btn-geef-een-beoordeling.gif);
}

#shop_article .articleLarge .button.recensie {
	width: 155px;
	background-image: url(/images/shop/btn-schrijf-een-recensie.gif);
}

#shop_article .articleLarge .articleRating {
	float: left;
	clear: both;
	width: 500px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c9c9c9;
}

#shop_article .articleLarge .articleRating .rating {
	float: right;
}

#shop_article .articleLarge .articleRating .date {
	font-style: italic;
	color: #9c9c9c;
}

#shop_article .articleLarge {
	position: relative;
	float: left;
	width: 669px;
}

#shop_article .articleLarge .left {
	float: left;
	width: 180px;
	height: 290px;
}

#shop_article .articleLarge .left .image {
	float: left;
	width: 180px;
	padding: 0 0 10px 0;
}

#shop_article .articleLarge .data {
	float: left;
	width: 470px;
	margin: 0 0 0 19px;
}

#shop_article .articleLarge .average_rating {
	float: left;
	width: 470px;
	text-align: right;
}

#shop_article .articleLarge .data h2 {
	display: block;
	float: left;
	height: 18px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#shop_article .articleLarge .data .price,
#shop_article .articleLarge .data .type {
	float: left;
	clear: both;
	width: 470px;
	margin: 0 0 1px 0;
}

#shop_article .articleLarge .data .type.note {
	color: #9d9d9d;
	font-style: italic;
}

#shop_article .articleLarge .data .description {
	float: left;
	clear: both;
	width: 470px;
	min-height: 260px;
	_height: 260px;
	color: #504949;
	overflow: hidden;
	margin: 4px 0 0 0;
}

#shop_article .articleLarge .data .view,
#shop_article .articleLarge .data .viewActie {
	float: left;
	clear: both;
	width: 470px;
	text-align: right;
	margin: 5px 0 0 0;
}

#shop_article .articleLarge .data .view .button {
	float: right;
}

#shop_article .articleLarge .data .view .button.order {
	width: 171px;
	background-image: url(/images/shop/btn-order-now.jpg);
}