/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#cat_block{
	position: relative;
	display:block;
	border: 0px solid red;
	width: 100%;
/*	margin-left:30px;
	margin-top: 30px;*/
}

/*#cat_header{
	position: relative;
	display:block;
	border: 0x solid gray;
	width: 896px;
	height: 92px;
	margin-bottom: 18px;
	background-image: url(../images/cat_header.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}*/


.cat_module {
	position: relative;
	display: inline;
	float: left;
	width: 175px;
	height: 275px;
	margin: 10px 1px 30px 1px;
	background-image: url(../images/list_mod_bck.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight:bold;
}



.cat_desc a:link, .cat_desc a:visited{
	text-decoration: none;
	line-height: 13px;
	color:black;
font-size: 85%;
	width: 125px;
	height: 35px;
	margin: auto;
	border: 0px solid red;
	display: block;
	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 {
	background-image: url(../images/list_img_bck.gif);
	background-repeat: no-repeat;
	width: 131px;
	height: 131px;
	margin-left: 20px;
}

.cat_image a {
	display: block; 
	padding:10px 0px 5px 10px;
}


.cat_viewall a:link, .cat_viewall a:visited {
	display:block; 
	padding-top: 6px; 
	position: absolute; 
	top: 220px; 
	left: 32px; 
	width: 111px;
	height: 28px;
	color: #e7277f;
	background: transparent url(/images/btn_sprite.png) no-repeat -6px -6px;
/*	margin-left:5px;
	margin-top:5px;*/
	padding-top:13px;
	padding-left:18px;
	text-align: left;
	text-decoration:none;
	text-transform: uppercase;
}

.cat_viewall a:hover, .cat_viewall a:focus {
	width: 111px;
	height: 28px;
	color: #fff; 
	padding-top:13px;
	padding-left:18px;
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat -6px -47px;
	text-transform: uppercase;
}





/* list page end */

