
@media print {
	body { margin: 2cm; }
}
/*
@page {
	margin: 2cm;
}
*/

#menu_top,
#menu_left,
#flash,
#logo,
#bottom_menu
{
	display: none;
}

TD {
	display: block;
}



H1, H2, H3 {
	padding: 0px;
	margin: 0px;
}

H1 {
	font-size: 14pt;
	font-weight: normal;
}

H2 {
	font-size: 11pt;
	font-weight: normal;
	line-height: 11px;
}

H3 {
	margin-bottom: 10px;
	font-size: 12px;
}


A {
	text-decoration: none;
}



#left {
	margin-right: 1cm;
/*	width: 250px;
	margin-top: 30px;
*/}




































.imagerow SPAN {
	padding: 6px 10px 0px 10px;
	height: 28px;
	display: block;
	float: left;
}

/*--- Вывод маленьких изображений  с ссылками ---*/
.imagerow {
	width: 100%;	/* for IE */
	padding-bottom: 15px;	/* for IE */
}

.imagerow IMG {
	border: 1px solid #D3BE96;
}

.imagerow A {
	float: left;
	background-color: #EDEDED;	/* серый фон */
/*	border-bottom: 4px solid #D3BE96;*/	/* нижняя линия */
	color: #3F84AD;
}

.imagerow A:hover {
	border-bottom: 4px solid #FF0000;
/*	cursor: hand;*/
	text-decoration: none;
}

.imagerow .photo,
.imagerow .imagesmall,
.imagerow .imagemedium {
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0px;
}


.imagerow .photo .imagetext,
.imagerow .imagesmall .imagetext,
.imagerow .imagemedium .imagetext
 {
	width: 88px;
	text-align: center;
	font:  bold 8pt Tahoma;
	padding: 5px;
	padding: 2px 2px 2px 2px;
	height: 45px;
	padding-bottom: 0px; /* firefox */
	
}

.imagerow .imagemedium .imagetext {
	width: 158px;
}



.imagerow {
	min-width: 533px;
}

.cleardiv {
	clear: both;
}




.imagerow .imagesmall {
	width: 92px;
	height: 150px; /* обязательно для firefox */
}

.imagerow .imagemedium {
	width: 162px;
	height: 220px; /* обязательно для firefox 300 */
}


.imagerow .photo {
	width: 240px;
	height: 100%; /* обязательно для firefox */
	overflow: hidden;
}


.imagerow .photo .imagetext {
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0px;
	width: 220px;
	height: 100%;
}

.imagerow .photo img {
	border: 0px;
}








































/*---- технические параметры, таблица ----*/

#techtable {
	padding:0px;
	margin:0px;
	margin-bottom: 20px;
}

#techtable TD  {
	text-align: right;
	vertical-align: top;
	border: 1px solid #000000;
}


#techtable TH {
	text-align: left;
	white-space: pre;
}

#techtable TD, #techtable TH {
	padding: 3px;
	color: #000000;
}


#techtable .top TD, #techtable .name, #techtable .name2 {
	text-align: center;         
	font-weight: bold;
	white-space: nowrap; /* NOBR */
/*	vertical-align: bottom;*/
}

#techtable TD.noborder, 

#techtable .name {
	text-align: left;
}


#techtable TD.colspaned, #techtable .topv {
	text-align: center;
	vertical-align: middle;
}

#techtable .descr {
	text-align: left;
	font: bold 11px verdana;
	padding-left: 4px;
	line-height: 18px;
}

#techtable .name2 {
	padding-left: 4px;
	text-align: left;
}

#techtable .topv {
	padding-left: 4px;
	padding-right: 4px;
}

#tableparam TD {
	line-height: 16px;
	vertical-align: top;
}


