/* ****************************************** */
/* shows on every list a 20, 35 or 50 items   */
/* per page link. Without any other layout    */
/* changes.                                   */
/*                                            */
/* Marc Pentermann, http://marc-pentermann.de */
/* ****************************************** */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document 
	domain("www.cosmiq.de") {

.pageSelector {
	display: inline !important; }

li.summary, 
.pageBrowse { /* line 20, 35, 50 on linkpages */
	font-size: 11px !important; }
}