.dbx-clone {
position:absolute;
visibility:hidden;
opacity:0.8px;
-moz-opacity:0.8px;
-khtml-opacity:0.8px;
filter:alpha(opacity=80);
}

.dbx-clone,.dbx-clone .dbx-handle-cursor {
cursor:move !important;
}

.dbx-dummy {
display:block;
width:0;
height:0;
overflow:hidden;
}

.dbx-group,.dbx-box,.dbx-handle {
position:relative;
display:block;
}

.dbx-box {
border:none;
clear:both;
margin:0;
padding:0;
}

.dbx-group {
width:210px;
padding:0 0 10px;
}

* html .dbx-group {
width:210px;
padding-bottom:0;
}

.dbx-handle {
position:relative;
background:url(images/sidep-handle.png) no-repeat 0 0;
margin:0;
padding:16px 24px 7px 10px;
}

* html .dbx-handle {
width:176px;
}

.dbx-handle-cursor {
cursor:move;
}

a.dbx-toggle,a.dbx-toggle:visited {
display:block;
width:20px;
height:20px;
overflow:hidden;
background:url(images/sidep-toggle.png) no-repeat;
position:absolute;
top:12px;
right:3px;
text-indent:-50px;
text-decoration:none;
}

a.dbx-toggle-open,a.dbx-toggle-open:visited {
background-position:0 0;
}

a.dbx-toggle-closed,a.dbx-toggle-closed:visited {
background-position:0 -20px;
}

a.dbx-toggle-hilite-open,a.dbx-toggle-hilite-open:visited {
background-position:-20px 0;
}

a.dbx-toggle-hilite-closed,a.dbx-toggle-hilite-closed:visited {
background-position:-20px -20px;
}

.dbx-tooltip {
display:block;
position:absolute;
width:185px;
border:1px solid #000;
background:#ffd;
color:#000;
font:normal normal normal 0.85em tahoma, arial, sans-serif;
text-align:left;
margin:36px 0 0 125px;
padding:2px 4px 3px 5px;
}

* html .dbx-tooltip {
width:210px;
}

*[class="dbx-tooltip"]:lang(en) {
background:InfoBackground;
color:InfoText;
font:small-caption;
font-weight:400;
border-color:InfoText;
}

.dbx-content {
background:url(images/sidep-bottom.png) no-repeat 0 100%;
overflow:hidden;
margin:0;
padding:5px 10px 9px;
}

.dbx-content div {
overflow:hidden;
height:100%;
width:100%;
}

.dbx-box-closed .dbx-content {
display:block;
height:4px;
overflow:hidden;
padding:0;
}

.dbx-box-closed .dbx-content * {
display:none;
}

div.code_parent {
margin:5px 10px 10px;
}

div.code_title {
margin-bottom:2px;
}

div.code_child {
background-color:#F4F4F4;
color:#000;
font-weight:400;
font-style:normal;
font-variant:normal;
border:1px inset;
width:480px;
margin:0;
padding:0;
}

code {
white-space:nowrap;
}

div.pre_container {
text-align:left;
}

pre {
line-height:1.1;
font:12px courier, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin:1em 0.5em;
padding:0;
}
