@font-face {
    font-family: Narrow;
    src: url(/template/Narrow.ttf);
}

* {
    margin: 0;
    padding: 0;
}

body {
	font-family:helvetica, sans-serif;
	overflow-y:scroll;
}

header {
	position:fixed;
	height:55px;
	width:100%;
	border-bottom:1px solid #999;
	box-shadow:0 1px 3px 0 #999;
	z-index:999;
	background:#fff;
	top:0;
}

footer {
	position:relative;
	height:60px;
	width:100%;
	border-top:1px solid #999;
	box-shadow:0 -1px 3px 0 #999;
	bottom:0;
}

#loginForm {
	background:#f2f2f2;
	width:400px;
	position:absolute;
	left:50%;
	top:40%;
	transform:translate(-50%, -50%);
	text-align:center;
	padding-bottom: 30px;
}

#loginForm  input {
	display: block;
    margin: 30px auto 0;
    width: 300px;
	border: 1px solid #dadbdf;
    font-family: Narrow,sans-serif;
    font-size: 18px;
    height: 30px;
    text-align: center;
}

.loginFormButton {
	cursor:pointer;
}

.loginFormButton:hover {
	background:#E5E5E5;
}

.sectionMenu {
	width:900px;
	margin:0 auto;
	position:relative;
	top:12px;
	
}

.sectionMenu div, .sectionMenu a {
	margin-right:30px;
	cursor:pointer;
	border:none;
	font:20px/30px Narrow;
	color:#000;
	display:block;
	float:left;
}

#bProfile, #bExit{
	text-decoration:none;
	color:#999;
	font:16px/30px Narrow;
	float:right;
}

.sectionMenu #bCalc:hover{border-bottom:3px solid #ff0000;}
.sectionMenu #bKp:hover{border-bottom:3px solid #00aa00;}
.sectionMenu #bOrder:hover{border-bottom:3px solid #0000ff;}
.sectionMenu #bProfile:hover{border-bottom:3px solid #FFA221;}
.sectionMenu #bExit:hover{border-bottom:3px solid #ff00ff;}

#sectionCalc {
	position:relative;
	width:900px;
	min-height:500px;
	left:50%;
	margin: 0 0 0 -450px;
	padding:0 10px 10px 0;
	color:#2D2D2D;
	font-size:16px;
	line-height:22px;
	top:65px;
}

 p {
	margin-top:15px;
}

 a {
color:#0A8FD4;
}

 a:hover {
	text-decoration:none;
}

h1 {
	margin:20px 0 15px 0;
	font-size:24px;
	font-family: Narrow, sans-serif;
}

h2 {
	margin:20px 0 20px 0;
	font-size:20px;
	line-height:24px;
	font-family: Narrow, sans-serif;
}

#makeType #sbolty{background:#f04301;color:#fff;}
#makeType #sbolty:hover{background:#ee7d45}
#makeType #fbolty{background:#00db84}
#makeType #fbolty:hover{background:#03fa9f}
#makeType #obolty{background:#6a1f09;color:#fff;}
#makeType #obolty:hover{background:#8c5044}
#makeType #shpilki{background:#00a3ff}
#makeType #shpilki:hover{background:#7ec5f9}
#makeType #gaiki{background:#054a4a;color:#fff;}
#makeType #gaiki:hover{background:#22646e}
#makeType #shaiby{background:#404b5b;color:#fff;}
#makeType #shaiby:hover{background:#5e6e88}
#makeType #bsr{background:#5EF1FF}
#makeType #bsr:hover{background:#BCE4F2}

#makeType, #makeGost, #makeIsp, #makeCalc  {
	clear:both;
	width:900px;
}

#makeGost {
	height:50px;
}

#makeType p, #makeGost p , #makeIsp p  {
	/*background:#53DEE3;*/
	background:#eee;
	margin:5px 10px 5px 0;
	height:40px;
	line-height:40px;
	padding:0 8px 0 8px;
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
	/*font:20px/40px Narrow;*/
}

#makeType p:hover, #makeGost p:hover , #makeIsp p:hover {
	cursor:pointer;
	background:#FFADAD;
}

.i {
	margin:5px 5px 5px 5px;
	min-height:40px;
	line-height:20px;
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
	clear:both;
	font-weight:normal;
	width:490px;
}

.make {
	background:#53DEE3;
	width:475px;
	height:40px;
	padding:0 8px 0 8px;
}

.poo {
	background:#ffd401;
	width:190px;
	float:right;
	text-align:right;
	line-height:40px;
	padding:0 10px 0 0;
}

.count {
	background:#ffd401;
	width:90px;
	float:left;
	text-align:right;
	line-height:40px;
	padding:0 10px 0 0;
}

.km {
	background:#FF6901;
	width:60px;
	float:left;
	text-align:center;
	line-height:40px;
}

.price {
	background:#ffd401;
	width:90px;
	float:left;
	text-align:right;
	line-height:40px;
	padding:0 5px 0 0;
}

#kpcontent p:hover {
	background:#A7FCFF;
}

#menu .a2 {
	background:#FFD401;
	margin:5px 5px 5px 15px;
	height:40px;
	line-height:40px;
	padding:0 8px 0 8px;
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
	clear:both;
}

#menu .a2:hover {
	background:#F5E450;
}

.line {
	background:#BFBFBF;
	border-bottom:1px solid #fff;
	height:1px;
	width:100%;
	float:left;
}

.line-main {
	background:#BFBFBF;
	border-bottom:1px solid #fff;
	position:absolute;
	width:900px;
	left:0;
	height:1px;
	float:left;
}

.c {
	width:200px;
	height:20px;
	text-align:left;
	float:left;
	background:#eee;
	padding:5px;
	margin:5px;
}

.pb {
	height:30px;
	text-align:center;
	float:right;
	background:#eee;
	padding:5px 10px 5px 10px;
	margin:5px;
	font:20px/30px Narrow;
	cursor:pointer;
}

.pb:hover{
	background:#FFADAD;
}

#makeCalc input {
	width:150px;
	padding:5px;
	margin:5px;
	text-align:left;
	float:left;
	clear:right;
	height:20px;
}

#makeCalc select {
	width:150px;
	margin:5px;
	text-align:left;
	float:left;
	clear:right;
	height:30px;
}

.b {
	float:left;
	cursor:pointer;
	padding:5px;
	background:#eee;
	margin:5px;
}

.sb {
	float:left;
	cursor:pointer;
	padding:5px 2px 5px 2px;
	background:#eee;
	margin:5px 2px 5px 2px;
	font:16px/22px Narrow;
}

.t {
	line-height:40px;
}

#totalprice p {
	margin:0;
	padding:0;
}

#totalprice p:nth-child(even) {
	background:#F7F7F7;
}

table {
	border-collapse:collapse;
}

#makeslist tr td {
	border:1px solid #aaa;
	padding:10px;
}

#makesText thead tr td {
	text-align:center;
	font-weight:bold;
	border:1px solid #aaa;
	padding:10px;
}

#makeslist tr td:nth-child(1) {
	text-align:center;
	width:50px;
}

#makeslist tr td:nth-child(2) {
	text-align:left;
	font-weight:bold;
	width:300px;
}

#makeslist tr td:nth-child(3) {
	text-align:right;
	width:100px;
}

#makeslist tr td:nth-child(4) {
	text-align:center;
	width:100px;
}

#makeslist tr td:nth-child(5) {
	text-align:right;
	font-weight:bold;
	width:120px;
}

.kpTr {
	background:#fff;
	cursor:pointer;
	}
	
.kpTr:hover {
	background:#F4F4F4;
	}
	
textarea {
	width:100%;
	height:120px;
}

#kpTable {
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	border-right: 1px solid #999;
	box-shadow: 1px 0 3px 0 #999;
	top:0;
}

#kpTable table {
	position:relative;
	right:10px;
	top:65px;
	float:right;
}

#kpContent {
	position:absolute;
	left:50%;
	width:50%;
}

#kpInfo {
	margin:20px;
}

#kpTable thead tr td {
	font-weight:bold;
	text-align:center;
}

#kpTable tr td {
	border-bottom:1px solid #ccc;
	padding:8px 10px 8px 5px;
	font: 14px/16px Helvetica;
}

#kpTable tbody tr {
	cursor:pointer;
}

#kpTable tbody tr:hover {
	background:#F4F4F4;
}

#kpTable tbody tr td:nth-child(1) {color:#999;font:italic 14px Helvetica}
#kpTable tbody tr td:nth-child(2) {text-align:right}
#kpTable tbody tr td:nth-child(5) {color:#999}

#kpInfo p {
	margin:0;
	padding:0;
	font: 16px/22px Helvetica;
}

#kpInfo thead tr td {
	text-align:center;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px 10px 8px 5px;
	font: bold 14px/16px Helvetica;
}

#kpInfo tbody tr td {
	border-bottom:1px solid #ccc;
	padding:8px 10px 8px 5px;
	font: 14px/16px Helvetica;
}

#kpInfo .kpInfoN{font: bold 16px/20px Helvetica;padding:0 0 10px 0}
#kpInfo .kpInfoD{}
#kpInfo .kpInfoK{}
#kpInfo .kpInfoE{}
#kpInfo .kpInfoU{color:#999;font: 16px/30px Narrow;}
#kpInfo .kpInfoS{padding:10px 0 20px 0}


#sectionUser{
	position:relative;
	width:900px;
	min-height:500px;
	left:50%;
	margin: 0 0 0 -450px;
	padding:0 10px 10px 0;
	color:#2D2D2D;
	font-size:16px;
	line-height:22px;
	top:65px;
}


