/* $Id: chapter_shared.css,v 1.3 2011/11/17 17:17:50 sap Exp $ */

/* chapter specific */
#leftnav ul li.chapter_head {
    background: 
        #42535e 
        url(/img/bg_chapter_head.png)
        repeat-x;
    color: #eee;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.3px;
    height: 39px;
    display: table;
    text-transform: uppercase;
    /* width: 193px; */
    width: 225px;
    padding: 0;    
}

#leftnav ul li.chapter_head p {
    margin: 0;    
    display: table-cell;
    vertical-align: middle;
    line-height: 13px;
    /* padding: 0;     */
    padding: 10px 16px 8px 16px;    
    width: 193px;
}

#leftnav ul li.chapter_head a {
    color: #fff;    
}

#leftnav ul li.chapter_head a:hover {
    color: #7AB804;    
}

#leftnav ul.xtras {
    background: none;
    font-size: 12px;
    margin-top: 39px;
}

#leftnav ul.xtras li.plain,
#leftnav ul.xtras li.link {
    height: auto;
    font-size: 12.5px;
    line-height: 16px;
    padding: 6px 16px 9px 16px;
    border-bottom: 1px solid #ddd;
}

#leftnav ul.xtras li.link.last {
    border: none;
}












