/* 	[ 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 {
}
.PageList .ListHolder {
}
.PageList .ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0.1em 0.4em;
	border: #eee 1px solid;
	background:none;
	display: inline-block;
}

	/* Custom Title */
	.PageList .ListCustomTitle {
		font-size: 120%;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		color:#f68f1e;
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
	}

	/* Title */
		.PageList .ListTitle {
			margin: 0.3em 0;
			padding: 0;
			font-size: 90%;
			font-weight: bold;
			float: none;
			text-decoration: none;
			color: #455560;
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
		text-decoration: none;
		color: #455560;
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
		}

	/* Summary */
		.PageList .ListSummary {
			font-size: 85%;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.PageList .ListSummary a {
			color: #f68f1e;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.PageList .ListCreator,
		.PageList .ListCreatedDate {
		}
		.PageList .ListUpdator,
		.PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.PageList .ListEndItem {
			
			border-bottom: none;
		}
		
/* === [ Left Hand Container ] === */

#cLS .PageList {
}
#cLS .PageList .ListHolder {
}
#cLS .PageList .ListItem {
}

	/* Custom Title */
	#cLS .PageList .ListCustomTitle {
	}
	#cLS .PageList H1.ListCustomTitle {
	}

	/* Thumbnail */
	#cLS .PageList .ListThumbnail {
	}

	/* Title */
		#cLS .PageList .ListTitle {
		}
		#cLS .PageList .ListTitle a:visited, 
		#cLS .PageList .ListTitle a:link, 
		#cLS .PageList .ListTitle a:hover {
		}

	/* 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 {
		}
		
		/* === [iCube Products List] === */

#cS .PageList .iCubeProducts {
}
#cS .PageList .iCubeProducts .ListHolder {
	position: relative;
	margin: 0px;
	border: #F68F1E 1px solid; 
	height: auto;
	clear: both;
	padding: 0;
}
#cS .PageList .iCubeProducts .ListItem {
	position: relative;
	margin: 8px 10px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: #EEEEEE solid 1px;
	background:#FFFFFF;
	display: inline-block;
	float: left;
	clear: none;
	width: 220px;
	min-height: 150px;
}
* html #cS .PageList .iCubeProducts .ListItem {
	height: 120px;
}


	/* Custom Title */
	#cS .PageList .iCubeProducts .ListCustomTitle {
		color: #F68F1E;
		background-color: #EEEEEE;
		font-size: 120%;
		line-height: 1.2em;
		padding: 6px 10px;
	} 


	/* Title */
	 #cS .PageList .iCubeProducts .ListTitle {
		font-size: 90%;
		font-weight: bold;
		margin: 0 0 0.9em 0;
		padding: 2px 6px 2px 6px;
		color: #455560;
		background-color: #EEEEEE;
		}
		#cS .PageList .iCubeProducts .ListTitle a:visited, 
		#cS .PageList .iCubeProducts .ListTitle a:link, 
		#cS .PageList .iCubeProducts .ListTitle a:hover {
			color: #455560;
			background-color: #EEEEEE;
			width: 100%;
			display: block;
			
		}

	/* Date, Keywords */
		 #cS .PageList .iCubeProducts .ListAuthor,
		 #cS .PageList .iCubeProducts .ListItemDate,
		 #cS .PageList .iCubeProducts .ListKeywords {
		 	padding: 0 0 0 6px;
		}
		/* Summary */
		#cS .PageList .ListSummary {
			padding: 0 0 0 6px;
		}
		#cS .PageList .ListSummary a {
		}


	/* Creator, Created Date, Updator, Updated Date */
		#cS .PageList .iCubeProducts .ListCreator,
		#cS .PageList .iCubeProducts .ListCreatedDate {
		}
		#cS .PageList .iCubeProducts .ListUpdator,
		#cS .PageList .iCubeProducts .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		#cS .PageList .iCubeProducts .ListEndItem {
		}
