/* panel'ka s nazvaniem */
.panel1{
  margin:0px; padding: 0px;
  white-space: nowrap;
  /*clear: both;*/
  width:610px;}


.panel1 .lpan{
  margin:0px;
  height:34px;width:9px;
  background: url(panel1_01.png);
  float: left;
  left:0px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel1_01.png', sizingMethod='crop');
}

.panel1 .cpan{
  margin:0px;
  height:34px;width:584px;
  background: url(panel1_03.png) repeat-x;
  float: left;
  left:9px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel1_03.png', sizingMethod='scale');
}

.panel1 .rpan{
  margin:0px;
  height:34px;width:12px;
  background: url(panel1_05.png);
  float: left;
  left:588px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel1_05.png', sizingMethod='crop');
}

a:hover .lpan{
  height:34px;width:9px;
  background: url(panel2_01.png);
  float: left;
  left:0px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel2_01.png', sizingMethod='crop');
}

a:hover .cpan{
  height:34px;width:584px;
  background: url(panel2_03.png);
  float: left;
  left:9px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel2_03.png', sizingMethod='scale');
}

a:hover .rpan{
  height:34px;width:12px;
  background: url(panel2_05.png);
  float: left;
  left:588px;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/panel2_05.png', sizingMethod='crop');
}

.cpan p{
  cursor: hand;
  font: 0.9em Verdana, sans-serif;  
  margin: 0.4em;}

/* knopka s malen'koi kartinkoi */
.image{
  margin: 0 0 0 10px;
  float: left}


.image a{
  display: block;
  border-width: 0px;
  height:110px;width:140px;
  background: url(but_1.png);
  margin:0px;
  padding:0px;
  float:left;
  /*position: relative; left:0px; top:0px;*/
  z-index: 1;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_1.png', sizingMethod='image');
}

.image a:hover{
  display: block;
  cursor: hand;
  margin:0;
  height:110px;width:140px;
  background: url(but_2.png) no-repeat;
  /*float:left;*/
  z-index: 1;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_2.png', sizingMethod='image');
}

.but2{
  padding:0px;
  margin:0px 0px 0px 0px;
  height:110px;width:0px;
  background: url(but_3.png) no-repeat;
  position: relative; left:0px; top:0px;
/*  float: left;*/
  z-index: 2;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_3.png', sizingMethod='image');
}

a:hover .but2{
  display:block;
  background: url(but_3.png) no-repeat;
/* IE хак */
-background-image: none;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/but_3.png', sizingMethod='image');
}

DIV.info{
  float: left;
  margin: 0 0 0 5px;
  width: 440px; /*height:110px;*/
  /*position:relative;
  left:150px; top:34px;*/
}
DIV.info UL{
  margin:0px; padding:0px;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  font: 0.75em Verdana, sans-serif;}

UL.info{
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  list-style-type: none;
  list-style-image: none;
  text-align: justify;
  font: 0.75em Verdana, sans-serif;
  width:100%;}

li.hd{
  /*display: block;*/
  font-weight:bold;
  clear:both;
  width:97%;
  margin-left:1%;
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  border: 1px solid #ccc;
  }

li.par{
  float:left;
  margin-left:1%;
  margin-top:0px;
  margin-bottom:2px;
  margin-right:0px;
  border: 0px solid #ccc;
  text-align:justify;
  white-space: normal;
  width:69%;}

li.inf{
  font-size: 0.9em;
  font-weight:bold;
  float:right;
  margin-left:1%;
  margin-top:0px;
  margin-bottom:2px;
  margin-right:2%;
  border: 0px solid #ccc;
  text-align:right;
  white-space: normal;
  width:25%;}

li.br{
  margin: 0; padding: 0;
  clear:both;
  line-height: 0px;}
