.courses-item{
    background-color: #f9f9f9;
    margin-bottom: 15px;
    height: 136px;
    position: relative;
}
.courses-item:hover{
    background-color: #d7e1ed;
}
.courses-item .thumb{
    display: inline-block;
    float: left;
    height: 136px;
    width: 197px;
    margin-right: 14px;
}
.courses-item .shadow{
    position: absolute; left: 0; bottom: -15px;
    height: 15px; width: 751px;
    background: url(../images/studentship-item-shadow.png) left top no-repeat;
}
.courses-item h2{
    padding-top: 24px !important;
}
.courses-item h2 a{
    font-size: 18px;
    color: #6b6b6b;
}
.courses-item:hover h2 a{
    color: #0b8dc4;
}
.courses-item .teacher{
    font-size: 14px;
    color: #0b8dc4;
}
.courses-item:hover .teacher{
    color: #0b8dc4;
}
.courses-item ul{
    position: absolute;
    left: 211px; top: 7px;
}
.courses-item ul li{
    color: #6b6b6b;
}
.courses-item ul li.selected{
    font-weight: bold !important; color: #0b8dc4 !important;
}
.courses-item ul li span{
    padding: 0 7px; color: #6b6b6b !important; font-weight: normal !important;
}
.courses-item ul li:last-child span{
    display: none;
}
.courses-item .more{
    background-color: #0b8dc4;
    border-radius: 4px 4px 4px 4px;
    bottom: 8px;
    color: #FFFFFF;
    display: block;
    font-family: "UTM Facebook";
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    position: absolute;
    right: 9px;
    text-decoration: none;
    z-index: 15;
}
.courses-item .opening{
    position: absolute; right: 10px; top: 7px;
    text-align: right;
    color: #6b6b6b; font-weight: bold;
}