
.imageright4	{
	border:none;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	width:100%;
	max-height:400px;
	width: expression(this.width>400&&(400/this.width)< (300/this.height)? 400: true);
	height: expression(this.height>300&&(400/this.width)>=(300/this.height)? 300: true);
}


#poisk		{
	width: 100%;
	position:relative; 
	float: left;
	height:20px;
}

.selectfilter {
	width: 100%;
    border-style: dotted;
}

.imageleft	{
	float: none;
	position:relative;
	background-color: #fdf9f6;
}


.unitblock	{
	border-style:dotted;
	border-width:1px;
	width: 100%;
	height: 365px;
	text-align:center;
	float:left;
	padding:0px;
	font-size:9pt;
	line-height: 1.1;
}

.unitimg	{
	border:none;
	display: block; 
	margin-left: 0px; 
	margin-right: 0px;
	max-width:132px;
	max-height:100px;
	width: expression(this.width>132&&(132/this.width)< (100/this.height)? 132: true);
	height: expression(this.height>100&&(132/this.width)>=(100/this.height)? 100: true);
}

.unitimg2	{
	display: flex;
	align-items: center;
	border:none;
	width:132px;
	height:100px;
}
