/*** Categories Listing ***/

div.category-list {
    margin-left: 35px;
    margin-top: 10px;
}

div.category-list div.category {
    font-weight: bold;
    margin-bottom: 4px;
    padding-left: 10px;
    background-image: url("arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
}



/*** Files Listing ***/

div.file-main {
    margin-bottom: 10px;  
    margin-left: 35px;       
    width: 80%;     
}

div.file-main div.title {   
    font-weight: bold;
    text-transform: uppercase;     
    padding-left: 10px; 
    margin-bottom: 5px;  
    background-image: url("arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;  
}

div.file-main div.text {
    font-size: 7pt;
    margin-bottom: 5px;    
    padding-left: 10px;
}

div.file-main div.link {
    padding-left: 10px;
}

div.file-main a:link {
    color: rgb(123,123,123);
    text-decoration:underline;
}

div.file-main a:visited {
    color: rgb(123,123,123);
    text-decoration:underline;
}

div.file-main a:hover {
    color:black;
    text-decoration:underline;
}
