.judl-documents {
    /* Auto center */
    /*wrong when responsive in purity 3 template*/
    /*display: inline-block;*/
    position: relative;
}

.judl-documents-introtext, .judl-documents-posttext {
    clear: both;
    margin: 10px 0;
}

.judl-documents .item-list {
}

/*style item*/
.judl-documents .image {
    float: right;
    margin: 0 -2px 10px 0;
    max-width: 100%;
    max-height: 100%;
}

.judl-documents .image img {
    display: block;
    height: auto;
    margin: 0px;
    padding: 0px;
    max-height: 100% !important; /*Make image responsive*/
    max-width: 100% !important; /*Make image responsive*/
}

.judl-documents .meta {
    display: inline-block;
    margin-bottom: 10px;
}

.judl-documents .meta > div {
    clear: both;
    float: left;
    width: 100%;
}

.judl-documents .meta .meata-title {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.judl-documents .meta .meata-value {
    float: left;
}

.judl-documents .title {
    font-weight: bold;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 10px;
}

.judl-documents .juct-title a {
}

.judl-documents .introtext {
    text-align: left;
    margin-bottom: 10px;
}

.judl-documents .readmore {
    margin-bottom: 10px;
    display: inline-block;
}

.judl-documents .readmore a {
    background: url("images/readmore.png") no-repeat scroll right center transparent;
    padding-right: 20px;
    display: inline-block;
}

.judl-documents .rating-star {
    background: url("images/stars.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 16px;
    width: 16px;
}

.judl-documents .rating-star > span {
    background: url("images/stars.png") no-repeat scroll 0 -16px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/*mode auto */
.judl-documents.horizontal .item{
    float: left;
    padding: 0 10px;
}
