/* category.tpl */
body#category #subcategories li { width: 108px; height:120px; margin-right: 10px }
body#category #subcategories li a {text-decoration:none; color:#22223a; font-size:13px; font-family: 'Open Sans';}
body#category #subcategories li a:hover {text-decoration:underline; /*color:#22223a;*/}

div.cat_desc { margin: 10px 0px; font-family: 'Open Sans'; font-size:14px; }
body#category div#subcategories .inline_list a img { display: inline; border:1px solid #dedede; }
#category img#categoryImage { margin-top: 1em }

body#category #subcategories h3 {
	font: 14px 'Open Sans';
	color: #000000;
	margin-left:0px;
}

body#category #subcategories .inline_list {
	overflow:hidden;
	width: 720px; /*adjust width size here for last item on the current row*/
}