/* category.tpl */
body#category #subcategories li { height: 136px; width: 108px; margin-right: 3px }
body#category div#subcategories .inline_list a img { display: inline }

#category .breadcrumb {display:none;}


#category .categoryHeader {
	z-index:1;
	position:relative;
	height:227px;
}
#category .categoryHeader h1 {
	margin:0;
	padding:15px 20px !important;
	font-family: Arial, Helvetica, 'sans-serif';
	font-weight:bold;
	font-style:normal;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: -0.02em;
	background:none;
}
#category .categoryHeader .categoryHeaderText {
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	height:227px;
	width:940px;
	background:#f6f6f6;
}
	#category .categoryHeader h1 {
		padding:25px 0 20px 25px;
		font-size:36px;
		color:#333;
	}
	#category .categoryHeader .cat_desc {
		padding:0 0 20px 25px;
		font:italic 18px/24px Georgia, Arial, sans-serif;
		color:#333;
	}
	#category .categoryHeader img {
		float:right;
	}
	
#category .categoryHeader .categoryHeaderCache {
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	height:185px;
	width:462px;
	background:#000;
	opacity:0.5;
}

#category #subcategories {display:none;}