@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: segoe;
	src: local("SegoeUI"),
	url(SegoeUI.eot);
}
@font-face {
	font-family: segoe;
	src: local("SegoeUI"),
	url(SegoeUI.ttf);
}


#simplemeta-meta-form{
	visibility:hidden;
}


.mainDiv{
	font-family:segoe;
}

.infoImg{
	width:20px;
	height:20px;
	top:3px;
	padding-right:5px;
	padding-left:5px;
	position:relative;
	

}
.hdr{
	background-color:#0CF;
	font-size:20px;
	font-weight:400;
	vertical-align: middle;
	height:25px;
	cursor:pointer;
	color:black;
	
}
.textCont{
	border:1px solid #0CF;
	border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	padding:10px;
	text-align:justify;
	visibility:hidden;
	color: #727470;
}
.zakazForm{
	margin-top:10px;
	/*background-color:	#CFCFCF;*/
	padding-left:5px;
	padding-bottom:5px;
}

.contTable td{
	height:30px;
}

.necessaryItem{
	color:red;
}




/* Стиль для затемненного фона */
#fuzz
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#333;
	z-index:1;
	display:none;
	height:100%;
	opacity:0.7;
	top:0;
	left:0;
}


/* Стиль для модального окна для вывода ошибок*/
.modal
{
	color:#444;
	width:500px;
	position:fixed;
	top:30%;
	left:30%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:2;
	background-color:#FFF;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
    	mos-box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
    	box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
   	 margin: 2px 5px 2px 2px;
	
}
.h
{
	background-color:#FC0;
	padding-left:5px;
	/*border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;*/
}
.headerT
{
	font-size:18px;
	margin-bottom:5px;
	display:inline-block;
}
.exitImg
{
	position:relative;
	top:3px;
	left:392px;
	cursor: pointer;
}
.errContent
{
	padding:5px;
	border-bottom: 1px double #999999;
	text-align:justify;
	font-size:14px;
	color: #e43a3a;
}





.snd
{
	margin:5px;
	width:110px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
	cursor: pointer;
	font-size:18px;
	font-family:segoe;


	padding: 4px 10px 4px;
	color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.snd:hover{
	 background:#e6e6e6;
}



.closeBtn
{
	margin:5px;
	width:110px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:5px;
	cursor: pointer;
	font-size:18px;
	font-family:segoe;


	padding: 4px 10px 4px;
	color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.closeBtn:hover{
	 background:#e6e6e6;
}

#code
{
	resize:none;
	overflow: auto;
	width:390px;
}
