 
@import url(../layout.css);

body {
    background:             #ffffff url(../../graphics/gif/backgrounds/background.gif) 0 -32px no-repeat fixed;
}
li.list,
li.listalt {
    margin:                 0;
    padding:                0.3em 0 0.3em 0;
    border:                 0;
}
.item,
.list,
.notice
.item0 {
    background:             #ffffff;
}
.listalt,
.item1 {
    background:             #ffffff url(../../graphics/gif/tabset/list.gif) 50% 0 repeat-y;
}

/**
 * Links
 */

a.noserie,
a.noserie:hover,
a.noserie:visited:hover,
a.nobook,
a.nobook:hover,
a.nobook:visited:hover {
    color:                  #666666;
    font-size:              1.1em;
    text-decoration:        none;
    display:                block;
    padding:                0 0 3px 25px;
    background:             url(../../graphics/gif/icons/book_ina.gif) 0px -2px no-repeat;
}
a.serie,
a.book {
    color:                  #5454a8;
    font-size:              1.1em;
    display:                block;
    padding:                0 0 3px 25px;
    background:             url(../../graphics/gif/icons/book_hi.gif) 0px -2px no-repeat;
}
a.serie:hover,
a.serie:visited:hover,
a.book:hover,
a.book:visited:hover {
    color:                  #5454a8;
    background:             url(../../graphics/gif/icons/book_omo.gif) 0px -2px no-repeat;
}
a.back {
    padding:                3px 0 3px 23px;
    background:             url(../../graphics/gif/icons/go.gif) 0 0 no-repeat;
}
a.back:hover {
    background:             url(../../graphics/gif/icons/go_omo.gif) 0 0 no-repeat;
}

/**
 * List specifics
 */

#content ul.resultset {
    border:                 0;
    border-left:            1px solid #ffffff;
    border-right:           1px solid #b9b9b9;
    float: left;
    clear: both;

}
#content ul.resultset li p.volume {
    display:                block;
    clear:                  both;
    margin:                 0 0 0 48px;
    padding:                0;
    font-size:              0.8em;
}
#content ul.resultset li div.position {
    padding:                0 6px 0 6px;
    top:                    0;
    text-align:             right;
    color:                  #a9a9a9;
    font-size:              0.6em;
    width:                  28px;
    background:             none;
}
#content ul.resultset li div.item {
    margin:                 0 0 0 48px;
    padding:                0 5em 0 0;
    border:                 0;
    font-size:              0.8em;
    background:             none;
}
#content ul.resultset li ul li {
    padding:                0.5em 0 0 0;
}

#content ul.resultset li.list {
    background:             #ffffff;
}
#content ul.resultset li.listalt {
    background:             #ffffff url(../../graphics/gif/tabset/list.gif) 50% 0 repeat-y;
}