.b-communities-catalog {
	margin: 0 0 20px;
	}
	.b-communities-catalog .b-column {
		float: left;
		width: 47%;
		}
		.b-communities-catalog .b-column-right {
			float: right;
			}
			.b-communities-catalog .b-top-category {
				font: 19px Arial, Tahoma, Verdana, sans-serif;
				margin: 1.5em 0 0.5em;
				}
				.b-communities-catalog .b-top-category A {
					color: #004775;
					}
				.b-communities-catalog .b-top-category .count {
					font-size: 11px;
					font-weight: normal;			
					}


.b-communities-catalog UL {
	margin: 0.8em 0 0.8em 0;
	}
	.b-communities-catalog LI {
		display: inline;
		margin: 0 0.7em 0 0;
		font-size: 12px;
		line-height: 1.8;
		white-space: nowrap;
		}
	.b-communities-catalog .active {
		font-weight: bold;
		color: #FF7902;
		}
		.b-communities-catalog LI .count {
			font-size: 11px;
			font-weight: normal;
			color: #606060;
			}


.b-bread-crumbs {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #EAEAEA;
	font-weight: bold;
	}
	.b-bread-crumbs .caret {
		margin: 0 6px;
		font-weight: normal;
		color: #FF7902;
		}



/* Items */
	
.b-community-catalog-items {
	width: 100%;
	margin: 3em 0 0;
	overflow: hidden;
	}
	.b-community-catalog-items .b-community-card {
		float: left;
		width: 25%;
		margin: 0 0 1.4em;
		overflow: hidden;
		font: 0.91em/1.5 Tahoma, Verdana, sans-serif;
		}
		.b-community-card .b-avatar {
			float: left;
			margin: 0 10px 20px 0;
			border: 1px solid #D9D9D9;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			}
		.b-community-card .nick {
			margin: 0 0.5em 0 0;
			font-weight: bold;
			}
		.b-community-card .members {
			display: block;
			color: #999;
			}
