div#corsi-accordion{
    margin-top: 10px;
    /*border: 3px solid #aaa;*/
    float: left;
    overflow: hidden;
    width: 420px;
}

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

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background:url( ../img/accordion.jpg ) repeat-x scroll 0 0;
    height: 30px;

    padding: 0 10px 0 10px;
    line-height: 30px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px dotted #990000;
    cursor: pointer;
    margin: 0 0 0 0;
}

div.accordion-toggle-active{
	background: url( ../img/accordion_active.jpg ) repeat-x top right ;
    color: #000000;
    border-bottom: 1px dotted #f68263;	
}

div.accordion-content{
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
    /*padding:3px 0 10px 30px;*/
}