/*body {
	padding: 130px 50px 50px 50px;
	background: #252422 url(../img/logo.gif) 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;*/
}

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

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	/*background: #3f3c38 url(../img/off.jpg) repeat-x;*/
	/*background-position: bottom;*/
	/*color: black;*/
	cursor: pointer;
	/*margin-bottom: 1px;*/
	/*padding: 9px 14px 6px 14px;*/
	font-size:12px;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border-top: 1px solid white;*/	
	height: 16px;
	font-weight: bold;
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image: url(../img/on.jpg);
	/*background-color: #6d493a;*/
	/*border-top: 1px solid white;*/
}

div.accordion-toggle IMG { margin-left:2px; }

div.accordion-content {
	overflow: hidden;	/* required for effect */
	padding:7px;
	color:#bbb !important;
	background-color:#F7F7F7;
	z-index:1;
}


