/* ------------------------------
 *  Articles styles
 *  ----------------------------- */

#conArticlesListPage {
    display: block;
}

#conArticlesListPage .conOne {
    display: block;
    margin: 10px 0;
}

#conArticlesListPage .conOne a.lnkToCufon {
    margin: 10px 0;
    display: block;
}

#conArticlesListPage .conOne a.lnkToCufon:hover {
    text-decoration: none;
    color: #e87b14;
}

#conArticlesListPage .conOne .conText {
    display: block;
    float: left;
    width: 550px;
}

#conArticlesListPage .conOne .conText p {
    line-height: 16px;
    text-align: justify;
}

#conArticlesListPage .conOne .conImage {
    display: block;
    float: right;
    width: 150px;
}

#conArticlesListPage .conOne .conImage img.imgBorder {
    border: 1px solid #999;
}

#conArticle {
    display: block;
}

#conArticle img.imgBorder {
    border: 1px solid #999;
}

#conArticle p {
    line-height: 18px;
    text-indent: 15px;
    margin: 8px 0;
    text-align: justify;
}

#conArticle h3 {
    font-size: 15px;
    margin: 5px 0;
}

#conArticle ol.listNumeric {
    list-style: lower-alpha;
}

#conArticle ol.listRoman {
    list-style: upper-roman;
}

#conArticle ul, #conArticle ol {
    padding-left: 16px;
}

#conArticle ul li p, #conArticle ol li p {
    text-indent: 0;
}

#conArticle ul.simpleList li p, #conArticle ol.simpleList li p {
    margin: 2px 0;
}

#conBibliography {
    display: block;
    margin: 10px 0;
}

#conBibliography p {
    font-weight: bold;
}

#conBibliography ol {
    margin-left: 16px;
    font-size: 10px;
}

#conArticleAuthor {
    display: block;
    margin: 15px 0;
    text-align: right;
    font-style: italic;
}

#conDownloadArticle {
    display: block;
    width: 300px;
    margin: 10px auto;
}

#conDownloadArticle img {
    float: left;
}

#conDownloadArticle a {
    line-height: 48px;
    padding-left: 10px;
    float: left;
}

#conDownloadArticle a:hover {
    text-decoration: none;
    color: #e87b14;
}