/* --------------------------------------------------------------------------------
	articles (list.class)
-------------------------------------------------------------------------------- */
.articles						{ margin:4px 0 0 0; }
.articles .content				{ margin:4px 0 0 0; }
.articles .list					{ margin:0; }

.articles .list a				{ display:block; padding:4px 0px 4px 0;}
.articles .list a.active		{  }
.articles .list a:hover			{ text-decoration:underline; }
.articles .list a:visited		{ }


.articles td					{ padding:10px 15px 12px 0; border-bottom:1px solid #f0f0f0; }



/* --------------------------------------------------------------------------------
	articles | items list
-------------------------------------------------------------------------------- */
#c01 #items						{ /* stupid IE messes up margin use here :-( */}
#c01 #items .itemwrapper		{ clear:both; }
#c01 #items .title				{ float:left; margin:2px 0 4px 20px; }
#c01 #item						{ }

#c02 .list						{ /* stupid IE messes up margin use here :-( */}
#c02 .itemwrapper				{ clear:both; }
#c02 .title						{ float:left; margin:2px 10px; }
#c02 #item						{ }

