.capability .content .page .block{
	position:relative;
	padding-top:35px;
	margin-bottom:40px;
}

.capability .content .page .block h3{
	position:absolute;
	top:0;
}

.capability .content .page .block .features{
	display:table;
	font-size:18px;	
}

.capability .content .page .block .features .row{
	display:table-row;
	height:76px;
	
}

.capability .content .page .block .features .row .name{
	display:table-cell;
	padding-left:90px;
	vertical-align:middle;
	color:#363636;
}

.capability .content .page .block .features .row.weight .name{
	background:url(../img/weight.png) no-repeat left center;
}

.capability .content .page .block .features .row.dimensions .name{
	background:url(../img/dimensions.png) no-repeat left center;
}

.capability .content .page .block .features .row .value{
	display:table-cell;
	padding-left:40px;
	vertical-align:middle;
	color:#9d0a0e;
}

.capability .content .page .block .total{
	position:absolute;
	bottom:0;
	font-style:italic;
}

.capability .content .page .block .total .value{
	color:#9d0a0e;
}

.capability .content .page .block .total .button{
	margin-top:10px;
}

.capability .content .page .block:nth-of-type(1){
	padding-left:210px;
	height:440px;
	background:url(../img/ill/6-1.jpg) no-repeat 100% 60px;
}

.capability .content .page .block:nth-of-type(1) .total{
	right:0;
}

.capability .content .page .block:nth-of-type(1) .total  .title{
	padding-left:70px;
}

.capability .content .page .block:nth-of-type(1) .total  .value{
	text-align:right;
}

.capability .content .page .block:nth-of-type(2){
	height:510px;
	background:url(../img/ill/6-2.jpg) no-repeat 0 210px;
}

.capability .content .page .block:nth-of-type(2) .total  .value{
	padding-left:70px;
}

.capability .content .page .block:nth-of-type(3){
	padding-left:300px;
	height:585px;
	background:url(../img/ill/6-3.jpg) no-repeat 100% 190px;
}

.capability .content .page .block:nth-of-type(3) .total{
	right:0;
}

.capability .content .page .block:nth-of-type(3) .total  .value{
	padding-left:70px;
}