/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#cat_block{
	position: relative;
	display:block;
	clear: both;
}

#cat_header{
	position: relative;
	display:none;
	border: 1px solid gray;
	width: 604px;
	height: 166px;
	margin-bottom: 18px;
}

.cat_module {
	position: relative;
	display: inline;
	float: left;
	width: 155px;
	height: 184px;
	margin-right: 8px;margin-top:23px;
}



 a.cat_desc:link,  a.cat_desc:visited{
	text-decoration: none;
	line-height: 1.2em;
	height: 2.6em;
	color: #114c2a;
	margin: auto;
	display: block;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	vertical-align:bottom;
	
	 
}

 a.cat_desc:hover,  a.cat_desc:focus,  a.cat_desc:active{ 
	text-decoration: underline;
	color: #000;
}


 a.cat_image {
	display: block; 
	float: left;
	border: 1px solid #cccccc;
	margin-bottom:10px;
}




 a.cat_viewall:link,  a.cat_viewall:visited {
	clear:both;
	display: block;
	height:30px;
	padding-top:4px;
	font-size:136%;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #ffffff url(/images/b_sprite.png) no-repeat 0 -600px;
}

 a.cat_viewall:hover,  a.cat_viewall:focus,  a.cat_viewall:active {
	color: #19582f;
	background: #ffffff url(/images/b_sprite.png) no-repeat 0 -675px;
}
a.cat_viewall:active {
	color: #ffffff;
	background: #ffffff url(/images/b_sprite.png) no-repeat 0 -750px;
}




/* list page end */

