@charset "utf-8";
/* CSS Document */

/**** TABRICATOR ****/
.tabricator {
	background:                #ededed;
	border:                    1px solid #000;
	display:                   block;
	height:                    auto!important;
	height:                    1%;
	margin:                    0 auto 1em;
	max-width:                 90%;
	padding:                   5px 0 0 5px;
  }
/*
.tabricator {
  display:                   block;
  }
*/
.tabricator .trig {
  background:                #dedede;
  border:                    1px solid #666;
  border-bottom:             0;
  cursor:                    pointer;
  display:                   inline;
  float:                     left;
  margin:                    2px 0 0 2px;
  padding:                   2px 5px;
  position:                  relative;
  }
.tabricator .trig:hover {
  background:                #f5f5f5;
  }
.tabricator .open,
.tabricator .open:hover {
	background:                #fff;
	margin-top:                0;
	margin-bottom:             -1px;
	padding-bottom:            5px;
	position:                  relative;
	z-index:                   1;
  }
.tabricator .targ {
	background:                #fff;
	border-top:                1px solid #666;
	clear:                     both;
	min-height: 80px;
	margin:                    0 0 0 -5px;
	overflow:                  auto;
	padding:                   5px;
  }

