/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
	Global Pagination and List styles will effect any Core or Add-on Modules that offer Lists and Pagination.
	Such as: Page List (not Pagination), Category List, Search Results.
	Pagination is set within Contegro Administration, by changing the Module Settings on an individual page, 
	or within the Template for a Global Setting.
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background: #f2f2f2;
	color: #666666;
font-family: "museo-sans",sans-serif;
	font-weight: 300;
	font-size: 16px
}

p {
	margin: 0 0 15px 0;
	line-height: 1.7em;
	font-weight:300;
}
a {
	color: inherit;
}
.two-col .HTMLContent a[href] {
    background: #5F90A1;
	border:1px solid transparent;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    display: block;
    width: auto;
    margin: 10px 0px 0px 0px;	font-weight: 700;
	text-align:center;
}
.two-col .HTMLContent a[href]:hover {
    background: #ffffff;
	border:1px solid #5F90A1;
    color: #5F90A1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 30px;
    display: block;
    width: auto;
    margin: 10px 0px 0px 0px;	font-weight: 700;
	text-align:center;
}
a:hover {
}
a img {
	border: none;
	text-decoration: none;
}
/* === [ Asterix - Required ] === */
.RequiredMarker {
	color: #FC0 !important;
	font-size: 1.6em;
	padding: 0px 2px;
}
/* === [ Heading Tags ] === */
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	color: #3392A2;
	padding: 0;
	margin: 0;
	margin-bottom: 0.9em;
	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 1.8em;
	font-weight:300;
}
h3 {
	font-size: 20px;
	color: rgb(95, 144, 161);
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
blockquote {
}
.two-col h1 {
	border-bottom: 2px solid rgb(95, 144, 161);
	padding: 0 0 20px 0;
	font-weight: 800;
	margin: 0 0 35px 0;
	text-transform: uppercase;
}
.two-col h2 {
	font-size: 20px;
	color: rgb(51, 146, 162);
	margin: 0 0 40px 0;
}
.two-col #innerSection1 h3 {
	padding: 20px 0 0 0;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}
.two-col .layout3 #innerSection1 h3 {
	padding: 0px 0 20px 0;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
}
/* === [ HTML List Styles ] === */
.HTMLContent ul, .HTMLContent ol, .HTMLContent menu, .HTMLContent dir,
.ListArticle ul, .ListArticle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;
	font-weight:400;
}
.HTMLContent ol li,
.ListArticle ol li  {
	list-style: outside;
	list-style-type: decimal;
}
.HTMLContent ul li,
.ListArticle ul li  {
	list-style: outside;
	list-style-type: disc;
}
.HTMLContent li li {
}
.HTMLContent li li li {
}
.HTMLContent li li li li {
}
/* === [ GLOBAL PAGINATION ] ============================== */

/* Displays at the Top of list */
.OrderingTop {
	margin: 0px 0px 10px 0px;
	position: relative;
	clear: both;
}
/* Displays at the Bottom of list */
.OrderingBottom {
	margin: 10px 0px 10px 0px;
	position: relative;
	clear: both;
}
/* Numbers */
.OrderingTop a,  .OrderingBottom a {
	padding: 0 2px;
}
.OrderingTop a:hover,  .OrderingBottom a:hover {
}
/* Selected Page */
.SelectedPage {
	text-decoration: none;
	padding: 0 2px;
}
/* Next and Back */
.OrderingTop a.OrderingNext,  .OrderingBottom a.OrderingNext {
	border: 0;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/Templates/_images/icon_next.gif) no-repeat right;
	padding: 0 1em;
}
.OrderingTop a.OrderingBack,  .OrderingBottom a.OrderingBack {
	border: 0;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/Templates/_images/icon_back.gif) no-repeat left;
	padding: 0 1em;
}
/* -----[ GLOBAL LIST - used for most add-on modules ]-------------------------------------------- */

.ListHolder:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.ListHolder {
	display: inline-block;
	width: auto;
	height: auto;
	clear: both;
}
/* Hides from IE Mac \*/
* html .ListHolder {
	height: 1%;
}
.ListHolder {
	display: block;
}
/* End hide from IE-mac */

.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 0.1em 0;
	display: block;
	width: auto;
	text-align: center;
}
/* Custom Title */
.ListCustomTitle {
	font-size: 20px;
	color: rgb(95, 144, 161);
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
}
/* Separators */
.ListPrimarySeparator {
	margin: 0.2em 0;
	font-size: 1.3em;
	font-weight: bold;
}
.ListSecondarySeparator {
	margin: 0.2em 0;
	font-size: 1.3em;
	font-weight: bold;
}
/* Separators */
.ListCategory {
	margin: 0.2em 0;
	font-size: 1.2em;
}
.ListSubCategory {
	margin: 0.2em 0;
	font-size: 1.2em;
	padding: 0 0 0 0.6em;
}
/* Thumbnail */
.ListThumbnail {
	border-style: none;
	display: block;
	margin: 0px 0px 10px 0px;
}
/* Title */
.ListTitle {
	padding: 0;
	font-size: 20px;
	padding: 0px 35px 15px 35px;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #004b6c;
	text-transform: uppercase;
	color: #004b6c;	font-weight: 700;
	line-height: 1.4em;
}
 .ListTitle a:link { 
	text-decoration: none;
}
 .ListTitle a:hover { 
	text-decoration: none;
	border-bottom: 1px solid #004b6c;
}
.ListTitle a:visited {
	text-decoration: none;
}

/* Date, Keywords */
.ListAuthor,  .ListItemDate,  .ListKeywords,  .ListCode {
	font-size: 0.8em;
	line-height: 1.2em;
	text-transform: uppercase;
}
/* Product Catalogue SKU, Price, SalePrice */
.ListSKU,  .ListPrice,  .ListSalePrice {
	margin: 0 0 0 0;
	font-size: 1em;
}
/* Summary */
.ListSummary {
	color: #5F90A1;
	font-size: 1em;
	margin: 0 0 0 0;
	line-height: 1.3em;
	font-weight: 300;
}
	.ListSummary a {
		border: 1px solid #3392a2;
		border-radius: 0px;
		padding: 10px 30px;	font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		margin:0 0 0 0;
		display: inline-block;
		margin: 10px 0px 0px 0px;
		color:#3392a2;
		 font-size: 14px;
		 -webkit-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
		transition: all ease 0.2s;
	}
	.ListSummary a:hover{
		background:#3392a2;
	    color: #ffffff;
	}
/* Creator, Created Date, Updator, Updated Date */
.ListCreator,  .ListCreatedDate {
	font-size: 1em;
	margin: 0 0 0 0;
}
.ListUpdator,  .ListUpdatedDate {
	font-size: 1em;
	margin: 0 0 0 0;
}
/* EndItem (Visual break between each list item) */
.ListEndItem {
	font-size: 0px;
	margin: 0 0 0 0;
	float: none;
	clear: both;
}
.ellipsis {
	display: none;
}
/* Automatically Updateded in patch version 4.16.2.0 */
/* -----[ Patch 4.16.3 ]----- */
.ContegroCheckboxTree .SelectClearAll a {
	cursor: pointer;
}
ul.ContegroCategoryCheckboxes li > label {
	display: inline-block;
	padding: 0 0 0 0.25em;
}
ul.ContegroCategoryCheckboxes,
ul.ContegroCategoryCheckboxes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.ContegroCategoryCheckboxes input {
		width: auto !important;
	}
	
	ul.ContegroCategoryCheckboxes li {
		list-style: none;
		margin: .25em 0;
		padding: 0 0 0 18px;
		display: none;
		position: relative;
	}
		ul.ContegroCategoryCheckboxes li li {
		}

	ul.ContegroCategoryCheckboxes > li,
	ul.ContegroCategoryCheckboxes ul.expanded > li {
		display: block;
	}

ul.ContegroCategoryCheckboxes span.treeControl {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}
	ul.ContegroCategoryCheckboxes span.treeControl.expand   { background: #666; }
	ul.ContegroCategoryCheckboxes span.treeControl.contract { background: #666; }

	ul.ContegroCategoryCheckboxes span.treeControl:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 12px;
		line-height: 12px;
		text-align: center;
		font-size: 10px;
		color: white;
	}
	ul.ContegroCategoryCheckboxes span.treeControl.expand:before   { content: "+"; }
	ul.ContegroCategoryCheckboxes span.treeControl.contract:before { content: "-"; line-height: 10px; }