/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CATEGORY LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

/* === [ PAGING ] ============================== */

.CategoryList .OrderingTop
{
}
.CategoryList .OrderingBottom 
{
}
	.CategoryList .OrderingTop a, 
	.CategoryList .OrderingBottom a 
	{
	}
	.CategoryList .OrderingTop a:hover, 
	.CategoryList .OrderingBottom a:hover 
	{
	}
	.CategoryList .OrderingTop a.OrderingNext, 
	.CategoryList .OrderingTop a.OrderingBack, 
	.CategoryList .OrderingBottom a.OrderingNext, 
	.CategoryList .OrderingBottom a.OrderingBack
	{
	}
	.CategoryList .OrderingTop a.OrderingNext, 
	.CategoryList .OrderingBottom a.OrderingNext
	{
	}
	.CategoryList .OrderingTop a.OrderingBack, 
	.CategoryList .OrderingBottom a.OrderingBack 
	{
	}
	.CategoryList .OrderingTop a.OrderingNext:hover, 
	.CategoryList .OrderingTop a.OrderingBack:hover,
	.CategoryList .OrderingBottom a.OrderingNext:hover, 
	.CategoryList .OrderingBottom a.OrderingBack:hover
	{
	}

/* -----[ CATEGORY LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the  List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/

.CategoryList {
}
#cTR .CategoryList,
#cTL .CategoryList {
	margin: 10px 0px 0px 0px;
}
	/* Thumbnail */
	#cTL .CategoryList .ListThumbnail {
	}
	#cTR .CategoryList .ListThumbnail{
	}

.RSSFeedIcon {	/* defaults =  position:relative; z-index:50; float:right; */
	margin: 0px 0px 0px 4px;
}
.CategoryList .ListHolder {
}
.CategoryList .ListItem {
}

	/* Custom Title */
	.CategoryList .ListCustomTitle {
	}

	/* Separators */
	.CategoryList .ListPrimarySeparator {
	}
	.CategoryList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.CategoryList .ListThumbnail {
	}
	#cPC .CategoryList .ListThumbnail {
		max-width: 100px;
		max-height: 60px;
	}


	/* Title */
		.CategoryList .ListTitle {
		}
		.CategoryList .ListTitle a:visited, 
		.CategoryList .ListTitle a:link, 
		.CategoryList .ListTitle a:hover {
		}

	/* Date, Keywords */
		.CategoryList .ListAuthor,
		.CategoryList .ListItemDate,
		.CategoryList .ListKeywords {
		}

	/* Summary */
		.CategoryList .ListSummary {
		}
		.CategoryList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.CategoryList .ListCreator,
		.CategoryList .ListCreatedDate {
		}
		.CategoryList .ListUpdator,
		.CategoryList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.CategoryList .ListEndItem {
		}
		
/* === [ Left Hand Container ] === */

#cLS .CategoryList {
}
#cLS .CategoryList .ListHolder {
	font-size: 85%;
	border-style: none;
}
#cLS .CategoryList .ListItem {
}

	/* Custom Title */
	#cLS .CategoryList .ListCustomTitle {
	}

	/* Thumbnail */
	#cLS .CategoryList .ListThumbnail {
	}

	/* Title */
		#cLS .CategoryList .ListTitle {
		}
		#cLS .CategoryList .ListTitle a:visited, 
		#cLS .CategoryList .ListTitle a:link, 
		#cLS .CategoryList .ListTitle a:hover {
		}

	/* Date, Keywords */
		#cLS .CategoryList .ListAuthor,
		#cLS .CategoryList .ListItemDate,
		#cLS .CategoryList .ListKeywords {
		}

	/* Summary */
		#cLS .CategoryList .ListSummary {
		}
		#cLS .CategoryList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .CategoryList .ListCreator,
		#cLS .CategoryList .ListCreatedDate {
		}
		#cLS .CategoryList .ListUpdator,
		#cLS .CategoryList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cLS .CategoryList .ListEndItem {
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .CategoryList {
}
#cRS .CategoryList .ListHolder {
	font-size: 85%;
	border-style: none;
}
#cRS .CategoryList .ListItem {
}

	/* Custom Title */
	#cRS .CategoryList .ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .CategoryList .ListThumbnail {
	}

	/* Title */
		#cRS .CategoryList .ListTitle {
		}
		#cRS .CategoryList .ListTitle a:visited, 
		#cRS .CategoryList .ListTitle a:link, 
		#cRS .CategoryList .ListTitle a:hover {
		}

	/* Date, Keywords */
		#cRS .CategoryList .ListAuthor,
		#cRS .CategoryList .ListItemDate,
		#cRS .CategoryList .ListKeywords {
		}

	/* Summary */
		#cRS .CategoryList .ListSummary {
		}
		#cRS .CategoryList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .CategoryList .ListCreator,
		#cRS .CategoryList .ListCreatedDate {
		}
		#cRS .CategoryList .ListUpdator,
		#cRS .CategoryList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cRS .CategoryList .ListEndItem {
		}
		
/* === [ Googlebox ] === */
		
	.Gogglebox .CategoryList .ListHolder {
		position: relative;
		margin: 10px 0px;
		float: left;
		width: 100%;
		clear: both;
		padding: 0;
		height: 1%;
	}
	.Gogglebox .CategoryList .ListItem {
		position: relative;
		clear: none;
		margin: 0px 10px 10px 0px;
		width: 180px;
		min-height: 200px;
		float: left;
		padding: 10px 12px 4px 12px;
		vertical-align: top;
	}
		/* Title */
		.Gogglebox .CategoryList .ListTitle {
			font-size: 90%;
			font-weight: bold;
			margin: 0px;
			padding: 4px 10px;
			display: block;
			background: url(../../Templates/_images/back_catlist.gif) top left;
			border-bottom-style: none;
			color: #FFFFFF;
			border-top-style: none;
			border-left-style: none;
			}
		.Gogglebox .CategoryList .ListTitle a:visited,
		.Gogglebox .CategoryList .ListTitle a:link,
		.Gogglebox .CategoryList .ListTitle a:hover {
			color: #FFFFFF;
			text-decoration: none;
			display: block;
			width: 100%;
		}
		/* EndItem (Visual break between each list item) */
		.Gogglebox .CategoryList .ListEndItem {
			border-bottom: 1px solid #212121;
		}

		/* Title */
		.Gogglebox #cLS .ListTitle,
		.Gogglebox #cRS .ListTitle {
			background: none;
		}
		/* Summary */
		.Gogglebox .CategoryList .ListSummary {
			color: #CCCCCC;
			padding: 6px 0px 0px 0px;
		}
		.Gogglebox .CategoryList .ListSummary a {
			color: #CCCCCC;
		}
