@charset "windows-1251";

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}
.img {
	margin-bottom: 10px;
	margin-top: 10px;
	float: none;
}
.floatLeft {
	margin: 10px;
	float: left;
}
.ottiskRight	{
	float:right;
	clear: none;
	}
.ottiskLeft	{
	float:left;
	clear: both;
	}
.ottiskRightnoClear {
	float: right;
}
a img {
	border: 0;

}
