/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ DEFAULT THEME  ]--------------------------------------------------------------------- */

/* 
		These styles can be customised to suit design requirements.
		They are applied to content through the word editor.
		They will also be applied to elements in other modules.
		Do not change class names. Alter attributes as required.
		Duplicate styles to FTBDesign.
*/

/* === [ GLOBAL STYLE ] === */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5f5e5e;
	font-size: 62.5%;
}
p {
	font-size: 1.2em;
	margin: 0 0 0.9em 0;
	line-height: 1.5em;
}
#cPC table td {
	font-size: 1.2em;
	margin: 0 0 0.9em 0;
	line-height: 1.5em;
}
/*#cPC table tr td:first-child {
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}*/
	a { 
		color: #5f5e5e; 
	}
	a:hover { 
		color: #999999; 
	}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	color: #1064b8;
	font-size: 3em;
	margin-bottom: 0.9em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #5f5e5e;
}
h3 {
	font-weight: bold;
	color: #757e6d;
	font-size: 2em;
	margin-bottom: 0.9em;
}
h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.9em;
}
h5 {
	font-size: 1.3em;
	color: #FFFFFF;
	margin-bottom: 0.9em;
	padding: 0.2em 0.5em;
	background-color: #8fc6fc;
}
blockquote {
	padding: 1em 2em;
	font-size: 1.1em;
}
#cPC ol,
#cPC menu,
#cPC dir {
	line-height: 1.2em;
	margin: 0px 0px 0px 20px;
}
#cPC ul {
	line-height: 1.5em;
	list-style: none;
	margin: 0px 0px 0px 20px;
}
#cPC li {
	font-size: 1.1em;
	padding: 0px 0px 0px 15px;
	
}
#cPC li li{
	font-size: 1em;
}
#cPC ol li {
	margin: 0px 0px 0px 22px;
}
#cPC ul li {
	list-style-type: square;
	border-bottom: #ececec 1px solid;
}
#cPC ul li li {
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-weight: normal;
}
#cPC ol li li {
	font-weight: normal;
	border-style: none;
	list-style-type: upper-alpha;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li li { 
	font-weight: normal;
	list-style-type: upper-roman;
}
#cPC ol li li li li { 
	font-weight: normal;
	list-style-type: lower-roman;
}
#cPC ol li a, 
#cPC ol li a:hover {
	text-decoration: underline;
}
#cPC ol li a:visited {
	text-decoration: none;
}
#cPC ul li a, 
#cPC ul li a:hover {
	text-decoration: underline;
}
#cPC ul li a:visited {
	text-decoration: none;
}


/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

/* === [ PAGING ] ============================== */

 /* Displays at the Top of list */
.OrderingTop {
	margin: 1em 0 ;
	font-size: 1em;
	position: relative;
	height: auto;
	clear: both;
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	margin: 1em 0;
	font-size: 1em;
	position: relative;
	height: auto;
	clear: both;
}
 /* Numbers */
 	.OrderingTop a, 
	.OrderingBottom a 
	{
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;
		text-decoration: none;
		line-height: 0.1em;
		color: #1064b8;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover 
	{
		background-color: #1064b8;
	}
 /* Selected Page */
	.SelectedPage {
		background: #1064b8;
		color: #FFFFFF;
		margin-right: 0.2em;
		padding: 0 0 0 0.2em;
		text-decoration: none;
		line-height: 0.1em;	
	}
 /* Next and Back */
	.OrderingTop a.OrderingNext, 
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingNext, 
	.OrderingBottom a.OrderingBack
	{
		border: 0;
		text-transform: uppercase;
		background-repeat: no-repeat;
	}
	.OrderingTop a.OrderingNext, 
	.OrderingBottom a.OrderingNext
	{
		background: url(/Templates/Waterway/_images/icon_next.gif) no-repeat right;
		padding: 0 1.2em 0 0;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack 
	{
		background: url(/Templates/Waterway/_images/icon_back.gif) no-repeat left;
		padding: 0 0 0 1.2em;
	}
	.OrderingTop a.OrderingNext:hover, 
	.OrderingTop a.OrderingBack:hover,
	.OrderingBottom a.OrderingNext:hover, 
	.OrderingBottom a.OrderingBack:hover
	{
		background-color: transparent;
		border: 0;
	}
	
/* -----[ LIST ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
*/

.ListHolder {
	position: relative;
	margin: 10px 0px;
	width: auto;
	clear: both;
	padding: 0;
	height: 1%;
}
#cLS .ListHolder {
	margin: 60px 20px 10px 20px;
	width: 210px;
}
.ListItem {
	position: relative;
	margin: 0.9em 0;
	padding: 0.1em 0;
	display: block;
	width: auto;
}
.Home .ListItem {
	margin: 0.4em 10px 0.4em 0;
	padding: 0.1em 0;
	width: 307px;
	float: left;
	clear: none;
}

	/* Custom Title */
	.ListCustomTitle {
		font-size: 1.5em;
		font-weight: normal;
		margin: 0px;
		padding: 0px 0 4px 0;
		color: #999;
		border-bottom: #ccc 1px solid;
	}

	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	/* Separators */
	.ListCategory {
		margin: 0.2em 0;
		font-size: 1em;
		display: inline;
	}
	.ListSubCategory {
		margin: 0.2em 0;
		font-size: 1em;
		display: inline;
		padding: 0 0 0 0.6em ;
		border-left: 1px solid #666666;
	}

	/* Thumbnail */
	.ListThumbnail {
		float: right;
		margin: 0.3em 0em 0em 0.3em;
		border-style: none;
		padding: 0.3em;
	}
	.Home .ListThumbnail {
		float: none;
		margin: 0em 0em 0em 0;
		padding: 0;
		border: 1px solid #d4d4d4;
		background: #d4d4d4;
	}

	/* Title */
		.ListTitle {
			margin: 0.2em 0 0 0;
			padding: 0;
			font-size: 2.5em;
			float: none;
			text-decoration: none;
		}
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			text-decoration: none;
			color: #757e6d;
		}
		.Home .ListTitle a:visited, 
		.Home .ListTitle a:link, 
		.Home .ListTitle a:hover {
			text-decoration: none;
			color: #1064b8;
		}
		

	/* Date, Keywords */
		.ListAuthor {
			font-size: 1.1em;
			margin: 0.5em 0;
			color: #1064b8;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		.ListItemDate,
		.ListKeywords,
		.ListCode {
			clear: both;
			font-size: 1.1em;
			margin: 0 0 0 0;
		}
	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			font-size: 1em;
			margin: 0 0 0 0;
		}
	/* Summary */
		.ListSummary {
			font-size: 1.2em;
			line-height: 1.5em;
			margin: 0 0 0.6em 0;
			padding: 0;
		}
		.ListSummary a {
			color: #fff;
			font-size: 0.9em;
			text-transform: uppercase;
			background: #8fc6fc;
			clear: both;
			float: left;
			text-decoration: none;
			padding: 0px 4px;
			margin: 4px 0 0 0;
		}
		.Home .ListSummary a {
			color: #666;
			text-transform: uppercase;
			background: none;
			clear: none;
			float: none;
			width: auto;
			margin: 0px 0 0 0;
			padding: 0px 0 0 0;
		}

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
			clear: both;
			font-size: 1em;
			margin: 0 0 0 0;
			font-style: italic;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
			font-size: 1em;
			margin: 0 0 0 0;
			font-style: italic;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
		}
		