/* PRODUCT BOX-STYLES */

.main_content h1 {
	/*color: #cc9512;*/
	margin-bottom: 11px;
}
.main_feature p {
	margin: 0 0 11px 0;
}
.productwrapper {
	float: left;
	margin: 0 11px 11px 0;
}
.itemwrapper {
	float: left;
	width: 100%;
	margin: 11px 0;
	}
	.itemwrapper img {
	float: left;
	margin-right: 11px;
	}
	.itemwrapper a {
	color: #069;
	text-decoration: underline;
	}
	.itemwrapper a:hover {
	color: #069;
	text-decoration: none;
	}
	.itemwrapper p {
	}
	.itemwrapper .price {
	}
	.itemwrapper input {
	padding: 0;
	margin: 0;
}

.blockwrapper {
	width: 578px;
	padding-right: 11px;
}

.markProductOutOfStock {
}

.cat_image {
	display: block;
	clear: both;
	margin-bottom: 11px;
}

.product {
	float: left;
	width: 265px;
	height: 160px;
	overflow: hidden;
	padding: 11px 9px 6px 11px;
	border: 1px solid #b9d583;
	background: url(../gfx/product_box_grad.gif) top left repeat-x #edf4df;
	}
	.product p {
	padding: 0;
	margin: 0;
}
/* IE 6 bug */
.product {
	_height: 160px;
}

.product a {
	text-decoration: underline;
	color: #069;
	}
	.product a:hover {
	text-decoration: none;
	color: #666;
}

.product .packshot {
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	display: block;
	text-align: center;
}
.product .readon {
	float: left;
	margin-top: 11px;
}
.product .info {
	float: right;
	width: 153px;
	display: block;
}

.visual {
	border: 1px solid #b9d583;	
}

.shipping_image {
	width: 250px;
	height: 250px;
}

.product_info {
	float: left;
	width: 315px;
	height: 115px;
	padding: 7px;
	border: 1px solid #dad78b;
	background-color: #fefeda;
	color: #333;
	}
	.product_info img {
	float: left;
	}
	.product_info .price {
	font-size: 17px;
	padding-top: 2px;
	margin-left: 2px;
}
.vlpunten {
	float: left;
	width: 331px;
	margin-top: 11px;
	}
	.vlpunten img {
	margin: 0;
	padding: 0;
}
.mediacontent {  }
.product_description, .product_description p {
	margin: 11px 11px 0 0;
}
.product_description a {
	color: #069;
	text-decoration: underline;
}
.product_description a:hover {
	text-decoration: none;
}
.hidden {
	visibility: hidden;
	float: left;
}
.button {
	margin: 11px 11px 11px 0;
}
.play_sample {
	margin: 6px 0 6px 0;
	display: block;
	border: none;
}
.editorial {
	color: #666;
	font-size: 11px;
	display: block;
	margin-top: 11px;
	padding: 6px;
	background-color: #fefeda;
	border: 1px solid #dad78b;
	margin-right: 11px;
}
/* ADD TO CART FORM */
#cart_quantity {
	margin: 0 0 11px 0;
	padding: 0 11px 0 0;
}
/* CATEGORY LISTING */
.product_listing {
	float: left;
	width: 391px;
}