@charset "UTF-8";
/* CSS Document */

#basic-accordian{
	width:200px;
	padding-left:15px;

}

.accordion_headings{
	cursor:pointer;
	font-size:16px;
	margin-bottom:10px;
}

.accordion_child{
	margin-left:0px;
	margin-bottom:20px;
	padding:8px;
	background-color:#0f2a31;
	width:150px;
	//border:1px solid #406b7d;
}

.accordion_child div {
	padding-bottom:4px;	
}

.accordion_child a {
    
	
    font-size:14px;
	color:#8eb3bd;
	text-decoration:none;
	
}

.accordion_child a:hover {
    color:#cbe6ee;
}

.header_highlight{
	
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	
}
.selected{
	
	color:;
}

.content{
	
	padding:4px;
}

	
