/* CSS Document */
#containMiscFees { padding-right: .5em; }
	
#miscFees { 
	display:block; 
	width:100%; 
}
#miscFees li { 
	height: 1.5em; 
	padding-top: .5em; 
	line-height: 1em; 
	clear: both; 
	border-bottom: 1px dotted black; 
	list-style: none; 
}
#miscFees li.groupTitle { border: none; }
.miscLabel { 
	float:left; 
	width: 60%; 
}
.miscCurrency { 
	float:right; 
	text-align:right; 
	width: 25%; 
}
