/*
CSS for ZenTabs Tabbed Menu
http://zenverse.net/zentabs-tabbed-menu/
*/

/*##################################*/
/* javascript disabled (not loaded) */
/*##################################*/

/* whole tabbed menu wrapper */
.zentabs r ra0px;
}

wraps a set of tab (title and content) */ .onetab
{
    width: 960px;
}

/* wraps the tab title */
.tabtitle
{
}

/* wraps the tab content */
.tabcontent
{
    margin-left: 10px;
}


/*###########################################################################*/
/* script loaded (live)                                                      */
/* see how the structure changes at http://zenverse.net/zentabs-tabbed-menu/ */
/*###########################################################################*/

/* tabbed menu wrapper (.zentabs is now changed to .zentabs_live)*/
.zentabs_live
{
    width: 960px;
}

/* unordered list <ul> with tab titles */
.zentabs_ul
{
    margin: 0px;
    padding: 0px;
    padding: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

    /* list item for the unordered list <ul> */
    .zentabs_ul li
    {
        margin: 0px;
        padding: 0px;
        display: inline;
        margin-right: 0px;
    }



        /* clickable tab titles */
        .zentabs_ul li a, .zentabs_ul li a:link, .zentabs_ul li a:visited
        {
            padding-top: 9px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: 1px;
            background: 2px;
            border-bottom: 0px;
            font-family: arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #999;
            background-image: url('/img/left-menu-btn.png');
            background-repeat: no-repeat;
            border: 0px solid #333333;
            height: 39px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            text-decoration: none;
        }




            /* current selected tab titles */
            .zentabs_ul li a.current, .zentabs_ul li a.current:link, .zentabs_ul li a.current:visited
            {
                background: #fff;
                color: #3d9ace;
                border: 1px solid #e1e1e1;
                border-bottom: 0px;
                width: 171px;
                height: 39px;
            }



/* wraps all tab content (after <ul>) */
.tabcontent
{
    width: 928px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 10px;
    margin-left: 0px;
    margin-top: 5px;
}

/* wraps a single tabx solid #e1e1e1;
border-top:0px solid #e1e1e1;
}

/* wraps a single tab {
width:600px;
border:1px solid #e1e1e1;
border-top:0px solid #e1e1e1;
}

/* wraps a single tapx solid #e1e1e1;
border-top:0px solid #e1e1e1;
}

/* wraps a single 00px;
border:1px solid #e1e1e1;
border-top:0px solid #e1e1e1;
}

/* wraps a single tab content (inside .tabcontent_wrapper) */
.zentabs_live .tabcontent
{
    line-height: 17px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    min-height: 400px;
}

    .zentabs_live .tabcontent p
    {
        font-family: Tahoma,Verdana,Helvatica,sans-serif;
        font-size: 10pt;
        line-height: 25px;
    }
