/*таблицы для оборудования и другого*/
.c_tbl_lst{
	background-color: #A9B0BC; /*#c0c0c0;*/
	vertical-align: top;
}
.c_tbl_lst tr{
	background-color: #FFFFFF;
}
.c_tbl_lst th, td{
	font-size: 10pt;
}
.c_tbl_lst th
{
	background-color: #5b88a7;
	color: #002554;
}
.c_tbl_lst .cat_z1 td{background-color: #d0F0F0;}
.c_tbl_lst .cat_z0 td{background-color: #F9F9F9;}

.c_equip{
	background-color: #A9B0BC;
	vertical-align: top;
}
.c_equip tr{
	background-color: #FFFFFF;
}
.c_equip .c_z tr{
	background-color: #5b88a7;
}
.c_equip td{
	font-size: 11pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5b88a7;
}

/*таблицы для решет*/
.r_tbl_lst{
	background-color: #A9B0BC; /*#c0c0c0;*/
	vertical-align: top;
}
.r_tbl_lst tr{
	background-color: #FFFFFF;
}
.r_tbl_lst th, td{
	font-size: 10pt;
}
.r_tbl_lst th
{
	background-color: #C8C8B1;
	color: #857E7B;
}
.r_tbl_lst .cat_z1 td{background-color: #E8EBCE;}
.r_tbl_lst .cat_z0 td{background-color: #F9F9F9;}
.r_equip{
	background-color: #A9B0BC;
	vertical-align: top;
}
.r_equip tr{
	background-color: #FFFFFF;
}
.r_equip .r_z tr{
	background-color: #C8C8B1;
}
.r_equip td{
	font-size: 11pt;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C8C8B1;
}

/*search bar*/
#srch_tbl{
	
	}

/*hr for catalogue*/	
hr{
	width: 100%;
	height: 1px;
	color: #000000;
}

.goods_name{
	font-size: 10pt;
	font-weight: bold;
	color: #104070;
	text-align: left;
}