@charset "utf-8";
/* small pics menu on the right of the site and big catalogue  */
#menucatalogue {
	font-size: 10px;
	line-height:15px;
	color: #636B6F;
	text-align: center;
	padding-top: 14px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
}
#menucatalogue h2 {
	font-size: 12px;
	font-weight: bold;
	color:#828282;
}
.catmenpic {
	float:left;
	margin:3px;
}
.catmenpic img {
	border:#999999 1px solid;
}
.panel744 .catmenpic img {border-width:0px;}
.catmenpic:hover { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
	
#catname {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #25679f;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left:3px;
	width:140px;
}
#cattextshort {
	text-align:left;
	margin-left:3px;
	width:140px;
	height:150px;
	overflow:hidden;
	line-height:12px;
}

