#product_item_container {
	float:left;
	margin:5px;
	min-height:250px;
	width:280px;
}
#product_titel {
	margin:10px;
}
#product_foto {
	margin-left:0px 10px 10px 10px;
	text-align:center;
	min-height:150px;
}
#product_snel_bestellen {
	margin:10px;
	text-align:center;
}
#items {
	
}
#pagina_top {
	text-align:center;
}
#pagina_bottom {
	text-align:center;
}
#stap_selected {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-color:#FFA71C;
}
#stap_grijs {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background-color:#AB7829;
}
.button {
	padding:2px;
    border: 1px solid #000;
    background: #AB7829;
    color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
.button:hover {
    border: 1px solid #006;
    background: #FFA71C;
    cursor : pointer;
}
#product_item_container legend {
	padding:2px;
    color: #fff;
    border: 1px solid #FFA71C;
    background-color: #AB7829;
    text-transform: normal;
    font-size:8px;
    font-family: Verdana, Arial, sans-serif;
}
#product_item_container legend a {
    color: #FFFFFF;
    font-size:11px;
    font-family: Verdana, Arial, sans-serif;
}
#product_item_container fieldset {
	margin:5px;
	background-image:url(/design_images/productbg.png);
	border: 1px solid #FFA71C;
	padding:5px;
}
#slideshow_producten {
	width:170px;
	height:250px;
	overflow-x: auto;
	overflow-y: auto;
}
.selected_categorie {
	color:#ff0000;
}
#winkel_cat { 
    width: 220px; 
} 

#winkel_cat ul { 
    margin: 0px; 
    padding-left:20px; 
} 

#winkel_cat li { 
    margin-left: 0px; 
    list-style: none; 
    width: 130px; 
} 

#winkel_cat li.parent a.selected_cat{ 
    color:#FFFFFF;
    background-color:#C38A34;
    display:block;
} 

#winkel_cat li span { 
    width: 160px; 
    display: block; 
    text-align: left; 
    padding: 3px; 
} 

#winkel_cat li ul { 
    
} 

#winkel_cat li.parent > span { 
    
} 

#winkel_cat li.closed { 
    
} 

#winkel_cat li.closed ul { 
    display: none; 
}
#tr_even {
	border:1px solid #FFFFFF;
	background-color:#303030;
}

#tr_oneven {
	border:1px solid #FFFFFF;
}