@charset "utf-8";
/* CSS Document */

.system {
	margin-left: 8px;
}

.system h4 {
	font-size: 110%;
	color: #F60;
	margin-bottom: 1em;
	border-left: 3px solid #F93;
	border-bottom: 1px dotted #F93;
	padding: 5px;
	width: 610px;
}
.system ul {
	margin-left: 30px;

}

.system dl {
	margin-bottom: 1em;
}

.system dl dt {
	width: 10em;
	float: left;
	font-weight: bold;
	color: #036;
	border-bottom: 1px dotted #CCC;
}

.system dl dd {
	margin-left: 13em;
	margin-bottom: 20px;
}
.system dl dd p { margin-bottom: 0!important}

table.pricetable {
	width: 628px;
	background: #F7F7F7;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;	
}

table.pricetable th {
	background: #E7E7E7;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:5px;
}
table.pricetable td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding:5px;
}
