@charset "utf-8";

a {
	text-decoration: none;
	color: #6689CC;
}
/* CSS Document */


* {
	margin:0;
	padding:0;
	list-style:none;
}
#basic-accordian{
	width:768px;
	color: #BBBBBB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222222;
	border-bottom-color: #222222;
}


.accordion_headings{
	background:#222222;
	color:#6689CC;
	cursor:pointer;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

.accordion_headings:hover{
	background:#2A2A2A;
}

.accordion_child{
	padding:16px;
	background:#363636;
}

.header_highlight{
	background:#252525;
}
