
.extruder{position:fixed;cursor:default;background:url("../elements/extruder_blank.png")}
.extruder .header{height:27px}
.extruder .extruder-content{display:none; background:#033853;}
.extruder.open .extruder-content{-moz-box-shadow:2px 0 5px #999;-webkit-box-shadow:2px 0 5px #999;box-shadow:2px 0 5px #999}



.extruder.right{height:100%; background:url("../elements/extruder_blank.png");}
.extruder.right .extruder-content{border-left:0px solid #033853;}
.extruder.right.open .extruder-content{-moz-box-shadow:-2px 0 5px #999;-webkit-box-shadow:-2px 0 5px #999;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 0 10px 10px; background:#033853; width:30px;position:absolute;left:-37px;-moz-border-radius:8px 0 8px 0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:0;border-top-left-radius:8px;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:0;-moz-box-shadow:-2px 0 5px #999;-webkit-box-shadow:-2px 0 5px #999;box-shadow:-2px 0 5px #999}
.extruder.right .flap .flapLabel{background:#033853;}

