/* category.tpl */
body#category #subcategories li { height: 31px; width: 238px; margin-right: 10px; margin-bottom:10px; vertical-align: middle; line-height:31px;	 }
body#category #subcategories li.last { margin-right: 0px;  }
div.cat_desc { border:1px solid #DBDBDB; padding:10px; font-size:12px;  margin-bottom:10px;}

body#category div#subcategories .inline_list a img { display: inline }

#category img#categoryImage { margin-top: 1em }
#subcategories a
{
	background: #00D2D1;
	    color: #FFFFFF;
	    display: block;
	    font: bold 12px/23px Arial,Helvetica,sans-serif;
	    height: 31px;
	    text-transform: uppercase;
	    width: 218px;
        overflow:hidden;
        padding:0 10px;
        line-height:31px;
}
#subcategories a:hover { background: #2268BE; }

