div#test-accordion a:hover{
	color:#ff6212;
}
div#test-accordion a{
	text-decoration:underline;
	color:#262626;
	font-weight:bold;
}
div.accordion h1 {
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #262626;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	font-weight:bold;
	margin-left:0px;
	margin-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	font-size:14px;	
}
div.accordion h2 {
	position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background: #262626;
	background-position:bottom;
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	font-weight:bold;
	margin-left:0px;
	margin-top:0px;
	font-size:14px;
	padding-bottom:2px;
	padding-top:2px;
}
div.accordion {
	position: relative; /* required for bounding */
}
div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	color:#ffffff;   
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	font-weight:bold;
}
div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #fff;
	color:#4d4d4d;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}
