/* CSS Document */
#basic-accordian{
	width:250px;
	position:relative;
	height:320px;
	left:0;
	top:0;
	z-index:2;
}

.accordion_headings{
	padding:4px;
	font-size:12px;
	background:url(../images/65.jpg);
	color:#666666;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#F1EFE8;
}

.accordion_child{
	background:#F1EFE8;
}

.header_highlight{
	background:url(../images/275.jpg);
	color:#ffffff;