@CHARSET "UTF-8";

	.calcResults { width:730px;}

	.product_row
	{
		border-bottom:1px solid #d9e9d2;
	}
	
	.calcCategory
	{
		float:left;
		padding-bottom:50px;
	}
	
	.calcHeader
	{
		color:#b20000;
		font-family:Tahoma;
		font-weight:bold;
		font-size:13px;
		margin:0px 0px 30px 30px;
	}
	
	.calcForm
	{
		width:640px;
		margin-left:40px;
	}
	
	.notice
	{
		float:left;
		width:640px;
		text-align:center;
		padding:5px;
	}
	
	.formTable
	{
		font-family:Tahoma;
		font-size:12px;
		width:640px;
		border-collapse:collapse;
	}
	

	a.addLink
	{
		color:#2e720e;
		cursor:pointer;
		text-decoration:none;
	}
	
	a.addLink:hover
	{
		text-decoration:underline;
	}
	
	a.delLink
	{
		color:#b30404;
		cursor:pointer;
		text-decoration:none;
	}
	
	a.delLink:hover
	{
		text-decoration:underline;
	}
	
	.results_sum td
	{
		color:#c62700;
	}
	
	.results_sum td.results_sum_h
	{
		color:#7f734c;
		text-align:center;
	}
	
	.results_sum td.center
	{	
		padding-right:50px;
		text-align:right;
	}
	
	.results_sum td.more
	{
		text-align:center;
		padding:0px;
	}
	
	.results_row
	{
		color:#687164;
	}
	
	.results_row td
	{
		color:#687164;
		padding-left:15px;
	}
	
	.results_row td.center
	{
		color:#687164;
		padding-right:50px;
		text-align:right;
	}
	
	
	.results_row td.more
	{
		text-align:center;
		padding:0px;
	}
	
	.results_row a
	{
		color:#687164;
		font-weight:bold;
		text-decoration:none;
	}
	
	.results_row a:hover
	{
		text-decoration:underline;
	}
	
	.results_h
	{
		color:#494a48;
		font-weight:bold;
		background-color:#bcd8b0;
		height:26px;
	}
	
	
	.results_h td
	{
		padding:1px 20px;
		text-align:center;
	}
	
	table td {font-size:12px;}
