body {
	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.accordion {
	position: relative; /* required for bounding */
	width:581px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #CCCCCC;
	background-image:url();
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	cursor: pointer;
	margin-bottom:1px;
	border-top:1px solid #5d5852;
	padding-top: 9px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 11px;
}
div.accordion-toggle:hover, div.accordion-toggle-active{

	background-color:#C2D5FC;
}

div.accordion-content{
	overflow: hidden;
	color:#000000;					/* text-color */
	background-color: #FFFFFF;		/* required for effect */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/**/
/**/