.category {
	width:550px;
	float:left;
	clear:both;
}

div.category div.titlebar{
	background-color:#5c4f87;
	color:#fff;
	padding:7px;
	margin:0 0 7px 0;
	font-size:18px;
	font-weight:normal;
}

.category .product-box-container{
	float:left;
	width:137px;
	height:230px;
}
.category .product-box{
	margin:4px;
	line-height:17px;
	border:1px solid #ccc;
	background-color:#dedce7;
	height:220px;
	float:left;
}
.category .product-box-container .product-box .product-name{
	font-size:1em;
	font-weight:bold;
	margin-left:5px;
}
.category .product-box-container .product-box .product-image{
	width:110px;
	height:110px;
	border:2px solid #ddd;
	margin-left:5px;
}

.category .product-box-container .product-description{
	width:115px;
	height:40px;
	line-height:13px;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	margin:5px;
}

.category .product-box-container .product-info a{
	color:#5c4f87;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}

.category .product-box-container .product-nr{
	margin:0px 5px 0px 5px;
}

.category .product-box-container .product-price{
	margin:0px 5px 5px 5px;
	font-size:12px;
	font-weight:normal;
}

.Product {
	width:550px;
	float:left;
}

.Product .image-box  {
	float:left;
	width:550px;
}

.Product .image-box .image-large{
	float:left;
	width:406px;
	height:406px;
	border:2px solid #ddd;
	margin-right:10px;
}
.Product .image-box .image-small{
	float:left;
	width:126px;
	height:126px;
	border:2px solid #ddd;
	margin:0 0 10px 0;
}

.Product .description{
	float:left;
	width:410px;
	min-height:100px;
}
.Product .info{
	float:left;
	width:126px;
	margin:0 0 0 10px;
}
.Product .info .categorie{
	width:116px;

}
.Product .info .nr{
	width:116px;
}
.Product .info .price{
	width:116px;
}
 a.button{
	float:left;
	margin:5px 0px;
	background-color:#5c4f87;
	color:#fff;
	padding:1px 7px;
}

 a.button{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

a.button_light{
	float:left;
	margin:5px 0px;
	background-color:#ccc8d7;
	color:#fff;
	padding:1px 7px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

 a.button_light:hover{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background-color:#5c4f87;

}

div#order_button{
	
}

div#add_product_button{
	font-size:12px;
	font-weight:normal;
	float:right;
}

div#add_product_button a{
	color:#fff;
}

div#edit_product_button{
	font-size:12px;
	font-weight:normal;
	float:right;

}

div#edit_product_button a{
	color:#fff;
}

table#productdetails{
	
}

table#productdetails td{
	padding:3px;
	vertical-align:top;
}

table#productdetails td input#productname{
	width:430px;
}

table#productdetails td textarea#productshortdescription{
	width:430px;
	height:40px;
}

table#productdetails td textarea#productdescription{
	width:430px;
	height:120px;
}

#updateproductbutton{
	width:70px;
}

#deleteproductbutton{
	width:70px;
}

div#image_container{

}

div.producttumb{
	margin-right:10px;
	float:left;
}

div.aanbieding{
	margin-top:-40px;
}

div.producttitlebar{
	background-color:#5c4f87;
	color:#fff;
	padding:7px;
	margin:0 0 7px 0;
	font-size:18px;
	font-weight:normal;

}
