@charset "utf-8";
/* CSS Document */

* html{
	overflow-x: hidden;
} 

body {
	overflow-x:auto;
}

/*************** Accordion Styles *****************************/

.accordion_child table td {
	background:#EEE;
}

.accordion_child {	
	padding:0px;
	margin:0px;
}

.accordion_child p {
	_padding:0px;
}

.accordion_child a, .accordion_child table td a, .accordion_child table td a:visited  {	
	color:red;
	text-decoration:none;
	text-transform:capitalize;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#test-content table td, #test1-content table td, #test2-content table td, #test3-content table td, #test4-content table td, #test5-content table td, #test6-content table td , #test7-content table td, #test8-content table td, #test9-content table td, #test10-content table td, #test11-content table td, #test12-content table td, #test13-content table td, #test14-content table td, #test15-content table td, #test16-content table td, #test17-content table td, #test18-content table td, #test19-content table td, #test20-content table td, #test21-content table td   {
	padding-left:30px;
}

.accordion_headings {	
	padding:9px;
	background:#e1e1e1 url(../images/inactive_accordion.jpg) 5px 5px no-repeat;
	color:#666;
	padding-left:40px;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}

.header_highlight {	
	background:#ccc url(../images/active_accordion.jpg) 5px 5px no-repeat;
	color: #fff;
	padding-left:38px;
	font-size:12px;
}

#basic-accordian {	/*border:5px solid #FFFFFF;*/
	padding:0px;
	position:relative;
	margin:0 auto;
	z-index:2;
	width:99%;
	*width:97%;
	left: -5px;
	top: 0px;
	overflow-x:auto;
}

#basic-accordian img { }

/*************** Accordion Styles End *****************************/


