@charset "utf-8";

ul#category-tab {
	margin: 0;
	padding: 0 0 4px 0;
	list-style-type: none;
	border-bottom: 3px solid #57444a;
}

ul#category-tab li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 5px ;
	background-color: #c6c4bd;
	color: #fff;
	font-weight: bold;
}

ul#category-tab li.on {
	background-color: #57444a;
}

ul#category-tab li a {
	text-decoration: none;
	font-weight: bold;
	color: #554445;
}

ul#category-tab li a:hover {
	color: #554445;
	text-decoration: underline;
}

ul#category-tab li a:visited {
	color: #554445;
}
ul#btn a {
	float: right;
	text-decoration: none;
	margin-bottom: 3px;
	border-left: solid 1px #017bfa;
	border-top: solid 1px #017bfa;
	border-right: solid 1px #014b96;
	border-bottom: solid 1px #014b96;
	background-color: #0167ca;
	color: #fff;
	cursor: pointer;
}
ul#btn a:visited {
	color: #fff;
}