.tcf-sections {
    margin: 20px 30px;
}
.tcf-section {
    list-style: decimal;
}
.tcf-accordion {
    margin: 0;
    padding:10px;
    height:20px;
    text-decoration:none;
    text-transform:uppercase;
    font-size: 15px;
	font-weight:bold;
}
.accordion-open span {
    display:block;
    float:right;
    padding:10px;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}