/*  Control CGI DIMENSION and TOLERANCES page
============================================== */
#dimensions-info {
	position: absolute;
	top: 64px;
	left: 0;
	margin: 0 35px 0 35px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	-moz-user-select: none;
	-ms-user-select: none;
 	-khtml-user-select: none;
 	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	
}
.move-up {
	margin-top: -12px;
}
.li {
	position: relative;
}
.open {
	position: absolute;
	left: 390px;
}
.download {
	position: absolute;
	left: 460px;
}
.open a, .download a {
	color: #349490;
	text-decoration: none;
}
.open a:hover, .download a:hover {
	color: red;
}