@charset "UTF-8";
.productPage {
	height: 40em;
	margin-bottom: 20px;
}
.productChartContainer {
	padding: 10px 0 25px 100px;
}
.productChart {
	border-collapse: collapse;
	width: 60em;
}
.productChart td {
	border: 0px solid #eee;
	padding: 0px;
	width: 12.083em;
}
.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.769em 0.615em 0.769em;
	font-family: GillSansRegular, Arial, Helvetica, Sans-serif;
	font-weight: 100;
	font-size: 1.083em;
	color: #444;
}
.productChart a:hover {
	background-color: #cddbdf;
}
.productChart a.mph {
	background-image: url(/shared/images/products/chart_bg_mph.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_library.jpg);
}
.productChart td.separator1,
.productChart td.separator2,
.productChart td.separator3,
.productChart td.separator4,
.productChart td.separator5 {
	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;
}
.separator td {
	height: 12px;
}