#basic-accordian{
	border:0;
	padding:0;
	width:500px;
        position:relative;
	margin:0;
	z-index:2;
	margin-top:0;
}

.tab_container {
	height: 30px;
}

.accordion_headings{
        border-top: 1px solid #202020;
        border-bottom: 1px solid #202020;
        text-align:center;
        width:100%;
	padding:10px 0;
        margin-bottom:20px;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings, .accordion_headings a{
	background:#000;
	color:#0DDF29;
}


.accordion_headings:hover, .accordion_headings:hover a{
	background:#000;
        color:#EEE;
}

.accordion_child{
	padding:0 15px;
        width:470px;
	background:#000;
}

.header_highlight{
	background:#000;
}



.tab_container *{
        float:left;
	width: 125px;
}

.header_wide {
	width: 320px;
}
