	/* TABLE OF ARTICLES */	
	table.articles{

		width: 100%;
	}

	table.articles td.article{

		width: 50%;
	}
	
	table.articles td.header{
	
	}
	
	table.articles td.numbox{
		font-size: 9px;
		font-weight: bold;
		color: #666666;
		background-color: #CCCCCC;
		text-align: center;
		border: 1px solid #666666;
		vertical-align: middle;
		height: 11px;
		width: 25px;
	}
	
		
	table.articles td.idbox{
		font-size: 9px;
		font-weight: bold;
		color: #666666;
		text-align: center;
		border: 1px solid #666666;
		vertical-align: middle;
		height: 9px;
	}
		
	table.articles td.path{
		text-align: right;
		font-size: 11px;
		font-weight: normal;
		color: #CCCCCC;
		width: auto;
		display:block;
	}

	
	table.xarticlesfound{
		font-size: 11px;
	}

	td.xarticlesfound{
		font-size: 11px;
	}
	
	small.discount{
	font-size: 16px;
	color: #FF0000;
	text-decoration: line-through;
	font-weight: bold;

	}
	
	table.articles td.pages{
		font-size: 10px;
	}

	table.articles a.page{
		font-size: 10px;
	}
	table.articles a.currentpage{
	font-size: 12px;
	font-weight: bold;
	}

