table.price_calculator {
	width: 460px;
}
table.price_calculator thead tr {
	background-color:#EEF4F2;
}
table.price_calculator tbody tr.odd {
	background-color:#FDE8E3;
}
table.price_calculator tbody tr.even {
	background-color:#FEF0ED;
}
table.price_calculator thead tr td {
	border-top:1px solid white;
	border-right:1px solid white;
	vertical-align: middle;
	padding: 2px 0px;
	color: #3D7779;
	font-family: arial;
	font-size: 11px;
	text-align: center;
}
table.price_calculator tbody tr td {
	border-top:1px solid white;
	border-right:1px solid white;
	vertical-align: middle;
	padding: 2px 0px;
	color: #3D7779;
	font-family: arial;
	font-size: 11px;
	text-align: center;
}
table.price_calculator tbody tr td select, select.currency, table.price_calculator tbody tr td input {
	border: solid 1px #F7826E;
	color: #F7826E;
	font-size: 11px;
}
table.price_calculator tbody tr td select {
	width: 240px;
}
table.price_calculator tbody tr td select option {
	width: auto;
}
table.price_calculator tbody tr td input {
	width: 18px;
	text-align: right;
}
td.td_treatment { width: 250px; }
td.td_amount { width: 40px; }
td.td_itemprice { width: 60px; }
td.td_price { width: 70px; }
td.td_modify { width: 40px; }
td#td_total  {
	font-weight: bold;
}

