@import "tomas_styles.css";
/* just a little gab */
#rgaccord2-nest {
    margin: 10px 0
    }
/* Toggle default */
h3.rgaccord2-toggle {
    font-weight: 200;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    height: 23px;
    background: url(../images/nav_point.gif) 5px center no-repeat;
    border-bottom: 1px dotted #eee;
    padding: 2px 2px 2px 22px;
    margin: 0 3px 0 3px;
    cursor: pointer;
    overflow: hidden
    }
/* Toggle act item */
h3.act {
    color: #fff;
    background: url(../images/nav_point_down.gif) 5px center no-repeat
    }
/* the content */
div.rgaccord2-content {
    width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    background: #5a676d url(../images/accordion_content_bg.png) repeat-x;
    border-bottom: 1px dotted #eee;
    font-size: 0.9em
    }
/* remove margin of a CE */
div.rgaccord2-content .ce {
    margin-bottom: 0
    }
/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
    display: none
    }