/* 
Stylesheet for News Accordion Module 
Developed by Red Evolution
*/

h4.accordionhead{
padding:6px 10px 4px 8px;
margin:0;
background:url(../images/accordion-h3.png) top right no-repeat;
cursor:pointer;
}
h4.accordionhead a:hover{
text-decoration:none;
}
h4.accordionhead.selected a{
color:#222222;
}
.ui-accordion.selected div{
background:url(../images/accordion-bgbottom.jpg) bottom left repeat-x;
padding:10px 10px 15px 10px;
}