@charset "UTF-8";


table.functions {
	width: 680px;	
}
table.functions tr th {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	width: 150px;
	padding: 5px 0px 5px 12px;
	border-bottom: solid 1px #CCCCCC;
}
table.functions tr td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #CCCCCC;
	line-height: 1.5em;
}
tr.colored {
	background-color:#e6ecf7;
}

table.specsheet {
	width: 700px;
	clear: both;
}
table.specsheet tr th {
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #CCCCCC;
	text-align: right;
	width: 120px;
	white-space: nowrap;
}
table.specsheet tr th span,table.specsheet tr td span {
	display: block;
	color: #015783;
	font-size: 10px;
}
table.specsheet tr td {
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border-bottom: solid 1px #999999;
	text-align: left;
}

ul.list li {
	padding: 10px;
	float: left;
}