/**
	overzichtspagina
**/
.assortiment-groups {
	height: 450px;
}

.assortiment-group-item {
	margin-top: 10px;
	float:left;
	width: 130px;
	height: 215px;
	margin-right: 7px;
}

.assortiment-group-item-large {
	margin-top: 10px;
	float:left;
	width: 250px;
	height: 215px;
	margin-right: 7px;
}

.assortiment-group-image {
	/*height: 175px;*/
	min-height: 175px;
	_height: 175px;
	cursor: pointer;
}
.assortiment-group-image img {
	/*width: 70px;
	height: 175px;
	border: 1px solid #797979;*/
}
.assortiment-group-title {
	color: #797979;
	text-align: center;
}
.assortiment-group-title a, .assortiment-group-title a:hover {
	color: #797979;
	text-decoration: none;
}

#maattabel {
	z-index: 9999999999999;
}

.assortiment-pager {
	width: 568px;
	text-align: right;
	z-index: 9000;
	text-align: right; 
	color: #999999; 
	position: relative; 
	right: 0px;
}

.beslag-itemassortiment-pager {
	width: 568px;
	text-align: right;
	z-index: 9000;
	text-align: right; 
	color: #999999; 
	position: relative; 
	right: 0px;
}

.beslag-itemassortiment-pager a {
	color: #black;
	border-left: 1px solid black;
	padding: 0 4px;
	text-decoration: none;

}
.assortiment-pager a {
	color: #black;
	border-left: 1px solid black;
	padding: 0 4px;
	text-decoration: none;

}
.assortiment-pager a.first, .beslag-itemassortiment-pager a.first {
	border-left: 0;
}
.assortiment-pager a:hover, .assortiment-pager a.activePage {
	color: black;
}

.assortiment-item-info h3 {
	margin-bottom: 0px;
	font-size: 13px;
}

.assortiment-item-accessoires {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.assortiment-item-accessoires li {
	padding-left: 15px;
	margin-left: 0;
	background: url(/images/bullet_grey.gif) no-repeat center left;
}

/* NORMAL ITEM */
.normal-item {
	position: relative;
	overflow: hidden;
}

.normal-item .assortiment-item-image {
	position: relative;
	top: 0;
	left: 0;
	width: 250px;
	height: 397px;
	overflow: hidden;        
	float: left;
}

.normal-item .assortiment-item-info {
	position: relative;
	top: 0;
	width: 285px;
	float: left;
}

.normal-item .assortiment-related-products {
	position: absolute;
	top: 305px;
	left: 250px;
}

.normal-item .assortiment-related-product-item {
	height: 75px;
	width: 25px;
	margin-right: 12px;
	margin-top: 4px;
	z-index: 2500;
	width: 300px; 
}

.normal-item .assortiment-related-product-item div {
	position: relative; 
	float: left;
	margin-right: 4px;
}

.normal-item .viewed-products {
	position: relative;
	margin-top: 20px;
	float: left;
}

/* BESLAG ITEM */
.beslag-item {
	height: auto;
}

.beslag-item .assortiment-item-image {
	position: relative;
	margin-bottom: 15px;
}

.beslag-item .assortiment-item-info {
	position: relative;
	padding-right: 25px;
}

.beslag-item .assortiment-related-products {
	left: 0px;
	width: auto;
	position:relative;
	z-index: 2500;
	padding-right: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.beslag-item .assortiment-related-product-item {
	height: auto;
	width: auto;
	margin-right: 12px;
	margin-top: 4px;
}

.beslag-item .assortiment-related-product-item div {
	width: 85px;
	height: 85px;
	text-align: center;
	position: relative; 
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #E8EAD6;
}

.beslag-item .assortiment-related-product-item div img {
	margin: 0 auto;
}

/* VIEWED PRODUCTS */
.viewed-products .assortiment-group-item {
	position: relative;
	margin-top: 0;
	width: 85px;
	height: 85px;
	border: 1px solid #E8EAD6;
}

.viewed-products .assortiment-group-image {
	position: relative;
	margin-top: 0;
	width: 85px;
	min-height: 85px;
	_height: 85px;
}

.viewed-products h3 {
	font-size: 11px;
	margin-bottom: 5px;
}

.addthis_toolbox {
}