/***********************************************************************/
/* Spiritual books                                                     */
/***********************************************************************/
/* Left panel                                                          */
/***********************************************************************/

#pl
{
    float: left;
    width: 180px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

/***********************************************************************/
/* Banners                                                             */
/***********************************************************************/

#pl .pbnr
{
    float: left;
}

#pl .pbnr a
{
    float: left;
    padding: 0px;
    margin: 0px;
}

/***********************************************************************/
/* Pane header                                                         */
/***********************************************************************/

#pl .bt
{
    float: left;
}

#pl .bt h3
{
    width: 160px;
    padding: 8px 10px;
    background-color: #848E97;
    color: #ffffff;
}

/***********************************************************************/
/* Pane center with links                                              */
/***********************************************************************/

#pl .bc
{
    float: left;
    width: 180px;
}

#pl a
{
    float: left;
    width: 140px;
    padding: 10px 30px 10px 10px;
    font-weight: bold;
    background-image: url(/csi/302481408/302546946/i/bdr/arrow_pink.gif);
    background-repeat: no-repeat;
    background-position: 155px center;
    background-color: #F1F2F4;
    border-bottom: dotted 1px #848E97;
}

#pl a:hover
{
    color: #ffffff;
    background-image: url(/csi/302481408/302546946/i/bdr/arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 155px center;
    background-color: #F5BA22;
}

#pl a.lnkcurr
{
    color: #ffffff;
    background-image: url(/csi/302481408/302546946/i/bdr/arrow_white.gif);
    background-repeat: no-repeat;
    background-position: 155px center;
    background-color: #F5BA22;
}

/***********************************************************************/
/* Pane bottom                                                         */
/***********************************************************************/

#pl .bb
{
    float: left;
    width: 180px;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

/***********************************************************************/
