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



      /*
      custom style for extruder
      */
							
				.extruder.left.a .flap{
      font-size:19px;
						line-height: 19px;
      color: #99CC66;
      top:0;
						right: 0;
      padding: 17px 0 0 0;
						background: url(../extruder/elements/mbextruder-flap-trans.png) no-repeat top center;/*insert bg-image only here,
						at the other places only the non-transparent bg-color*/
      width: 36px;
						height: 260px;
      position:absolute;
      /*-moz-border-radius:0 8px 8px 0;
      -webkit-border-top-right-radius:8px;
      -webkit-border-bottom-right-radius:8px;
      -moz-box-shadow:#666 2px 0px 3px;
      -webkit-box-shadow:#666 2px 0px 3px;*/
    }
				
    .extruder.left.a .content{
						border-right: 1px solid #99CC66;
    }

    .extruder.top .optionsPanel .panelVoice a:hover{
      color:#fff;
      background: ;
      border-bottom:1px solid #000;
    }
    .extruder.top .optionsPanel .panelVoice a{
      border-bottom:1px solid #000;
    }

    .extruder.left.a .flap .flapLabel{
						background: #162e1e;
						padding: 0;
    }

