/**
 * EZ-Pages Stylesheet
 */
.pagetitle	{
	text-align: center;
	margin: 0 auto 10px auto;
	font-size: 22px;
	font-weight: bold;
}

.link10 A {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0871F0;
	text-decoration: none;
}

.link10 A:hover {
	color: red;
}


.link11 A {
	font-family: verdana;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.link11 A:hover {
	color: red;
}

.link13 A {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0055EA;
	text-decoration: none;
}

.link13 A:hover {
	color: red;
}
/* TOC Box customizing */

#navEZPagesTOCWrapper {
	font-weight: bold;
	width: 23%;
	margin: 0 0 10px 10px;
	padding-left: 4px;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	font-size: 11px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

/* Used in Full Cycle 'Articles' page */
.div9	{
	text-align: left;
	margin: 10px;
	font-size: 15px;
	vertical-align: top;
}

/* Used in Full Cycle 'Brands Stocked' Page */
.table10  {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
}

.table10  td {
	font-family: verdana;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: navy;
	text-align: left;
	border: 1px solid gray;
	padding: 5px;
	vertical-align: top;
}	

.div1	{
	background: yellow;			/* 2 colour */
	width: 90%;						/* Or fixed width */
	margin: 10px auto;
	border: 1px solid black;	/* 1 Outer black border */
	padding: 2px;					/* 2 width */
}
.div2	{
	background: white;			/* 4 colour */
	border: 5px solid blue;	/* 3 width and colour */
	padding:1px; 					/* 4 width */
}
.div3	{
	background: white;			/* 6 colour */
	border: 2px solid yellow;	/* 5 width and colour */
	padding-top: 0;
}

/* Used by Full Cycle 'Workshop' Page */
.table20	{
	width: 90%;
	border: 2px solid black;
	border-collapse: collapse;
	margin: 0 auto;
}

.table20 td {
	border: 2px solid black;
	font-size: 12px;
}

.table20 li {
	text-align: left;
	margin: 0;
	padding: 0;
}

.heading1	{
	font-size: 18px;
	padding: 5px 0;
	background-color: silver;
	text-align: center;
	color: navy;
}

.text20 {
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
	text-align: center;
}

/* Used by Full Cycle 'Results' Page */
.table11  {
	margin: 0 auto;
	width: 600px;
	border-collapse: collapse;
	border: 3px solid navy;
}
.table11  td {
	font-weight: bold;
	color: navy;
	text-align: left;
	padding: 5px;
	border: 1px solid blue;
}

/* Used by CM pages */
#ezstylepage1	{
	/* width: 550px; */	
}

#ezstylepage1 p {
	margin: 3px 0 5px 0;
	color: green;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
}
#ezstylepage1 li	{
	margin: 2px 0;
	color: green;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 0;
}
#ezstylepage1 ul	{
	/*width: 550px;*/	
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

/* Following styles inhibited as probably unused by CM site */
/*
.pagetitle	{
	text-align: left;
	padding: 10px 0 15px 425px;
	font-size: 22px;
	font-weight: bold;
}
.subheading1	{
 	font-size: 17px;
 	font-weight: bold;
 	text-align: center;
 	margin: 15px 0 0 0;
 	line-height: 20px;
 	color: navy;
}
.subheading2	{
	font-size: 16px;
 	font-weight: bold;
 	text-align: center;
}
.tabletext p{
	font-size: 14px;
	margin: 0px;
	padding: 2px 0;
}
*/
