/*body {
	background-color:#252422;
	padding:50px;
	padding-top:130px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:60px 40px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:11px;
	line-height:18px;
}*/

div#test-accordion{
    /*border: 1px solid #ccc;*/
	/*background-color: #b6b2ae;*/
	/* orig: 	background-color:#21201f; */
	padding:2px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:97%;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: url(../imgs/arrow.png) no-repeat 2px 8px; /*#21252d */
	/*background-image:url(../imgs/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
	color: #9e9982;   
    cursor: pointer;
	margin-bottom:1px;
	padding:3px 14px 6px 19px;
	border-top:1px solid #9e9982;
	font-size:13px;
	letter-spacing: .2em;

}

div.accordion-toggle2{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */

	/*background-image:url(../imgs/on.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
    /*cursor: pointer;*/
	margin-bottom:1px;
	padding:3px 14px 6px 19px;
	border-top:1px solid #9e9982;
	color: #9e9982; 
	font-size:13px;
	letter-spacing: .2em;
	background: url(../imgs/arrow.png) no-repeat 2px 8px;
	/*background: #21252d;*/ /* url(../imgs/arrow_down.png) no-repeat 2px 8px;*/
}

div.accordion-toggle:hover{
	background: url(../imgs/arrow_down.png) no-repeat 2px 8px;
	/*background-color:#ccc;*/
	border-top:1px solid #cda340;
	color: #cda340;
	/* background: #21252d url(../imgs/arrow_over.png) no-repeat 4px 8px;*/
}

div.accordion-toggle-active{
	background: url(../imgs/arrow_down.png) no-repeat 2px 8px;
	/*background-color:#ccc;*/
	border-top:1px solid #cda340;
	color: #cda340;
}



div.accordion-content{
    overflow: hidden;	/* required for effect */
    /*background: #302e2c;*/
	padding:9px 24px 6px 24px;
	color: #cfc9a9;
	/* height:80%;*/
	/*border-bottom:1px solid #000000;*/
}