@font-face {
    font-family: 'bebas_neue_cyrillicregular';
    src: url('bebas_neue_0-webfont.eot');
    src: url('bebas_neue_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas_neue_0-webfont.woff') format('woff'),
         url('bebas_neue_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* Прижимаем футер к низу */
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#page {
  position: relative;
  min-height: 100%;
  box-shadow: 0 0 13px 0 #C5C5C5;
}
* html #page {
  height: 100%;
}


/* Сброс стилей */
a, img { outline: none; }
* { margin:0px; padding:0px;}

/* Настройка тегов */
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #509c0e;
}
a:hover {
	text-decoration: none;
}
p {}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #509c0e;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #509c0e;
	}
h3 {
	font-size: 15px;
	color: #509c0e;
	}
h2,h3,h4,h5,h6 {
	margin-bottom: 10px;
}
.clear { clear:both;}

.text p {
	margin-bottom: 13px;
}
.text ul {
	margin-bottom: 13px;
	margin-left: 25px;
}
.text ul ul{
	margin-top: 13px;
	margin-bottom: 13px;
}
.text ol {
	margin-left: 37px;
	margin-bottom: 13px;
}
.text ul li {
	list-style-type: square;
}
.text li+li {
	margin-top: 4px;

}
.text ul li li {
	background-image: url(../images/arrow-li-li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	list-style-type: disc;
}

.sidebar {
	margin-bottom: 20px;
	position: relative;
}
.sidebar .name {
	font-size: 24px;
	color: #484848;
	font-family: bebas_neue_cyrillicregular;
	padding-bottom: 11px;
	line-height: 24px;
}
.sidebar li {
	list-style-type: none;
}
.sidebar li+li {
	margin-top: 10px;
}
.sidebar li a {
	font-size: 12px;
	color: #949494;
	text-decoration: none;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.date {
	font-size: 11px;
	font-style: italic;
	color: #c0c0c0;
}
/* Навигация */
.pagination { overflow:hidden; padding-top:10px; padding-right:0px; padding-bottom:0;}
.pagination ul {
	overflow:hidden;
	margin-left: -8px;
}
.pagination ul li {
	color:#000;
	text-align:center;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left;
	background:none;
	margin:0;
	margin-left:8px;
	list-style-type: none;
}

.pagination ul li a {
	color:#666;
	display:block;
	font-size: 18px;
}
.pagination ul li a:hover {color:#ac1010; text-decoration:none;}
.result-title {
	margin-bottom: 5px;
}
.result-text {
	margin-bottom: 15px;
}
.search-results {
	padding-top: 20px;
}
fieldset {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ccc;
}