
#basic-accordian{
	padding:5px;
	width:920px;
	
	z-index:2;
}






.tab_content{float:right; width:695px; text-align:left; }




.accordion_headings{
	padding:5px;
	background:#09944f url(../images/tab_bg.gif) repeat-x;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	width:200px;
}

.accordion_headings:hover{
	background:#03b4da;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	
}

.header_highlight{
	background:#00CCFF;
}

/* CSS Document */

