@charset "utf-8";
/* CSS Document */

#basic-accordian{

	width:687px;
}

.accordion_headings{
	color:#FFFFFF;
	cursor:pointer;
}

.accordion_headings:hover{
	background-image:url(images/layout/gallery_active_bg.png);
}

.accordion_child{
	background:#fff;
}

.header_highlight{
	background-image:url(images/layout/gallery_active_bg.png);
	height:50px;
}

.tab_container *{
	float:left;
	width:218px;
}

.style1 {color: #0000FF}
