tr.top{
	font-weight: bold;
	background-color: #3366cc;
	/*background-image: url(/images/layout/external/table_top.gif);*/
	background-repeat: repeat-x;
	color: #FFFFFF;
}
td.top_label{
	text-align: center;
	vertical-align: top;
}
td.price_item{
	font-weight: bold;
	/*background-color: #99e6ff;*/
	background-color: #e6e6e6;
	border-left: 1px solid #000000;
	text-align: right;
}

td.pricing{
	text-align: right;
	border-bottom: 1px solid #e6e6e6;
}

tr.dark{
	background-color: #f0f0f0;
}
tr.light{
	background-color: #f9f9f9;
}
div.sub{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
