#subcategories {
	padding: 0 0 20px 0;
}

table.subcategories {
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	font-weight:bold;
	text-align: left;
	/*border: 2px outset black;
	background-color: #F9D6F1;*/
	width: 90%;
	padding-bottom: 5px;
	align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.subcategories a {
	text-decoration: none;
	color: #000000; 
	font-weight:bold;
}

table.subcategories a:hover {
	text-decoration: none;
	color: #00FF00; 
	font-weight:bold;
}

table.subcategories td.header {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

table.item_table {
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	font-weight:bold;
	text-align: left;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

table.item_table a{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

table.item_table a:hover{
	text-decoration: none;
	color:#00FF00;
	font-weight:bold;
}

table.item_table td.item_descr{
	font-size: 12px;
	font-family: Verdana;
	text-align: center;
}

table.item_table td.item_price{
	color:#990000;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana;
	text-align: center; 
}

table.item_sorting{
	font-size: 10px;
	font-family: tahoma, arial, sans-serif;
	font-weight:bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
