@import url('project.css');

#download {
    margin: 0px 0px 0px 5px;
}
#download table.download {
    font-family: Verdana, Tahoma, sans-serif;
    width: 645px;
    border: 0px;
    border-collapse: collapse;
    border-color: #fff;
}
#download table tr.on {
    background-color: #f7f7f7;
}
#download table tr.off {
    background-color: #fff;
}
#download table td {
    width: auto;
    height: 22px;
    border: 0;
    border-bottom: 1px dotted #ccc;
}
#download table td.title {
    text-align: center;
    font-weight: 700;
    padding: 5px 7px 5px 7px;
    line-height: 17px;
    vertical-align: top;
    border-bottom: 1px solid #000; 
}
#download table td.header {
    font-size: 7.5pt;
    width: 1px;
    border-top: 1px dotted #efefef;
    border-left: 1px dotted #efefef;
    background-color: #f7f7f7;
    text-align: center;
}
#download table td.header.last {
    width: 1px;
    border-right: 1px dotted #efefef;
    text-align: center;
}
#download table td.link {
    text-align: center;
    border-left: 1px dotted #efefef;
}
#download table td.link a {
     font-size: 7.5pt;
     text-decoration: none;
     width: 20px;
     height: 20px;
     padding: 2px 8px 4px 8px;
     background: transparent url(../img/icons/download.png) 0 0 no-repeat;
}
#download table td.link a:hover {
    text-decoration: none;
}
#download table td.main {
    background-image: url('../img/menu-arrow-main.gif');
    background-position: 0px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 15px;
    font-weight: 700;
}
#download table td.sub {
    background-image: url('../img/menu-arrow-sub.gif');
    background-position: 15px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 25px;
}
#download table td.product {
    font-size: 8.5pt;
    background-image: url('../img/menu-arrow-subcat.gif');
    background-position: 30px 8px;
    background-repeat: no-repeat; 
    padding: 0 0 0 40px;
}
