/* 	[ 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 {
}
.RSSFeedIcon {	/* defaults =  position:relative; z-index:50; float:right; */
}
.CategoryList .ListHolder {
}
.CategoryList .ListItem {
}
	/* Custom Title */
	.CategoryList .ListCustomTitle {
	}

	/* Separators */
	.CategoryList .ListPrimarySeparator {
	}
	.CategoryList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.CategoryList .ListThumbnail {
	}

	/* 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 {
		}
	
/* Template .vodafone-cat */ 
/* Template .telecom-cat */ 
/* Template .blackwhite-cat */ 

.vodafone-cat .CategoryList .ListItem,
.telecom-cat .CategoryList .ListItem,
.blackwhite-cat .CategoryList .ListItem  {
	width: 45%;
	float: left;
	background-color: #fef2f2;
	border-style: none;
	padding: 10px;
	min-height: 135px;
}
.telecom-cat .CategoryList .ListItem {
	background-color: #edf6d9;
}
.blackwhite-cat .CategoryList .ListItem {
	background-color: #EFEFEF;
}
.vodafone-cat .CategoryList .ListTitle,
.telecom-cat .CategoryList .ListTitle,
.blackwhite-cat .CategoryList .ListTitle  {
	background: none;
	margin-bottom: 4px;
	border-style: none;
	padding-left: 4px;	
}
.vodafone-cat .CategoryList .ListTitle a,
.telecom-cat .CategoryList .ListTitle a,
.blackwhite-cat .CategoryList .ListTitle a  {
	color: #666666;
}
.vodafone-cat .CategoryList .ListThumbnail,
.telecom-cat .CategoryList .ListThumbnail,
.blackwhite-cat .CategoryList .ListThumbnail  {
	margin-right: 8px;
}

.vodafone-cat .CategoryList .ListSummary a,
.telecom-cat .CategoryList .ListSummary a,
.blackwhite-cat .CategoryList .ListSummary a  {
	color: #44ba59;
	font-style: italic;
	font-weight: bold;
}

/* Template - Must have custom title as "Telecom" */ 
/* Template - Must have custom title as "Vodafone" */ 
/* Template - Must have custom title as "BlackWhite" */ 

	 .CategoryList .ListHolder .Telecom,
	 .CategoryList .ListHolder .Vodafone,
	 .CategoryList .ListHolder .BlackWhite {
		position: relative;
		clear: both;
		display: block;
		font-size: 85%;
		height: 1%;
		width: auto;
		padding: 0;
	}
				 .CategoryList .ListHolder .Telecom {
					border-right: 1px solid #45bb5a;
					border-left: 1px solid #45bb5a;
				}
				 .CategoryList .ListHolder .Vodafone {
					border-right: 1px solid #ff0a09;
					border-left: 1px solid #ff0a09;
					}
				 .CategoryList .ListHolder .BlackWhite {
					border-right: 1px solid #666666;
					border-left: 1px solid #666666;
					}
	 .CategoryList .Vodafone .VodafoneBanner {
		height: 38px;
		font-size: 130%;
		background: url(/Templates/_images/cat-vodafone-top.gif) no-repeat;
	}
	 .CategoryList .Telecom .TelecomBanner {
		height: 38px;
		font-size: 130%;
		background: url(/Templates/_images/cat-telecom-top.gif) no-repeat;
	}
	 .CategoryList .BlackWhite .BlackWhiteBanner {
		height: 38px;
		font-size: 130%;
		background: url(/Templates/_images/cat-blackwhite-top.gif) no-repeat;
	}
	 .CategoryList .Vodafone .ListItem,
	 .CategoryList .Telecom .ListItem,
	 .CategoryList .BlackWhite .ListItem    {
		border-right-style: none;
		border-left-style: none;
		border-top-style: none;
		border-bottom-style: none;
		padding: 0px 4px;
		clear: none;
		margin: 0;
	float: left;
	width: 31%;

	}
				* html .CategoryList .Telecom .ListItem,
				* html .CategoryList .Vodafone .ListItem,
				* html .CategoryList .BlackWhite .ListItem  {
					height: 100%;
				}
	.CategoryList .Vodafone .ListCustomTitle, 
	.CategoryList .Telecom .ListCustomTitle, 
	.CategoryList .BlackWhite .ListCustomTitle  {
		color: #FFF;
		padding-left: 150px;
		line-height: 36px;
		margin-bottom: 0.6em;
		border-bottom-style: none;
	}
	.CategoryList .Vodafone .ListThumbnail, 
	.CategoryList .Telecom .ListThumbnail, 
	.CategoryList .BlackWhite .ListThumbnail  {
		border: none;
		margin: .2em .6em .6em;
		padding: 4px;
	}
	.CategoryList .Telecom .ListTitle,
	.CategoryList .Vodafone .ListTitle,
	.CategoryList .BlackWhite .ListTitle  {
		display: block;
		clear: both;
		background: none;
		margin: 0;
		border-style: none;
		font-weight: normal;
		padding: 0.3em 0 0.5em 10px;
	}
				.CategoryList .Telecom .ListTitle a:visited, 
				.CategoryList .Telecom .ListTitle a:link, 
				.CategoryList .Telecom .ListTitle a:hover,
				.CategoryList .Vodafone .ListTitle a:visited, 
				.CategoryList .Vodafone .ListTitle a:link, 
				.CategoryList .Vodafone .ListTitle a:hover,
				.CategoryList .BlackWhite .ListTitle a:visited, 
				.CategoryList .BlackWhite .ListTitle a:link, 
				.CategoryList .BlackWhite .ListTitle a:hover  {
					color: #666666;
					text-decoration: none;
					font-weight: 700;
					margin: 0;
					padding: 0;
				}
				.CategoryList .Telecom .ListSummary a,
				.CategoryList .Vodafone .ListSummary a,
				.CategoryList .BlackWhite .ListSummary a  {
					color: #44ba59;
					font-weight: bold;
					font-style: italic;
				}
	.CategoryList .Telecom .ListEndItem,
	.CategoryList .Vodafone .ListEndItem,
	.CategoryList .BlackWhite .ListEndItem  {
		border-bottom: 1px dotted #666666;
		width: 98%;
		margin: 0px auto;
	}
