html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
   	font-size: 10pt;
	font-family: Verdana;
	color: #454545;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
   }
   p {margin: 0; padding: 0;}

input,
select,
textarea {
	outline:none;
}

a:link {
    color: #7b7b7b; /* Цвет ссылок */
    padding: 2px; /* Поля вокруг текста */ 
   }
a:hover {
    color: #d01f27; /* Цвет ссылки */ 
	text-decoration: underline;
   }
a:visited {
    color: #7b7b7b; /* Цвет ссылки */ 
	text-decoration: underline;
   }
   
H1 {
 font-size: 125%;
 font-family: Verdana;

}

/* ==================== Рамка расширенной формы поиска по сайту */

fieldset {
	border: 1px solid #e0e0e0;
	padding: 5px;
	text-align: left;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
}
	

/* ==================== */

.category {
	color: #ffffff;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.category a {
	color: #ffd200;
	text-decoration: underline;
}
.category a:hover {
	color: #fff600;
	text-decoration: none;
}

/* ==================== */

.speedbar {
	color: #555555;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.speedbar a {
	color: #ff0000;
	text-decoration: underline;
}
.speedbar a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* ==================== */

.slink {
	color: #454545;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #ffffff;
	text-decoration: underline;
}
.slink a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.copy {
	color: #ffffff;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #ffffff;
	text-decoration: underline;
}
.copy a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ==================== */

.stext {
	color: #ffffff;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #ffffff;
	text-decoration: underline;
}
.stext a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.ntitle {
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}
.ntitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.ctitle {
	color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
}
.ctitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.shapka {
	color: #454545;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-align: justify;
	font-style: italic
	line-height: 15px;
}
.shapka a {
	color: #454545;
	font-style: italic
}
.shapka a:hover {
	color: #000000;
	font-style: italic
	text-decoration: none;
		font-weight: bold;
}

.shapka a:active, .stext a:visited, .stext a:link {
	color: #531d00;
}


/* ==================== */

.news {
	color: #454545;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-align: justify;
	line-height: 15px;
}
.news a {
	color: #454545;
	text-decoration: underline;
}
.news a:hover {
	color: #454545;
	text-decoration: none;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: none;
}

/* ==================== */

.userstop {
	color: #555555;
	font-size: 10pt;		/* ! */
	font-family: Verdana;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #5078d5;
	text-decoration: underline;
}
.userstop a:hover {
	color: #5078d5;
	text-decoration: none;
}
.userstop td {
	padding: 2px;
}
.userstop thead {
	color: #555555;
	font-weight: bold;
}

/* ==================== */

.skin {
	padding-left: 10px;
}
select {
	font-size: 12pt;
	font-family: tahoma;
}

.navigation {
	color: #555555; 
	border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #555555;
	background-color: #ededed;
	border: 1px solid #e1e1e3;
	padding: 3px 6px;
	font-size: 12pt
}

.navigation a:hover {
	background-color: #5078d5;
	color: #ffffff;
	border-color: #e1e1e3;
}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #e1e1e3;
	color: #555555;
	font-size: 12pt;
}

.navigation span.nav_ext {
        border: none;
        background: transparent;
}
