
#content_center .category.first {
	clear: both;
}

#content_center .category {
	float: left;
	position: relative;
	width: 196px;
	height: 197px;
	background: url(css_img/category_header_bg.gif) no-repeat top left;
	padding-right: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#content_center .category.no_margin {
	padding-right: 0;
}

#content_center .category a {
	display: block;
	padding-left: 36px;
	padding-top: 7px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

#content_center .category a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#content_center .category img {
	margin-left: -36px;
	margin-top: 7px;
	width: 196px;
	height: 168px;
}