@charset "utf-8";
/* CSS Document */
hr{
	clear:both;
	height:1px;
	border:none;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-top:10px;
	margin-bottom:10px;
}
.input{
	margin:0; padding:0;
	border:solid 1px #aaa;
	background:#fff;
	color:#333;
	font-size:18px;
	border-radius:3px;
}
.w100{
	width:100%;
	margin:0; padding:0;
}
/**************************************/
.clear,
.clearfix,
.clearfix:after{
	clear:both;
}
.clearfix:after{
	display:block;
	content:"";
}
.shadow	{ box-shadow:0 0 20px rgba(0, 0, 0, 0.3); }
a img	{ border:none; }
/***************************************/
form	{ margin:0; }
.form h1{ margin-top:0; }
.form th, .form td{ padding:5px 10px 5px 0px; }
.form th{ text-align:left; color:#36C; }
/***************************************/
.button{
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	background:#888;
	border:1px solid #666;
}
.button:hover {
	background-color:#999;
}
.button:active {
	position:relative;
	top:1px;
}

.blue.button {
	border:1px solid #84bbf3;
	background-color:#79bbff;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-shadow:1px 1px 0px #528ecc;
}
.blue.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
.table th{ color:#039; }
.table th, .table td{ padding:8px 10px; }
.table th{
	border-bottom:solid 2px #039;
	text-align:left;
	font-size:16px;
}
.table td{ border-bottom:solid 1px #ddd; }

.table .noBorder td,
.table tr:last-child td
{
	border:none;
	padding-bottom:0;
}
.table .search td{ background:#BBCAFF; }
/***************************************/
.table2 th{
	border:none;
	padding:2px 10px;
}
/***************************************/
.propFormat span{
	font-weight:normal;
	color:#333;
}

/***************************************/
.menu ul, .menu li{
	display:block;
	padding:0; margin:0;
	list-style:none;
	list-style-image:none;
}

/***************************************/
.inline li, .inline a, .inline div{
	zoom: 1;
	display:inline-block;
	*display: inline;
}
/***************************************/
.popup ul li{ position:relative;}
.popup ul ul,
.popup td ul{
	position:absolute;
	top:100%; left: 0;
	text-align:left;
	display:none;
	background:white;
	border:solid 1px #eee;
	min-width:200px;
}
.popup ul ul a
{
	border:none;
	display:block;
	padding:10px 20px;
}
.popup ul ul li	{ display:block; clear:both; }
.popup li:hover ul{ display:block; }
.popup td{ text-align:center; }
/***************************************/
.thumb{
	float:left;
	margin:0 10px 10px 0;
}
/***************************************/
div.seek{
	clear:both;
	margin:5px 0px;
}
div.seek a{
	display:inline-block;
	zoom: 1;
	*display: inline;
	border:solid 1px #eee;
	padding:1px 5px;
	color:black;
	text-decoration:none;
	margin:1px 0px;
}
div.seek a#nav{
	border:none;
}
div.seek a.current{
	border:solid 1px #FF6600;
	background:#FF6600;
	color:white;
}
div.seek a:hover{
	background:#ddd;
}
/********************/
.rowAlt{
	background:#eee;
}
.pages{
	position:absolute;
	right:0; top:4px;
}
/******************************/
.news3 img{
	float:left;
	margin:0 10px 10px 0;
}
.news3 div{
	clear:both;
}
/***************************************
/* Big: big */
/* Small: small */
/* Typewriter: tt */
/* Computer Code: code */
/* Keyboard Phrase: kbd */
/* Sample Text: samp */
/* Variable: var */
/* Deleted Text: del */
/* Inserted Text: ins */
/* Cited Work: cite */
/* Inline Quotation: q */

/* Image left: img.left */
img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
/* Image right: img.right */
img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;

	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
/**************************************/
figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}
/**************************************/
.fileHolder{
	clear:both;
	margin:20px 0; padding:10px;
	border:solid 1px #eee;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.3);
}
.fileHolder div{
	padding:5px 0;
}
.fileHolder a{
	color:#333;
	text-decoration:none;
}
.fileHolder h3{
	margin:0;
}

/* CSS Document */

/* Телефон: div.phone */
div.phone{
	font-size:55px;
	color:#888;
}

/* Заголовок: h2.header */
h2.header{
	font-weight:normal;
	font-size:34px;
	color:#008001;
}

/* Кнопка: div.red.button */
.red.button
{
	background:#780002;
	font-weight:normal;
	font-size:18px;
	padding:10px 20px;
}
.red.button,
.red.button a
{
	color:white;
	text-decoration:none;
}
/* CSS Document */

.widgetNews2{
	position:relative;
	margin:20px 0;
	font-size:12px;
	min-height:150px;
}
.widgetNews2 date{
	position:absolute;
	top: 10px; left: 0;
	background:#dce1eb;
	padding:2px 5px; padding-left:10px;
	color:black;
}
.widgetNews2 blockquote{
	color:white;
	position:absolute;
	left: 0; right: 0;
	bottom:0;
	background:rgba(0,0,0,0.55);
	padding:5px 10px;
	margin:0;	border:0;
	font-style:normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widgetNews2 h2{
	font-weight:normal;
	font-size:16px;
	margin:0; 
}
div.widgetNews2 a{
	color:white;
	text-decoration:none;
}

