#id_logophone_cell, 
#id_topmenu_cell, 
#id_3icons_cell, 
#breadcrumbs, 
#menu_cell, 
#copyright_profi, 
#td_saw_image,
.b_line  {
	display: none;
}
.print_top, .print_bottom {
	display:block;
}
/*
	tbl_main - обрамляющая таблица, самая первая
	tbl_content - таблица, содержащая ячейку content_cell
	content_cell - ячейка контента с .print_top, .print_bottom
*/
html, body, #tbl_main, #tbl_content  {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#id_bigcell {
	padding-right: 0!important;
}
/**/
#content_cell {
	width: 100%;
	height:auto; 
	padding: 5px;
	background-image: none;
	background-color: #ffffff;
}
#content_cell table {
	border-collapse: collapse;
	table-layout: auto;

	height: auto;
	width: 100%;

	background-image: none;
	background-color: #ffffff;
}
UL {
	list-style: disc;
}
UL LI
{
	margin: 0;
	padding: 0;
	list-style: disc;
	background: transparent none;	
}