/*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 #000;*/ /*#343230;*/
	background-color: #FFF; /*#21201f;*/
	padding:0px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:700px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #fff;/*#3f3c38;*/
	background-image:url(../img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
	font-size:14px;
	color:#000;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	border-top:1px solid #000; /*#5d5852;*/	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/on.jpg);
	background-color:#fff;/*#6d493a;*/
	border-top:1px solid #000;/*#a06b55;*/
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #FFF;/*#302e2c;*/
	padding:9px 24px 6px 24px;
	color:#000;/*#c4bab1;*/
	/*border-bottom:1px solid #000;*/
	font-family:Verdana, Geneva, sans-serif;
}