.extruder{
  position:fixed;
  cursor:default;
  background:url("../graphics/lent/panel/extruder_blank.png");
}

.extruder .header{
  display:none;
}

.extruder .content{
  display:none;
  background:#fff;
}

.extruder.open .content{
  -moz-box-shadow:#999 2px -2px 2px;
  -webkit-box-shadow:#999 2px -2px 2px;
}

.extruder .footer{
  display:block;
  spadding:5px;
  height:10px;
  background:#fff;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.extruder.left{
  /*position:absolute;*/
  height:100%;
  background:url("../graphics/lent/panel/extruder_blank.png");
}

.extruder.left .content{
  display:block;
  border-right:2px solid #000;
}

.extruder.left .ext_wrapper{
  height:100%;
}

.extruder.left .footer{
  display:none;
}

.extruder.left .flap{
  font-size:16px;
  font-weight:bold;
  color:#692361;
  top:0;
  padding:10px 0px 10px 10px;
  background:#c8a04b;
  width:20px;
  /*height:150px;*/
  position:absolute;
  /*overflow:hidden;*/
  right:8px;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-box-shadow:#666 2px 0px 3px;
  -webkit-box-shadow:#666 2px 0px 3px;
}

/*Extruder Content*/

.extruder .voice{}
.extruder .voice.disabled{
	cursor:default;
}
.extruder .text{
	background:#fff;
	font:14px/16px Arial, Helvetica, sans-serif;
    color:#000;
    border-bottom:1px solid #333;
}

.extruder .voice.hover, .extruder .voice.sel{
	background: #fff;
}

.extruder .voice img{}

.extruder .voice a.label{

}

.extruder .voice span.label{
    display:block;
    color:#601955;
    padding:40px 0 5px 0;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.extruder .voice{
    position:relative;
}

.extruder .settingsBtn{}

.extruder .optionsPanel{}

.extruder .voice.sel{}


  /*Extruder Panel*/
.optionsPanel {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.optionsPanel .panelVoice a{
    text-decoration:none;
	text-align: center;
    display:block;
    color:#601955;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:13px;
	line-height: 1.2em;
    cursor:pointer;
}
.optionsPanel .panelVoice a:hover{
    color:#BE231C;
    background: #fff;
}

:focus {
	outline: 0;
}


