#green_accordion_wrapper{
  height: 400px;
}
#green_accordion{
  margin-top: 45px;
}
/*
.basic{ 
  width: 180px; 
}
*/

.basic{
	width: 180px;
	font-family: arial;
	/*
border: 1px solid #DFDFDF;
*/
}

.basic div {
	background-color: #ccf0a8;
  height: 200px;
}

.basic p{
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
  text-align: left;
}

.basic ul{
	margin-left : 25px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
  text-align: left
}

.basic a {
	cursor:pointer;
	display:block;
	padding:4px 0 2px 7px;
	margin-top: 0;
  height: 15px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
  text-align: left;
/*
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
*/
	background: url("/images/green_accordion/middle.gif") no-repeat center;
}

.basic #top{
	background: url("/images/green_accordion/top.gif") no-repeat center;
}

.basic #bottom{
	background: url("/images/green_accordion/bottom.gif") no-repeat center;
}

.basic a.disabled {
  color: #DEDEDE;
  font-weight:normal;
}