/*

общий каскадный стиль для всех страниц

#ed1a3a - красный
#6d6f71 - серый (логотип, фон меню первого уровня)
#4b4b4b - серый (фон меню второго уровня)
 - серый (фон меню третьего уровня)
#dcddde - фон footer
#848585 - текст footer


*/

html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #333;
	margin: 5px 0px;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
img {
	border: 0px;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	color: #f00;
	margin: 8px 0px;
	padding: 10px 0px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 4px 0px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
}
p {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 0px;
	text-align: justify;
}
table {
	border-collapse: collapse;
	border-color: #999;
}
th {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background-color: #F2F2F2;
	color: #000;
}
td {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#login tr td {
	color: #fff;
	font-family: Arial, Tahoma, Verdana;
}
input.search {
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Tahoma;
	font-size: 14px;
	height: 22px;
}
input.search-submit {
	background-color: #fff;
	border: 1px solid #999;
	color: #666;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	height: 22px;
}
input.auth {
	background-color: #333;
	border: 1px solid #999;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}
input.auth2 {
	background-color: #333;
	border: 1px solid #999;
	color: #fff;
	font-family: Arial, Tahoma, Verdana;
}
ul {
	padding: 0px 0px 0px 10px;
}
li {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
	background: url('images/design/li.gif') left top no-repeat;
	padding: 0px 2px 0px 15px;
	text-indent: 0px;
	list-style-image: none;
	list-style-type: none;
}

input, textarea {
	font-size: 12px;
	border: 1px solid #999;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color:#c00;
	text-decoration: underline;
}
a:focus {
	outline: none;
	text-decoration: underline;
}
.pages_current {
	border: 1px solid #ED1C24;
	background-color: #ED1C24;
	color: #fff;
	margin: 3px;
	padding: 2px;
	font-size: 11px;
	line-height: 18px;
}
a.pages {
	border: 0px solid #fefefe;
	color: #000;
	text-decoration: none;
	margin: 4px;
	padding: 2px;
	font-size: 11px;
	line-height: 18px;
}
a.pages:hover {
	border: 1px solid #999;
	color: #ed1b2f;
	text-decoration: none;
	margin: 3px;
	padding: 2px;
	font-size: 11px;
	line-height: 18px;
}
a.debug {
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	line-height: 16px;
}
a.debug:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
	font-size: 11px;
	line-height: 16px;
}
td.copyright {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 10px;
	color: #333;
}
a.copyright {
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
a.copyright:hover {
	color:#333;
	text-decoration: underline;
}
.counter {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
#dev {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Tahoma;
}
.over {
	background-color: #EEEEEE;
}
.out {
	background: none;
}
.dt {
	font-weight: bold;
	color: #f00;
}
a.news {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}
a.news:hover {
	color: #c00;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	font-weight: bold;
}
.helper {
	color:#BBBBBB;
	font-size: 10px;
}
.highlight {
	background-color: #42CCFA;
	color: #333;
	font-weight: bold;
	padding: 0px 2px;
}

.photo {
  border: 1px solid #999;
  margin: 0px 5px;
}

td.photo-description {
  font-size: 11px;
  color: #666;
}




/* отладочная панель,  УДАЛИТЬ!!!*/
.debug {
	position: relative;
	font-family: Consolas;
	color: #000;
	font-size: 10px;
	padding: 5px 0px;
	border-top: 2px solid #f00;
	background-color: #DCFFD9;
}





td #level1 {
	padding: 0 0 0 20px;
	margin: 0px;
	width: 336px;
	background: #6d6f71;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #838587;
	height: 24px;
}
#level1 a {
	color: #d1d1d1;
	text-decoration: none;
}
#level1 a:hover {
	color: #fff;
	text-decoration: none;
}
#over {
	background: #ed1a3a;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:0 0 0 20px;
	height: 26px;
}
#over a {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
#level2 {
	margin: 0px;
	padding:0 5px 0 30px;
	width: 336px;
	font-size: 13px;
	font-weight: bold;
	background: url('images/design/li2.gif') left top no-repeat #4b4b4b;
	border-top: 1px solid #717375;
	height: 26px;
}
#level2 a {
	color: #d2d2d2;
	text-decoration: none;
}
#level2 a:hover {
	text-decoration: underline;
	color: #d2d2d2;
}
#level3 {
	padding: 0 0 0 45px;
	margin: 0px;
	width: 336px;
	font-size: 12px;
	height: 26px;
	border: 0px;
	background: url('images/design/li3.gif') left top no-repeat #3a3a3a;
}
#level3 td:hover {
  background: url('images/design/li4.gif') left top no-repeat;
}

#level3 a {
	color: #d2d2d2;
	text-decoration: none;
}
#level3 a:hover {
	text-decoration: none;
	color: #ed1a3a;
	
}




