
    .curso {
        position: relative;
        width: 460px;

    }
    .curso .header.high {
       color: rgb(204, 51, 102);
    }
    .curso .header {
        background-image: url(../images/cursos_header_bg.gif);
        background-repeat: repeat-x;
        padding-left: 35px;
        margin-top: 0px;
        position: relative;
    }

    .curso .header:hover {
        background-image: url(../images/cursos_header_bg.gif);
        background-repeat: repeat-x;
        color: rgb(18, 21, 184);
    }

    .curso .arrow {
        width: 16px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/darrow_down.png);
    }

    .curso .hat {
        width: 24px;
        height: 27px;
        position: absolute;
        top: 4px;
        left: 4px;
        background-repeat: no-repeat;
        background-image: url(../images/hat.jpg);
    }

    /*.curso .arrow.down {
        background-image: url(../images/darrow_down.png);
     }*/

     .curso .arrow.up {
        background-image: url(../images/darrow_up.png);
     }

    .curso .mini375 {
        width: 51px;
        height: 46px;
        position: absolute;
        bottom: 0px;
        right: 50px;
        background-repeat: no-repeat;
        background-image: url(../images/mini375.jpg);
    }


    #imagem_alunos {
        margin-top: 53px;
    }

    .precos {
        padding: 10px;
        border: 1px solid #ddd;
        border-bottom: 0;
        margin-bottom: 0;
        background-image: url(../images/course_prices_bg.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
    }

    .precos .money {
        font-weight: bold;
        color: rgb(128, 1, 43);
    }

    .detalhes {
        background-color: rgb(243, 229, 235);
        padding: 10px;
        border: 1px solid #ddd;
        margin-top: 0;
        margin-bottom: 0;
    }

    .detalhes .item {
        font-weight: bold;
    }


    #cotacao {
        font-family: arial;
        background-image: url("../images/money_dollar.png");
        background-repeat: no-repeat;
        background-position: 5px 50%;
        background-color: #efefef;
        padding: 10px 18px;
        text-align: center;
        margin-top: 0px;
        -moz-border-radius:5px;
       
    }

    .contratar {
        display: block;
        height: 22px;
        font-weight: bold;
        width: 180px;
        float: right;
        border: 1px solid #ddd;
        border-top-width: 0px;
        background-image: url('../images/contratar_bg.jpg');
        background-repeat: repeat-x;
        margin-bottom: 20px;
    }

     .contratar a.content {
        background-image: url('../images/yellow_arrow.png');
        background-repeat: no-repeat;
        background-position: 5px 50%;
        height: 22px;
        padding-left: 25px;
        line-height: 22px;
        color: rgb(128, 1, 43);
        text-decoration: none;
    }

     .contratar a.content:hover {
        color: rgb(18, 21, 184);
        cursor: pointer;
    }
	
