.cll_calc {
	font-size: 12px;
	font-weight: normal;	
	font-family: Trebuchet MS, "Arial CE", Arial, Helvetica, sans-serif;
	
	text-align: left;
}

 .cll_calc h1 {
	margin: 30px 0 30px -10px;
}
.isFrame .cll_calc h1 {
	display: none;
}

.cll_calc #loading {
	
	position: absolute;

	left: 50%;
	top: 40%;
	margin: -20px 0 0 -30px;
	
	background: white;
	border: solid 1px silver;
	-moz-box-shadow: 5px 5px 5px #eee;
	-webkit-box-shadow: 5px 5px 5px #eee;
	box-shadow: 5px 5px 5px #eee;
	padding: 10px;
	
	color: silver;
	font-size: 9px;
}

.cll_calc hr {
	background: transparent;
	border: none;
	border-bottom: 1px dotted silver;
	margin: 5px 0 15px 0;
	clear: both;
}

.cll_calc p {
	margin: 5px 0;
	line-height: 150%;
}

.cll_calc .clr {
	clear: both;
	background: transparent;
	border: none;
	height: 1px;
	margin: 0px;
}

.cll_calc img,
.cll_calc input {
	vertical-align: middle;
}

.cll_calc a img {
	border: none;
}

.cll_calc table {
	border: 1px solid silver;
	border-collapse: collapse;
}
.cll_calc th, 
.cll_calc td {
	border: 1px solid silver;
	padding: 5px;
	vertical-align: top;
}
.cll_calc th {
	font-weight: bold;
}
.cll_calc td {	
	font-weight: normal;
	text-align: left;
}

.cll_calc .hide {
	display: none;
}


.cll_calc input[type='text'] {
	border: 1px solid silver;
}

.cll_calc .gray_box {
	border: none;
	background: #f6f6f6;
	width: auto;
	
	margin: 10px 0;
	padding: 15px 25px 20px 25px;
	max-width: 750px;	
}
.cll_calc .gray {
	color: #444;
}


.cll_calc fieldset,
.cll_calc #result {
	border: none;
	background: #fff2d7;
	width: auto;
	
	margin: 10px 0;
	padding: 15px 25px 20px 25px;
	max-width: 750px;
}

.cll_calc #result .in {
	background: #fffbf2;
	padding: 5px 15px 15px 15px;
	margin: 5px 10px 5px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	
	font-size: 14px;
}

.cll_calc #result table {
	width: 100%;
	margin: 10px 0;
}
.cll_calc #result td.r,
.cll_calc #result th.r {
	width: 30%;
	text-align: right;
}
.cll_calc fieldset fieldset {
	border: 1px dotted silver;
	margin: 15px;
}

.cll_calc .item {
	margin: 10px 0;
	min-height: 30px;
}



.cll_calc .typ-box label.button {
	border: 1px solid;
	border-color: #deb887;
	background: white;
	padding: 5px 20px 5px 5px;
	margin: 5px 10px 5px 0;
	float: left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.cll_calc .typ-box label.button span {
	word-wrap: none;
}

.cll_calc span.or {
	display: inline-block;
	margin: 0 15px 0 0;
	
}

.cll_calc .vymera-typ-box {
	border: 1px solid;
	border-color: #deb887;
	background: white;
	padding: 0px 15px 0px 15px;
	margin-bottom: 5px;
}
.cll_calc .bookmark {
	padding: 10px 2px 10px 0;
}
/*
.vymera-typ-box.not-selected .bookmark-content {
	display: none;	
}
*/
.cll_calc label.text {
	min-width: 120px;
	display: inline-block;
}

.cll_calc .value {
	width: 220px;
	margin: 0 15px 7px 0;
	font-size: 13px;
	float: left;
}
.cll_calc .slider {
	margin: 4px 10px 5px 0;
	width: 25%;
	min-width: 100px;
	float: left;
}

@media (max-width: 450px){
	.cll_calc .slider { 
		width: 100%;
	}
}
.cll_calc .help {
	font-size: 11px;
	margin: 0 15px 7px 0;
	clear: both;
	color: #1965ed;
}
/*
.help.icon {
	overflow: hidden;
	background: url(ico_help.png) center center no-repeat;
	width: 30px;
	display: block;
	padding: 40px;
}

.help.icon p {
	display: none;
}
*/
.cll_calc .red,
.cll_calc .required {
	border: 1px solid red;
}

.cll_calc .actions a,
.cll_calc .actions input {
	padding: 7px 15px;
	margin: 15px 5px 15px 0;
}

.cll_calc .permalink {
	width: 75%;
	padding: 2px;
}


@media (max-width: 500px){
	.cll_calc fieldset,
	.cll_calc #result,
	.cll_calc .vymera-typ-box {
		padding: 10px;
	}
}