/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#cat_block{
	position: relative;
	display:block;
	border: 0px solid red;
	width: 900px;
	margin-left:0px;
	margin-top: 75px;
	float:left;
clear: left;
}

#cat_title{
float:left;
clear: left;
margin-left: 20px;
margin-top: 10px;
width:600px;
font-size: 230%;
color: #ed6c23;
border: 0px solid red;
}


#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: 260px;
	height: 130px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #613c0b;
		
}



.cat_desc a:link, .cat_desc a:visited{
	text-decoration: none;
	line-height: 13px;
	color: #666666; 
	width: 125px;
	height: 35px;
	margin: auto;
	border: 0px solid red;
	display: none;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	
	
	 
}

.cat_desc a:hover, .cat_desc a:focus, .cat_desc a:active{ 
	text-decoration: underline;
	color: #000;
}


.cat_image a {
	display: block; 
	float: left;
	border: 1px solid purple;
	padding: 10px 10px 10px 22px;
}




.cat_learnmore a:link, .cat_learnmore a:visited {
	position:absolute;
	top:90px;
	left:2px;
	width: 83px;
	height: 24px;
	background: transparent url(/images/b_learnmore.gif) no-repeat ;


}

.cat_learnmore a:hover, .cat_learnmore a:focus {
	background: transparent url(/images/b_learnmoreON.gif) no-repeat ;
	
}




/* list page end */

