
/* Category List Module
When items are limited (per page) within the Settings - Next, Back and numbers will appear
Alter as required */

/* Top DIV Surrounding */

.OrderingTop {
	margin: 4px 0px;
	line-height: 20px;
	display: block;
	clear: both;
}

/* Bottom DIV Surrounding */

.OrderingBottom {
	margin: 4px 0px;
	line-height: 20px;
	display: block;
	clear: both;
}

/* Numbers */

.OrderingNumbers {
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
}
.OrderingNumbers a:link{
	text-decoration: none;
}
.OrderingNumbers a:visited{
	text-decoration: none;
}
.OrderingNumbers a:hover{
	text-decoration: none;
}
.OrderingNumbers a:active {
	text-decoration: none;
}

/* Back Link */

.OrderingBack {
	font-size: 11px;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_back.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 6px 0px 12px;
}

/* Next Link */

.OrderingNext {
	font-size: 11px;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 12px 0px 6px;
}

/* #cLS */

/* Top DIV Surrounding */

#cLS .OrderingTop {
	margin: 4px 0px;
	line-height: 20px;
	display: block;
	clear: both;
}

/* Bottom DIV Surrounding */

#cLS .OrderingBottom {
	margin: 4px 0px;
	line-height: 20px;
	display: block;
	clear: both;
}

/* Numbers */

#cLS .OrderingNumbers {
	display: none;
}

/* Back Link */

#cLS .OrderingBack {
	display: none;
}

/* Next Link */

#cLS .OrderingNext {
	font-size: 11px;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 12px 0px 6px;
}

/* The following styles are used for a Category List module */

/* Category List Outer Border */

.ListHolder {
	margin: 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	clear: both;
	float:left;
}

/* Category List Custom Title */

.ListCustomTitle {
}
H1.ListCustomTitle {
	font-size: 16px;
	padding: 0px;
	margin: 4px 0px 10px 0px;
}

/* Category List Separators */

.ListPrimarySeparator {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../Templates/_images/icon_pointer.gif);
	background-repeat: no-repeat;
	background-position: left 60%;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
.ListSecondarySeparator {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
}

/* Category List Thumbnail */

.ListThumbnail{
	margin: 0px 0px 2px 15px;
	float: right;
 	border: none;
	padding: 2px;
}

/* Category List Title */

.ListTitle {
	font-size: 14px;
	color: #6a7b8b;
	padding: 0px;
	margin: 10px 0px 4px 0px;
	font-weight: bold;
}
.ListTitle a:visited {
	color: #6a7b8b;
}
.ListTitle a:link {
	color: #6a7b8b;
}
.ListTitle a:hover{
	color: #EF3A41;
}

/* Category List Author, Date, Keywords */

.ListAuthor {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-style: italic;
}
.ListItemDate {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
.ListKeywords {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-style: italic;
	line-height: 11px;
}

/* Category List Summary */

.ListSummary {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
.ListSummary a {
	font-weight: bold;
}

/* Category List Creator, Created Date, Updator, Updated Date */

.ListCreator {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	float: left;
	clear: left;
}
.ListCreatedDate {
	font-size: 11px;
	font-style: italic;
	float: left;
	clear: left;
}
.ListUpdator {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	float: right;
	clear: right;
}
.ListUpdatedDate {
	font-size: 11px;
	font-style: italic;
	float: right;
	clear: right;
}

/* Category List EndItem (Visual break between each list item) */

.ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 2px 0px 0px 0px;
	border-bottom: 1px solid #FFFFFF;
}

/* #cLS (Changed styles for Left Hand Side Container) */

#cLS .ListSummary {
	font-size: 11px;
}


/* #cTR (Changed styles) */

#cTR .ListHolder {
	margin: 15px 0px 0px 0px;
	width:auto;
	padding: 10px;
	background-color: #F4F7FA;
}
#cTR .ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #F4F7FA;
}
/* #cTL (Changed styles) */
#cTL .ListHolder {
	margin: 15px 0px 0px 0px;
	width:auto;
	padding: 10px;
	background-color: #F4F7FA;
}
#cTL .ListEndItem {
	float: none;
	font-size: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #F4F7FA;
}
