@charset "utf-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

body {
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 16px;
	color: #434343;
	line-height: 140%;
	min-width: 960px;
}
#site {
	min-height: 100%;
	position: relative;
}	

#container {
	position: relative;
	z-index: 1;
}

.fixed {
	width: 610px;
	margin: 0 auto;
	position: relative;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}






#credit_box div { overflow: visible; }





.application form {
	margin: 30px 0 0 0;
	width: 434px;
}

.application form > div {
	display: inline-block;
	margin-bottom: 18px;
	position: relative;
}

.application form > div.message {
	display: block;
	position: relative;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 130%;
	color: #508506;
	border: 2px solid #6FBF00;
	text-align: center;
	border-radius: 5px;
}

.application form > div > span {
	overflow: hidden;
	display: block;
	float: left;
	width: 192px;
}

.application form > div > span > span {
	color: #b86e31;
	display: inline-block;
	vertical-align: top;
	width: 14px;
}

.application form > div input[type="text"], .application textarea, .credit form input[type="text"] {
	display: block;
	float: left;
	width: 220px;
	height: 32px;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 14px;
	color: #101010;
	line-height: 32px;
	background: #f1f1f1;
	background: linear-gradient(to bottom, #fff 0%, #eeeeee 100%);
}

.application textarea {
	height: 116px;
	padding: 7px 10px;
	line-height: 130%;
	overflow: hidden;
	background: #fff;
}

.credit form .alignright input[type="text"] {
	width: 134px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.application input[type="text"]:focus, .application textarea:focus {
	box-shadow: 0 0 3px 0 #00509b;
}

.application input[type="text"].error_input, .application textarea.error_input {
	box-shadow: 0 0 3px 0 red;
}

.error {
	font-size: 14px;
	line-height: 130%;
	color: #959595;
	padding: 0 0 0 20px;
	background: url("../calc_files/arrow.jpg") 0 50% no-repeat;
	white-space: nowrap;
}

.appl_bottom {
	padding-left: 192px;
}

.application input[type="submit"] {
	display: block;
	float: right;
	border: 1px solid #a7231c;
	width: 146px;
	height: 35px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background: #d0231f;
	background: linear-gradient(to bottom, #fec1bd 0%, #e3362f 2px, #bd2a20 100%);
	border-radius: 3px;
	cursor: pointer;
}

.application input[type="submit"]:hover {
	background: #e3362f;
	background: linear-gradient(to top, #e3362f 0%, #d52621 100%);
}


.breadcrumbs {
	font-size: 12px;
	line-height: 130%;
	color: #666;
	position: relative;
	top: -15px;
	margin: 0 0 5px 0;
}

.breadcrumbs a {
	text-decoration: none;
	color: #07345e;
	margin-right: 4px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

#credit_box {
	width: 600px;
}

.calc_tabs {
	position: relative;
	z-index: 1;
}

.calc_tabs span {
	display: block;
	height: 31px;
	padding: 4px 14px 0 14px;
	font-size: 16px;
	line-height: 130%;
	color: #ccc;
	text-decoration: none;
	background: #07345e;
	background: linear-gradient(to bottom, #4f92d1 0%, #07345e 3px, #07345e 100%);
	border-radius: 3px 3px 0 0;
	text-align:center;
}

.calc_tabs span.active {
	background: #ab5e26;
	background: linear-gradient(to bottom, #f7adab 0%, #ab5e26 3px, #ab5e26 100%);
	color: #fff;
	margin-top: -6px;
	padding-top: 10px;
}

.credit_wrapper {
	display: block;
	position: relative;
	z-index: 2;
	top: -5px;
	border: 5px solid #ab5e26;;
	border-radius: 5px;
}

.credit {
	position: relative;
	z-index: 2;
	top: -5px;
	border: 5px solid #db4743;
	border-radius: 5px;
}

.credit_wrapper .credit {
	top: auto;
	border: 0;
	border-radius: unset;
	display: none;
}

.credit_wrapper .credit.active {
	display: block;
}

.credit form {
	display: block;
}

.credit form > div {
	display: inline-block;
	/* width: 640px; */
	width: 92%;
	padding: 16px 22px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	zoom: 1;
	*display: inline;
}

.credit form > div div.alignleft {
	/* width: 270px; */
	width: 40%;
}

.credit form > div div.alignright {
	/* width: 156px; */
	/* width: 156px; */
}

.credit_category {
	margin-top: 7px;
	font-size: 14px;
	line-height: 130%;
	color: #000;
}

.credit_category span {
	color: #888;
}

.num {
	text-align: right;
}

.num span {
	display: inline-block;
	/* width: 22px; */
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	cursor: pointer;
}

.num span:hover, .num span.active {
	color: #fff;
	border-color: #ab5e26;
	border-radius: 3px;
	background: #ab5e26;
	background: linear-gradient(to bottom, #fec1bd 0%, #e3362f 2px, #bd2a20 100%);
}

.num span + span {
	margin-left: 4px;
}

.total {
	background: #f6f6f6;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	font-weight: bold;
}

.total.w_1_2 p {
	display: block;
	width: 50%;
}

.total p.alignright {
	text-align: right;
}

.total p span {
	font-size: 16px;
	line-height: 130%;
	margin-left: 12px;
}

.credit_radio {
	
}

.credit_radio p {
	display: inline-block;
	font-size: 14px;
	line-height: 140%;
	color: #000;
	zoom: 1;
	*display: inline;
}

.credit_radio p + p {
	margin-left: 30px;
}



.clear {
	clear: both;
}

.jq-selectbox__select {
	height: 32px;
	width: 196px;
	padding: 0 34px 0 10px;
	border-bottom-color: #B3B3B3;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
	background: linear-gradient(to bottom, #fff 0%, #eeeeee 100%);
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 14px;
	color: #777;
	line-height: 32px;
	cursor: pointer;
}

.credit form .jq-selectbox__select {
	width: 110px;
}

.jq-selectbox.focused .jq-selectbox__select {
	box-shadow: 0 0 3px 0 #00509b;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #777;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
	top: 35px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFF;
	font-family: 'Tahoma', 'Geneva CY', sans-serif;
	font-size: 14px;
	color: #777;
}

.jq-selectbox__search {
	margin: 5px;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
	max-height: 270px!important;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 7px 10px;
	color: #777;
	cursor: pointer;
}

.jq-selectbox li:hover {
	background-color: #f6f6f6;
}

.jq-radio {
	width: 10px;
	height: 10px;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	background: #f1f1f1;
	background: linear-gradient(to bottom, #fff 0%, #eeeeee 100%);
	vertical-align: middle;
	cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
	background: #db3120;
}

.jq-radio.focused {
	border: 1px solid #08C;
}

.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64\,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}

.jq-checkbox.focused {
	border: 1px solid #08C;
}

.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


