#basic-accordian {
	padding: 0;
	width: 415px;
	z-index: 2;
}

.accordion_headings {
	padding: 5px 5px 5px 20px;
	background: url(img/bg_title_lt_grey_rounded.gif) top no-repeat;
	color: #333;
	cursor: pointer;
	font-weight: normal;
	border-bottom: #cfcfcf solid 1px;
	font-size: 11px;
}

.accordion_headings:hover {
	background: url(img/bg_title_dk_grey_rounded.gif) top no-repeat;
	color: #fff;
	border-bottom: #cfcfcf solid 1px;
}

.accordion_child {
	padding: 10px;
	background: #fff url(img/bg_txt_lt_grey_fade.jpg) bottom repeat-x;
	border: #cfcfcf solid 1px;
}

.header_highlight {
	background: url(img/bg_title_dk_grey_rounded.gif) top no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
}

	
.accordion_headings span {
	font-size: 10px;
	color: #339;
	text-decoration: underline;
	float: right;
	padding-right: 10px;
}

.header_highlight span a:link, .header_highlight span a:visited, .accordion_headings:hover span a:link, .accordion_headings:hover span a:visited {
	font-size: 10px;
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

