/* CSS Document */

img{
border:0px;
}

.floats
{
/* ������������ ������� ����� float-�������, ����� ��� �������� ��� ��������� ������������ */
margin: 1em 0 0 0;

/* ��� ������� ��� 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: 1em 0 0 0em;

/* ������ ����������� ������ �� �������� � ������ */
width: 12em;
min-width: 123px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
/* ������ ����������� ������ �� �������� */
margin: 0 0 85px 0;

/* ������ ����������� ������ �� ������ */
height: 8em;

/* ��������� �������� ����������� ������ �� �������� ��� IE */
width: 82px;
}

.r{
text-align:center;
color:#363636;
}

.r img{
border:1px solid #888888;
}

.r a{
color:#3d7d0d;
font-weight:bold;
text-decoration:none;
}

.r a:hover{
color:#3d7d0d;
font-weight:bold;
text-decoration:underline;
}
