/* Category picture list */

.Activ_Productmenu img {
	display: none;
}

.Deactiv_Productmenu img {
	display: none;
}

#category-picture-list {
	margin-left:5px;
	overflow:hidden;
	width:710px;
}

#category-picture-list .inner {
	width: 800px;
}

#category-picture-list a {
	display: block;
	float: left;
	color: #6b0000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	height:220px;
	width:180px;
	margin: 20px 2px 20px 0;
	cursor: pointer;
	overflow: hidden;
}

#category-picture-list a .imgbox {
	display: block;
	border:1px solid #EAEAEA;
	height:158px;
	width:158px;
	text-align:center;
	overflow:hidden;
}

#category-picture-list a .txtbox {
	display: block;
	width:150px;
	#width:158px;

	text-align: center;
	height:44px;
	#height:54px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 5px 5px;
}
	
#category-picture-list br {
	line-height: 0px;
	display:none;
}

#category-picture-list img.hide {
	display: none;
}
#category-picture-list img.show {
	display: inline;
}



/*
#category-picture-list a .imgbox img {
	max-height:153px;
	max-width:153px;
}

*html #category-picture-list a .imgbox img {
 	height: expression( this.scrollHeight > 150 ? "151px" : "auto" ); 	
}
*/
