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

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

#basic-accordian{
	width:610px;

}

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

.accordion_child{
	margin-left:10px;
	margin-bottom:10px;
	padding:8px;
}

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

.accordion_child a {
    
	
    font-size:12px;
	color:#333;
	text-decoration:none;
	
}

.accordion_child a:hover {
    text-decoration:underline;
}

.header_highlight{
	
}

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

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

.content{
	
	padding:4px;
}


.test_headers {
	background-image:url(images/test_header.png);
	width: 609px;
	height: 33px;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:15px;
	font-size:14px;

}
