#basic-accordian {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;
	padding: 0px;
	margin-top: 20px;
	width: 700px;
	z-index: 2;
}

.accordion_headings {
	background-repeat: no-repeat;
	cursor: pointer;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #3B599F;
	display: block;
	padding: 2px 0 0 6px;
	height: 18px;
	font-size: 13px;
	background-color: #3B599F;
	color: #FFFFFF;
}

.accordion_headings:hover {
	background: #333399;
	border: 1px solid #333399;
}

.accordion_child {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #EEE;
	padding: 15px;
	background:#EEEEEE;
}

.header_highlight {
	background: #333399;
	border: 1px solid #333399;
}
