#contentLeft{
	width:221px;
	padding-left:1px;
	float:left;
	position:relative;
	padding-bottom:350px;
	min-height:480px; !important;
	height:100%;
}
#pagetext{
	padding-left:1px;
	width:190px;
	float:left;
	padding-top:20px;
}
#winkelwagen{
	padding-top:10px;
	width:205px;
	margin-left:-1px;
	overflow:hidden;
}
#contentRight{
	width:750px;
	float:left;
	position:relative;
	padding-left:1px;
	overflow:visible;
	padding-bottom:10px;
}
.product{
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  
	position:relative;
	border:1px solid #d2d2d2;
	width:238px; 
	height:302px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding-left:0px;
	margin-left:0px;
	text-align:center;
}
.prijsLabel{
	width:90px;
	height:90px;
	position:absolute;
	background-image:url('../images/bg_prijs.png');
	margin-top:174px;
	margin-left:-5px;
}
#basket{
	float:left;
}
.product p{
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;	
}
.productImg{
	float:left;
	width:229px;
	margin-left:5px;
	margin-top:-26px;
	overflow:hidden;
	height:210px;
	background-repeat:no-repeat;
	background-position:top right;
}
.defaultPrijs{
	font-size:14px;
	color:#1a6f08;
	text-decoration:line-through;
	margin-top:12px;
}
.defaultWhite{
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
	margin-top:8px;
}

.orderButtons{
	height:30px;
	width:238px;
	position:absolute;
	margin-top:270px;
}

.orderButtons div{
	padding-top:5px;
	height:25px;
	float:left;
	border:#e8e8e8 1px solid;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	position:relative;
}

.orderButtons div.leftButton{
	background-color:#1E8E06;
  -webkit-border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  border-radius: 0px 0px 0px 8px;
  width:117px;
}
.orderButtons div.rightButton{
  -webkit-border-radius: 0px 0px 8px 0px;
  -moz-border-radius: 0px 0px 8px 0px;
  border-radius: 0px 0px 8px 0px;
  background-color:#acd606; !important;
  border-left:0px;
  border-right:0px;
  width:118px;
}

.orderButtons div a{
	color:#ffffff;
	font-weight:bold;
}
.nosideborders{
	border:1px #e8e8e8 solid;
}
#contentRightTitle{
	margin-top:-50px;
	float:left;
	overflow:hidden;
}

/*
#productText{
	width:700px
}
*/
	
.formheader{
	height:26px;
}
#categorie_text{
	text-align:center;
	padding:10px;
}
#topCatMenu{
	float:right;
	height:50px;
	width:500px;
}
