/* --------------------------------------------------------------------------------
	rates
-------------------------------------------------------------------------------- */
#c01 .rates h2				{ color:#281612; font-style:italic; padding:10px 30px 0 30px;}

#c01 .rates table			{ margin:10px 30px; }

#c01 .rates td				{ border:1px solid #e0e0e0; padding:3px 6px; }

#c01 .rates td.name			{ text-align:left;	width:230px; }
#c01 .rates td.info			{ text-align:left;	width:80px; }
#c01 .rates td.rate1		{ text-align:right;	width:120px; }
#c01 .rates td.rate2		{ text-align:right;	width:120px; }
#c01 .rates td.discount		{ text-align:right;	width:70px; }

#c01 .rates tr.header		{ background:#f0f0f0; }
