.floats {
	/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
	margin: 0;
	/* Эти правила для IE */
	position: relative;
	display: inline-block;
	clear: both;
	margib-bottom:20px;
}

.floats:after {
	content: '';
	display: block;
	clear: both;
}

.floats .left {
	position: relative;
	float: left;
	/* Убираем удвоение отступов в IE */
	display: inline;
	/* Прячем все, что вдруг вылезло за наши ограничения */
	overflow: hidden;
	/* Отсупы между float-блоками */
	margin: 1em 0 0 4em;
	/* Задаем минимальную ширину по картинке и тексту */
	width: 110px;
	min-width: 110px;
}

/*.floats .left .r {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}*/

.floats .left .r a {
	font: normal 11px Verdana;
	display:block;
	text-align:center;
	text-decoration:none;

}

.floats .left .r a:hover {
	text-decoration:underline;
}

.floats .left .min {
	/* Задаем минимальную высоту по картинке */
	margin: 20px 0 100px 0;
	/* Задаем минимальную высоту по тексту */
	height: 4em;
	/* Дублируем значение минимальной ширины по картинке для IE */
	width: 110px;
}

.bg_imaga {
	width:110px;
	height:110px;
	background: url('/_images/img_bg.jpg') 0px 0px no-repeat;
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

.prod_name {
	font-family: Verdana;
	font-weight: normal;
	font-size: 20px;
	color: #831715;	
}

.prod_name a{
	text-decoration:underline;
	color: #831715;
}

.prod_name a:hover{
	text-decoration:none;
}