html {
	color: #000;
/* устанавливаем основной цвет шрифта */
	font-family: Arial, Trebuchet MS, helvetica, sans-serif;
/* любимые шрифты */
	font-size: 12px;
/* основной размер шрифта */
	line-height: 1.4em;
/* межстрочное расстояние */
	background: #FFF;
}
/* убираем все отступы*/
* {
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 100%;
	line-height: 1.4em;
}
input, textarea {
	padding: 0.2em;
}
img {
  border: 0;
	behavior: url("/css/cms/png.htc");
}
/* стандартное подчеркивание ссылки при больших и жирных шрифтах в IE дает линию толщиной в 2 пиксела. Мне это не нравится и поэтому я переопределяю способ подчеркивания. */
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* определяем размер шрифта и отступы для заголовков */
h1 {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}
h5 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
h6 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
/* стиль для параграфа */
p {
	margin: 0 0 1em 0;
}
/* убираем отступы у таблицы и ее ячеек */
table {
	border: 0;
/* border="0" */
	border-collapse: collapse;
/* cellspacing="0" */
}
table td, th {
	padding: 0;
/* cellpadding="0" */
	vertical-align: top;
	text-align: left;
}
/* списки */
ul, ol {
	margin: 0 1em 0.7em 3em;
}
ul li, ol li {
/* здесь можно поменять вид маркера */
}
small, sup, sub {
	font-size: 0.8em;
}
big {
	font-size: 1.2em;
}



.notetitle {
  border: solid 1px #EBC574; /* Параметры рамки */
  border-bottom: none; /* Убираем границу снизу */
  padding: 3px; /* Поля вокруг текста */
  display: inline; /* Устанавливаем как встроенный элемент */
  background:url('/img/bg_anons.gif') top right repeat-x; #FDE6AD; /* Цвет фона */
  font-weight: bold; /* Жирное начертание */
  font-size: 90%; /* Размер шрифта */
  margin: 0; /* Убираем отступы */
  white-space: nowrap; /* Запрещены переносы текста */
}
.note {
  border: solid 1px #EBC574; /* Параметры рамки */
  background: #FDE6AD; /* Цвет фона */
  padding: 7px; /* Поля вокруг текста */
  margin: 0 0 1em 0; /* Значение отступов */
}


.notetitle2 {
  border: solid 1px #D9D9D8; /* Параметры рамки */
  border-bottom: none; /* Убираем границу снизу */
  padding: 3px; /* Поля вокруг текста */
  display: inline; /* Устанавливаем как встроенный элемент */
  background:url('/img/bg_anons2.gif') top right repeat-x; #fff; /* Цвет фона */
  font-weight: bold; /* Жирное начертание */
  font-size: 90%; /* Размер шрифта */
  margin: 0; /* Убираем отступы */
  white-space: nowrap; /* Запрещены переносы текста */
}
.note2 {
  border: solid 1px #D9D9D8; /* Параметры рамки */
  background: #fff; /* Цвет фона */
  padding: 7px; /* Поля вокруг текста */
  margin: 0 0 1em 0; /* Значение отступов */
}


/* скругление краев на CSS */
.roundcont {
	width: 690px;
	background-color: #f90;
	color: #fff;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



#text {margin:50px auto; width:500px }
.hotspot {color:#d5e6e8; padding-bottom:1px; border-bottom:1px dotted #d5e6e8; cursor:pointer}
#tt {position:absolute; display:block; background:url(/images/tt_left2.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top2.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#336599; color:#FFF; text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom2.gif) top right no-repeat; overflow:hidden}




/* меню */
ul.menu {list-style:none; margin:10px; padding:0px;}
ul.menu * {margin:0; padding:0}
ul.menu a {color:#fff;font-weight:bold; text-decoration: none; text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:23px; left:0px; background:#0076b4; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #00659a; border-top:none; width:195px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:#0076b4}
ul.menu ul li a:hover {background-color:#028dd6}
ul.menu ul ul {left:185px; top:-1px}
ul.menu .menulink {border:0px solid #00659a; padding:5px 7px 7px; font-weight:bold; background:url(/images/header.gif) top right no-repeat;}

ul.menu .sub {background:#d1d1d1 url(/images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #00659a}

table.w3tc
{
	border-collapse: collapse;	
	width: 100%;	
}

table.w3tc td
{
	padding: 0px;
}

table.w3tc tbody div
{
	border: solid 1px #d9dad5;
	display: none;
	padding: 7px 10px 5px 10px;
	background-color: #f5f5ed;
	color: #000000;
}

table.w3tc thead ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

table.w3tc thead ul li
{	
	line-height: 1;
	padding: 0px;
	margin: 0px;
	float: left;
	margin: 0px 5px 0px 0px;
	display: block;	
}

table.w3tc thead ul li a:link, 
table.w3tc thead ul li a:visited, 
table.w3tc thead ul li a:hover
{	
	padding: 5px 10px 5px 10px;
	margin: 4px 0px 0px 0px;
	background-color: #e3e4dc;
	display: block;	
	color: #000000;
	outline: 0px;
	white-space: nowrap;
	text-decoration: none;
	border-top: solid 1px #d9dad5;
	border-left: solid 1px #d9dad5;
	border-right: solid 1px #d9dad5;
}

table.w3tc thead ul li a:hover
{
	background-color: #ffffff;
}

table.w3tc thead ul li a.selected:link, 
table.w3tc thead ul li a.selected:visited, 
table.w3tc thead ul li a.selected:hover
{	
	position: relative;
	top: 1px;
	padding: 7px 14px 7px 14px;
	margin: 0px 0px 0px 0px;
	background-color: #f5f5ed;	
}


PRE {

DISPLAY: none

}

#news_akcii {
	position: absolute;
	top: 653px;
	left: 51.2%;
	margin-left: 382px;
	z-index: 1;
}
