@charset "utf-8";

@font-face {
		font-family: 'PFDinTextCondPro';
		src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
		src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype'), url('../fonts/pfdintextcondpro-regular-webfont.svg#PFDinTextCondProRegular') format('svg');
		font-weight: normal;
		font-style: normal;
}

html,
body {
		width: 100%;
		height: 100%;
}

body {
		margin: 0;
		padding: 0;
		background: #fff;
		font: normal 13px/1.5 Arial, Helvetica, sans-serif;
		color: #000;
		-webkit-text-size-adjust: none;
}

form,
fieldset {
		margin: 0;
		padding: 0;
		border: 0;
}

input,
select,
textarea,
button,
.customSelect {
		font: normal 18px "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #d32c53;
		outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
.selectIn,
.selectSub ul,
.selectSub a {
		border: 1px solid #d4d4d4;
		position: relative;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		behavior: url(js/PIE.htc);
		background: #fff;
		margin: 0;
		padding: 4px 16px 5px 16px;
		text-align: left;
		zoom: 1;
}

textarea {
		resize: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
		cursor: pointer;
}

.input {
		zoom: 1;
		position: relative;
		padding: 0 17px;
}

.input input,
.input textarea {
		display: block;
		vertical-align: top;
		position: relative;
		left: -17px;
		width: 100%;
}

.outtaHere {
		position: absolute!important;
		left: -10000px!important;
}

.selectIn {
		padding-right: 31px;
		cursor: pointer;
}

.selectIn:after {
		content: '';
		position: absolute;
		top: -1px;
		bottom: -1px;
		right: -1px;
		width: 31px;
		background: #cfcfcf url(../img/select-arr.png) no-repeat 50% 50%;
		border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		behavior: url(js/PIE.htc);
}

.selectText {
		width: 100%;
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}

.selectSub {
		position: absolute;
		z-index: 1100;
}

.selectSub ul {
		list-style: none;
		margin: 2px 0 0 0;
		padding: 0;
		max-height: 300px;
		overflow-y: auto!important;
}

.selectSub li {
		margin: 0;
		padding: 0;
}

.selectSub a {
		display: block;
		text-decoration: none;
		color: inherit;
		border: 0;
		padding-top: 2px;
		padding-bottom: 2px;
}

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

.selectSub .selected a {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		opacity: 0.5;
		text-decoration: none!important;
		cursor: inherit;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
		display: block;
}

img {
		border: 0;
		vertical-align: top;
}

a,
span.link {
		color: #0073cb;
		text-decoration: underline;
		outline: none;
		cursor: pointer;
}

a:hover,
span.link:hover {
		text-decoration: none;
}

strong {
		font-weight: bold;
}

.table {
		border-collapse: collapse;
}

.table .sep {
		width: 1000px;
}

/*
p,
ol,
ul {
		margin: 0 0 15px 0;
}

ol,
ul {
		padding: 0 0 0 15px;
}
*/
.nowrap {
		white-space: nowrap;
}

.nofloat {
		height: 100%;
		overflow: hidden;
}

.cell {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
}

.inline {
		display: inline-block;
		text-align: left;
}

.hr {
		height: 1px;
		overflow: hidden;
		margin: 15px 0;
		background: #e6e6e6;
}

.clearfix {
		zoom: 1
}


.clearfix:after,
.type:after,
.items .itemcalc:after {
		content: ' ';
		clear: both;
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
}


.hold-calc .container {
		width: 990px;
		margin: 0 auto;
		position: relative;
}


.type {
		list-style: none;
		margin: 0 0 41px 0;
		padding: 0;
		zoom: 1;
		position: relative;
		z-index: 20;
}

.type li {
		float: left;
		width: 135px;
		margin: 0 10px;
		padding: 0;
}

.type label span,
.items .l {
		font: normal 17px/20px "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #5e5e5e;
		text-align: center;
}

.type label span {
		display: block;
		padding: 20px 0 0 0;
		position: relative;
		zoom: 1;
		cursor: pointer;
}

.type img,
.items .l img {
		display: block;
		margin: 8px auto 0 auto;
}

.type input {
		position: absolute;
		left: -10000px;
}

.type label.checked span:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 5px;
		background: #d42d56;
}

.type label.checked span:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		background: url(../img/darr.png) no-repeat;
		width: 20px;
		height: 10px;
		margin: 0 0 0 -10px;
}

.items {
		background: url(../img/shad.png) no-repeat 50% 100%;
		padding: 0 0 26px 0;
}
.hold-calc .items {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width: 990px;
}
.items .itemcalc {
		zoom: 1;
		position: relative;
		background: #fff;
		padding: 37px 0 9px 180px;
}

.items .itemcalc:before {
		content: '';
		height: 26px;
		top: 0;
		left: 0;
		right: 0;
		background: url(../img/shad.png) no-repeat 50% 100%;
		position: absolute;
}

.items .itemcalc:first-child:before {
		top: auto;
		bottom: 100%;
		background-position: 50% 0;
}

.items .l {
		float: left;
		width: 175px;
		text-align: center;
		margin: 2px 0 0 -180px;
		color: #d42d56;
}

.items .l img {
		margin-top: 0;
}

.items .elem {
		display: inline-block;
		vertical-align: top;
		text-align: right;
		width: 316px;
		white-space: nowrap;
		margin: 0 0 29px 0;
}

.items .label {
		display: inline-block;
		vertical-align: middle;
		color: #999;
		font: normal 12px/1 "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin: 0 18px 0 0;
}

.items .label strong {
		display: block;
		font-size: 16px;
		color: #666;
		font-weight: normal;
}

.items input[type="text"],
.items input[type="number"] {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 59px;
}

.items input,
.items .customSelect {
		display: inline-block;
		vertical-align: middle;
}

.items .customSelect {
		width: 61px;
}

.items input.w2 {
		width: 101px;
}

.items .customSelect.w2 {
		width: 103px;
}

.items .delete {
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 80px;
		width: 25px;
		height: 25px;
		background: #cfcfcf url(../img/cross.png) no-repeat 50% 50%;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		behavior: url(js/PIE.htc);
		margin: -12.5px 0 0 0;
}

.items .delete:hover {
		background-color: #d32c53;
}

.submit {
		text-align: center;
		margin: 31px 0 20px 0;
}

.submit .btn {
		cursor: pointer;
		position: relative;
		overflow: hidden;
		font: normal 24px/52px "Arial Narrow", "PFDinTextCondPro", Arial, Helvetica, sans-serif;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		background: url(../img/btn.png) no-repeat;
		padding: 5px 19px 20px 19px;
		display: inline-block;
		vertical-align: top;
}

.submit .btn,
.submit .btn input {
		width: 296px;
		height: 72px;
}

.submit .btn input {
		position: absolute;
		top: 5px;
		left: 19px;
		margin: 0;
		padding: 0;
		border: 0;
		background: url(../img/logo.png) no-repeat 0 -9999px;
		cursor: pointer;
}

