
/* container for search results heading information (title + pager) */
.listHeader {

}

.listTitle {


}

.listPager {

}

/* todo - for several pages - move to main.css **/
.innerRowTable {

}

.listCategories {

}

.category {

}

/** a separator that comes between items in a list */
.separator {

}

/** Current selection */
.current {
    font-weight:bold;
}

.quantity {
    font-weight:bold;
}

/** a left parenthesis **/
.preQuantity {

}
/** a right parenthesis **/
.postQuantity {

}

.even {
}

.odd {
}

