/* 
    Document   : k1_css_downloads
    Created on : 27/02/2012, 09:19:52
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

#img_download{
    float: left;
}
#clear-div{
    clear: both;
}

#mostra-downloads {
    color: #229C36;
    padding-top: 10px;
    width: 560px;
    padding-bottom: 20px;
    margin-left: 30px;
}
#mostra-downloads h1 {
    font-size: 22px;
    border-bottom: 3px solid #229C36;
}
#mostra-downloads .mostra-download {
    border-bottom: 1px solid;
    font: x-small arial,helvetica,freesans,sans-serif;
    height: 100px;
}
#mostra-downloads .mostra-download h2 {
    margin-bottom: -10px;
    margin-top: 10px;
    font-size: 12px;
}
#mostra-downloads .mostra-download h3 {
    margin-bottom: -5px;
    font-size: 15px;
}
#mostra-downloads .mostra-download p {
    font-size: 14px;
}
#mostra-downloads .mostra-download a {
    text-decoration: none;
    color: #666666;
}
#mostra-downloads .mostra-download a:hover {
    text-decoration: none;
    color: #000000;
}