#basic-accordian{
	border:0;
	padding:0;
	width:450px;
        position:relative;
	margin:0;
	z-index:2;
	margin-top:0;
}

.accordion_headings{
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        text-align: center;
        width:100%;
	padding:10px 0;
        margin-bottom:20px;
	background:#000;
	color:#40e0d0;
	cursor:pointer;
	font-weight:bold;
	font-size: 1.25em;
}

.accordion_headings:hover{
	background:#000;
        color:#008b8b;
}

.accordion_child{
	padding:15px 0;
        width:450px;
	background:#000;
}

.header_highlight{
	background:#000;
}

.tab_container *{
        float:left;
	width:225px;
}
