
.calculator div,
.calculator h4,
.calculator h5,
.calculator form,
.calculator input,
.calculator select,
.calculator label,
.calculator p,
.calculator ul,
.calculator li {
	margin:0; padding:0;
	font: 12px/14px Arial, Tahoma, sans-serif;
}
.calculator {
	text-align: left;
	font: 12px Arial, Tahoma, sans-serif;
	background: #f4f4f4 url(../img/calculator/calculator-bg.gif) repeat-y 0 0;
	width: 220px;
}
.calculator .calculator-top,
.calculator .calculator-bottom {
	background: url(../img/calculator/calculator-bg.gif) no-repeat -440px 0;
}
.calculator .calculator-bottom {
	background-position: -220px 100%;
	padding: 0 12px;
}
.calculator h4 {
	background: #5a697b url(../img/calculator/calculator-h4.gif) no-repeat 0 0;
	margin: 0 -12px;
	padding: 7px 12px 8px;
	color: #fff;
	font: bold 14px/15px Arial, Tahoma, sans-serif;
}
.calculator a {
	color: #2882be;
	text-decoration: none;
}
.calculator a:hover {
	text-decoration: underline;
}

.calculator .button {
	height: 26px;
	line-height: 25px;
}
.calculator .button div a {
	color: #fff;
	text-decoration: none;
	font: bold 12px/25px Arial, Tahoma, sans-serif;
	text-align: center;
	float: left;
}
.calculator .button div,
.calculator .button div div {
	background: url(../img/calculator/buttons.gif) repeat-x 0 -26px;
	height: 26px;
	float: left;
	font
}
.calculator .button div div {
	background: url(../img/calculator/buttons.gif) no-repeat 0 0;
}
.calculator .button div div div {
	background-position: 100% -52px;
}
.calculator div.button-orange {
	background-position: 0 -104px;
	margin: 0 3px 0 0;
}
.calculator div.button-orange div {
	background-position: 0 -78px;
}
.calculator div.button-orange div div {
	background-position: 100% -130px;
}
.calculator div.button-orange a {
	width: 70px;
}

.calculator .total {
	background: #fdfddc url(../img/calculator/total-bg.gif) repeat-y 0 0;
	width: 196px;
	color: #191919;
	margin: 8px 0;
}
.calculator .total p {
	font: 11px/18px Arial, Tahoma, sans-serif;
}
.calculator .total-top,
.calculator .total-bottom {
	background: url(../img/calculator/total-bg.gif) no-repeat -196px 0;
}
.calculator .total-bottom {
	background-position: -392px 100%;
	padding: 4px 11px 6px;
}
.calculator .total p.label {
	font-weight: bold;
}
.calculator .total p.price {
	font-size: 20px;
	font-weight: bold;
}

.calculator .payment-types {
	background: url(../img/payment-types-111209.gif) no-repeat 0 100%;
	padding: 0 12px 103px;
	margin: 8px -12px 0 -11px;
	font-size: 11px;
	color: #666;
}

.calculator .button-submit {
	padding: 9px 0 11px 15px;
}
.calculator .button-submit a {
	width: 167px;
}

.calculator .input {
	margin: 8px 0;
	position: relative;
}
.calculator .input label {
	display: block;
	padding: 0 0 4px;
}
.calculator .input .text {
	background: url(../img/calculator/input-bg.gif) no-repeat 0 0;
	width: 196px;
	height: 24px;
	overflow: hidden;
}
.calculator .input .text input,
.calculator .input .captcha input,
.calculator .discount-code .text input {
	border: 0; background: none;
	width: 192px;
	height: 20px;
	margin: 0; padding: 4px 0 0 4px;
}
.calculator .input .captcha input {
	width: 108px;
}
.calculator .input .captcha {
	float: left;
	background: url(../img/calculator/input-bg.gif) no-repeat 0 -48px;
	width: 112px;
	height: 24px;
	overflow: hidden;
}
.calculator .select select {
	width: 165px;
	height: 22px;
	vertical-align: middle;
}
.calculator .wide-select select {
    width: 100%;
}
.calculator .checkbox-inputs label {
	display: inline;
	padding: 0 4px 0 0;
}
.calculator label input {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.calculator .help {
	background: url(../img/calculator/icon-help.gif) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	margin: -20px 0 0 176px;
}
.calculator .help a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

.calculator .discount-code .text,
.calculator .discount-code .button {
	float: left;
	background: url(../img/calculator/discount-bg.gif) no-repeat 0 0;
	height: 24px;
}
.calculator .discount-code .text {
	width: 132px;
}
.calculator .discount-code .text input {
	width: 128px;
}
.calculator .discount-code .button {
	float: left;
	width: 64px;
	background-position: 100% 0;
}
.calculator .discount-code .button a {
	display: block;
	width: 64px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

.calculator .hr {
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	background: url(../img/calculator/border-gray.gif) repeat-x 0 0;
}
.calculator .checkbox-inputs-long {
	font-size: 11px;
	line-height: 13px;
}
.calculator .checkbox-inputs-long input {
	float: left;
}
.calculator .checkbox-inputs-long label {
	float: left;
	width: 170px;
	padding: 0 0 0 5px;
	font-size: 11px;
	line-height: 13px;
}

.calculator .captcha-image {
	float: left;
	background: url(../img/calculator/captcha-code-bg.gif) no-repeat 0 0;
	width: 81px;
	height: 21px;
	padding: 3px 0 0 3px;
}

.calculator .alert {
	padding: 0 7px;
	margin: 8px 0;
	display: none;
}
.calculator .alert h5 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
.calculator .alert p {
	font-size: 11px;
	line-height: 12px;
	padding: 2px 0 3px;
}
.calculator .alert-red {
	background: #fadad5;
	border: 1px solid #e6aaaa;
	color: #b72c30;
}
.calculator .alert-yellow {
	background: #f9f1c2;
	border: 1px solid #eddf8d;
	color: #9a4723;
}
.calculator .alert-green {
	background: #e7fdc3;
	border: 1px solid #b4d77b;
	color: #4d740d;
}

.calculator .error {
	color: #b72c30;
	background: #fadad5;
	font-size: 10px;
	line-height: 12px;
	padding: 1px 5px 3px;
	display: none;
	position: relative;
}
.calculator .error-yellow {
	color: #9a4723;
	background: #f9f1c2;
}
.calculator .tab {
	display: none;
}
.calculator .show {
	display: block;
}

.calculator .tabs {
	height: 40px;
	padding: 8px 0 0 7px;
	margin: 0 -12px 11px;
	background: url(../img/calculator/tabs-bg.gif) repeat-x 0 0;
}
.calculator .tabs li {
	list-style-type: none;
	float: left;
	line-height: 14px;
	width: 101px;
	height: 40px;
	padding: 0 4px 0 0;
	background: url(../img/calculator/tab-bg.gif) no-repeat 0 -40px;
}
.calculator .tabs li.active {
	background-position: 0 0;
}
.calculator .tabs a {
	display: block;
	width: 90px;
	padding: 5px 0 0 11px;
	height: 35px;
}
.calculator .tabs a span {
	color: #ff7800;
	font-size: 14px;
}
.calculator .tabs .active a,
.calculator .tabs .active a span {
	color: #191919;
}
.calculator .active {
    display: block;
}
.calculator-octaplus .calculator-bottom {
    background: url(../img/octa-sidebar-end.gif) no-repeat 0 100%;
}
.calculator-octaplus .button-submit {
    padding-bottom: 10px;
}
