.pai > a {
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bold;
 color: #6facd3;
 font-size: 16px;
}
.pai a:hover {
 text-decoration: none;
 color: #6facd3;
}
@font-face {
    font-family: 'IconicFill';
    src: url('_INC/css/font/iconic_fill.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
#downloads {
    list-style-type: none;
    padding: 0;
}
.downloads_item {
    display: inline-block;
    margin: 0;
    border: 1px solid #5FBCD3;
    width: 100%;
    background: #FFF url('_IMG/bg-downloads.png') repeat-y;
    position: relative;
}
.downloads_item:before {
    position: absolute;
    font-family: 'IconicFill';
    font-size: 36px;
    color: #FFF;
    content: "\e000";
    left: 10px;
    top: 50%;
    margin-top: -27px;   
}
.downloads_item:hover {
    background-color: #AFDDE9;
}
.downloads_item a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    float: left;
    color: #000;
}
.download-title {
    width: 260px;
    margin: 10px;
}