/*          Control FABRICATION pages

             FABRICATION page items
============================================ */
#fabrication-type-area {
	position: absolute;
	top: 94px;
	left: 35px;
	width: 630px;
	margin: 0;
	padding: 0;
	cursor: default;
}
.fabrication-type {
	position: relative ;
	height: 141px;
}
.fabrication-type a {
	text-decoration: none;
	color: #000000;
}
.fabrication-type img {
	border: none;
	outline-width: 0;
}
.fabrication-type-description {
	position: absolute;
	top: 0;
	left: 105px; 
	height: 92px;
	width: 460px;
	display: table;
}
.fabrication-type-cell {
	display: table-cell;
	vertical-align: middle;
}
.section-info a {
	font-style: normal;
	color: #329592;
	text-decoration: none;
}

/*            EDGE page items
========================================== */
#edges-area {
	position: absolute;
	top: 94px;
	left: 35px;
	width: 660px;
	margin: 0;
	padding: 0;
}
.edge-detail {
	float: left;
	position: relative;
	height: 141px;
	width: 330px;
}
.edge-detail a {
	text-decoration: none;
	color: black;
}
.edge-detail img {
	border: none;
	outline-width: 0;
}
.edge-description {
	position: absolute;
	top: 0;
	left: 105px; 
	height: 92px;
	width: 200px;
	margin: 0 20px 0 0;
	display: table;
}
.edge-description-cell {
	display: table-cell;
	vertical-align: middle;
}
