.CategoryHeading {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

.CategoryEntry {
	margin: 0.25em 0 0.25em 0;
	font-size: 16px;
	line-height: 150%;
}

.AppList {
	padding: 20px;
}

.PagingBar {
	padding: 5px;
	background: #F8F8F8;
	border-bottom: solid 1px #E0E0E0;
	position: relative;
}

.PagingHeader {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 1.5em 0 1em;
}

.PageNumber {
	float: left;
	margin-left: 0.5em;
	border: solid 1px #E0E0E0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 8pt;
}

.PageSelected {
	border: solid 1px orange;
	background: #FFFFE0;
	font-weight: bold;
}

.PageNotSelected {
	border: solid 1px #808080;
	background: #F0F0F0;
}

.PageNotSelected A {
	width: 20px;
	height: 20px;
	display: inline-block;
	font-weight: normal;
}

.CategoryCount {
	color: #A0A0A0;
	padding-left: 0.5em;
}

@media screen and (max-width: 800px) {
	.AppList {
		padding: 10px 0 0 0;
	}

	.PagingBar {
		border: solid 1px #E0E0E0;
	}
}



H1, H2 {
	text-transform: capitalize;
}


#PageBody P.CategoryDescription {
	font-size: 18px;
}

.CategoryEntry {
	display: inline-block;
	width: 200px;
}
