#TocList {
    display: block;
    padding: 10px 40px 20px;
    list-style-type: none;
}

#TocList  li {
   list-style-type: none !important;	
}

#TocList ul li {
    border-bottom: 1px dotted silver;
    list-style-position: outside;
    list-style-type: none;
    margin: 6px 0 0;
}

#TocList table {
    left: 0;
    position: relative;
    top: 10px;
    width: 100%;
        border-collapse: separate;
    border-spacing: 0;
}

#TocList caption, #TocList th,  #TocList td {
    text-align: left;
    font-weight: normal;
}

#TocList .tdName {
    overflow: hidden;
    table-layout: fixed;
    text-align: left;
    vertical-align: bottom;
    word-wrap: break-word;
}

.bold {
    font-weight: bold;
}

#TocList .fontPageName {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 solid red;
    color: #3780C1;
    font-family: Helvetica,sans-serif,Arial,"Lucida Sans";
    font-size: 12px;
    padding: 0 15px 0 0;
    word-wrap: break-word;
}


#TocList li a {
    color: #3780C1;
    text-decoration: none;
}

#TocList .tdNum {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: right;
    vertical-align: bottom;
    width: 40px;
}

#TocList li.children {
    border-bottom: 0 dotted silver;
    list-style-position: outside;
    list-style-type: none;
    margin: 3px 0 0;
}

#TocList li.children  ul.children   .tdName {
  font-weight:bold;
}

#TocList li.children  ul.children  .children   .tdName {
  font-weight:normal !important;
}

#TocList ul.children {
    display: block;
}

