.courses-title{
    font-family: "UTM Facebook"; font-size: 35px; line-height: 35px;
    color: #6b6b6b;
}
.courses-avatar{
    width: 233px;
    height: 255px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 14px;
}
.courses-avatar img{
    width: 233px;
    height: 255px;
}
.courses-avatar .shadow{
    position: absolute; left: 0; bottom: -15px;
    height: 14px;
    width: 233px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.courses-content{
    width: 745px;
    text-align: justify;
    font-size: 14px;
}
.courses-content p{
    margin-bottom: 10px !important;
}
.courses-content h1.df{
    font-family: "UTM Facebook"; font-size: 25px; line-height: 25px;
    color: #6b6b6b;
}
.courses-content .value{
    padding-bottom: 5px;
}
.courses-content .sitem{
    width: 322px;
    padding-left: 50px;
    line-height: 22px;
    background: url(../images/li.png) 32px 8px  no-repeat;
}
.courses-content .citem{
    width: 372px; line-height: 22px; font-weight: bold;
}
.register-courses{
    font-family: "UTM Facebook"; font-size: 20px; font-weight: bold;
    border: 1px solid  #c3c3c3;
    padding: 0 10px 3px 10px;
    background-color: #fcffd2;
    color: #0b8dc4;
    text-decoration: none;
}
.register-courses:hover{
    background-color: #f5faad;
}
.tbl-courses{
    width: 100%;
    margin: 0; 
    border-collapse: collapse;
}
.tbl-courses td{
    border: 1px solid #c3c3c3;
    padding: 7px 7px 7px 15px;
    background-color: #fefff2;
    font-size: 14px;
}
.tbl-courses td.label{
    width: 210px;
    background-color: #fcffd2;
    color: #0b8dc4;
    font-weight: bold;
}
.tbl-courses .tr-im td.label{
    background-color: #ebf0b3;
}
.tbl-courses .tr-im td.value{
    background-color: #edefd8;
}
.tbl-courses td p:last-child{
    margin-bottom: 0 !important;
}
.tbl-courses td li{
    list-style-image: url(../images/li.png);
}
.tbl-courses tr:hover td{
    background-color: #F9F9B5 !important;
}