@charset "UTF-8";
.productPage {
	height: 40em;
	margin-bottom: 20px;
}
.productChartContainer {
	padding: 10px 0px 25px 0px;
}
.productChart {
	border-collapse: collapse;
	width: 74em;
}
.productChart td {
	border: 0px solid #eee;
	padding: 0px;
	width: 14.083em;
}
.productChart td.mph {
	padding: 0em 2em 0em 2em;
}
.productChart a {
	display: block;
	background-color: #e8edf0; /* #e8edf0; */
	background-position: left 3.077em;
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	padding: 0.308em 0.569em 0.615em 0.569em;
	font-family: GillSansRegular, Arial, Helvetica, Sans-serif;
	font-weight: 100;
	font-size: 0.95em;
	color: #444;
}
.productChart a:hover {
	background-color: #cddbdf;
}
.productChart a.mph {
	background-image: url(/shared/images/products/chart_bg_green.jpg);
	padding: 0.923em 0.769em 1.231em 0.769em;
}
.productChart a.module {
	background-image: url(/shared/images/products/chart_bg_module.jpg);
}
.productChart a.cad {
	background-image: url(/shared/images/products/chart_bg_cad.jpg);
}
.productChart a.library {
	background-image: url(/shared/images/products/chart_bg_purple.jpg);
}
.productChart td.separator1,
.productChart td.separator2,
.productChart td.separator3,
.productChart td.separator4,
.productChart td.separator5,
.productChart td.separator6,
.productChart td.separator7 {
	width: 40px;
}
.separator1 {
	background: url(/shared/images/products/chart_sep1.png) center center no-repeat;
}
.separator2 {
	background: url(/shared/images/products/chart_sep2.png) center center no-repeat;
}
.separator3 {
	background: url(/shared/images/products/chart_sep3.png) center center no-repeat;
}
.separator4 {
	background: url(/shared/images/products/chart_sep4.png) center center no-repeat;
}
.separator5 {
	background: url(/shared/images/products/chart_sep5.png) center center no-repeat;
}
.separator6 {
	background: url(/shared/images/products/chart_sep6.png) center center no-repeat;
}
.separator7 {
	background: url(/shared/images/products/chart_sep7.png) center center no-repeat;
}
.separator8 {
	background: url(/shared/images/products/chart_sep8.png) center center no-repeat;
}
.separator td {
	height: 12px;
}
