@charset "UTF-8";

div.pkg {
	float: left;
	width: 350px;
	text-align: center;
}
div.pkg img {
	margin: 0px auto 0px auto;
}
div.pkg dl {
	padding: 5px;
}
div.pkg dl dt {
	padding: 5px;
	text-align: left;
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
}
div.pkg dl dd {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 1em 0px 1em;
	color: #666666;
}

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


dl.terms {
	padding: 15px 1em 1em 1em;
}
dl.terms dt {
	font-size: 12px;
}
dl.terms dd {
	padding: 5px 2em 30px 2em;
	font-size: 12px;
	line-height: 1.7em;
}
dl.question {
	padding: 10px;
	border: solid 1px #FFFFFF;
	margin: 10px 0px 10px 0px;
}
dl.question dt {
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFEE;
}
dl.question dd {
	padding: 5px 1em 2em 1em;
	font-size: 12px;
	line-height: 1.7em;
}
dl.answer {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFEE;
}
dl.answer dt {
	font-size: 12px;
	padding: 5px 0px 5px 10px;
	background-color: #FFFFEE;
}
dl.answer dd {
	padding: 5px 1em 2em 1em;
	font-size: 12px;
	line-height: 1.7em;
}
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;
}
div.download {
	width: 700px;
	height: 40px!important;
	height/**/: 120px;
	padding: 40px 0px 40px 0px;
	text-align: center;
}
div.download a {
	margin: 0px auto 0px auto;
	display: block;
	width: 160px;
}
dl.updatehistory {
	width: 550px;
}
dl.updatehistory dt {
	font-size: 10px;
	font-weight: normal;
	background-color: #EEEEEE;
	padding: 3px;
}
dl.updatehistory dd {
	font-size: 12px;
	padding: 5px 10px 15px 10px;
	line-height: 1.7em;
}
form#update {
	width: 700px;
	height: 180px;
	background-image: url(../images/update.gif);
	overflow: hidden;
	position: relative;
}
input.emailadd {
	position: absolute;
	width: 500px;
	height: 30px;
	top: 80px;
	left: 100px;
	font-size: 24px;
}
input.updatesubmit {
	position: absolute;
	width: 200px;
	top: 130px;
	left: 250px;
}
form#sample {
	padding: 10px;
	background-color: #FFFFEE;
	clear: both;
}
form#sample input {
	width: 100%;
}
table.blowser tr td {
	border: none;
	padding: 3px;
}
ul.list li {
	padding: 10px;
	float: left;
}
