body{
  margin: 0; padding: 0;
}
/* Определение нулевых отступов для начала */
address, blockquote, body, code, div, html, pre {
margin: 0;
padding: 0;
}
/* Определение шрифтов для всех тегов */
address, blockquote, body, code, div, html, p, pre, table, tr, td, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

/* Определение стандартной ссылки и стандартного размера шрифта */
a{
	font-size: 12px;
	text-decoration: underline;
}
a:link{
//	color:#3a2884;
	color:#00f;
}
a:visited{
//	color: #842874;
	color: #00f;
}
a:active, a:hover{
	color:#fc3;
}

div.top_line {
  height: 22px;
  padding:0;
  margin:0;
  background-color: #FFFFFF;
}

p.top_line_left {
  font-size: 14px;
  float: left;
  text-align: left;
  color:#00f;
  white-space: nowrap;
  font-weight: bold;
  margin:0px;
  padding:2px;
  background-color: #FFFF99;
	border: 1px outset #c0c000;
/*  text-shadow: black 1px 1px 1px;
  filter: dropshadow(offx=4,offy=4,color=#ffcc00,positive=1);*/
}
p.top_line_right {
  font-size: 9px;
  float: right;
  margin: 0;
  padding : 0 5px 2px 0;
  border: none;
}
a.top_line,
span.top_line {
  font-weight: bold;
  color: blue;
  font-size: 9px;
  margin:2px;
  padding:2px;
  background-color: #FFFF99;
	border: 1px outset #c0c000;
}
a.top_line {
  text-decoration: none;
}

span.top_line {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6{
color:#3a2884;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 10px 0px 0px 0px;
}

h1{
font-size: 22px;
}
h2{
font-size: 20px;
}
h3{
font-size: 18px;
}
h4{
font-size: 16px;
}
h5{
font-size: 14px;
}
h6{
font-size: 12px;
}
p.paragraph {
    text-align: justify; 
    text-indent: 2em; 
    margin: 0;
}
table.commontable{
	border-collapse:collapse;
}
table.commontable th{
	border: 1px solid black;
	padding: 3px;	
}	
table.commontable td{
	border: 1px solid black;
	padding: 3px;	
}
#maintable {
/*  width:1150px;*/
}

.word a:link { text-decoration: none; display: inline; border-bottom: 1px dashed blue; color: blue;}

table.pricetable {border: solid 2px; border-collapse: collapse;width: 100%; margin: 0 auto;}
table.pricetable th {padding: 4px; border: solid 1px;}
table.pricetable td {font-size: 90%; padding: 4px; border: solid 1px;}
table.pricetable td  a{font-size: 90%; text-decoration: underline; color: black;}

div.popup {
  margin: 0 auto;
  position: relative;
  border: outset #FEF9BC 4px;
  background-color: #FEF9BC;
  display:none;
}
div.buttonpanel {
  text-align: center;
  width: 100%;
  height: 30px;
  bottom: 0;
  position: relative;
}
#logwin {
  padding : 30px 0 0 0;
  width: 300px;
  height: 150px;
}
table.through {
   width: 80%;
   margin: 0 auto;
}
a.through {
  font-size: 110%;
  font-style: italic;
  font-weight: normal;
  padding: 4px;
  background-color: #FEF9BC;
  text-decoration: none;
  border: outset #FEF9BC 1px;
}

#index_content {
  width: 100%;
}

#index_left_block {
  width: 50%;
  padding: 4px;
  vertical-align: top;
}

#index_right_block {
  width: 50%;
  vertical-align: top;
  padding:4px;
}

div.index_right {
  margin : 0 0 8px 0;
  padding: 0;
/*	border: outset 1px #4b738d;*/
}

div.index_right div.title {
  position: relative;
  margin: 0;
  padding: 8px;
  background-color: #FFFF99;
	border: 1px outset #c0c000;
}
h3.index_right {
  margin: 0;
  padding: 0;
}
div.index_right div.text {
  position: relative;
  margin:1px 0 0 0;
  padding: 0px;
  background-color: #F4F8FC;
	border: outset 1px #E8FCFC;
}

p.index_right {
  margin: 2px;
  padding: 2px;
  text-align: left;
}

p.index_right a {
  color: #0000FF;
}
td.look_padr{
width:22px;
height:16px;
color:#00f;
background-color:#F4F8FC;
font: bold 12px tahoma;
text-align:center;
cursor:pointer;
}
div.partner {
  border: outset 1px #4b738d;
  background-color: #d9f0ff;
  margin:2px;
}
div.partner p{
  margin:0;
}
div.partner a {
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}
#iv_banner {
  padding: 0;
  margin: 15px 0px 15px 0px;
  clear:both;
}
#index_left_block h3 {
  margin: 0; padding: 0;
}
#registration {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
}
#registration th {
  width: 50%;
  text-align: left;
  margin: 0;
  padding: 8px;
  border: solid 1px #DCF4FC;
}
#registration td {
  text-align: center;
  margin: 0;
  padding: 8px 2% 8px 2%;
  border: solid 1px #DCF4FC;
}
#registration td input {
  width: 200px;
}
#registration td select {
  width: 200px;
}