/**
 * Category List Styles
 *
 * @package   PEAR2Web
 * @copyright 2010 PEAR Group
 * @license   http://www.opensource.org/licenses/bsd-license.php BSD License
 * @author    Michael Gauthier <mike@silverorange.com>
 */
/* {{{ Package browser header */

.package-list h2 {
	float: left;
}

.view-categories #categories {
	margin-top: 0;
}

/* }}} */
/* {{{ Category list */

ul.categories {
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	clear: both;
	width: 848px;
}

ul.categories a {
	border-bottom: none;
}

ul.categories > li {
	float: left;
	width: 276px;
	list-style-type: none;
	padding: 1em 0 1em 10px;
	margin: 0;
}
/* IE6 hack */
* html ul.categories li {
	height: 85px;
}

ul.categories li.category-clear {
	clear: left;
	padding: 1em 0;
}

ul.categories h3 {
	margin: 0 10px;
	font-size: 100%;
	background: url(/National_Library/20160521004321oe_/http://pear2.php.net/img/category-background.png) top right no-repeat;
	min-height: 23px;

}
/* IE6 hack */
* html ul.categories h3 {
	height: 23px;
}

ul.categories h3 a {
	display: block;
	position: relative;
}

ul.categories h3 a:link,
ul.categories h3 a:visited {
	text-decoration: none;
}

ul.categories h3 a:hover span.category-title,
ul.categories h3 a:active span.category-title{
	text-decoration: underline;
}

ul.categories h3 span.category-count {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 75%;
	display: block;
	width: 23px;
	text-align: center;
	color: #666;
}

ul.categories h3 a:hover span.category-count,
ul.categories h3 a:active span.category-count {
	color: #999;
}

ul.categories h3 span.category-title {
	margin-right: 2em;
	font-size: 100%;
	background: #f7faf5;
	padding-right: 6px;
}

ul.categories ul {
	font-size: 75%;
	margin: 0 10px;
}

ul.categories ul li {
	display: inline;
}

ul.categories ul a:link,
ul.categories ul a:visited {
	text-decoration: none;
	color: #333;
}

ul.categories ul a:hover,
ul.categories ul a:active {
	text-decoration: underline;
	color: #204173;
}

a.category {
	font-weight: bold;
}

ul.categories .category-sub-category {
	font-weight: bold;
}

.categories-clear {
	clear: left;
}

/* }}} */
