.calc-field{
	width:7em;
/*	font-size:89%;*/
	font-size:100%;
	position: relative;
/*	top: -0.2em !important; /* - */
}

.slider{
	position:absolute;
	top: 0.6em;
	left: 10em;
	width:200px;
	height:15px;
	float:left;
	margin-top:0.7em;
	margin-right:2.5em;
	background:url(/i/e.gif);
}

#calculator dd
{
	position: relative;
}

.slider .scale{
	border-bottom:1px solid #b2b2b2;
	font-size:0;
	height:1px;
	position:relative;
	top:3px;
}

.slider .head{
	position:absolute;
	width:11px;
	height:14px;
	background:url(../i/slider/head.gif);
	margin-left:-5px;
	top:5px;
	cursor:pointer;
	font-size:0;
}

.slider .limit, .slider .overflow{
	position:absolute;
	top:-1px;
	height:5px;
	font-size:0;
}

.slider .limit{
	background:#9df489;
}

.slider .overflow{
	background:#f17f9e;
}

.slider .labels{
	position:relative;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	top:3px;
	font-size:69%;
}

.slider .labels li{
	display:block;
	position:absolute;
	height:4px;
	border-left:1px solid #b2b2b2;
	bottom:0;
	color:black;
	margin:0;
}

.slider .labels li.last{
	left:100%;
	margin-left:-1px;
}

.slider .labels li span{
	position:relative;
	display:block;
	margin-top:-1.6em;
	left:-50%;
	white-space:nowrap;
	font-family:tahoma,sans-serif;
}

.slider .slider_note {margin-top:20px;}

/* disabled control */
.disabled{
	color:#e8e8e8;
}

.disabled .slider .head{
	background-image:url(../i/slider/head-disabled.gif);
	cursor:default;
}

.disabled  .slider .labels li{
	border-color:#e8e8e8;
	color:#e8e8e8;
}

.disabled .slider .scale{
	background-color:#e8e8e8;
}

.disabled .slider .overflow{
	background:#fbd8e2;
}

.disabled .slider .limit{
	background-color:#e1fcdb;
}

.hidden{
	display:none;
}
.error{background:#f17f9e;}

.with-slider{
	float:left;
	margin-right:0.5em;
	position:relative;
	top:-0.2em; /**/
}



#calculator dl{
	clear:both;
	padding:0 0 0 0;
	margin:0;
	min-height:1em;
	position:relative;
	margin-bottom: 2em;
}

#calculator dt
{
	position: absolute;
}

#calculator dd
{
	position: relative;
	left: 10em;
	padding-bottom: 2em;
}

#calculator dt, #calculator dd{
	display: block;
	margin: 0;
	padding:0.5em 0 2em 0;
	font-style: normal;
}

#calculator dt{
	width: 9em;
	float: left;
	text-align:left;
	margin-left:0;
}

#calculator-result{
	margin-top:2em;
	clear:both;
	min-height: 500px;
}

#calculator-result h3{
	clear:both;
	margin-top:3.5em;
}

#calculator-result dl{
	clear:both;
	padding:0 0 0 14em;
	margin:0;
	min-height:1em;
	position:relative;
}

#calculator-result dd{
	margin:0;
	padding:0.2em 0;
	text-align:left;
}

#calculator-result dd.dd-right {
	text-align:right;
	width:40%;
	white-space:nowrap;
}

.right {
	text-align:right;
}


#calculator-result dt, #calculator-result dd{
	display: block;
	margin: 0;
	padding:0.5em 0;
	font-style: normal;
}



#calculator-result dt{
	width: 13em;
	float: left;
	text-align:left;
	margin-left:-14em;
	padding-top:0.85em;
}

#calculator-result dd{
	margin:0;
	text-align:left;
}

#calculator-result dd span{
	font-size:150%;
	color:#e50040;
}

#calculator th, #calculator td{
	text-align: left;
	padding: 0.2em
}			

#calculator .description{
	color:#626262;
	margin-top:0.5em;
}

#calculator-view input{
	border: 0	
}

.invisible {
	display: none
}

.disabled {
	color: #CCC
}

/**/
#row_account-balance dd
{
	margin-bottom: 4em;
}

/* Простыня */
#sheet_header
, #sheet_data
{
	width: 93% !important;
	//width: auto !important;
}
#sheet_header
{
	margin-top: 2em;
	margin-bottom: 0.5em;
	width: 100%;
}
#sheet_data
{
	width: 100%;
}
#sheet_data .sheet-data
{
	width: 100%;
}
.sheet-data td
{
	width: 16%;
}
#sheet-number
, td.sheet-number
{
	width: 5%;
}
#sheet-comission
, td.sheet-comission
{
	width: 10%;
}
#sheet_data .number
{
	text-align: right;
}
.sheet-header
{
	margin-top: 2em;
	margin-bottom: 0.5;
}
#sheet_toggle
{
	margin-top: 1em;
	margin-bottom: 0;
}
#sheet_toggle span
{
	position: relative;
}

#row_range
, #row_abstract
, #row_value
{
	display:none;	
}


.empty a:visited{
	color:#B2B2B2;
}



table.calc-data td
, table.calc-data th
{
        padding:1.8em 1em 0.4em 0.6em;
        vertical-align:top;
}


table.calc-data th{
        text-align:left;
        padding-top:1.5em;
}

table.calc-data thead th{
        padding-top:0.6em;
        padding-bottom:0.6em;
        background:#aab5d3;
        color:white;
        font-size:89%;
}

/*
table.calc-data tr:hover, table.data tr.hover{
        background:#f3f3f3;
}

table.calc-data .subsection{
        padding-left:2em;
}

table.calc-data .section-end td{
        border-bottom:1px solid #dcdcdc;
}*/