.creditCalculator {
	margin-bottom: 10px;
}
.creditCalculator table {
	margin-left: 5px;
}

.creditCalculator td {
	white-space: nowrap;
	vertical-align: middle;
}
.creditCalculator td.lastColumn {
	width: 100%;
}

.creditCalculator .text {
	width: 7em;
}
.creditCalculator .radio {
	position: absolute;
	z-index: -1;
}
.creditCalculator label {
	white-space: nowrap;
}
/* сноски */
.creditCalculator label a {
	font-weight: bold;
}

/* контейнер переключателя */
.creditCalculator div {
	display: inline;
}
/* переключатель */
.creditCalculator div label {
	padding: 2px 10px;
	outline: none;
	cursor: pointer;
	zoom: 1;
}
/* выделенный переключатель */
.creditCalculator div label.selected {
	background-color: #3477AC;
	color: #fff;
}
/* контейнер непереключателя */
.creditCalculator p {
	margin: 0;
	height: 16px;
	overflow: hidden;
}
/* радио непереключателя */
.creditCalculator p input {
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: bottom;
	border: none;
}
*html .creditCalculator p input {
	vertical-align: middle;
}
/* поле ввода с ошибкой */
.creditCalculator .invalid{
	background-color: #D8B2B2;
}
/* заголовок таблицы с графиком или кратким описанием */
/*
caption {
	height: 21px;
	padding: 0;
	margin: 0;
	color: #000;
	clear:both;
	border-bottom:1px solid #696;
	white-space:nowrap;
	position:relative;
}
caption div {
	float:left;
	height:20px;
	padding:3px 5px;
	background: url("/templates/bankin/css/h1.gif") no-repeat 100% 0;
	color:#333C2E;
	border-left:1px solid #696;
	white-space:nowrap;
	font-weight: bold;
	font-size: 11px;
}
*/
/* краткое описание */
.paymentSummary {
	margin-bottom: 10px;
}
.paymentSummary td {
	padding: 4px;
}
.paymentSummary .medium {
	padding-right: 20px;
	font-weight: bold;
}
/* график платежей */
.paymentGraph th {
	text-align: left;
}
.paymentGraph .controlRow td {
	text-align: center;
}
.paymentGraph .controlRow a {
	color:#336699;
}
.paymentGraph td {
	padding: 4px;
	text-align: right;
}
.paymentGraph .year td {
	border-bottom: 4px solid #DADEB9;
}
/* Slider
-------------------------------------------------------------------------------- */
span.limitLeft,
span.limitRight {
	left:0;
	font-size: 10px;
	line-height: 10px;
	color: #999;
	position:absolute;
	text-align:left;
	white-space:nowrap;
}
span.limitRight {
	right:0;
	left:auto;
	text-align:right;
}
div.ui-slider {
	position: relative;
	display: block;
	height: 16px;
	margin: 0;
	border: none;
}
.ui-slider-handle {
	position: absolute;
	width: 11px;
	height: 15px;
	background: url(/templates/bankin/images/slider.png) 0 -3px no-repeat !important;
	cursor: pointer;
	margin-left:-5px !important;
	border: none !important;
}
div.sliderPath {
	display: block;
	margin: 0 5px;
	height: 3px;
	font-size: 0;
	background: url(/templates/bankin/images/slider.png) -1400px 0 no-repeat;
}
div.sliderPath i {
	display: block;
	height: 3px;
	background: url(/templates/bankin/images/slider.png) right 0 no-repeat;
}
div.speeder {
	display: block;
	text-align: center;
	margin: 1px 0 5px;
	height: 11px;
	overflow: hidden;
	background: url(/templates/bankin/images/slider.png) center -18px no-repeat;
}
div.speeder div {
	display: block;
	position: relative;
	left: 0px;
	margin: 0 auto !important;
	padding: 0 2px !important;
	width: 26px;
	height: 11px;
	background: url(/templates/bankin/images/slider.png) -20px -3px no-repeat;
	cursor: pointer;
}


div.calculator table.top td, div.calculator table.top th, div.calculator table.bottom td, div.calculator table.bottom th {
    width: auto;
}
div.calculator table.top {
    width: 100%;
}
.right-mini3 .container table td, .right-mini3 .container table th {
    max-width: 100%;
    min-width: 0;
    vertical-align: top;
    width: auto;
}
div.calculator td.big-bot {
    padding-bottom: 30px;
}
div.calculator table td {
    padding: 0 20px 20px 0;
}
div.calculator table.top td.l {
    width: 130px;
}
div.calculator .text {
    width: 98%;
}
#lterm {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
div.calculator .container div, div.calculator table, div.calculator td, div.calculator th {
    margin: 0;
    padding: 0;
}
div.calculator th {
    padding: 0 0 5px;
}
div.calculator table.bottom {
    table-layout: fixed;
    width: 100%;
}
div.calculator table.bottom td.l {
    width: 270px;
}
div.calculator table.bottom .text {
    width: 30%;
}

div.calculator table.bottom span {
    display: block;
    height: 1.35em;
}
.block .container {
    border-bottom: 3px solid #ECEBE8;
}
div#calculatorResult table, div#calculatorResult_summary_container table {
    width: 100%;
}
div.calculator .paymentGraph th {
    font-weight: bold;
    padding: 3px 10px;
}
div.calculator .calculatorResult td {
    font-weight: bold;
    padding: 3px 20px 3px 10px;
    text-align: left;
}
div.calculator .calculatorResult td.medium {
    font-weight: normal;
}
div.calculator .calculatorResult .controlRow td {
    text-align: center;
}
div.calculator .paymentGraph td {
    font-weight: normal;
    width: auto;
}
div.ft-block1 td, div.ft-block1 th {
    text-align: left;
}
.hint {
    background: none repeat scroll 0 0 #FFFFC7;
    border: 1px solid #CCCCCC;
    clear: both;
    display: none;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.3;
    overflow: hidden;
    padding: 0.6em 0.8em;
    position: absolute;
    text-align: left;
    white-space: normal;
    width: 250px !important;
    z-index: 100;
}
/*
     */
/*
*/