/* Ãàðìîøêà è Èíëåé -------------------------------------- */
.accordion, .inlay 
{
  border-bottom: solid 1px #c4c4c4;
  font-size: 80%;
}
.accordion DIV.h, .inlay DIV.h 
{
  background: #c0e6c0 url(../pic/arrow.gif) no-repeat right -51px;
  padding: 7px 15px; 	margin: 0; 
  border: solid 1px #c4c4c4; border-bottom: none;
  cursor: hand; cursor: pointer;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
}
.accordion DIV.active, .inlay DIV.active 
{
  background-position: right 5px;
}
.accordion DIV.b, .inlay DIV.b  
{
  background: #f3faf3;
  margin: 0; 	padding: 10px 15px 20px;
  border-left: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
  font-size:1.1em;
}
.accordion DIV.b SAMP, .inlay DIV.b SAMP
{
  font-family: "Trebuchet MS", sans-serif;
  font-size:110%;
}
/* Èíëåé ----------------------------------------- */
.inlay
{
  margin-top:1em;
  margin-bottom:1em;
}
