
/* ### -- -- -- -- -- Community Filebase Category View Basic Styles -- -- -- -- -- ### */

/* 

File: filebaseBasicCategoryView.css 
Copyright: 2009 WCF Solutions <http://www.wcfsolutions.com/index.php>

*/
 
/* ### -- -- -- -- -- Category list -- -- -- -- -- ### */

.categoryList, .categoryList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.categoryList {
	margin-bottom: 20px;
}

.categoryList .container-1, .categoryList .container-2 {
	padding: 4px;
}

.categoryList .categoryListInner {
	min-height: 16px;
}

.categoryList .categoryListInner:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}

.categoryList .containerContent:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.categoryList .containerContent .categoryListDescription {
	font-size: .85em;
}

/* ### -- -- -- -- -- Category list depth options -- -- -- -- -- ### */

.categoryList li ul .categoryListTitle .containerIcon {
	margin-left: 35px;
}

.categoryList li ul .categoryListTitle .containerContent {
	margin-left: 70px;
}

/* ### -- -- -- -- -- Category list columns -- -- -- -- -- ### */

.categoryListColumns-3 {
	float: left;
	width: 60%;
}

.categoryListColumns-2 {
	float: left;
	width: 80%;
}

/* ### -- -- -- -- -- Category list last item -- -- -- -- -- ### */

.categoryListLastItem {
	float: left;
	width: 20%;
	overflow: hidden;
	font-size: .85em;
}

/* ### -- -- -- -- -- Category list stats -- -- -- -- -- ### */

.categoryListStats {
	width: 20%;
	float: right;
	font-size: .85em;
}

.categoryListStats dl, .categoryListStats dd, .categoryListStats dt{
	margin: 0;
	padding: 0;
}

.categoryListStats dt {
	width: 40%;
	float: right;
}

.categoryListStats dd {
	width: 58%;
	float: left;
	text-align: right;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */

