/*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 #343230;
	background-color:#21201f;
	padding:10px;*/
	/*width:950px;*/
}


div#test-accordion a:hover{
	color:#fff;
}

div#test-accordion a{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}


div.accordion h1 {
	 position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #6A6660;
	/*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;*/
	font-weight:bold;
	/*border-top:1px solid #5d5852;	*/
	margin-left:0px;
	margin-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	font-size:14px;
	
}

div.accordion h2 {
	 position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #6A6660;
	/*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;*/
	font-weight:bold;
	/*border-top:1px solid #5d5852;	*/
	margin-left:0px;
	margin-top:0px;
	font-size:14px;
	padding-bottom:2px;
	padding-top:2px;
}

div.accordion {
	position: relative; /* required for bounding */
	/*width:800px;*/
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #42B6FF;
	/*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;
	font-weight:bold;
	/*border-top:1px solid #5d5852;	*/
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	/*background-image:url(../img/on.jpg);*/
	background-color:#42B6FF;
	/*border-top:1px solid #a06b55;*/
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #C7CFC1;
	/*padding:9px 24px 6px 24px;*/
	color:#6A6660;
	/*padding-left:30px;
	padding-right:30px;*/
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	/*border-bottom:1px solid #000000;*/
}