.accordion_square {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.accordion_square li {
    margin-bottom: 4px;
}
.accordion_square li > a {
    background-color: #d84f4f;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 56px;
    position: relative;
    text-decoration: none;
}
.accordion_square li a ins {
    background: url("accordion_mark.png") no-repeat center top;
    display: block;
    height: 21px;
    margin-top: -10px;
    position: absolute;
    left: 16px;
    top: 50%;
    width: 21px;
}
.accordion_square li.active a ins {
    background: url("accordion_mark.png") no-repeat center bottom;
}
.accordion_square li > div {
    background-color: #f1de77;
    color: #000000;
    display: none;
    font-size: 14px;
    line-height: 22px;
    padding: 43px 27px 47px 33px;
}
.accordion_square li > div a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
}
.accordion-rounded2 li {
    margin-bottom: 2px;
}
.accordion-rounded2 > li > a {
    background: /*url("accordion-title.png") repeat-x scroll left top rgba(0, 0, 0, 0)*/ #079f9f;
    /* border-radius: 5px; */
}
.accordion-rounded2 li.active {
    margin-bottom: 4px;
}
/* .accordion-rounded2 li a ins {
    background: url("grey-arrow.png") no-repeat scroll left top rgba(0, 0, 0, 0) #079f9f;
}
.accordion-rounded2 li.active a ins {
    background: url("grey-arrow.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
} */
.accordion-rounded2 li.active > a {
    background: /*url("accordion-title.png") repeat-x scroll left bottom rgba(0, 0, 0, 0)*/ #079f9f;
    color: #ffffff;
}
.accordion-rounded2 li > div {
    background-color: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: #666;
    margin-top: -5px;
}