#craftstream div {
	font:			normal 9pt "Verdana", sans-serif;
}

#craftstream .category {
	width:			464px;
	height:			148px;
	margin-top:		8px;
	margin-bottom:	8px;
	padding:		6px;
}

#craftstream .category:hover {
	/*background:		#eee;*/
	background:url(../card2000.htm)
}

#craftstream .category .image {
	width:			120px;
	height:			120px;
	position:		relative;
	float:			left;
	clear:			left;
	margin-right:	8px;
	border:			2px solid green;
}

#craftstream .category .image img {
	width:			120px;
	height:			120px;
}

#craftstream .category_name, #craftstream .category_name a {
	font-weight:	bold;
	color:			#FFFF00;
	margin-bottom:	10px;
}

#craftstream .item a {
	color:			#FFFF00;
}

#craftstream .item a:hover {
	color:			blue;
}

