/* CSS Document */

		table.articlelist{
			font-size: 11px;
			sscolor: #333333;
		}

		table.articlelist tr.header{
		
		}

		table.articlelist a{
	color: #0000FF;
	text-decoration: underline;
		
		}
	
	table.articlelist td.num{
		text-align: center;
		border: 1px solid #666666;
		width: 25px;

	}
	
		table.articlelist td.header{
		font-size: 12px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		font-weight: normal;		
		}
		
		table.articlelist td.headerprice{
		font-weight: bold;
		color: #0033CC;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: <BASECOLOR>;
		text-align: right;
		width: 75px;
		
		}
	
		table.articlelist td.data{
			font-size: 11px;
		
		}
		table.articlelist td.headertype{
		font-size: 10px;

		font-weight: bold;
		color: #0033FF;
		display: block;
		position: relative;
		top: 7px;
		
		}
		
		table.articlelist tr.article{
		background-color: #FFFFFF;
	
		
		}

	#even{

	}


	
	table.articlelist tr.article td:hover{
		
	}

	table.articlelist td.chk input{
		height:12px;
	}


	table.articlelist td.stock{
		width:50px;
	}

	table.articlelist td.discountprice{
	height:12px;
	color: #FF0000;
	}
