@charset "UTF-8";


table.functions {
	width: 680px;	
}
table.functions tr th {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	width: 160px;
	padding: 5px 10px 5px 12px;
	border-bottom: solid 1px #CCCCCC;
}
table.functions tr td {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	padding: 5px 10px 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;
}

form#mapsearch {
padding: 15px 15px 15px 15px;
}

input#saddr {
color: #999999;
padding: 5px;
width: 250px;
margin: 5px auto;
}

input#ssubmit {
padding: 5px;
}

form#mapsearch ul li {
padding: 5px 15px 5px 5px;
float: left;
font-size: 80%;
}
