/* category.tpl */
body#category #subcategories li { height: 136px; width: 108px; margin-right: 3px }
body#category div#subcategories .inline_list a img { display: inline }
#category img#categoryImage { margin-top: 1em }
.content_sortPagiBar{
  background: url("../img/default/bg-current.png") repeat-x scroll 0 0 transparent;
  height: 40px;
  clear:both;
  padding-left: 10px;
}
.category-product-count{
	background: url("../img/default/bg-title.png") no-repeat scroll 0 0 transparent;
	float: left;
    font: 18px/30px 'Roboto Condensed';
    padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-weight:700;
	margin-top: 3px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 1);
        
        box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 1);
}