﻿#categories
{
    width:100%;
}

#categoryrow
{
   
}

#categoryitem
{   
    margin-top: 5px;
    padding-left:15px;
    padding-bottom:5px;
    font-size:1.1em;
    border-bottom:solid 1px #eeeeee;
    display:block;
}

/*DrugIndexTopics */
#categoryheader
{
    padding-top: 5px;
    text-align:center;
    font-size:1.6em;
    font-weight:bold;
}

#categorydocs
{
    padding-left: 10px;   
    padding-right: 5px;
}

.drugindextopicbody table
{
    border-spacing:0px 15px;
    width:100%;
}

.categorydoctable, .topicdoctable
{
    margin-top: 3px;
}

.categorydocument, .topicdocument
{
    margin:8px 0px 81px 0px;
    border-bottom:solid 1px #eeeeee;
}

.categorydocument a, .topicdocument a
{
    text-decoration:none;
    color: #000000;
}

.categorydocheader, .topicdocheader
{
    font-size:1em;   
}

.accordion
{
    font-size:1em;
    padding-right:1px;
    margin-top:10px;
    margin-bottom:10px;
}

.topicheader, .topicheaderselected
{
    padding:3px 0px 3px 0px;
    font-weight:bold;
    color:#222222;
    cursor:pointer;
    width:100%;
    position:relative;
    border:solid 1px #aaaaaa;
    border-top:solid 1px #bbbbbb;
    border-left:none;
}

.topicbody
{
    padding: 0px 5px 10px 15px;
    font-size: 1em;
}

.topicheader
{
    /*background-image:url('../../../../Images/AccordionSlicePale.png');
    background-repeat:repeat-x;*/
    background-color: #f6f7f5;
    
}

.header
{
    margin-left:10px;
    font-size:1.1em;
}

.topicheaderselected
{
    /*background-image:url('../../../../Images/AccordionSliceDark.png');
    background-repeat:repeat-x;   */
    background-color: #cfe2d5;
    border-bottom:solid 1px #aaaaaa;
}

.headericon
{
    position:absolute;
    right:5px;
    width:15px;
    height:15px;   
}

.topicheader .headericon
{
    background-image:url('../../../../Images/arrowDown.png');
    background-repeat:no-repeat;
}

.topicheaderselected .headericon
{
    background-image:url('../../../../Images/arrowLeft.png');
    background-repeat:no-repeat;
}
