/* 
    Document   : links2
    Created on : 24-nov-2009, 11.19.39
    Author     : Eduard Gabriel Dumitrescu <eddie.dumitrescu@gmail.com>
*/


.container{
    margin-bottom:20px;
}
.container .head{
    font-weight:bold;
    background-image:url(../images/puntatore_grigio.gif);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
    cursor:pointer;
    margin-bottom:5px;
}
.container .content{
    padding-left:40px;
    margin-bottom:10px;
    display:none;

}
.container ul{
    margin:0;
    padding:0;
}
.container li {
    list-style-image:url(../images/puntatore_grigio.gif);
}


