/*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 #fff;
	background-color:#fff;
}

div.accordion {
	position: relative; /* required for bounding */
	width:900px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #E7E7E7;
	/*background-image:url(../img/bg_arrow.gif);*/
	background-image:url(../img/arrow_gray.gif);
	height: 12px;
	background-position:right;
	background-repeat:no-repeat;
	color:#88a8aa; 
	font-weight:bold;  
    cursor: pointer;
	margin-bottom:1px;
	padding:5px;
	border:1px solid #8A6E55;	
	width: 100%;
}
div.accordion-toggle:hover{
	/*background-image:url(../img/bg_arrow.gif);*/
	background-image:url(../img/arrow_over.gif);
	height: 12px;
	background-position:right;
	background-repeat:no-repeat;
	background-color:#E7E7E7;
	/*border-top:1px solid #FF009A;*/
	color:#000;
}

div.accordion-toggle-active{
	background-color:#fff;
	color:#000;
	font-weight:bold;
	background-image:url(../img/arrow_down.gif);
	background-position:right;
	background-repeat:no-repeat;

}


div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	padding:5px;
	color:#000;
	border-right:1px solid #8A6E55;
	border-left:1px solid #8A6E55;
	border-bottom:1px solid #8A6E55;
	width: 100%;

}
