/* Table of Complectation */
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 7px;
}
.item-yes {
	background: url("images/equip_ico_standart.gif") no-repeat left;
	height: 7px;
	width: 7px;
}
.item-no {
	background: url("images/equip_ico_disabled.gif") no-repeat left;
	width: 9px;
	height: 7px;
}
.item-yes-no {
	background: url("images/equip_ico_yes-no.gif") no-repeat left;
	width: 8px;
	height: 11px;
}

.border-obzor {
	border: 10px solid #999999;
	width: 548px;
}