@charset "utf-8";
/* CSS Document */

html, body{
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	width:100%;
	letter-spacing:.8px;
}

.table_basic{
	padding:0;
	margin:0;
	border:none;
	min-height:100%;
}

.page{
	min-height:100%;
	max-width: 1200px;
	min-width: 1000px;
	width:100%;
	margin:0 auto;
	padding:0;
}

.header{
	height:133px;
	margin:0;
	padding:0;
	border:0px;
	margin-bottom:1px;
	border-bottom:1px solid #ccc;
	width:100%;
	min-width:970px;
	font-size:22px;
	color:#FF0;
	text-shadow: 2px 4px 2px #aaa; /*color: rgba(102, 0, 102, 0.5);*/
	
}

.navigator{
	min-width:730px;
	height:50px;
	display:inline-block;
	padding-left:150px;
}

.navigator a{
	display: inline-block;
	width:100px;
	min-width:100px;
	text-align:center;
	font-size: 16px;
	color: #6e6e6e;
	text-shadow:1px 1px 0 #ffffff;
	text-decoration: none;
	user-select: none;
	padding: 0.6em 1.2em;
	outline: none;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
/*	background: #eee;*/
	transition: all .218s ease 0s;
}

.navigator a:hover{
	color: rgb(24,24,24);
	border: 1px solid rgb(198,198,198);
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

a.navigator:active{
  color: rgb(51,51,51);
  border: 1px solid rgb(204,204,204);
  background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
  box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.rasporka{
	display:block;
	width:100%;
	height:51px;
}

.footer {
	clear:both;
	/*min-width:990px;*/
	width: calc(100% - 10px);
	height:50px;
	padding-right:10px;
	margin-top:-51px;
	border-top:1px solid #ccc;
	text-align:right;
	vertical-align:middle;
}

/*@media only screen and (max-width : 480px) {*/

	/*.footer {*/
		/*font-size: 12px;*/
		/*height: 200px;*/
		/*margin-top:-51px;*/
	/*}*/

	/*.rasporka{*/
		/*display:block;*/
		/*width:100%;*/
		/*height:151px;*/
	/*}*/

	/*#SideBarBlock {*/
		/*display: none;*/
		/*width: 0;*/
	/*}*/

	/*#WidgetBlock {*/
		/*display: none;*/
		/*width: 0;*/
	/*}*/
	/**/
/*}*/

.sidebar{
	margin-top:50px;
	padding:0;
/*	min-width:150px;*/
	width:100px;
}

.sidebar a{
	display:inline-block;
	width:100px;
	padding-left: 10px;
	margin:3px 0;
	outline:none;
	text-decoration:none;
/*	user-select:none;*/
	color:#00F;
	font-weight:bold;
}

.sidebar a:hover{
	color:#F00;
}

.contentlist{
	min-width:600px;
	max-width:700px;
	margin-left:50px;
	padding:10px;
	font-size:14px;
	letter-spacing:0.5px;
	border-left:1px solid #ccc;
}

.contentlist h1{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	text-align:left;
	margin:0;
	padding-top:15px;
}
.contentlist h2{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	text-align:center;
	margin:0;
	padding:10px 30px;
}
.contentlist h3{
	font-size:16px;
	font-weight:bold;
	text-indent:10px;
	text-align:right;
	margin:0;
	padding:10px 30px;
}

.contentlist p{
	text-indent:30px;
	list-style-type:none;
	text-align:justify;
	padding:10px 30px;
}
.contentlist li{
	text-indent:30px;
	list-style-type:none;
	text-align:justify;
	padding:0px 30px;
}

.contentlist img{
	width:60px;
	height: 75px;
/*	cursor:zoom-in;*/
}

.contentlist img:hover{
/*	cursor:zoom-in;*/
}

.widgetunit {
	min-width:210px;
	margin:50px auto 0 auto;
}

.btn {
	display: inline-block;
	width:100px;
	min-width:100px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	color: #6e6e6e;
	text-shadow:1px 1px 0 #ffffff;
	text-decoration: none;
	user-select: none;
	padding: 0.6em 1.2em;
	outline: none;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	transition: all .218s ease 0s;
}
.btn:hover {
	color: rgb(24,24,24);
	border: 1px solid rgb(198,198,198);
	background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
	box-shadow: 3px 3px 4px rgba(0,0,0,.1);
}

.feedback-form {
/*  max-width: 400px;*/
  min-width: 400px;
  padding: 2%;
  border-radius: 3px;
/*  background: #f1f1f1;*/
}
.feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 2% 0;
  padding: 2%;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form [required]:hover {
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
.feedback-form [required]:focus {
  outline: none;
  border-color: #7eb4ea;
  box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
