/* 	[ 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 {
}

	/* Custom Title */
	.PageList .ListCustomTitle {
	}

	/* Separators */
	.PageList .ListPrimarySeparator {
	}
	.PageList .ListSecondarySeparator {
	}

	/* Thumbnail */
	.PageList .ListThumbnail {
	}

	/* Title */
		.PageList .ListTitle {
		}
		.PageList .ListTitle a:visited, 
		.PageList .ListTitle a:link, 
		.PageList .ListTitle a:hover {
		}

	/* Date, Keywords */
		.PageList .ListAuthor,
		.PageList .ListItemDate,
		.PageList .ListKeywords {
		}

	/* Summary */
		.PageList .ListSummary {
		}
		.PageList .ListSummary a {
		}

	/* Creator, Created Date, Updator, Updated Date */
		.PageList .ListCreator,
		.PageList .ListCreatedDate {
		}
		.PageList .ListUpdator,
		.PageList .ListUpdatedDate {
		}

	/* EndItem (Visual break between each list item) */
		.PageList .ListEndItem {
		}


/* Must have ".PageList .MyMobileLatest" */ 

#cS .PageList .MyMobileLatest .ListHolder {
}
#cS .PageList .MyMobileLatest .ListItem {
	width: 30%;
	float: left;
	min-height: 120px;
	display: inline-block;
	background: none;
	margin: 0px 10px 16px 14px;
	padding: 0;
	border-top-style: none;
	border-right: #333333 1px dotted;
	border-bottom-style: none;
	border-left-style: none;
}
#cS .PageList .MyMobileLatest .ListCustomTitle {
	color: #43bb57;
	padding: 6px;
	margin: 6px;
	background: #0c0c0a;
}
.MyMobileLatest  .ListThumbnail {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0px 6px 4px 0px;
}
#cS .PageList .MyMobileLatest .ListTitle {
	background: none;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#cS .PageList .MyMobileLatest .ListTitle a {
		color: #000000;
		text-decoration: none;
		font-size: 100%;
		font-weight: 700;
		display: block;
		line-height: 1.2em;
		margin: 0 0px 3px 0px;
		padding: 4px 30px 4px 0px;
	}
#cS .PageList .MyMobileLatest .ListSummary {
	display: block;
	font-size: 75%;
	line-height: 1.2em
}
	#cS .PageList .MyMobileLatest .ListSummary a {
		display: block;
		clear: both;
		color: #333333;
		text-indent: 18px;
		text-align: left;
		background: url(/Templates/_images/faq_plus.gif) no-repeat 50% left;
	}
