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

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

#craftstream .category .image {
	width:			132px;
	height:			132px;
	position:		relative;
	float:			left;
	margin-right:	8px;
	margin-bottom:	8px;
	padding:		12px;
	border:			0px none;
	text-align:		center;
	font-size:		8pt;
}

#craftstream .category .image:hover {
	background: #aef;
}

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

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

#craftstream .item a {
	color:			green;
}

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

