@charset "utf-8";
#processgrpsel {
	width: 370px;
	list-style-type: none;
	background-color: #393C40;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 15px;
	height: 90px;
}
#processgrpsel:hover {
	background-color: #1D1F20;
}
#processgrpleft {
	float: left;
	text-align: center;
	width: 110px;
}
#processgrpleft img {
	border: 5px solid #FFFFFF;
	clear: both;
}

#processgrpright {
	width: 250px;
	float: right;
	text-decoration: none;
}
#processgrpright a {
	text-decoration: none;
	color: #CCCCCC;
}
#processgrpright a:hover {
	text-decoration: none;
	color: #FFFF00;
}
#compinert {
	padding-left: 25px;
	background-image: url(images/inert-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 25px;
}
#comparetop {
	text-align: right;
}
#compreactive {
	padding-left: 25px;
	background-image: url(images/reactive-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 25px;
	margin-top: 5px;
}
#compmask {
	padding-left: 25px;
	background-image: url(images/masking-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 25px;
	margin-top: 5px;
}
#compsealing {
	padding-left: 25px;
	background-image: url(images/sealing-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 25px;
	margin-top: 5px;
}
#compassembly {
	padding-left: 25px;
	background-image: url(images/assembly-tile.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 25px;
	margin-top: 5px;
}
#compblank {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
}

