

.overlay { position:fixed; width:100%; height:100%; top:0px; left:0px; display:none; background:rgba(0,0,0,0.0); }
.overlay.visible { display:block; background:rgba(0,0,0,0.30); }
.tx-bsd-flyoutmenu ul.tx-bsd-flyoutnav { list-style:none;padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; position:fixed; right:0px; top:300px; z-index:300; }
.tx-bsd-flyoutcontent { position:fixed; right:0px; top:400px; z-index:250; }
.tx-bsd-contentitem { position:absolute; right:0px; top:0px; transform:translateX(600px); transition:transform 0.3s; width:600px; }
.tx-bsd-contentitem.open { transform:translateX(0px); }
.tx-bsd-flyout-close { cursor:pointer; }
.tx-bsd-flyoutitem { cursor:pointer; }


