
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333 url(/img/global/gradient/h300.png) 0 0;
	width: 831px;
	border:1px solid #333;	
	-background:#666;
	background-color: transparent;
	background-color: transparent;
text-align:left; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
}

/* accordion header */
#accordion h2
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #A4BB97 url('/images/scrollable/h30.png');
	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	height: 41px;
	color: #003300;
}

/* currently active header */
#accordion h2.current
{
	cursor: default;
	background: #A4BB97 url('/images/scrollable/h30.png');
	color: #003300;
}

/* accordion pane */
#accordion div.pane {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top: 0 solid #fff;
	border-bottom: 0 solid #fff;
	display:none;

		padding:15px;
		color:#fff;
		font-size:12px;
	background-color: transparent;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
	background-color: transparent;
}


/* root element for tabs  */
div.css-panes
{
	margin: 0 !important;
	padding: 0;
	height: 100%;
	border-bottom: 1px solid #666;
	background-color: transparent;
}

div.panes
{
	background-color: transparent;
}

div.pane
{
	background-color: transparent;
}

div.wrap
{
	background-color: transparent;
text-align:left; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
}

div#accordion1
{
	background-color: transparent;
text-align:left; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
}

div#accordion2
{
	background-color: transparent;
text-align:left; /* reset text alignment */ 
width:900px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
}

div.divCentre
{
	background-color: transparent;
	text-align: left; /* reset text alignment */
	width: 900px; /* or a percentage, or whatever */
	margin: 0 auto;
	padding-top: 30px;
}
