#accordion-container {
	background: #ffffff;
	padding: 20px 0px 10px 0px;
}

.accordion-header 
{
  	font-size: 14px;
	background: #f9f9f8;
	margin: 5px 0 0 0;
	padding: 15px 20px;
	padding-left:40px;
	padding-right:45px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	color: #666666;
}

.active-header {
	background: url(../images/active-header.png) #fff;
	background-repeat: no-repeat;
	background-position: 98% 40%;
	border-bottom:none;
}

.active-header:hover {
	background: url(../images/active-header.png) #f5f5f5;
	background-repeat: no-repeat;
	background-position: 98% 40%;
}

.inactive-header {
	background: url(../images/inactive-header.png) #f9f9f8;
	background-repeat: no-repeat;
	background-position: 98% 40%;
}

.inactive-header:hover {
	background: url(../images/inactive-header.png) #fff;
	background-repeat: no-repeat;
	background-position: 98% 40%;
}

.accordion-content 
{
	display: none;
	padding-top:15px;
	padding-left:65px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:-5px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	border-top: 0;
	}
.accordion-data
{
   	padding:10px;
	width:550px;
	margin-right:15px;
	background:#f8f9f9;
	border: 1px solid #e1e1e1;
	display:inline-block;
	font-size: 12px;
}