/*______________________ PRODUCTS  _____________________*/

.module {
    padding: 10px 25px;
    padding-top:0px;
    border-bottom:1px solid #D2D2D2;
}

    .module .title {
        display: block;
        height: 20px;
        line-height: 20px;
        font-weight: bold;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 0px;
        padding-left: 20px;

        background-image:url('../images/btPlus.gif');
        background-repeat: no-repeat;
    }
    .module .fechado{
        background-image:url('../images/btMinus.gif');
        background-repeat: no-repeat;
    }


    .module .title img {
        margin-right: 5px;
        vertical-align: middle;
    }

    .module ul {
        padding-top:5px;
        margin-top:7px;
        margin-left: 20px;
        padding-top:10px;
        border-top:1px solid #EAEAEA;
    }

        .module li {
            list-style-type: disc;
            margin-left:17px;
            padding-left:0px;
        }

.mainContainerSeparator {
    border-bottom:3px solid #EAEAEA;
}


p.details {
    margin: 12px 0px 20px 0px;

}

    p.details span {
        display:block;
        font-weight:bold;
        margin-bottom:4px;
    }

     p.details a {
        color: #333333;
    }
    .module a.title {
        position: relative;
        color:#333333;
        top:4px;
    }
    .module .nome {
        position: relative;
        top:-3px;
    }





