.images{
	width:280px;
	float:left;
	margin-right:15px;
}
div.prodimg {
height: 135px;
width: 180px;
margin-top: 7px;
margin-left: 4px;
}
.large img								{ width: 700px; min-height: 600px; }
.bigImage{
	width:279px;
	/*width:371px;*/
	z-index:1;
	margin-right:15px;
	margin-bottom:5px;
	border:0px;
}
.smallImages{
	float:left;
	width:91px;
	z-index:1;
	margin-left:5px;
	margin-bottom:5px;
	border:0px;
}
.smallImages.last{
	margin-left:0px;
	width:91px;
}
.product{
position:relative;
float:left;
height: 152px;
width: 184px;
border:1px solid #273254;
background:#d4d4d5;
text-align: center;
padding:10px 12px 8px 8px;
margin: 0px 0px 15px 20px;
}
.product.productgroep{
	background:#fff;
}

.product .new, .product .verkocht, .product .gereserveerd{
	
	height:38px;
	width:110px;
	left:-6px;
	bottom:7px;
	position: absolute;
}
div.prodimg a {
height: 100%;
width: 100%;
display: block;
}
.product .gereserveerd{
	width:131px;
}
.product .new{
	background:url('../images/new_small1.png');
}
.product .verkocht{
	background:url('../images/verkocht.png');
}
.product .gereserveerd{
	background:url('../images/gereserveerd.png');
}
.product.detail{
	height:189px;
}
.product img{
	border:0px;
	max-height:145px;
	clear:both;
}
.product.first{
margin-left: 0px;
}
#right .product p{
	position:relative;
	z-index:10;
	margin-bottom:0px;
	color:#000;
	line-height:16px;
	font-weight:bold;
}
.next{
height: 17px;
width: 17px;
display:block;
float:right;
background: url('../images/next.png');
}
table{
	line-height:24px;
	margin-bottom:15px;
	width:405px;
}
table td{
	border-bottom:1px solid #666;
}
.tekst p{
	margin-bottom:10px;
}

.tekst .toCart {
    background: url("../images/toCart.png") repeat;
    display: block;
    height: 32px;
    margin-top: 30px;
    padding:0px 33px 0px 20px;
    float:left;
    color:#fff;
    font-size:14px;
    line-height:32px;
    font-weight:bold;
}