/* Home page tables */

table#calc {
	width: 80%;
	margin-bottom: 12px;
	border: 6px solid #ccc;
	margin-right: auto;
	margin-left: auto;
}

tr.toprow {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

tr.midrow {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
}

td {
	padding-top: 6px;
	padding-bottom: 6px;
}

td.descrip {
	text-align: left;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
}

td.data {
	border-left: 1px dotted #ccc;
}

.clearleft{
	clear:left;
	height:1px;
	overflow:hidden;
}

.price {
	font-size: 12px;
	font-weight: normal;
}

.note {
	font-size: 10px;
}

p.calctext {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}
