.extruder {
	position:fixed;
	cursor:default;
	background:url("../elements/extruder_blank.png");
}
.extruder .header {
	height:27px;
}
.extruder .content {
	display:none;
}
.extruder .footer {
	display:none;
	height:10px;
}
.extruder.bottom .flap {
	position:relative;
	color:white;
	text-align:center;
	display:block;
	margin-top:1px;
	height:28px;
	width:170px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-color: #e97300;
	background-image: url(../elements/finder-tab.gif);
	background-repeat: no-repeat;
}
.extruder.bottom .footer {
	position:relative;
	margin-top:-5px;
}
.extruder.bottom {
	bottom:0;
}
.ext_wrapper {
	bottom: 50px !important;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e97300;
	width: 100%;
}
.extruder .voice {
	font:18px/24px Arial, Helvetica, sans-serif;
	color:white;
	padding:5px;
	padding-left:10px;
	height:27px;
	border-bottom:1px solid #333333;
	text-shadow:2px 2px 2px #333333;
}
.extruder .voice:last-child {
	border-bottom:none;
}
.extruder .voice .disabled {
	cursor:default;
}
.extruder .voice.hover {
	background:url("../elements/extruder_voiceHover.png") no-repeat top;
}
.extruder .voice.sel {
	background:url("../elements/extruder_voiceHover.png") no-repeat top;
}
.extruder .voice img {
	float:left;
	margin-right:15px;
}
.extruder .voice a.label {
	display:block;
	height:30px;
	color:white;
	padding-top:0;
	text-decoration:none;
}
.extruder .voice span.label {
	display:block;
	height:30px;
	color:#d0cfcf;
	padding-top:0;
	text-decoration:none;
}
.extruder .voice {
	position:relative;
}
.extruder .settingsBtn {
	display:block;
	position:absolute;
	width:36px;
	height:36px;
	background:url("../elements/settingsBtn.png") no-repeat bottom;
	cursor:pointer;
	right:-3px;
	top:-4px;
}
.extruder .optionsPanel {
	background:url("../elements/fuzz.gif");
	display:none;
	border-bottom:1px solid #333333;
}
.extruder .voice.sel {
	background:url("../elements/extruder_voiceHover.png") no-repeat top;
}
.optionsPanel .panelVoice a {
	text-decoration:none;
	display:block;
	color:#cccccc;
	padding:8px;
	padding-left:20px;
	font-size:16px;
	text-shadow:2px 2px 2px #333333;
	border-bottom:1px solid #000000;
	cursor:pointer;
}
.optionsPanel .panelVoice a:hover {
	color:#fff;
	background:url("../elements/red_op_50.png");
}
:focus {
	outline:0;
}


