/* Tabs
----------------------------------*/
#basic-accordian{
	padding:5px;
	width:900px;
}

.accordion_headings{
	padding:10px 0 0 0;
	background:#990000;
	color:#cc0000;
	border:1px solid #FFF;
	cursor:pointer;
	width:210px;
	height:40px;
	text-align:left;
	text-indent:2em;
	background:url(../img/tab/tab.jpg);
	background-repeat:no-repeat;
}

.accordion_headings:hover{
	background:url(../img/tab/tab_h.jpg);
}
#tab_container{width:800px;
}

.accordion_child{
	padding:15px;
}

.header_highlight{
	background:url(../img/tab/tab_a.jpg);
}

.tab_container *{
	float:left;
}
