div#arttree {

    font-family: Trebuchet MS;

    line-height: 140%;

}

div#arttree ul li {

    display:block;

    padding:0 0 0 10px;

    margin:0;

    background-image:none;

    list-style:disc;


}

div#arttree ul {

    font-size: 1.5em;

    padding: 1px 0 0 0;

    /*padding: 3px 0 0 0;*/

    margin: 10px 0 0 0;

}

#arttree ul li ul li ul li{

    padding-left: 5px;

    line-height: 140%;

    margin-left: -10px;

}

div#arttree span {

    cursor:pointer

}

div#arttree img {

    border:0;

    padding:0

}

div#arttree a {

    color: #fff;

    text-decoration: none;

}

#arttree_article {

    clear: both;
    margin-left: 20px;

}

#arttree_article span#dot {

    float: left;

    width:5%;

}

#arttree_article span#text {

    float: left;

    /*width: 95%;*/
    width: 125%;
    font-size: 11px;

}

/* You can play with this elements to change the visual aspect of your listing */

/* General style for year name entries */

div#arttree span.year {

    font-family:Tahoma, Geneva, sans-serif;

    font-size:1.125em;

    /*font-size:1.5em;*/

    font-weight: bold;

    color:#fff;

    padding-top:20px;

}

/* General style for monthly name entries */

div#arttree span.month {

    /*font-size: 1.7em;*/


    font-weight: bold;


    color:#fff;
    margin: 0 10px;

}



/* Year name for live articles */

div#arttree span.year.live {

}

/* Number by year for module with live articles */

div#arttree span.year.number.live {

}

/* Year name for archived articles */

div#arttree span.year.archive {

}

/* Number by year for module with archived articles */

div#arttree span.year.number.archive {

}

/* Year name for both kind of articles */

div#arttree span.year.both {

}

/* Number by year for both kind of articles */

div#arttree span.year.number.both {

}



/* Month name for live articles */

div#arttree span.month.live {

}

/* Number by month of live articles */

div#arttree span.month.number.live {

}

/* Month name for archived articles */

div#arttree span.month.archive {

}

/* Number by month for archived articles */

div#arttree span.month.number.archive {

}

/* Month name for both kind of articles */

div#arttree span.month.both {

}

/* Number by month for both kind of articles */

div#arttree span.month.number.both {

}


