/* category.tpl */
body#category #subcategories li { height: 120px; width: 126px; margin: 2px; padding: 3px; border: 2px solid #417f22;background: url("../img/cat_fond.jpg") no-repeat scroll left 0 #77C44A }
div.cat_desc {
	width:690px;
	padding: 15px;
	background-color:#e6fcc3;
	font-family: Goudy Old Style;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 16px;
	color:#000000;
	border-bottom: 2px solid #568210;
	text-align: justify;
    text-justify: inter-word;
	}
body#category div#subcategories .inline_list a img { display: inline }
#category img#categoryImage { margin-top: 1em }

.wpframe {
margin:auto;	
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
padding: 8px;
-webkit-box-shadow: 1px 2px 1px #d1d1d1;
-moz-box-shadow: 1px 2px 1px #d1d1d1;
box-shadow: 1px 2px 1px #d1d1d1;
}