.photo_flat {
	max-width: 150px;
	width: expression( (this.clientWidth > 145) ? ("145px") : ("auto") );
	text-align: center;
	clear: none;
}
/** /
.item_1 {
	width: 35%;
	margin: 0px 10px 0px 0px;	
	text-align: right;
	float: left;
}
/**/
.row .text_style1 {
	width: 35%;
	margin: 0px 10px 0px 0px;	
	text-align: right;
	float: left;
}
/**/
.row {
	margin: 10px 0px;
}

#flats_list li {
	float:left;
	list-style-type:none;
	margin:0px 9px;
	text-align:center;
}
#flats_list a{text-decoration: none;}
#flats_list b{text-decoration: underline;}