

.kalkulator_left {
	width: 225px;
	float: left;
	border-collapse: collapse;
	margin-top: 15px;
	position: absolute;
}

.kalkulator_left a.button {
	width: 180px;
	height: 50px;
	border: 1px solid #D4DFE5;
	background: url(/images/bt_buy.png) 0px 50% no-repeat #F1F9FD;
	box-shadow: 0 2px 2px rgba(206, 216, 218, 0.7);
	text-decoration: none;
}

.kalkulator_left a.button span {
	padding: 8px 0 0 50px;
	display: block;
	color: #585D60;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.kalkulator_left a{
	display: block;
	margin-bottom: 15px;
}

.kalkulator_left img{
	margin-bottom: 25px;
}

.bottom_text {

	float: right;
	clear: both;
	margin-top: 20px;
}


.kalkulator {
	width: 795px;
	float: right;
	border-collapse: collapse;
	border: 1px solid #c8c8c8;
	margin-top: 15px;
}

.kalkulator tr {
	background: #fff;
}

.kalkulator tr.kalgrey {
	background: #f2f2f2;
}

.kalkulator tr td, .kalkulator tr th {
	border-top: 1px solid #c8c8c8;
}

.kalkulator tr:first-child td, .kalkulator tr:first-child th {
	border-top: 1px solid #c8c8c8;
}

.kalkulator td, .kalkulator th {
	border-left: 1px solid #c8c8c8;
	height: 40px;
}

.kalkulator td > div, .kalkulator th > div {
	width: 100%;
	height: 100%;
	position: relative;
}

.kalkulator td.kalfirst, .kalkulator td.kallast {
	width: 230px;
}

.kalkulator tr.kalhead div {
	color: #2c373f;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.kalparam input[type="text"] {
	width: 150px;
	height: 22px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 50%;
	margin-top: -12px;
	background: #fff;
	border: 1px solid #dedede;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.kalparam .kalcheckwr {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(/images/kalcheckbox.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.kalparam .kalcheckwr.checked {
	background-position: 50% bottom;
}

.kalparam .kalcheckwr.unchecked {
	background-position: 50% top;
}

.kalparam .kalcheckwr input {
	display: none;
}

.kalkulator tr.kalname div {
	line-height: 40px;
	text-align:center;
	color: #2c373f;
	font-size: 13px;
	font-weight: normal;
}

.kalkulator .kalicon {
	background-image: url(/images/kalicons.png);
	background-repeat: no-repeat;
}

.kalkulator .bath {background-position:5px 0;}

.kalkulator .sink {background-position:5px -40px;}

.kalkulator .bidet {background-position:5px -80px;}

.kalkulator .jacuzzi {background-position:5px -120px;}

.kalkulator .jacuzzicorn {background-position:5px -160px;}

.kalkulator .washmashine {background-position:5px -200px;}

.kalkulator .dishwasher {background-position:5px -240px;}

.kalkulator .pan {background-position:5px -280px;}

.kalkulator .dush {background-position:5px -320px;}

.kalkulator .other {background-position:5px -100500px;}

.kalkulator .kalicon span {
	display: block;
	height: 100%;
	line-height: 40px;
	float: left;
	margin-left: 50px;
	font-weight: normal;
	color: #6b6b6b;
	font-size: 13px;
}

.kalkulator .kalicon span i {
	font-style: normal;
	color: #a0a0a0;
}

.kalkulator .kalicon input[type="text"] {
	width: 150px;
	height: 22px;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -12px;
	background: #fff;
	border: 1px solid #dedede;
	color: #6b6b6b;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.kalkulator .kalicon .kalcheckwr {
	position: absolute;
	right: 105px;
	margin-left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(/images/kalcheckbox.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.kalkulator .kalicon .kalcheckwr input {
	display: none;
}

.kalkulator .kalicon .kalcheckwr.checked {
	background-position: 50% bottom;
}

.kalkulator .kalicon .kalcheckwr.unchecked {
	background-position: 50% top;
}

.kalkulator .kalclaculate {
	height: 135px;
}

.kalkulator .kalclaculate .wrap {
	overflow: hidden;
	padding-top: 30px;
}

.kalkulator .kalclaculate .wrap > div {
	overflow: hidden;
}

.kalkulator .kalclaculate .wrap .top .left {
	float: left;
	width: 230px;
	margin-left: 50px;
}

.kalkulator .kalclaculate .wrap .top .right {
	float: right;
	width: 450px;
	margin-right: 40px;
}

.kalkulator .kalclaculate .wrap .bottom {
	width: 600px;
	margin: 20px auto 0;
}

.kalkulator .kalclaculate span, .kalkulator .kalclaculate i {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	/display: inline;
	zoom: 1;
	vertical-align: top;
}

.kalkulator .kalclaculate span {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
}

.kalkulator .kalclaculate i {
	font-style: normal;
	font-size: 13px;
	color: #000;
	font-weight: normal;
	padding-left: 10px;
}

.kalkulator .kalclaculate .top input {
	background: #fff;
	border: 1px solid #c8c8c8;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #000;
}

.kalkulator .kalclaculate .top .left input {
	width: 130px;
	padding: 0 10px;
	text-align: right;
}

.kalkulator .kalclaculate .top .right input {
	width: 230px;
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	color: #000;
}

.kalkulator .kalclaculate .bottom input, .kalkulator .kalclaculate .bottom button {
	height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border: none;
	cursor: pointer;
	text-align: center;
}

.kalkulator .kalclaculate .dumping {
	width: 80px;
	float: left;
	background: #929292;
}

.kalkulator .kalclaculate .calculation {
	width: 110px;
	float: right;
	background: #ff6f00;
}

.prim {width: 765px;float: right;clear: right;}
.prim h2 {background: none!important;padding:0!important;}


.cusel { 
	height: 22px;
	width: 145px;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	top: 9px;
	cursor: pointer;
	z-index: 1;
}

.cuselText { 
	height: 22px;
	width: 135px;
	padding-left: 5px; 
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 22px;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
	color:#6b6b6b;
	background: url(/images/custop.png) left top no-repeat;
}

.cusel span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
	width: 130px;
	padding-left: 5px;
	height: 22px;
	line-height: 22px; 
	zoom: 1;
	font-size: 13px;
	color: #6b6b6b;
}

.cusel .cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 22px;
	z-index:100500;
	background: url(/images/cusbot.png) left bottom no-repeat;
	min-width: 100%;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 5px;
}


