/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: mbExtruder.css
 *
 *  Copyright (c) 2001-2014. Matteo Bicocchi (Pupunzi);
 *  Open lab srl, Firenze - Italy
 *  email: matteo@open-lab.com
 *  site: 	http://pupunzi.com
 *  blog:	http://pupunzi.open-lab.com
 * 	http://open-lab.com
 *
 *  Licences: MIT, GPL
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 *
 *  last modified: 07/01/14 22.50
 *  *****************************************************************************
 */

.extruder
{
	background: url("../elements/extruder_blank.png");
	cursor: default;
	position: fixed;
}
.extruder .header
{
	height: 27px;
}
.extruder .extruder-content
{
	background: #f8f8f8;
	border-top: 2px solid #c1c1c1;
	/*background: #000;*/
	display: none;
}
.extruder.open .extruder-content
{
	box-shadow: 2px 0 5px #999;
	moz-box-shadow: 2px 0 5px #999;
	webkit-box-shadow: 2px 0 5px #999;
}
.extruder .footer
{
	background: #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 2px 0 5px #999;
	display: none;
	height: 10px;
	moz-border-radius: 0 0 8px 8px;
	moz-box-shadow: 2px 0 5px #999;
	webkit-border-bottom-left-radius: 8px;
	webkit-border-bottom-right-radius: 8px;
	webkit-border-top-left-radius: 0;
	webkit-border-top-right-radius: 0;
	webkit-box-shadow: 2px 0 5px #999;
}
.extruder.top .flap
{
	background: #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 2px 0 5px #999;
	color: #fff;
	cursor: pointer;
	display: block;
	font: 18px/28px Arial,Helvetica,sans-serif;
	height: 30px;
	margin: auto;
	moz-border-radius: 0 0 8px 8px;
	moz-box-shadow: 2px 0 5px #999;
	padding: 0 5px 5px 5px;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	webkit-border-bottom-left-radius: 8px;
	webkit-border-bottom-right-radius: 8px;
	webkit-border-top-left-radius: 0;
	webkit-border-top-right-radius: 0;
	webkit-box-shadow: 2px 0 5px #999;
	width: 180px;
}
.extruder.top .extruder-content
{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	moz-border-radius: 0 0 8px 8px;
	webkit-border-bottom-left-radius: 8px;
	webkit-border-bottom-right-radius: 8px;
	webkit-border-top-left-radius: 0;
	webkit-border-top-right-radius: 0;
}
.extruder.bottom .flap
{
	background: #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 2px 0 5px #999;
	color: white;
	cursor: pointer;
	display: block;
	font: 18px/28px Arial,Helvetica,sans-serif;
	height: 30px;
	margin: auto;
	margin-top: 1px;
	moz-border-radius: 8px 8px 0 0;
	moz-box-shadow: 2px 0 5px #999;
	padding: 0 5px 5px 5px;
	position: relative;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	webkit-border-bottom-left-radius: 0;
	webkit-border-bottom-right-radius: 0;
	webkit-border-top-left-radius: 8px;
	webkit-border-top-right-radius: 8px;
	webkit-box-shadow: 2px 0 5px #999;
	width: 180px;
}
.extruder.bottom .footer
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: -5px;
	moz-border-radius: 8px 8px 0 0;
	position: relative;
	webkit-border-bottom-left-radius: 0;
	webkit-border-bottom-right-radius: 0;
	webkit-border-top-left-radius: 8px;
	webkit-border-top-right-radius: 8px;
}
.extruder.bottom .extruder-content
{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	moz-border-radius: 8px 8px 0 0;
	webkit-border-bottom-left-radius: 0;
	webkit-border-bottom-right-radius: 0;
	webkit-border-top-left-radius: 8px;
	webkit-border-top-right-radius: 8px;
}
.extruder.bottom .ext_wrapper
{
	bottom: 0;
}
.extruder.left
{
	background: url("../elements/extruder_blank.png");
	height: 100%;
}
.extruder.left.open .extruder-content
{
	box-shadow: 2px 0 5px #999;
	moz-box-shadow: 2px 0 5px #999;
	webkit-box-shadow: 2px 0 5px #999;
}
.extruder.left .extruder-content
{
	border-right: 3px solid #000;
}
.extruder.left .ext_wrapper
{
	height: 100%;
}
.extruder.left .footer
{
	display: none;
}
.extruder.left .flap
{
	background: #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-top-right-radius: 8px;
	box-shadow: 2px 0 5px #999;
	color: white;
	font-size: 18px;
	margin-right: -37px;
	moz-border-radius: 0 8px 0 8px;
	moz-box-shadow: 2px 0 5px #999;
	padding: 10px 0 10px 10px;
	position: absolute;
	right: 0;
	top: 0;
	webkit-border-bottom-left-radius: 0;
	webkit-border-bottom-right-radius: 8px;
	webkit-border-top-left-radius: 0;
	webkit-border-top-right-radius: 8px;
	webkit-box-shadow: 2px 0 5px #999;
	width: 30px;
}
.extruder.left .flap .flapLabel
{
	background: #000;
}
.extruder.right
{
	background: url("../elements/extruder_blank.png");
	height: 100%;
}
.extruder.right .extruder-content
{
	border-left: 3px solid #000;
}
.extruder.right.open .extruder-content
{
	box-shadow: -2px 0 5px #999;
	moz-box-shadow: -2px 0 5px #999;
	webkit-box-shadow: -2px 0 5px #999;
}
.extruder.right .ext_wrapper
{
	height: 100%;
	right: 0;
}
.extruder.right .footer
{
	display: none;
}
.extruder.right .flap
{
	background: #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 0;
	box-shadow: -2px 0 5px #999;
	color: white;
	font-size: 18px;
	left: -37px;
	moz-border-radius: 8px 0 8px 0;
	moz-box-shadow: -2px 0 5px #999;
	padding: 10px 0 10px 10px;
	position: absolute;
	top: 0;
	webkit-border-bottom-left-radius: 8px;
	webkit-border-bottom-right-radius: 0;
	webkit-border-top-left-radius: 8px;
	webkit-border-top-right-radius: 0;
	webkit-box-shadow: -2px 0 5px #999;
	width: 30px;
}
.extruder.right .flap .flapLabel
{
	background: #000;
}
.extruder .voice
{
	border-bottom: 1px solid #333;
	color: white;
	font: 18px/24px Arial,Helvetica,sans-serif;
	height: 27px;
	padding: 5px;
	padding-left: 10px;
	text-shadow: 2px 2px 2px #333;
}
.extruder .voice:last-child
{
	border-bottom: 0;
}
.extruder .voice .disabled
{
	cursor: default;
}
.extruder .text
{
	/*background: #222;*/
	/*border-bottom: 1px solid #333;*/
    /* color: gray; */
	/* font: 14px/16px Arial,Helvetica,sans-serif; */
	padding: 10px;
	/* text-shadow: 2px 2px 2px #333; */
}
.extruder .voice.hover
{
	background: url("../elements/extruder_voiceHover.png") repeat-x top;
}
.extruder .voice.sel
{
	background: url("../elements/extruder_voiceHover.png") repeat-x top;
}
.extruder .voice img
{
	float: left;
	margin-right: 15px;
}
.extruder .voice a.label
{
	color: white;
	display: block;
	height: 30px;
	padding-top: 0;
	text-decoration: none;
}
.extruder .voice span.label
{
	color: #d0cfcf;
	display: block;
	height: 30px;
	padding-top: 0;
	text-decoration: none;
}
.extruder .voice
{
	position: relative;
}
.extruder .settingsBtn
{
	background: url("../elements/settingsBtn.png") no-repeat bottom;
	cursor: pointer;
	display: block;
	height: 36px;
	position: absolute;
	right: -3px;
	top: -4px;
	width: 36px;
}
.extruder .optionsPanel
{
	background: url("../elements/fuzz.gif");
	border-bottom: 1px solid #333;
	display: none;
}
.extruder .voice.sel
{
	background: url("../elements/extruder_voiceHover.png") repeat-x top;
}
.optionsPanel .panelVoice a
{
	border-bottom: 1px solid #000;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 8px;
	padding-left: 20px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #333;
}
.optionsPanel .panelVoice a:hover
{
	background: url("../elements/red_op_50.png");
	color: #fff;
}
:focus
{
	outline: 0;
}
