#text h2{
	width: 758px;
	margin-right: 0;
}



#text .kalkulatorInfo p,#text #kalkulator p{
    margin: 0;
    padding: 0;
    line-height: 120%;
}


/* text nad kalkulatorem */
.kalkulatorInfo{
    width: 754px;
    padding: 10px 0 15px;
    margin: 20px 0 10px;
    border: 1px #D39500 solid;
    color: #3D3D3D;
    background: #FFB400;
    text-align: center;
    font-size: 110%;
    font-family: Arial;
}
#text .kalkulatorInfo p.kalkulatorInfoSpoc{
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 5px;
}



/* obecne styly pro cely kalkulator */
#kalkulator{
    color: #2398FB;
    font-size: 90%;
}

#kalkulator .kalkulatorHelp{
    vertical-align: top;
    margin: 1px 2px;
}

#kalkulator input,#kalkulator select,#kalkulator textarea{
    background-color: #fff;
}
#kalkulator select{
    border: 1px #000 solid;
}




/* krok */
#kalkulator .step{
    width: 778px;
    margin-left: -7px;
    padding-top: 20px;
    height: 1%;
    overflow: visible;
}
#kalkulator .step:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.stepBottomArrow{
    clear: both;
	width: 32px;
	height: 37px;
	margin-left: 240px;
    background: url("../images/kalkulacka/kalk_arrow.gif") bottom left no-repeat;
    cursor: pointer;
}

/* cislo kroku */
#kalkulator .stepNumber{
    /*position: relative;*/
    margin-top: 10px !important;
    float: left;
    width: 22px;
    height: 57px;
    padding: 17px 0 0 7px !important;
    background: url("../images/kalkulacka/kalk_num_bg.gif") top left no-repeat;
    font-size: 160%;
    font-style: italic;
    font-weight: bold;
}

/* konfigurace kroku */
#kalkulator .stepInputs{
    width: 490px;
    float: left;
    border-top: 1px #CAECFF solid;
    border-right: 1px #CAECFF solid;
    border-left: 1px #CAECFF solid;
}
/* jedna polozka kroku */
#kalkulator .stepItem{
    border-bottom: 1px #CAECFF solid;
    padding:  20px 0;
    height: 1%;
    overflow: visible;
}
#kalkulator .stepItem:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#kalkulator .stepItem.stepItemWide{
    padding: 30px 0;
}
#kalkulator .stepItem.stepItemMain{
    background-color: #E4F6FF;
}


/* polozka siroka pres celou vstupni cast*/
#kalkulator .stepItemFull{
    margin: 0 35px 0 40px;
}
#kalkulator .stepItemFull .stepItemDesc{
    float: left;
    width: 290px;
}
#kalkulator .stepItemInput{
    color: #0079E0;
    font-size: 95%;
    font-weight: bold;
 }
#kalkulator .stepItemFull .stepItemInput{
    float: right;
}
#kalkulator .inputRadio{
    vertical-align: middle;
    margin-right: 7px;
}
#kalkulator .stepItemMain .inputRadio{
	background-color: #E4F6FF;
}
/* vstupni pole - cislo */
#kalkulator input.inputNumber{
    width: 60px;
    height: 18px;
    padding: 5px 0;
    border: 1px #B3DEFF solid;
    color: #002D54;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}

/* polozka polovicni sirky*/
#kalkulator .stepItemHalf{
    width: 245px;
    float: left;
}

/* pocet */
#kalkulator .stepPocet .inputRadio.IT2{
    margin-left: 15px;
}
#kalkulator .stepPocet .stepItem#k_tezke_pocet_div .stepItemDesc{
    margin-bottom: 10px;
}
#kalkulator .stepPocet .stepItem#k_tezke_pocet_div  .stepItemInput{
    float: left;
    margin-right: 15px;
    font-weight: normal;
}




/* nakladka a vykladka */
#kalkulator .stepNaklVykl .stepItemHalf{
    width: 225px;
    padding: 0 10px;
}
#kalkulator .stepNaklVykl div.stepItemHalf.IT2{
    width: 224px;
    border-left: 1px #2398FB solid;
}
#kalkulator .stepNaklVykl .stepItemDesc{
    font-size: 110%;
}
#kalkulator .stepNaklVykl .stepItemInput{
    float: left;
    margin-top: 10px !important;
}
#kalkulator .stepNaklVykl .stepItemInput.IT2{
    float: right;
    padding-right: 10px !important;
}


/* stehovani */
#kalkulator .stepStehovani .stepItemMain{
    padding-left: 40px;
}
#kalkulator .stepStehovani .stepItemMain .stepItemInput{
    color: #2398FB;
    font-size: 100%;
}
#kalkulator .stepStehovani .stepItemMain .stepItemHalf{
    width: 220px;
}
#kalkulator .stepStehovani .inputRadio{
    margin-right: 15px;
}
#kalkulator .stepStehovani .stepItemMain .kalkulatorHelp{
    margin-left: 15px;
}


/* baleni a montaz */
#kalkulator .stepBaleni .stepItemMain .stepItemDesc{
    width: 230px;
    font-size: 120%;
    font-weight: bold;
}
#kalkulator .stepBaleni .stepItemInput{
    font-size: 100%;
}
#kalkulator .stepBaleni .stepItemMain .stepItemInput{
    color: #2398FB;
}
#kalkulator .stepBaleni .kalkulatorHelp{
    margin-left: 10px;
}
#kalkulator .stepBaleni .inputRadio.IT2{
    margin-left: 70px;
}
#kalkulator .stepBaleni .stepItemInput.stepItemInputMontaz{
    clear: both;
    float: none;
    padding-top: 10px !important;
    font-weight: lighter;
    color: #005EAE;
}
#kalkulator .stepBaleni .stepItemInput.stepItemInputMontaz input{
    margin-right: 5px;
}








/* vysledky kroku */

#kalkulator .stepResultBottomLine{
	float: right;
	clear: left;
	margin-top: -1px;
    width: 250px;
    border-top: 1px #CAECFF solid;
    height: 0;
} 

#kalkulator .stepResult{
    width: 250px;
    float: left;
    margin-left: 6px;
    border-top: 1px #CAECFF solid;
    text-align: center;
    color: #015EAB;
}
#kalkulator .stepResult .header{
	margin-bottom: 20px !important;
	font-weight: bold;
}
#kalkulator .stepResult .header,#kalkulator .stepResult .header a{
	color: #2298FC;
}
#kalkulator .stepResult .resultPrice{
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
#kalkulator .resultLeft,#kalkulator .resultRight{
	padding: 15px 0 15px 0;
}
#kalkulator .resultLeft{
	width: 120px;
	float: left;
}
#kalkulator .resultRight{
	width: 120px;
	float: right;
	font-weight: bold;
}


/* pocet */
#kalkulator .stepPocet .stepResult {
	padding: 10px 0;
}
#kalkulator .stepPocet .resultLeft{
	width: 110px;
	padding-top: 20px;
}
#kalkulator .stepPocet .resultLeft div{
	display: none;
}
#kalkulator .stepPocet .resultLeft .header span{
	font-weight: normal;
}
#kalkulator .stepPocet .resultRight.IT1{
	width: 130px;
	border-left: 1px #CAECFF solid;
	text-align: left;
	font-size: 95%;
	font-weight: normal;
}
#kalkulator .stepPocet .resultRight.IT1 .kalkulatorHelp{
	float: right;
}
#kalkulator .stepPocet .resultRight.IT1 p{
	margin-left: 10px !important;
	padding: 15px 0 !important;
	border-bottom: 1px #CAECFF solid;
}
#kalkulator .stepPocet p.resultRightSazba{
	padding: 30px 0 0 !important;
	border-bottom: 0 !important;
	text-align: center;
	display: none;
}
#kalkulator .stepPocet p.resultRightSazba .kalkulatorHelp{
	float: none !important;
	margin-top: 15px;
}
#kalkulator .stepPocet #k_result_tezke_div{
	margin-top: 0;
	padding-top: 0;
}

/* doprava */
#kalkulator .stepStehovani .resultRightSazba{
	margin-top: 10px !important;
	font-weight: normal;
}
#kalkulator .stepStehovani .resultRightSazba strong{
	color: #000;
}


/* spocitani ceny */
#kalkulator .step.finalStep{
	background-image: none;
	padding-bottom: 40px;
}
#kalkulator .step.finalStep .stepInputs{
	width: 522px;
	border: 0;
	text-align: center;
}
#kalkulator .step.finalStep .stepInputs p, #kalkulator .poptavkaSubmit p{
	margin: 0 auto !important;
	width: 330px;
	border: 1px #FFB400 solid;
}
#kalkulator .step.finalStep p.stepInputsVymazat{
	margin-top: 10px !important;
	border: 0;
}
#kalkulator .step.finalStep .stepInputs input, #kalkulator .poptavkaSubmit p input{
	width: 330px;
	padding: 3px 0;
	background-color: #FFB400;
	border: 1px #fff solid;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
#kalkulator .poptavkaSubmit p input:hover{
	background-color: #FFB400;
}
#kalkulator .step.finalStep .stepInputsVymazat a{
	color: #2398FB;
	font-weight: bold;
}
#kalkulator .step.finalStep .stepResult{
	position: relative;
	top: -30px;
	background-color: #E4F6FF;
	padding-bottom: 15px;
}
#kalkulator .step.finalStep .stepResult .header{
	color: #000;
	text-align: left;
	font-size: 90%;
	padding: 10px 0 0 20px !important;
	margin-bottom: 5px !important;
}
#kalkulator .step.finalStep .stepResult .finalStepPrice,#kalkulator .step.finalStep .stepResult .finalStepPrice .resultPrice{
	color: #0061B3;
}
#kalkulator .step.finalStep .stepResult .finalStepPrice{
	font-size: 200%;
}

#kalkulator .step.finalStep .stepResult .finalStepCenaBez,#kalkulator .step.finalStep .stepResult .finalStepcas{
	margin-top: 10px !important;
}
#kalkulator .step.finalStep .stepResult .finalStepCenaBez .finalStepPrice{
	font-size: 150%;
}





/*  poptavkovy formular */
#kalkulatorPoptavka{
	position: relative;
	top: -60px;
	color: #0061B3;
	margin-bottom: 20px;
}
#kalkulator #kalkulatorPoptavka p.ceny{
	margin: 10px 0 15px;
}
#kalkulatorPoptavka .poptavkaCo{
	text-align: left;
}
#kalkulatorPoptavka .poptavkaCo input{
	margin-left: 20px;
}
#kalkulatorPoptavka table{
	border-top: 1px #CAECFF solid;
	border-left: 1px #CAECFF solid;
}
#kalkulatorPoptavka table th,#kalkulatorPoptavka table td{
	border-bottom: 1px #CAECFF solid;
	border-right: 1px #CAECFF solid;
	padding: 7px 10px;
}
#kalkulatorPoptavka table th{
	vertical-align: top;
	text-align: left;
	background: #E4F6FF;
}

#kalkulatorPoptavka table table{
	margin: -7px -10px;
	border-top: 0;
	border-left: 0;
}
#kalkulatorPoptavka table table th{
	white-space: nowrap;
}
#kalkulatorPoptavka table table td{
	width: 100%;
	border-right: 0;
}
#kalkulatorPoptavka table table tr.last th,#kalkulatorPoptavka table table tr.last td{
	border-bottom: 0;
}

#kalkulatorPoptavka .poptavkaSubmit{
	text-align: center;
}
#kalkulatorPoptavka .poptavkaSubmit input{
	padding: 2px 15px;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}
#kalkulatorPoptavka .poptavkaSubmit input:hover{
	background: #E4F6FF;
}

/* chyby */
#kalkulatorPoptavka label.error{
	color: red;
	font-style: italic;
	float: left;
}

.finalStepError{
	color: red;
	font-size: 120%;
	font-weight: bold;
	display: none;
}
.finalStepError a{
	color: red;
}



#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px #E39A33 solid;
	background-color: #FFD778;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
