.furniture.item-block {
	display: table;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.furniture .image-other {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ececec;
}
.furniture .image-box-other {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}
.furniture .image-box-other img {
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.furniture .information {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 50%;
	padding: 20px;
	background: #ececec;
}
.furniture .price {
	display: table;
	vertical-align: top;
	position: relative;
	width: 100%;
	padding: 0;
}
.furniture .price .price_left, .furniture .price .price_right {
	display: table-cell;
	vertical-align: top;
}
.furniture .price .price_left {
	width: 50%;
}
.furniture .price .price_right {
	width: 50%;
	text-align: right;
}
.furniture .property {
	position: relative;
	display: table;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #ececec;
}
.furniture .property .name {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	font-weight: bold;
	padding: 5px 10px;
}
.furniture .property .value {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 7px 10px;
}
.furniture .property_row {
	display: table-row;
	background: #fff;
}
.furniture .property_row:nth-child(2n) {
	background: #f1f1f1;
}
.furniture .article {
    font-family: Tahoma, Arial, Sans-Serif;
    display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #212121;
}
.furniture .brand {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px 0;
	color: #212121;
}
.furniture .order .current {
    font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: 32px;
    line-height: 1;
    color: #212121;
    border-bottom: 3px solid #fed625;
}

.furniture .current.notavailable {
    font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    border-bottom: 3px solid #fed625;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
	line-height: 1;
	color: #ff0030;
	border-color: #ff0030;
	margin-bottom: 15px;
	font-size: 32px;
}