/* ###################### SectionEx component styles ###################### */

/* wrapper */
div#artcllist_wrap
{
}

/* misc */
/* "td.setddummy" is just a dummy entry. For some reason it enforces correct 
(full width) rendering of SectionEx article tables on IE and Firefox but makes 
problems on Opera -> let's disable it for opera! */
td.setddummy
{ 
	width: 10%;
}

/* opera specific */
@media screen and (min-width: 550px)
{	
	td.setddummy
	{ 
		display: none;
	}
}



/* TOC */
table.setbltoc
{	
	padding: 10px;
}

td.setdtoc 
{
}

table.setbltoc ul
{
	margin-top: 0px; 
	margin-bottom: 10px;
	
	padding-top: 0px; 
	padding-bottom: 0px; 
}


/* Table with Article list */
table.setblartcllist 
{	
	margin-bottom: 25px;
}

a.selnktop
{
	font-weight: normal;
	font-size: smaller;
}


div.seartoptnldata span
{
	line-height: 140%;
}
