﻿#zenbox_tab
{
    display: none !important;
    border: solid 1px;
    cursor: pointer;
    position: fixed;
    top: 0%;
    right: 35.5%;
    z-index: 10000;
    width: 80px;
    height: 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
/* IE won't read ID-and-class selectors like #zenbox_tab.left, so we use just a class: */
.ZenboxTabLeft
{
    left: 0;
    background-position: right 0;
}
.ZenboxTabRight
{
    right: 0;
    background-position: left 0;
}
#zenbox_tab:hover
{
    background-color: #444;
}
#zenbox_tab img
{
    display: none;
}

#zenbox_overlay
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90000;
}

#zenbox_overlay *
{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#zenbox_container
{
    height: 620px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 638px;
    z-index: 2;
}

#zenbox_container .zenbox_header
{
    position: relative;
    text-align: right;
    width: auto;
    z-index: 100;
}

#zenbox_close
{
    cursor: pointer;
    height: 46px;
    position: relative;
    top: 10px;
    width: 46px;
}

#zenbox_body
{
    height: 900px;
    margin-top: -18px;
    position: relative;
    width: 615px;
}

#zenbox_scrim
{
    background-color: #000;
    filter: alpha(opacity=42);
    -moz-opacity: 0.42;
    left: 0;
    position: absolute;
    opacity: 0.42;
    top: 0;
    width: 100%;
    z-index: 1;
}
