
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#fff url(http://www.expert-technical.com/templates/jquery/h301.png) repeat scroll 0 0;*/
	display: block;


}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:0px 15px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	font-family:helvetica, arial;
	color:#333333;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color: #313131;
	color:#FFFFFF;
}

#accordion h2:hover {
	cursor:pointer;
	color:#FFFFFF;

}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	background:#fff url(http://www.expert-technical.com/templates/jquery/h301.png) repeat-x scroll 0 20px;
	border-width:0 2px;
	display:none;
	padding:15px;
	color:#333333;
	font-size:12px;
	font-family:helvetica, arial;
}

/* a title inside pane */
#accordion h3 {
	font-weight: normal;
	margin:0 0 0 0;
	font-size:14px;
	font-family:tahoma,arial;
	color:#006699;
}

#accordion a {
	color:#015BA0;
	text-decoration:none;
}

#accordion p {
	display:block
}

#accordion h3 a:hover {
	color:#0099FF;
	text-decoration:underline
}

.a4 {
	font-weight:bold;
	color:#006699;
}

.a4 a {
	color:#006699;
	text-decoration:none
}

.a4 a:hover {
	color:#0099FF;
	text-decoration:underline
}
