#specList {
	margin-top: 20px;
	font-size: 0.8em;
	position: relative;
}
#specList table {
	width: 170px;
	float: right;
}
#specList a {
	display: block;
	margin-left: 10px;
	width: 50px;
}
#spec {
	margin-top: 10px;
	font-size: 0.7em;
}

#spec .functionTitle {
	background-color: #5EB6E4;
	color: #FFFFFF;
}
#spec table {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#spec th {
	text-align: left;
	padding: 4px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	vertical-align: top;
}
#spec td {
	text-align: center;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#spec .firstHead {
	width: 200px;
}
#spec .unit {
	text-align: right;
	font-weight: bold;
	padding-left: 0px;
	width: 50px;
	white-space: nowrap;
}
#spec .nextValue {
	display: block;
	margin-top: 5px;
}


.nowrap {
	white-space: nowrap;
}