/*
 * ******************************************************************************
 *  jquery.mb.components
 *  file: mbExtruder.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
 *  *****************************************************************************
 */

.extruder {
	position: fixed;
	cursor: default;
	background: url("/scripts/extruder/elements/extruder_blank.png");
	
	
}
.extruder .header {
	height:25px
}
.extruder .content {
	display: none;
	background: #0c96f3;
	padding-top:51px;
}
.extruder.open .content {
	-moz-box-shadow: 2px 0 5px #999;
	-webkit-box-shadow: 2px 0 5px #999;
	
}


.extruder.right {
	height: 100%;
	background: url("/scripts/extruder/elements/extruder_blank.png")
}
.extruder.right .content {
	border-left: 3px solid #FFF;
}
.extruder.right.open .content {
	-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 {
	cursor: pointer;
	font-size: 18px;
	color: white;
	top: 0;
	padding: 10px 0px 10px 0px;
	width: 60px;
	height: 40px;
	position: absolute;
	left: -62px;
	-moz-border-radius: 3px 0 3px 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 0;
	
	border-left: 3px solid #FFF;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	border-right: 2px solid #FFF;
	z-index:999999;

	background:#0c96f3 url(/images/nav/icon_menu.png) no-repeat 10px 10px;
	
}

.extruder.right .flap .flapLabel {
	display:none;

}
.extruder .voice {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #555;
	padding: 5px;
	padding-left: 10px;
	height: 25px;
	border-bottom: 1px solid #4eb2f6;
	
}
.extruder .voice:last-child {
	border-bottom: 0
}
.extruder .voice .disabled {
	cursor: default
}
.extruder .text {
	background: #FFF;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: gray;
	padding: 10px;
	border-bottom: 1px solid #bebebe;
	
}
.extruder .voice.hover {
	background-color:#034886;
	 -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
	color:#FFF}
	
.extruder .voice.sel {
	background-color:#034886;
	color:#FFF;
}
.extruder .voice img {
	float: left;
	margin-right: 15px;
	color:#FFF;
}
.extruder .voice a.label {
	display: block;
	height: 30px;
	color: #FFF;
	padding-top: 0;
	text-decoration: none;
	
}

.extruder .voice a.label:hover {
	display: block;
	height: 30px;
	color: #FFF;
	padding-top: 0;
	text-decoration: none;
	
	
}
.extruder .voice span.label {
	display: block;
	height: 30px;
	color: #FFF;
	padding-top: 0;
	text-decoration: none;
	
}

.extruder .voice span.label:hover{
	display: block;
	height: 30px;
	color: #FFF;
	padding-top: 0;
	text-decoration: none;
	
}


.extruder .voice {
	position: relative;
	color: #FFF;
}
.extruder .settingsBtn {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url("/scripts/extruder/elements/settingsBtn.png") no-repeat bottom;
	cursor: pointer;
	right: -3px;
	top: -4px;
	color: #FFF;
}

.extruder a.settingsBtn:hover {

	color: #FFF;
}

.extruder .optionsPanel {
	background: #e4e4e4;
	display: none;
	color:#FFF;
		border-bottom: 1px solid #666;}

.optionsPanel .panelVoice a {
	text-decoration: none;
	display: block;
	color:#FFF;
	padding: 8px;
	padding-left: 20px;
	font-size: 16px;

	cursor: pointer
}
.optionsPanel .panelVoice a:hover {
	color: #FFF;
	background: #0c96f3
	}
:focus {
	outline: 0
}

		.extrudertitle
		{font-size:22px;
		font-weight: 600;
		padding:39px 0 8px 10px;
		color:#FFF;
		border-bottom: 3px solid #6ebdf2;
		background-color: #0c96f3;
		
		}