#basic-accordian{

	border:0;

	padding:0;

	width:450px;

        position:relative;

	margin:0;

	z-index:2;

	margin-top:0;

}



.accordion_headings{

        border-top: 0px solid #808080;

        border-bottom: 0px solid #808080;

        text-align:center;

        width:450px;

	padding:10px 0;

        margin-bottom:20px;

	background:#000;

	color:#C0C0C0;

	cursor:pointer;

	font-weight:bold;

}





.accordion_headings:hover{

	background:#000;

        color:#fff;

}



.accordion_child{

	padding:15px;

        width:420px;

	background:#000;

}



.header_highlight{

	background:#000;

}



.tab_container *{

        float:left;

	width:225px;

}

