﻿.accordion a.trigger {
  background: #695E4A;
  color: #fff;	
}

a.trigger {
    display:block; 
    padding-left:20px; 
    border-left: 5px #695E4A solid;   /* 5px #000 solid; */
    font-weight:700
}

.accordion a.trigger:hover {
  background: #8E8166;
}

.accordion li.last-child a:hover, .accordion .selected {  /* panel item hover */
    background: #5D87A1; /* #aaa; */
    border-left: 5px #D17128 solid;   /* 5px #000 solid; */
    color:#fff;
    padding-left: 15px;
}
/* taken from http://www.adipalaz.com/experiments/jquery/nested_accordion_demo.html */
/* --- Links --- */
#rn1List a, .jqacc a {
    margin:1px 0px;
    padding:1px; 
    text-decoration:none;

	font-size: 8pt;
	font-weight: bold;
	
    padding-left:10px;
    /*
    border:0px solid #efefef; 
    color:#695E4A; 

	font-size: 8pt;
	font-family: 'Lucida Grande',Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	line-height:6pt;
    */
}

/*
a:hover, a:focus, a:active {
    border-color:#b3c5db; 
    text-decoration:none; 
    outline:0 none
}

#rn1List a {border-width:0 0 1px; border-color:#33383f}

#rn1List a, #rn1List a:link, #rn1List a:visited {
    color:#695E4A;
}

#rn1List a:hover, #rn1List a:active, #rn1List a:focus {
    background-color:#f0f0f0; 
    color:#000
}
*/

/* --- Accordion --- */
.js #rn1List .accordion {display:none}

.accordion {margin:0; padding:0 10px}

.accordion li {list-style-type:none}

#rn1List ul.accordion ul {margin:0; padding:0 0 0 20px;}
/* use this for no indenting on right nav
#rn1List ul.accordion ul {margin:0; padding:0 0 0 0px;}
*/

.accordion li a {
    display:block; 
    background:#fff;
    padding-left: 15px;
    color:#695E4A;
}

/*  
  Add styles for all links in the 'accordion':
.accordion a {...}
*/    
li.l2 a.trigger {
  background: #8E8166;
  border-left: 5px #8E8166 solid;   /* 5px #000 solid; */
}

li.l2 a.trigger:hover {
  background: #8E8166;
  border-left: 5px #D17128 solid;   /* 5px #000 solid; */
}

.jqacc ul.list li {
    vertical-align:top;
    padding:0 0 0 .8em;
    margin:0;
    text-indent: -.2em;
    list-style:disc none inside;
}

.jqacc ul.accordion ul {
    margin:0; padding:0 0 0 10px;
}

.accContent ul li {
    padding: 5px;
    width:300px;
}
