/* Books */
.books-item{
    width: 237px;
    height: 267px;
    border: 1px solid #b6b6b6;
    background-color: #ffffff;
    border-top-color: #007dba;
    position: relative;
    margin-bottom: 14px;
    margin-right: 22px;
}
.books-item .thumb{
    display: block;
    border-top: 2px solid #007dba;
    margin-bottom: 5px;
}
.books-item h2{
    font-family: "UTM Facebook";
    font-size: 20px !important;
    line-height: 25px;
    padding: 0 10px 0 13px !important;
}
.books-item h2 a{
    color: #6b6b6b;
}
.books-item .author{
    font-family: "UTM Facebook";
    font-size: 13px !important;
    padding: 0 10px 0 13px !important;
    color: #6b6b6b;
}
.books-item .shadow{
    position: absolute; left: 0; bottom: -14px;
    height: 14px;
    width: 237px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.books-item .hr{
    position: absolute; left: 0; bottom: 1px;
    height: 16px;
    width: 237px;
    background-color: #d7e1ed;
}
.books-item .more{
    display: block;
    position: absolute; right: 5px; bottom: 22px;
    height: 20px; line-height: 18px;
    padding: 0 7px;
    border-radius: 4px;
    background-color: #1a8da2;
    text-decoration: none;
    color: #fff;
    font-family: "UTM Facebook"; font-size: 15px; font-weight: bold;
    z-index: 15;
}
.books-item:hover .more{
    background-color: #ffeab3;
    color: #6b6b6b;
}
.books-item .teaser{
    position: absolute; left: -1px; top: -1px;
    width: 210px;
    height: 255px;
    background-color: #1a8da2;
    padding: 7px 14px 7px 15px;
    text-align: justify;
    z-index: 10;
    color: #fff;
    display: none;
}
.books-item:hover .teaser{
    display: block;
}
.books-item .teaser h2{
    padding: 0 0 7px 0 !important;
}
.books-item .teaser h2 a{
    color: #fff;
    font-size: 25px; line-height: 25px !important;
}
.books-item-3,
.books-item-6,
.books-item-9{
    margin-right: 0 !important;
}
.content-footer{
    padding-left: 73px;
    color: #6B6B6B;
    background: url(../images/books.png) left center no-repeat;
}
.content-footer div{
    border-left: 2px solid #c0c0c0;
    padding-left: 12px;
}
.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: #1a8da2;
    text-decoration: none;
}
.register-courses:hover{
    background-color: #f5faad;
}