@charset "windows-1251";

/*
	--------------	Каталог 2й уровень
*/

.cat_subsection {
	width:200px;
	height:200px;
	padding:0px;
	margin: 0px 20px 20px 0px;
	text-align:center;
	float:left;
	overflow:hidden;
	/* border:1px solid #CC0000; */

}

.cat_subsection img {
	padding:3px;
	margin: 0 0 8px 0;
	border:solid 3px #CCCCCC; padding:3px;
	width:150px; height:150px;
	
}

.cat_subsection a {
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color:#0087E1;
	line-height:15px;
}
.cat_subsection a:hover {
	text-decoration: none;
	color:#FF3300;
}
.cat_subsection a:hover img{
	border-color:#777;
}

#display_alt {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/*
	--------------	Каталог 3й уровень
*/

.cat_equipment {
	width:140px; height:190px; float:left; text-align:center; margin-left:10px; margin-right:10px; overflow:hidden;
}
.cat_equipment img{
	border:solid 3px #CCCCCC; padding:3px; margin-bottom:5px;
	width:100px; height:100px;
}
.cat_equipment a {
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color:#0087E1;
	line-height:15px;
}
.cat_equipment a:hover{
	text-decoration: none;
	color:#FF3300;
}
.cat_equipment a:hover img{
	border-color:#777;
}