@charset "UTF-8";

.category-nav ul {
	margin-top: 10px;
	padding: 0;
	list-style: none;
}
.category-nav ul.mt0 {
	margin-top: 0;
}
.category-nav a {
	color: #000;
	text-decoration: none;
}
.category-nav li {
	margin: 0px 0 10px 6px;
	float: left;
	width: 70px;
	text-align: center;
}
.category-nav ul:after {
	display: block;
	clear: left;
	content: '';
}
.category-nav img {
	margin-bottom: 0px;
	width: 70px;
	background-color: rgb(245,222,179);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242,238,223)), to(rgb(245,222,179)));
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
}
.category-nav a {
	display: block;
	font-size: 13px;
}
.category-nav a:after {
	display: block;
	content: attr(title);
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
