* {
	padding:0;
	margin:0;
}

body {
	font:0.7em Verdana;
	color:#000;
	background:#fff;
}

/* Основные элементы */

a {
	color:#ED1C24;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Стили для картинок */

img {
	border:0;
}

.img-left {
	float:left;
	border:1px solid #DDDCDC;
	margin: 0px 10px 0px 0px;
}

/* Заголовки */

h1 {
	color:#ED1C24;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}

h1 a {
	color:#ED1C24;
	text-decoration:underline;
}

h1 a:hover {
	text-decoration:none;
}

h1 span {
	color:#1947B9;
	font-size:0.8em;
	font-weight:normal;
	padding-right:15px;
}

.title {
	background:url("images/title.gif") repeat-x bottom;
	overflow:hidden;
	margin-bottom:15px;
}

h2 {
	background:url("images/h2_left.gif") no-repeat left top;
	float:left;
	font-size:1em;
	margin-left:30px;
}

h2 span {
	background:url("images/h2_right.gif") no-repeat right top;
	display:block;
	float:left;
	padding:0 20px;
	line-height:29px;
	height:29px;
	font-weight:normal;
	text-transform:uppercase;
}

h2 span a {
	color:#000;
}

.blue-title {
	background:url("images/blue-title.gif") repeat-x bottom;
	overflow:hidden;
	margin-bottom:15px;
}

.blue-title h2 {
	background:url("images/h2_blue_left.gif") no-repeat left top;
	color:#113EAF;
}

.blue-title h2 span {
	background:url("images/h2_blue_right.gif") no-repeat right top;
}

h3 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}

h3 span {
	color:#1947B9;
	font-size:0.8em;
	font-weight:normal;
	padding-right:15px;
}

h3 a {
	color:#000;
	text-decoration:underline;
}

h4 {
	background:#ED1C24;
	font-size:1.2em;
	font-weight:bold;
	padding-left:30px;
	line-height:21px;
	margin-bottom:10px;
}

h5 {
	background:#C5C5C5 url("images/h5.gif") no-repeat right top;
	line-height:21px;
	color:#000;
	padding:0 3px;
	font-weight:normal;
	font-size:1em;
	margin:10px -5px 10px 0;
}

h6 {
	background:#E3E3E3;
	line-height:22px;
	border:1px solid #D1D0D0;
	padding:0 30px;
	font-size:1.1em;
	margin-bottom:10px;
}

/* Элементы форм */

.textbox {
	background:#fff;
	border:1px solid #ddd;
	color:#000;
	font:1em Verdana;
	padding:2px 3px;
}

.button {
	background:#E8E8E8;
	font:1em Verdana;
	font-weight:bold;
	height:19px;
	border:1px solid #ddd;
	vertical-align:bottom !important;
	vertical-align:baseline;
	padding:0 2px;
}

textarea {
	width:99%;
	border:1px solid #D1D0D0;
	height:100px;
	background:#fff;
	margin:10px 0;
}

.add-button {
	width:86px;
	height:22px;
	background:url("images/add-button.png") no-repeat;
	border:0;
	margin-bottom:10px;
}

/* Структура сайта */

#wrapper {
	min-width:1000px;
	position:relative;
	background:url("images/bg.png") no-repeat 100% 40px;
}

#container {
	width:100%;
	float:left;
	margin-right:-300px;
}

/* Шапка сайта */

#header {
	text-align:center;
/*	height:155px; */
	height:195px;
}

.logo {
	position:absolute;
	top:100px;
	left:12px;
}

.banner-top {
	width:100%;
	background:#E3E3E3;
	height:90px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.banner-top-left {
	float: left;
	margin-left: 20px;
}

.banner-top-right {
	float: right;
	margin-right: 20px;
}

.banner-top-fixed {
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-234px;
}

/* Навигационная полоска */

#nav-bar {
	position:absolute;
	top:110px;
	left:25%;
	margin-left:-35px;
}

/* Поиск */

.search {
	background:url("images/search.png") no-repeat;
	width:221px;
	height:56px;
	float:right;
	margin:15px 0 0;
	text-align:left;
	padding:18px 0 0 20px;
}

.search .textbox {
	width:125px;
}

/* Авторизация */

.authorization {
	position:absolute;
	width:196px;
	right:10px;
	top:92px;
	text-align:left;
}

.authorization a {
	color:#123FB0;
}

.authorization span {
	display:block;
	float:right;
}

.authorization p {
	float:left;
	height:17px;
}
.authorization p span {
	float:left;
	display:block;

	width:45px;
	line-height:17px;
}

.authorization .textbox {
/*	width:75px;*/
	width:55px;
	padding:1px 3px;
	height:13px;
	float:left;
	margin:0 5px;
}

.authorization .button {
	height:15px;
	border:1px solid #B7D1F6;
	background:url("images/vote-button.gif") repeat-x bottom;
	font-size:0.9em;
	float:right;
}
.authorization .checkbox {
	height:13px;
}

/* Панель управления */

.control-panel {
	position:absolute;
	/*width:196px;*/
	width:210px;	
	right:5px;
	/*top:160px;*/
	top:206px;
	text-align:left;
	font-size:1.1em;
}

.control-panel a {
	color:#000;
}

.control-panel p{float:left;}

.control-panel span {
	float:right;
	display:block;
}


/* Навигация */

#nav {
	float:right;
	text-align:left;
	position:absolute;
	right:0;
	top:166px;
	font-size:0.9em;
}

#nav li {
	list-style:none;
	float:left;
	padding:0 10px 0 6px;
}

#nav li a {
	text-decoration:underline;
}

#nav .current a {
	text-decoration:none;
	font-weight:bold;
}

/* Главное меню */

#menu {
	background:#E8E8E8;
	height:33px;
	border-top:4px solid #DADADA;
	margin-right:310px;
	overflow:hidden;
	padding-left:12px;
}

#menu ul {
	overflow:hidden;
	float:left;
}

#menu li {
	float:left;
	list-style:none;
	padding:0 13px;
	margin-top:10px;
	margin-right:-1px;
	border-right:1px solid #BFBFBF;
}

#menu li a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu .current {
	background:url("images/menu_left.png") no-repeat left top;
	margin:0;
	height:33px;
	line-height:33px;
	padding:0;
}

#menu .current a {
	display:block;
	height:33px;
	padding:0 12px 0 13px;
	float:left;
	background:url("images/menu_right.png") no-repeat right top;
	color:#fff;
}

/* Подменю */

#submenu {
	background:url("images/submenu.png");
	height:21px;
	border-bottom:1px solid #A7A7A7;
	margin-right:310px;
	overflow:hidden;
	padding-left:12px;
}

#submenu ul {
	overflow:hidden;
	float:left;
}

#submenu li {
	float:left;
	list-style:none;
	margin:4px -1px 0 0;
	padding:0 16px;
	border-right:1px solid #fff;
}

#submenu li a {
	color:#fff;
	text-decoration:none;
}

#submenu li a:hover {
	text-decoration:underline;
}

/* Контент */

#content {
	margin:0 300px 0 12px;
	padding:14px 0 15px;
}

.new {
	background:#ED1C24;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	float:left;
	line-height:13px;
	/*margin-right:25px;*/
	overflow:hidden;
}

.new img, .news-today img {
	float:left;
}

.news-today {
	background:#ECEBEB;
	overflow:hidden;
	margin-bottom:10px;
}

.news-today p {
	margin-bottom:10px;
	padding-right:5px;
}

.news-today .news-today-left {
	float:left;
	margin-right:8px;
}

.news-today .news-today-left p {
	border:1px solid #ED1C24;
	background:#ED1C24 url("images/news-today.jpg") no-repeat left top;
	line-height:30px;
	text-align:right;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	padding:0 12px;
	margin-bottom:1px;
}

.news-today .news-today-right {
	padding:8px;
}

.arrowed-anchor a {
	background:url("images/arrowed-anchor.gif") no-repeat left;
	padding:5px 0 5px 20px;
	color:#000;
}

.discussion a {
	background:url("images/discussion.gif") no-repeat left;
	padding:5px 0 5px 20px;
	color:#000;
}

.all-news {
	float:right;
	line-height:29px;
}

.all-news a {
	color:#000;
}

/* Дублирующая навигация */

.navigation {
	margin-bottom:25px;
}

.navigation a {
	color:#0F3DAF;
	text-decoration:underline;
}

.right {
	float:right;
	font-weight:bold;
}

.right a {
	color:#0F3CAE;
	text-decoration:underline;
	background:url("images/arrow.gif") no-repeat right;
	padding-right:20px;
}

/* Основное содержание */

.main {
	overflow:hidden;
	margin-bottom:10px;
}

.main p {
	margin-bottom:10px;
}

.main ul, .main ol {
	margin:0 0 10px 30px;
}

.main-date {
	float:left;
	width:81px;
	margin-right:10px;
	text-align:center;
	color:#1947B9;
	font-size:0.8em;
}

/* Стили таблицы */

.main-table {
	width:100%;
	border-collapse:separate;
	margin-bottom:10px;
}

.main-table th {
	background:#C0D1FA;
	line-height:24px;
	vertical-align:top;
	padding:0 10px;
}

.main-table td {
	background:#E9EBED;
	line-height:24px;
	vertical-align:top;
	padding:0 10px;
}

.main-table .even td {
	background:#F8F9FA;
}

/* Комментарии */

.comment {
	overflow:hidden;
	margin-bottom:10px;
}

.comment dt {
	float:left;
}

.comment dd {
	margin-left:95px;
}

.comment .info {
	background:#E3E3E3;
	line-height:16px;
	padding:0 2px;
	margin-bottom:5px;
	
}

.user {
	background:url("images/user.gif") no-repeat left;
	padding-left:17px;
	color:#113EAF;
	font-weight:bold;
}

.comment-count {
	float:right;
	margin-top:10px;
}

.comment-count a {
	color:#000;
	text-decoration:underline;
	background:url("images/comment.gif") no-repeat left bottom;
	padding-left:18px;
}

.commentbox {
	background:url("images/commentbox_bg.gif") repeat-y right;
	padding-right:159px;
}

.commentbox .comment {
	border-bottom:1px solid #E3E3E3;
	padding-bottom:4px;
}

.commentbox .comment dd p {
	padding:0 5px;
}

.commentbox .comment dd .info {
	padding:0 3px;
}

.tag-cloud {
	float:right;
	width:148px;
	padding:12px 7px 10px 3px;
	text-align:justify;
	background:url("images/commentbox_bg.gif") repeat-y;
	margin-bottom:10px;
}

.tag-cloud a {
	color:#000;
}

/* Страничная навигация в блогах */

.arrows {
	width:77px;
	padding:2px 4px;
	background:#D7E2FF;
	margin:0 auto 5px;
}

.right-arrow {
	float:right;
}

.add-comment-anchor {
	text-align:center;
	margin-bottom:10px;
}

.add-comment-anchor a {
	background:url("images/comment.gif") no-repeat left bottom;
	padding-left:18px;
	color:#1441B4;
	font-weight:bold;
	text-decoration:underline;
}

/* Добавление комментария */

.add-comment {
	display:block;
	overflow:hidden;
	text-align:center;
}

.add-comment p {
	text-align:left;
	padding-left:10px;
}

.add-comment a {
	color:#113EAF;
}

.anonymous {
	padding-left:20px;
	background:url("images/anonymous.gif") no-repeat left;
	line-height:20px;
}

.author {
	padding-left:20px;
	background:url("images/user.gif") no-repeat left;
	line-height:20px;
}

/* Новости в колонках */

.left-column {
	float:left;
	width:48%;
}

.right-column {
	width:48%;
	float:right;
}
.right-column-fixed {
	width:200px;
	float:right;
}

.right-column p, .left-column p {
	margin-bottom:10px;
}

.left-column .date, .right-column .date {
	background:#5E8CFF;
	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:0 12px;
	margin:0 0 8px;
}

.done {
	float:right;
}

.news-block {
	width:46%;
	padding:0 2% 0 2%;
	float:left;
	height:160px; /* Ограничение на высоту блока новостей  */
}

.news-block .date {
	background:#5E8CFF;
	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:0 12px;
	margin:0 0 8px;
}

.news-block p {
	margin-bottom:10px;
}

/* Списки рубрикатора */

.rubric {
	list-style:none;
	margin:0 20px 20px;
	overflow:hidden;
}

.rubric li {
	line-height:20px;
	float:left;
	width:50%;
}

.rubric a {
	color:#000;
	text-decoration:underline;
	background:url("images/arrow.gif") no-repeat left top;
	padding-left:25px;
}

.rubric a:hover {
	text-decoration:none;
}

/* Серединный блок */

.middle-block {
	background:#ECEBEB;
	overflow:hidden;
	padding-bottom:5px;
	margin-bottom:15px;
}

/* Голосование */

.vote p {
	margin-bottom:5px;
}

.vote input {
	margin-right:15px;
}

.vote .button {
	background:#fff url("images/vote-button.gif") repeat-x bottom;
	margin-left:30px;
}

/* Превью блогов */

.blog-preview {
	overflow:hidden;
	margin-bottom:20px;
}

.blog-preview p {
	margin-bottom:3px;
}

.blog-preview .comment-count {
	float:none;
	margin-top:0;
}

/* Облако тегов */


.middle-block .left-column {
	padding:0px 0;
	text-align:justify;
}

.middle-block .left-column p {
	padding-left:12px;
}

.middle-block .left-column a {

	color:#000;
}

.font-1 {font-size:0.85em;}
.font-2 {font-size:0.9em;}
.font-3 {font-size:0.95em;}
.font-4 {font-size:1em;}
.font-5 {font-size:1.1em;}
.font-6 {font-size:1.3em;}
.font-7 {font-size:1.5em;}
.font-8 {font-size:1.7em;}
.font-9 {font-size:1.9em;}
.font-10 {font-size:2.2em;}

/* Правая колонка */

#sidebar {
	width:240px;
	float:right;
	color:#727272;
	padding:0 5px 15px 0;
}

/* Подвал */

#footer {
	background:url("images/footer.png") repeat-x top;
	text-align:center;
}

#footer img, #footer p {
	margin:1px 0;
}

/* Сложные формы  */
#content .textbox {
	border:1px solid #999;
}

/*#content form {
	width:700px;
	margin-bottom:10px;
}*/

#content form p {
	margin-bottom:5px;
}

#content form span {
	color:#ED1C24;
}

#content form fieldset {
	border:0;
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
}

#content form fieldset textarea {
	width:500px;
	border:1px solid #999;
	background:#fff;
	font:1em Verdana;
	padding:2px;
	margin:0 0 10px
}

#content form div {
	float:left;
	display:inline;
}

#content form .two-columns div {
	width:50%;
}

#content form .two-columns .textbox {
	width:50%;
}

#content form .three-columns div {
        width:33%;
}

#content form .three-columns .textbox {
        width:70%;
}

#content form .four-columns div {
        width:25%;
}

#content h5 {
	background:none;
	font-size:1.2em;
	font-weight:bold;
	padding-left:20px;
	
}

/* Опрос */

.votebox {
	width:400px;
	border:1px solid #000;
	height:14px;
	margin-bottom:7px;
}

.votebox p {
	float:left;
	line-height:14px;
	background:url("images/votebox.gif") repeat-x top;
	text-align:right;
	font-weight:bold;
}


/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
	font-size:0;
	overflow:hidden;
}

.separator {
	border-top:1px solid #C7C7C7;
	height:0;
	font-size:0;
	overflow:hidden;
	margin-bottom:10px;
}

/* added by kroky search results */

#ajaxSearch_resultListContainer {
 	margin:20px 20px 20px 20px;
}

.ajaxSearch_resultLink {
	font-weight:bold;
	background:url("images/arrow.gif") no-repeat left top;
	padding-left:25px;
}

.ajaxSearch_extract {
	margin-bottom:20px;
}

.ajaxSearch_resultsInfo {
	 margin:20px 20px 0px 20px;
	font-size:1.0em;
}

.ajaxSearch_paging {
	margin:0px 20px 20px 20px;
	font-size:1.0em;
}

/* карта сайта */


.sitemap {
	list-style:none;
	overflow:hidden;
}

.sitemap a {
	color:#000;
	text-decoration:none;
}

.sitemap a:hover {
	text-decoration:none;
}

li.level1 { margin-left: 60px; list-style-type: none; list-style-image: none; line-height:30px;}
li.level2 { margin-left: 80px; 
	background:url("images/arrow.gif") no-repeat left top; 
	list-style-type: none; list-style-image: none; 
	padding-left:25px;
	line-height:20px;
	font-weight: bold;
}
li.level3 { margin-left: 130px; list-style-image: none; list-style-type: none; line-height:20px; }
li.level4 { margin-left: 160px; list-style-image: none; list-style-type: none; line-height:20px; }
li.level5 { margin-left: 180px; list-style-image: none; list-style-type: none; line-height:20px;}


/* одна колонка по центру */

.middle-block .one-center-column {
   margin: 5px 20px 5px 20px;
}

.middle-block .one-center-column {
        padding:15px 0;
        text-align:justify;
}

.middle-block .one-center-column p {
        padding-left:12px;
}

.middle-block .one-center-column a {
        color:#000;
}


#content img.img-on-main {
        border: 0;
	margin: 0px 0px 0px 0px;
}

#content img {
margin: 5px 10px 5px 5px;
}

#content img.img-left {
margin: 0px 10px 0px 0px;
}

#content ul {
	padding-left: 40px;
}

#sidebarlogin #forgotpsswd {
display:block;
}

.text {
}

.edit-button {
        height:15px;
        border:1px solid #B7D1F6;
        background:url("images/vote-button.gif") repeat-x bottom;
        font-size:0.9em;
}

.catalog_model {
	float:left;
	width:100%;
	font-size:1em;	
}

.catalog_modeli p {
	font-size:1em;
}


.rutub h2 {
 	background-image: none;
	float:left;
        font-size:1.3em;
        margin-left:30px;
	margin-bottom:5px;
}

.new_tags {
	width:90%;
	margin-left:30px;
	margin-bottom:15px;
}

.new_tags a {
	color:#000;
}

#social TD{
	align: center;
	vertical-align:middle;
	padding:3px;
}

.promo{
	width:100%;
	margin-right:-200px;
	clear:both;
	margin-top:10px;
	overflow:hidden;
	height:210px;
	margin-bottom:10px;
}
.newsdate{
	color:#1947B9;
	font-weight:normal;
	padding:2px 15px 0 0;
	float:left;
}

.a_button{display:block;
border: 1px solid #B7D1F6;
background: url("images/vote-button.gif") repeat-x bottom;
padding:2px;
font-size: 0.7em;
font-weight:bold;
}
.yandex_search_top{
	width:230px;
	float:right;
	/* margin:30px 5px 0 0;*/
	top:120px;
	right:5px;
	position:absolute;
	z-index:9999;
}


#ya-site-form0 .ya-site-suggest-popup .ya-site-suggest-list{width:225px; max-width:225px;  min-width: 225px;}
#ya-site-form0 .ya-site-form__wrap .ya-site-form__arrow-wrap {
    width: 29px;
}