* {
	font-family:'futura-pt',sans-serif;
}
.code-wrapper {
	background-color: #F8F8F8;
	padding: 150px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.header-phone {
	font-size: 20px;
}
.header-title {
	
}
.header-title p,
.header-title h1,
.header-title h2,
.header-title h3 {
	margin: 0;
}
.navigation {
	border: none;
}

.form-block .field {
	display: block;
	width: 100%;
}

/* */
.footer {
	background: #3d7fbb;
	border-top: 2px solid #2C6EAB;
}
.header {
	border-bottom: 2px solid #DDD;
	padding: 10px 0;
}
.button.bt-outline {
	border-color:#3d7fbb;
	color: #3d7fbb;
}
.button.bt-outline:hover {
	border-color:#000 !important;
	background: #000 !important;
	color: #FFF !important;
}
.header .col.nav p {
	text-align: right;
}
ul.menu .menulink {
	font-weight: bold;
}
ul.menu .menulink:hover {
	color: #3d7fbb;
}

input[type="submit"], button {
	background-color:#3d7fbb;
	border: none;
	color:white;
	font-weight: bold;
}

input[type="submit"]:hover, button:hover {
	border:none;
	background-color:#333;
}
.popdown-foot .button {
	color: #FFF;
}
.popdown-foot {
	background-color:#3d7fbb;
}
.product-description ol {
	margin-left: 20px;
	margin-bottom: 20px;
}
.product-description ol li {
	list-style-position: inside;
	margin: 0 0 10px;
}
.product-description ol li::marker {
	font-weight: bold;
}
.product-description table,
.product-description table td,
.product-description table th {
	text-align: left;
}
.product-description table th {
	font-size:14px;
	color: #999;
}

.payment-summary {
	background: #333;
}
.payment-summary .button {
	background: #3d7fbb;
}
.payment-summary .button:hover {
	color:#3d7fbb
}