/* category.tpl */ 
body#category #subcategories ul { 
	margin-top: 30px;
	list-style-type: none
}
body#category #subcategories li { 
	width: auto;  
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border:1px solid #414141;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;	 
	text-transform: uppercase;
	color: white;
	background:url(../img/bg_bt.gif) repeat-x;
	cursor: pointer;
}
body#category #subcategories li:hover {
 
	text-decoration:none; 
	background-position: left -80px;
	border: 1px solid #f5c11e;
	color: #1A1C1E;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
div.cat_desc { 
    margin-bottom: 10px; 
	color: #CCCED0;	
	font-size: 14px

}
body#category div#subcategories .inline_list a img { display: none }
div#subcategories h3 { display: none }
#category img#categoryImage { margin-top: 1em }	



div#subcategories { } 

