/* category.tpl */
body#category #subcategories li {
	width: auto;
	margin-right: 3px;
	padding-left: 3px;
	margin-bottom: 9px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C00;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}
body#category #subcategories li a {
	text-decoration: none;
	color: #8C8C8C;
}
body#category #subcategories li a:hover {
	text-decoration: none;
	color: #C00;
}
div.cat_desc { margin: 0 1em }
body#category div#subcategories .inline_list a img { display: inline }
#category img#categoryImage { margin-top: 1em }