﻿.accordion  
{
    font-size:8.5pt;
    font-family:Tahoma;
    background:url(../../Backoffice/images/acc_img/item_bg.gif);
}
.accordion .header
{
    cursor: pointer;
    background: url(../../images/menu_bg.gif) repeat-x;
    height:30px;
    /*border-bottom: solid 1px #57566f;*/
}
.accordion .header DIV
{
    cursor:pointer;
    height:30px;
    padding-left:10px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .header SPAN
{
    cursor:pointer;
    font-weight:bold;
    display:block;
    padding-top:8px;
    color:#ffffff;
}

.accordion .header SPAN a
{
    cursor:pointer;
    font-weight:bold;
    display:block;
    color:#ffffff;
    text-decoration:none;
}

.accordion .header:hover
{
    cursor:pointer;
    height:30px;
    background-color:Transparent;
    background: url(../../images/menu_bg_hover.gif) repeat-x;
    /*background:url(../../images/hd_hover_bg.gif) repeat-x;*/
    border-bottom:none;
}                
.accordion UL        
{
    padding:0;
    margin:0px 0px 0px 0px;
    list-style-type:none;
}
.accordion LI
{
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:left center;
    vertical-align:middle;
    cursor:hand;
    border-right: 1px solid #C5C0B0;
    border-left: 1px solid #C5C0B0;
}

.accordion LI table
{
    padding-left:10px;
    color:#666666;
    cursor:hand;
    padding:0px;
}

.accordion LI table a
{
    color:#666666;
    text-decoration:none;
    display:block;
    padding:7px 11px 7px 11px;
    border: solid 1px #E8E9F0;
}

.accordion LI TABLE a:hover
{
    text-decoration:underline;
    background-color:#D3CEC2;
    border-top: 1px solid #C5C0B0;
    border-bottom: 1px solid #C5C0B0;
}

.accordion LI:hover
{
    text-decoration:underline;
}