﻿/* jquery tree view  */
    .faq  { width:600px; margin:0 auto; } 
        

/* jquery tree view  */
    .treeview, .treeview ul {  padding: 0; margin: 0; list-style: none; }
    .treeview ul { margin-top: 4px; }
    .treeview .hitarea { background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat; height: 16px; width: 16px; margin-left: -16px; float: left; cursor: pointer; }
    .treeview .dottedLine { border-bottom:1px dotted #999; margin-bottom:20px; }

/* fix for IE6 */
    * html .hitarea { display: inline; float:none; }
    #treecontrol { margin: 1em 0; display: none; }    
    
    .treeview li { margin: 0; padding: 3px 0pt 3px 16px; }
    .treeview .hover { color: red; cursor: pointer; }
    .treeview li { background: url(../iimages/treeview/treeview-default-line.gif) 0 0 no-repeat; }
    .treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
    .treeview .expandable-hitarea { background-position: -80px -3px; }
    .treeview li.last { background-position: 0 -1766px }
    .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif); }  
    .treeview li.lastCollapsable { background-position: 0 -111px }
    .treeview li.lastExpandable { background-position: -32px -67px }
    .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
    .treeview-red li { background-image: url(../images/ttreeview/treeview-red-line.gif); }
    .treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview/treeview-red.gif); } 
    .treeview-black li { background-image: url(../timages/treeview/treeview-black-line.gif); }
    .treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview/treeview-black.gif); }  
    .treeview-gray li { background-image: url(../timages/treeview/treeview-gray-line.gif); }
    .treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview/treeview-gray.gif); } 
    .treeview-famfamfam li { background-image: url(../timages/treeview/treeview-famfamfam-line.gif); }
    .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview/treeview-famfamfam.gif); } 
    .treeview .placeholder { background: url(../images/treeview/ajax-loader.gif) 0 0 no-repeat; height: 16px; width: 16px; display: block; }
    .questiontree li { padding: 3px 0 16px 16px; }
    .questiontree span.folder, .questiontree span.file { padding: 1px 0 1px 16px; display: block; }
    .questiontree span.folder { background: url(../images/treeview/folder.gif) 0 0 no-repeat; }
    .questiontree li.expandable span.folder { background: url(../images/treeview/folder-closed.gif) 0 0 no-repeat; }
    .questiontree span.file { background: url(../images/treeview/file.gif) 0 0 no-repeat; }
    .questiontree span.category { color:#4ea4c3; font-size:14px; margin-bottom:10px !important;  display:inline-block;   }
    .questiontree li.answer { padding-left:0 !important; }
    .questiontree .answerTitle { font-weight:bold; }
    .questiontree li span.question { color:#4ea4c3; margin-top:20px;  } 
    
    ul.qaList  { list-style:disc inside !important; background-image:none !important; } 
    ol.qaList { list-style:decimal inside !important; background-image:none !important; }
    
    /* hack to make OL look like UL so treeview doesn't apply style to UL in Answer */
    ol.discList  { list-style:disc inside !important; background-image:none !important; } 

/* end of tree view */
