/*  Visual  */

.flexOpen .whenShut {
  display: none; }

.flexOpen .whenShut {
  display: none; }

.flexOpen .whenOpen {
  display: block; }

.flexShut .whenShut {
  display: block; }
.flexShut .whenOpen {
  display: none; }

.flexOpen {
padding-bottom: 5px;
}
/*  Headers  */
.flexNarrow {
  border-bottom: solid 1px #101218;
  cursor: pointer;
  height: 8px;
}

.bOpen .flexHeader {
  border-top: solid 1px #101218;
  background-repeat: no-repeat;
  background-image: url('http://flashforward.ru/img/arrow2.gif'); 
  background-position: 5px 4px; }

.bShut .flexHeader {
  background-color: #101218;
  border-top: solid 1px #999;
  background-repeat: no-repeat;
  background-image: url('http://flashforward.ru/img/arrow.gif');
  background-position: 5px 4px; }

.bShut .flexHeader h2{
  color: #888;
}

.bShut .flexHeader .flexEdit{
  display:none;
}

.bOpen .flexHeader span{
  display:none;
}

.flexHeader {
  cursor: pointer;
  padding: 1px 8px 2px 23px;
  border-top: solid 1px #b1bdd6;
  background: #34373f;
  -khtml-user-select: none; }

.flexHeader div {
  float: left; }

.flexHeader .flexEdit {
  font-weight: bold;
  float: right;
}
.flexHeader .flexEdit a{
  color: #A9B8CB;
}

/* Content Box */

.flexBox {
  padding: 10px 8px 15px 8px; }

.no_padding {
  padding: 0px; }

.flexBox h4 {
  margin: 1px 0px 0px;
  padding: 4px 0px 2px; 
  font-size: 11px;
  border: none;
}