/* CSS Document */

/* Lijsten tbv categorieen */
.pr_container{
	background-color:#3B3B3B;
	color:#CCCCCC;

	margin-bottom:10px;
	padding:10px;
			
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	
	overflow:hidden;
	z-index:auto;
}
.pr_container h4{
	color:#CCCCCC;
	margin-top:5px;
}
.pr_c_left{
	width:200px;
	float:left;
}
.pr_c_right{
	width:430px;
	float:right;
}
.pr_titel{
	width:430px;
}
.pr_foto{
	margin-top:0px;
}
.pr_prijs{
	width:430px;
}
.pr_omschrijvingkort{
	width:430px;
}

/* Productspecifieke pagina */
#product{
	width:100%;
}
