/* category.tpl */

body#category div#subcategories ul {list-style-type:none}
body#category div#subcategories ul a {color:#000000;text-decoration:none}
body#category div#subcategories ul a:hover {font-weight:bold;text-decoration:none}
body#category div#subcategories ul li{border: #CCC 1px solid;
	-moz-border-radius:7px; /* FF */
	-webkit-border-radius:7px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:7px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:7px; /* pozostałe przeglądarki */float:left;width:165px;margin:0 5px 10px;padding:5px; height:180px}
body#category div#subcategories ul li:hover {cursor:pointer; box-shadow:#bebebe 0px 0px 7px;}
body#category div#subcategories ul li:hover img {opacity:0.5;filter:alpha(opacity=50)}
body#category div#subcategories ul li img {background:#FFF;border:1px solid #fff;width:160px;height:130px;margin:0 auto}

body#category div#subcategories ul li h3 {width:158px;font-size:16px;font-weight:300; margin:5px auto 0!important;padding:0 0 5px; text-align:center; font-family: 'Ubuntu', sans-serif; }
