/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ PAGE LIST ]--------------------------------------------------------------------- */

/*
		Unless changed below, the List will use styles from DefaultTheme.css
		Do not change class names. Alter attributes as required.
*/


.PageList {
}
#cPC .PageList .ListHolder  {
	position: relative;
	margin: 0.8em;
	width: auto;
	height: auto;
	clear: both;
	display: block;
	z-index: 0;
	border-bottom: #d7d7d7 1px solid;
}
#cPC .PageList .ListItem {
	background-color: #FFFFFF;
	border-top: #d7d7d7 1px solid;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

	/* Custom Title */
	#cPC .PageList .ListCustomTitle {
	}

	/* Separators */
	#cPC .PageList .ListPrimarySeparator {
	}

	/* Thumbnail */
	#cPC .PageList .ListThumbnail {
		margin: 0px 0px 0 0;
		padding: 0.5em 0 0.1em 0;
		border-style: none;
		float: right;
		
	}

	/* Title */
		#cPC .PageList .ListTitle {
			font-size: 100%;
			padding: 40px 0 0 0;
			float: left;
			width: 480px;
			text-align: center;
			
		}
		#cPC .PageList .ListTitle a:visited, 
		#cPC .PageList .ListTitle a:link, 
		#cPC .PageList .ListTitle a:hover {
			text-decoration: none;
			color:#666666;
			text-transform: uppercase;
			text-align: center;	
			}

	/* Date, Keywords */
		#cPC .PageList .ListAuthor,
		#cPC .PageList .ListItemDate,
		#cPC .PageList .ListKeywords {
		}

	/* Summary */
		#cPC .PageList .ListSummary {
		}
		#cPC .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cPC .PageList .ListCreator,
		#cPC .PageList .ListCreatedDate {
		}
		#cPC .PageList .ListUpdator,
		#cPC .PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cPC .PageList .ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
			border-bottom-style: none;
		}
		
/* === [ Left Hand Container ] === */

#cLS .PageList {
}
#cLS .PageList .ListHolder {
	position: relative;
	margin: 0 8px 10px 8px;
	width: auto;
	height: auto;
	clear: both;
	display: inline-block;
}
#cLS .PageList .ListItem {
	position: relative;
	margin: 0;
	padding: 2px 0;
	border: none;
	background: #B2B9B0;
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
	}
	#cLS .PageList H1.ListCustomTitle {
		text-transform: capitalize;
		font-size: 90%;
		margin: 0;
		padding: 0;
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
	}

	/* Title */
		#cLS .PageList .ListTitle {
			margin: 0;
			padding: 3px 0px;
			font-size: 11px;
			font-weight: bold;
			float: none;
			text-decoration: none;
			color: #FFFFFF;
			text-transform: none;
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link {
			text-decoration: none;
			color: #FFFFFF;
			display: block;
			line-height: 12px;
		}
		#cLS .PageList .ListTitle a:hover {
			text-decoration: none;
			color: #666666;
			padding-right: 4px;
			display: block;
			line-height: 12px;
		}

	/* Date, Keywords */
		#cLS .PageList .ListAuthor,
		#cLS .PageList .ListItemDate,
		#cLS .PageList .ListKeywords {
		}

	/* Summary */
		#cLS .PageList .ListSummary {
		}
		#cLS .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cLS .PageList .ListCreator,
		#cLS .PageList .ListCreatedDate {
		}
		#cLS .PageList .ListUpdator,
		#cLS .PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cLS .PageList .ListEndItem {
		}
		
		
/* === [ Right Hand Container ] === */

#cRS .PageList {
}
#cRS .PageList .ListHolder {
}
#cRS .PageList .ListItem {
}

	/* Custom Title */
	#cRS .PageList .ListCustomTitle {
	}
	#cRS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cRS .PageList .ListThumbnail {
	}

	/* Title */
		#cRS .PageList .ListTitle {
		}
		#cRS .PageList .ListTitle a:visited, 
		#cRS .PageList .ListTitle a:link, 
		#cRS .PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		#cRS .PageList .ListAuthor,
		#cRS .PageList .ListItemDate,
		#cRS .PageList .ListKeywords {
		}

	/* Summary */
		#cRS .PageList .ListSummary {
		}
		#cRS .PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		#cRS .PageList .ListCreator,
		#cRS .PageList .ListCreatedDate {
		}
		#cRS .PageList .ListUpdator,
		#cRS .PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cRS .PageList .ListEndItem {
		}

		

