#basic-accordian{
	padding:0px;
	width:609px;
}

.accordion_headings{
	padding:5px;
	background:#99cc00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:10px 0 0 0;
	background:#FFFFFF;
     font-family: "trebuchet ms", verdana, arial, tahoma;
      color: #808080;
}

.header_highlight{
	background:#00CCFF;
}

.tab_container *{
	float:left;
	width:140px;
    font-family: "trebuchet ms", verdana, arial, tahoma;
    font-weight: normal;
    font-size:13px;
}