
/* CSS Document */
/*TAB CSS*/

#basic-accordian{
	/*border:5px solid #EEE;
	padding:5px;*/
	width:600px;
	left:0;
	top:0;
	margin-left:0;
	z-index:2;
	margin-top:0;
}

.accordion_headings{
	padding:5px;
	color:#000000;
	/*background:#99CC00;
	border:1px solid #FFF;*/
	border-bottom:#ffffff 2px solid;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	/*background:#00CCFF;*/
	border-bottom:#4d93a7 2px solid;
	background-image:url(../_images/arrow.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.accordion_child{
	padding-top:15px;
	/*background:#EEE;*/
}

.header_highlight{
	/*background:#00CCFF;*/
	border-bottom:#4d93a7 2px solid;
	background-image:url(../_images/arrow.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.tab_container *{
	float:left;
	width:auto;
}