

div#test-accordion{
    border: 1px solid #FFF;
	background-color:#21201f;
	padding:10px;
}

.acc a:link, div.accordion-content a:visited {
	color: #FF0;
}

.acc a:hover, div.accordion-content a:active {
	color: #79CE3C;
}

div.accordion {
	position: relative; /* required for bounding */
	width:930px;
}

div.accordionhalf {
	position: relative; /* required for bounding */
	width:500px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #3f3c38;
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #5d5852;	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/on.jpg);
	background-color:#6d493a;
	border-top:1px solid #a06b55;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #46413c;
	padding:9px 12px 6px 12px;
	color:#c4bab1;
	border-bottom:1px solid #000000;
}

div.accordion-content H3 {font-family:"Myriad Pro", "Trebuchet MS", arial, serif; font-size:1.3em; font-weight:bold; color:#FF0; padding:10px 0 0 0; line-height:normal;}
div.accordion-content H4 {font-family:"Myriad Pro", "Trebuchet MS", arial, serif; font-size:1.2em; font-weight:bold; color:#FC0; padding:0 0 10px 0; line-height:normal;}
div.accordion-content H6 {font-family:"Myriad Pro", "Trebuchet MS", arial, serif; font-size:0.8em; font-weight: normal; color:#F60; padding:0 0 0 14px; line-height:normal;}