@charset "utf-8";
/* CSS Document */
.productlist{
	color: #333;
	text-decoration: none;
	font-size:11px;
	font-family:Tahoma;
}
a.productlist:link,visted{
	color: #333;
	text-decoration: none;
	font-size:11px;
	font-family:Tahoma;
}
a.productlist:hover{
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-family:Tahoma;
}
.left_column{
	color: #000000;
	text-decoration: none;
	font-size:14px;
	font-family:Tahoma;
}