body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(/img/bg_shadow.gif) repeat-x
}

html {
  background: url(/img/bg_main.gif);
}

body, td, th, input, textarea, select {
  font: 12px Arial, Helvetica, sans-serif;
  color: #321617;
}


a:link,
a:visited {text-decoration: underline; color: #5a272a}
a:hover {text-decoration: none; color: #5a272a}


h1 {
  margin: 0 0 10px 0;
  width: 100%
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-weight: bold;
  font-size: 18px;
  color: #630
}


h2 {
  margin: 10px 0 5px 0;
  width: 100%
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-weight: bold;
  font-size: 15px;
  color: #630
}


h3 {
  margin: 10px 0 5px 0;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-weight: bold;
  font-size: 12px;
  color: #630
}

h4 {
  margin: 0 0 5px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #5E5E5E
}


img { display: block}

p {
  margin: 0px 0px 10px;
}


ul li {padding: 3px 0px}

ul.dir {
/*  list-style-image: url(/img/li-01.gif);*/
  list-style-image: url(/img/li-03.gif);
  padding: 0 0 0 30px;
  margin: 0px;
}

ul.tic {
  list-style-image: url(/img/li-01.gif);
  padding: 0 0 0 24px;
  margin: 0px;
}

hr {
  border: 0;
  height: 1px;
  color: #999;
  background: #999;
}



/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  vertical-align: top;
}


/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
}


/* printable */
table.printable  {
  border-left: solid 1px #efc371; 
}

table.printable td, table.printable th {
  vertical-align: top;
  padding: 4px 10px 4px 10px;
  border-right: solid 1px #efc371;
}

table.printable p {
  margin: 0 0 5px 0;
}

table.printable tr.cell1, table.printable tr.cell1 td, table.printable td.cell1 {
  background-color: #fff;
}
table.printable tr.cell1 td, table.printable tr.cell1 p, table.printable td.cell1, table.printable td.cell1 p {
}

table.printable tr.cell2, table.printable tr.cell2 td, table.printable td.cell2 {
  background-color: #ffffbd;
}
table.printable tr.cell2 td, table.printable tr.cell2 p, table.printable td.cell2, table.printable td.cell2 p {
}

table.printable td.header, table.printable tr.header td, table.printable th {
  vertical-align: middle;
  background: #efc371;
  font-weight: bold;
  color: #FFF;
}

table.printable .header a, table.printable .header a:link, table.printable .header a:visited, table.printable .header a:hover, table.printable .header a:active {
}

table.printable .header {
	height: auto !important;
}


.framed,
.framed .f_r,
.framed .f_b,
.framed .f_l,
.framed .f_c	{
	float: left;
	position: relative; z-index: 1;
	width: auto; height: auto;
	margin: 0; padding: 0;
}
.framed .f_tt,
.framed .f_rr,
.framed .f_bb,
.framed .f_ll {
	display: none;
}
.framed {
	margin: 0 16px 8px 0;
	background: url('/img/sh/hint-t.png') no-repeat left top;
	//background: none;
}
.framed .f_r {
	left: 16px;
	background: url('/img/sh/hint-r.png') no-repeat right top;
	//background: none;
}

.framed .f_b {
	top: 16px;
	background: url('/img/sh/hint-b.png') no-repeat right bottom;
	//background: none;
}
.framed .f_c {
	float: none;
	position: relative;
	left: 16px; top: -8px;
	padding: 1px 0; margin: 0 16px 0 0;
	background: #FFFFE7;
}
.framed .f_l {
	left: -16px;
	padding: 8px 0;
	background: url('/img/sh/hint-l.png') no-repeat left bottom;
	//background: none;
}
* html .framed .f_r,
* html .framed .f_b,
* html .framed .f_l
{ height: 0; }
* html .framed .f_tt,
* html .framed .f_rr,
* html .framed .f_bb,
* html .framed .f_bb *,
* html .framed .f_ll,
* html .framed .f_ll * {
	display: block;
	position: absolute;
	left: 0; top: 0;
}
* html .framed .f_tt {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/sh/hint-t.png,sizingMethod=crop);
}
* html .framed .f_rr {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/sh/hint-r.png,sizingMethod=crop);
}
* html .framed .f_tt,
* html .framed .f_bb {
	width: expression( parentNode.offsetWidth ); height: 16px;
}
* html .framed .f_rr,
* html .framed .f_ll {
	width: 16px; height: expression( parentNode.offsetHeight );
}
* html .framed .f_bb,
* html .framed .f_ll {
	overflow: hidden;
}
* html .framed .f_bb *{
	width: 3000px; height: 16px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/sh/hint-b.png,sizingMethod=crop);
}
* html .framed .f_ll * {
	width: 16px; height: 3000px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/sh/hint-l.png,sizingMethod=crop);
}
/* Исправляем неправильный расчет позиции при "нечетной ширине" */
* html .framed .f_rr,
* html .framed .f_bb *{
	right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 ); left: auto;
}
* html .framed .f_ll,
* html .framed .f_ll *,
* html .framed .f_bb,
* html .framed .f_bb *
{ bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 ); top: auto; }