div.box_wrapper	{
	border: solid 1px #cfcfcf;
	border-radius: 8px;
	box-shadow: 6px 6px 6px #afafaf;
	padding: 5px;
}

table.cat_list	{
	border-collapse: collapse;
}
div.catcell	{
	text-align: center;
	padding: 4px;
	border: solid 1px #cfcfcf;
	border-radius: 6px;
	box-shadow: 3px 3px 3px #afafaf;
}
table.prod_list	{
	border-collapse: collapse;
}
table.prod_list tr td	{
	padding: 5px;
	border-top: dotted 1px gray;
	border-bottom: dotted 1px gray;
}
a.cat_links	{
	font-weight: bold;
	font-size: 13px;
	color: rgb(66,77,107);
}
