div.calc_background
{
	background-color: #dfdfd5;
	padding: 10px;
	width: 706px;
	border-top: 2px solid #f1efe2;
	border-right: 2px solid #aca899;
	border-left: 2px solid #f1efe2;
	border-bottom: 2px solid #aca899;
	margin-top: 15px;
}
table#volume
{
	margin-top: 10px;
	border: 1px dashed black;
	width: 706px;
	color: black;
}
table#volume td.volume_radio
{
	width: 140px;
	padding-left: 20px;
}
table#volume td.volume_img
{
	width: 130px;
}
table#volume td.volume_img img
{
	display: block;
}
table#volume td.volume_input
{
	width: 240px;
}
table.volume_input
{
	width: 100%;
}
table.volume_input td
{
	height: 30px;
}
table.volume_input td.title
{
	width: 80px;
}
table.volume_input input
{
	background-color: white;
}
table#volume td.volume_result
{
	width: 176px;
	text-align: center;
}
table#volume td.volume_result input
{
	float: none;
	margin-top: 10px;
	width: 100px;
}
span#volume_result
{
	font-size: 1.2em;
	color: #6d000a;
}
table.calc_header
{
	width: 706px;
	margin: 10px 0px 0px 0px;
	border-collapse: separate;
	border-top: 2px solid #f1efe2;
	border-left: 2px solid #f1efe2;
	border-right: 2px solid #aca899;
}
table.calc_header td
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: black;
	border-left: 2px solid #f1efe2;
	border-right: 2px solid #aca899;
	padding: 5px 0px 5px 0px;
}
table.calc_header td.number
{
	border-left: 0;
	width: 37px;
}
table.calc_header td.cityfrom,
table.calc_header td.cityto
{
	width: 151px;
}
table.calc_header td.service
{
	width: 116px;
}
table.calc_header td.weight
{
	width: 56px;
}
table.calc_header td.og,
table.calc_header td.kgo
{
	width: 30px;
}
table.calc_header td.tariff
{
	border-right: 0;
}
div.calc_container
{
	width: 706px;
	height: 230px;
	overflow: auto;
	border-top: 2px solid #aca899;
	border-bottom: 2px solid #aca899;
}
a.volume:link,a.volume:active,a.volume:visited
{
	text-decoration: none;
	border-bottom: 1px dashed #126e3f;
}
a.volume:hover
{
	border: 0;
}
div.calc_container table
{
	width: 690px;
	table-layout: fixed;
	border-collapse: collapse;	
}
div.calc_container table td
{
	background: black;
}
div.calc_container table td.TNum
{
	width: 40px;
}
div.calc_container table td.TSend, 
div.calc_container table td.TRec
{
	width: 155px;
}
div.calc_container table td.TService
{
	width: 120px;
}
div.calc_container table td.TWeight
{
	width: 60px;
}
div.calc_container table td.TOG,
div.calc_container table td.TKGO
{
	width: 32px;
	border-top: 2px solid #75736e;
	border-left: 2px solid #75736e;
	background: #dfdfd5;
}
div.calc_container table td.TTariff
{
	width: 92px;
}
div.calc_container table tr.CError td
{
	background: white;
	padding: 2px 5px 2px 5px;
	color: red;
	font-size: 1.2em;
}

div.calc_container table td.TNum input[type="text"],
div.calc_container table td.TTariff input[type="text"]
{
	background: #dfdfd5;
}

input.CNum
{
	width: 36px;
	text-align: center;
	background: #dfdfd5;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
}
input.CSend,
input.CRec
{
	width: 141px;
	background: white;
	padding: 1px 5px 1px 5px;
}
select.CService
{
	width: 120px;
	padding: 0px;
	background: white;
	font-size: 1.2em;
}
input.CWeight
{
	width: 56px;
	background: white;
	padding: 1px 0px 1px 0px;
	text-align: center;
}
input.COG,
input.CKGO
{
	margin: 0px 0px 0px 9px;
	*margin: -4px -3px -3px 5px; /* для IE */
	padding: 0px;
}
input.CTariff
{
	width: 88px;
	padding: 1px 0px 1px 0px;
	text-align: center;
	background: #dfdfd5;
	font-weight: bold;
}

table.TariffSum
{
	width: 706px;
	margin: 10px 0px 10px 0px;
}
table.TariffSum td
{
	padding: 5px;
	font-size: 1.2em;
}
table.TariffSum  td.left
{
	text-align: right;
	width: 80%;
	font-weight: bold;
}
table.TariffSum  td.right
{
	text-align: left;
	width: 20%;
}
span.tariff_result
{
	color: #6d000a;
	font-size: 1.2em;
}

table.CalcButtons
{
	width: 706px;
}
table.CalcButtons td
{
	padding: 3px 0px 3px 0px;
	background-color: #9db09d;
}
table.CalcButtons td input
{
	float: none;
}
table.CalcButtons input.count,
table.CalcButtons input.clear
{
	width: 100px;
	margin-left: 20px;
}
table.CalcButtons input.excel
{
	width: 100px;
}
table.CalcButtons td.right,
table.CalcButtons td.left
{
	text-align: left;
	width: 25%;
}
table.CalcButtons td.center
{
	width: 50%;
	text-align: right;
}
