/* category.tpl */ 
body#category #subcategories ul { 
	margin-top: 30px;
}
body#category #subcategories li { 
	width: auto; 
	margin-right: 10px;
	margin-bottom: 5px;
	color: #2E2E2E; 
	background-color: #F4F4F4 ;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 10px 13px 0px 13px;
	height: 27px;  
	text-align: center;
    text-decoration: none; 
	text-transform: uppercase
}
body#category #subcategories li:hover { 
	width: auto; 
	margin-right: 10px;
	margin-bottom: 5px;
	color: red; 
	background-color: #eeeeee;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	padding: 10px 13px 0px 13px;
	height: 27px;  
	text-align: center;
    text-decoration: none;
	text-transform: uppercase
}
div.cat_desc { margin-bottom: 10px; color: #848484; }
body#category div#subcategories .inline_list a img { display: none }
div#subcategories h3 { display: none }
#category img#categoryImage { margin-top: 1em }	

#subcategories li a { color: #848484 }
#subcategories li a:hover { color: #da3838; }

div#subcategories { margin-bottom: 10px;} 

