div#jeg-accordion{
    border: 0px solid #FFFFFF;
	background-color:#FFFFFF;
	padding:0px;
}

div.accordion {
	position: relative; /* required for bounding */
	width:550px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #006EB6;
	background-image:url(themes/contrexx_opensource/accordion/img/off.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFFFFF;   
    text-align: left;
	font-size: 14px;
	font-weight: bold;
    cursor: pointer;
	margin-bottom:0;
	padding:9px 14px 6px 14px;
	border-bottom:1px solid #0099FF;	
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(themes/contrexx_opensource/accordion/img/on.jpg);
	background-color:#7F7F7F;
	border-bottom:1px solid #0099FF;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #FFFFFF;
	padding:9px 24px 6px 24px;
	color:#000000;
	border-bottom:1px solid #FFFFFF;
}
