/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: mbExtruder2.css
 *
 *  Copyright (c) 2001-2013. 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: 04/01/13 17.13
 *  *****************************************************************************
 */


.Extruder2{
	position:fixed;
	cursor:default;
	margin-top: 21px;
	font-size: 20px;
}

.Extruder2 .header{height:27px}
.Extruder2 .content{
	display:none;
	background:#E6E6E6;
	border-radius: 6px 0px 0px 6px;
}
.Extruder2.open .content{-moz-box-shadow:2px 0 5px #999;-webkit-box-shadow:2px 0 5px #999;box-shadow:2px 0 5px #999}


.Extruder2.right{
	height:550px;
	background-color: #CCC;
}
.Extruder2.right .content{
	//border-left:1px solid #DFDFDF;
	//border-top:1px solid #DFDFDF;
	//border-bottom:1px solid #DFDFDF;
}
.Extruder2.right .ext_wrapper{
	height:100%;
	right:0;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
.Extruder2.right .footer{display:none}
.Extruder2.right .flap{
	height: 124px;
	background-image:url('reserved_tab.png');
	font-size:1px;
	color:white;
	top:0;
	padding:20px 10px 20px 3px;
	width:37px;
	position:absolute;
	left:-37px;
	border-radius: 4px 0px 0px 4px;
}
.Extruder2.right .flap .flapLabel{
	//background-image:url('reserved_tab.png');
	//background:#9251FE;
	display: none;
}




