@charset "UTF-8";

dl.topcategory {
clear: both;
padding-top: 15px;
}

dl.topcategory dt {
background-color: #edeaea;
padding: 10px 5px 10px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

dl.topcategory dd {
font-size: 12px;
line-height: 1.8em;
padding: 10px;
text-shadow: #afafaf 0px 0px 5px;
}

dl.topcategory dd img {
float: right;
}

dl.topcategory dd a img {
float: right;
}

dl.topcategory dd ul {
clear: both;
}

dl.topcategory dd ul li {
float: left;
padding: 5px;
}

dl.topcategory dd ul li a {
white-space: nowrap;
display: block;
padding-left: 18px;
background-image: url(../images/symbol01.png);
background-repeat: no-repeat;
background-position: left 1px;
}


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;
}