.floats
{
/* ???????????? ??????? ????? float-???????, ????? ??? ???????? ??? ????????? ???????????? */
margin: -3em 0 0 -2em;

/* ??? ??????? ??? IE */
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;

/* ??????? ???????? ???????? ? IE */
display: inline;

/* ?????? ???, ??? ????? ??????? ?? ???? ??????????? */
overflow: hidden;

/* ?????? ????? float-??????? */
margin: 3em 0 0 2em;

/* ?????? ??????????? ?????? ?? ???????? ? ?????? */
width: 14em;
min-width: 200px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
/* ?????? ??????????? ?????? ?? ???????? */
margin: 0 0 200px 0;

/* ?????? ??????????? ?????? ?? ?????? */
height: 4em;

/* ????????? ???????? ??????????? ?????? ?? ???????? ??? IE */
width: 200px;
}