﻿html,body {
	min-height: 100%;
	height: 100%;
}
body {
	background: #efefef;
	background-image: url('background.png');
}
h1,h2 {
	text-align: center;
}
h2 {
	color: #00987b !important;
}
#pixture {
	position: absolute;
}
/******РИСОВАНИЕ***********/
#picture {
	display: block;
	width: 98%;
	height: 60%;
	position: relative;
	margin: 0 auto;
}
#scheme {
	background: #fcfcfc;
	border: solid 1px #ccc;
	padding: .5em;
}
#config-case-list {
	background: #eee;
	padding-bottom: 1em;
}
.sec.option {
	padding-top: 2em;
}
#config-case-list .config-price {
	border: solid 1px #ccc;
	display: table-cell;
}
#config-case-list .config-price.header {
	font-weight: bold;
}
/******ПОДВАЛ САЙТА*******/
.sec h3{
	text-align: center;
}
#footer {
	position: relative;
	width: 100%;
	padding-bottom: 1em;
	background: #efefef;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0 0 15px #999;
}
.align-right {
	text-align: right !important;
}

#footer .align-left {
	text-align: left !important;
}

#footer .btn-group {
	margin-bottom: 8px;
}

#footer .btn-group .btn00,#footer .btn-group .btn11, #footer .btn-group .btn22,#footer .btn-group .btn33,#footer .btn-group .btn44{
	background: #f90;
	border-color: #CE8900;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#footer .btn-group .btn {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
#footer .btn-group .btn input[type=radio] {
	display: none;
}
#footer .form-group {
	text-align: center;
}
.clearfix:after {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
#footer select {
	width: 100%;
	margin: 0;
}

#footer h3 ~ h5 {
	margin-top: -10px;
}

#navbar {
	position: fixed;
	top: 0;
	left: 0;
	opacity: .7;
	background: rgba(100,100,100,.7);
	z-index: 100;
}
#config-case-list .case:first-letter {
	font-weight: bold;
	font-size: 1.1em;
	color: #00987b;
}

#navbar a {
	display: block;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	text-shadow: 0px 0px 5px #ccc;
	text-decoration: none;
}
#navbar a span {
	font-size: 3.2em;
	display: block;
}
#navbar a:hover {
	color: #f90;
	text-shadow: 0px 0px 5px #960;
	text-decoration: none;
}
#navbar:hover {
	opacity: 1;
}
h3.config-result {
	color: #00987b;
}
#config-case-list .config-price.price {
	text-align: right;
}
#config-case-list .config-price.amount {
	text-align: center;
}
h4,h5,h6 {
	text-align: center;
}
table tr.header td {
	font-weight: bold !important;
	text-align: center;
}
table tr td:first-child, table tr td:nth-child(3) {
	text-align: center;
}
.center {
	text-align: center !important;
}
#footer label.header {
	font-size: 1.3em;
	vertical-align: middle;
}
#footer  input[type=checkbox] {
	width: 1.3em;
	height: 1.3em;
	vertical-align: bottom;
}
#footer .helpbox {
	display: none;
	color: #c90;
	background: #fff;
	border: solid 1px #c90;
	font-size: 12px;
	padding: 1px 2px;
	margin-left: 10px;
	font-weight: bold;
	height: 16px;
	cursor: pointer;
	vertical-align: top;
	text-decoration: none;
	line-height: 13.2px;
	box-shadow: 1px 1px 3px #999;
}
#footer .helpbox:hover {
	color: #f00;
	border: solid 1px #f00;
}
#footer .no-padding {
	padding: 0;
}
#footer h5 {
	margin-top: 4px;
}
#footer label[disabled="disabled"] {
	color: #999;
}
#config-table, #config-table tr, #config-table td {
	padding: 2px;
}
#help-box {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: fixed;
	top: 0;
	left: 0;
}
#help-box-fon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	z-index: 6;
}
#help-box-box {
	position: absolute;
	width: 70%;
	height: 70%;
	top: 15%;
	left: 15%;
	background: #fff;
	border: solid 1px #f90;
	box-shadow: 0px 0px 15px #ccc;
	z-index: 7;
	display: none;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
}
#loader > div {
	width: 400px;
	margin: 20% auto 0;
}
#loader > div > h3 {
	text-align: center;
	font-size: 26px;
	color: #fff;
	text-shadow: 0 0 30px #fff, 0 0 1px #ccc;
}

#site-menu-block {
	width: 100%;
	display: block;
	text-align: center;
	background: rgb(228,227,230);
    background: -o-linear-gradient(top,rgb(240,241,243) 0%,rgb(227,228,230) 100%);
    background: -moz-linear-gradient(top,rgb(240,241,243) 0%,rgb(227,228,230) 100%);
    background: -ms-linear-gradient(top,rgb(240,241,243) 0%,rgb(227,228,230) 100%);
    background: -webkit-linear-gradient(top,rgb(240,241,243) 0%,rgb(227,228,230) 100%);
    background: linear-gradient(top,rgb(240,241,243) 0%,rgb(227,228,230) 100%);
}
#site-menu-block  a {
	height: 35px;
	display: inline-block;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-family: Times New Roman;
}
#site-menu-block  a:hover {
	color: #900;
	text-decoration: underline;
}
#site-menu-block a.config {
	background: #019b80;
	color: #fff;
}
#site-menu-block a.config:hover {
	color: #900;
}
#site-menu-block  a.logo {
	float: left;
}
#site-menu-block  a.logo img {
	width: 70px;
	height: 35px;
}
#breadcrumbs {
	font-size: 12px;
	padding: 5px 10px;
}
#breadcrumbs a {
	font-size: 12px;
	font-family: Times New Roman;
	color: #019b80;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #f00;
	text-decoration: none;
}
div#flashBanner{
	width: 100%;
	cursor: pointer;
	height: 137px;
	background: url('header.jpg') #fff no-repeat;
	background-position: center top;
}
#href-box button {
	color: #019b80;
	text-decoration: underline;
	background: transparent;
	border-style: none;
	box-shadow: none;
	padding: 0;
}
#href-box button:active, #href-box button:focus {
	box-shadow: none;
	border-style: none;
}

#href-box button:hover {
	text-decoration: none;
	color: #f00;
}
#href-box a {
	color: #019b80;
	text-decoration: underline;
	background: transparent;
	border-style: none;
	box-shadow: none;
	padding: 0;
}

#href-box a:hover {
	text-decoration: none;
	color: #f00;
}
#downloadTkpBlock {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
}
#downloadTkpBlock > div {
	position: absolute;
	width: 400px;
	height: 250px;
	background: #fff;
	border: solid 1px #00987b;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -200px;
	padding: 10px 20px;
	box-shadow: 0px 0px 30px #fff;
}

#downloadTkpBlock label {
	font-size: 16px;
	margin: 20px 5px;
}
#downloadTkpBlock h3 {
	text-align: center;
	font-weight: bold;
	color: #00987b;
}
#downloadTkpBlock h5 {
	text-align: left;
	font-weight: bold;
	color: #f00;
	font-size: 12px;
	display: none;
}
#downloadTkpBlock div p {
	margin: 20px 5px;
	font-size: 14px;
	color: #666;
}
#downloadTkpBlock input {
	font-size: 16px;
	padding: .3em;
	width: 95%;
}
#downloadTkpBlock input.wrong {
	border: solid 1px #f00;
}

#downloadTkpBlock > div > a {
	display: inline-block;
	margin: 0 20px 0;
	text-decoration: underline;
	cursor: pointer;
}
#downloadTkpBlock > div > a:hover {
	text-decoration: none;
}

#downloadTkpBlock > div > a#downloadIt {
	color: #fff;
	font-weight: bold;
	margin-left: 50px;
	display: inline-block;
	padding: 5px 10px;
	background: #00987b;
	text-decoration: none;
	border: solid 1px #090;
	border-radius: 5px;
	
}
#downloadTkpBlock > div > a#downloadIt:hover {
	background: #090;
}

#cancelDownloadTkp {
	color: #00987b;
}
#cancelDownloadTkp:hover {
	color: #f00;
}
#noncChange {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	background: rgba(255,255,0,.5);
}
#noncBlock {
	display: block;
	position: absolute;
	width: 88%;
	padding: 1%;
	left: 5%;
	bottom: 100px;
	background: #fff;
	border: solid 1px #f90;
	box-shadow: 0px 0px 15px #999;
}
#noncBlock h3 {
	text-align: center;
	font-size: 20px;
	display: block;
}
#noncBlock > div {
	text-align: center;
}
#noncClose {
	position: absolute;
	right: 5%;
	top: 5%;
	color: #f90;
	text-decoration: none;
	font-size: 20px;
}
#noncClose:hover,#noncClose2:hover {
	color: #f00;
	text-decoration: underline;
}
#noncClose2 {
	color: #f90;
	text-decoration: none;
	font-size: 1em;
}
.relay-warning {
	font-size: 1.3em;
	font-weight: bold;
	background: #f00;
	color: #fff;
	border: solid 1px #f00;
	padding: 0px 5px;
	display: inline-block;
	text-decoration: none;
}
.relay-warning:hover {
	color: #f00;
	background: transparent;
	text-decoration: none;
}
.relay-4 .relay-warning {
	visibility: hidden;
}
.inline-label {
	padding: 6px 12px;
}
.relay-decreasing {
	position: absolute;
	left: -10px;
	width: 20px;
	height: 1.2em;
	line-height: 20px;
	vertical-align: center;
	border: solid 2px #f00;
	background: #fff;
	cursor: pointer;
	color: #f00;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.relay-decreasing:hover {
	color: #fff;
	background: #f00;
}